]> granicus.if.org Git - postgresql/history - src/test/regress/expected/alter_table.out
Fix pg_dump to handle inherited NOT VALID check constraints correctly.
[postgresql] / src / test / regress / expected / alter_table.out
2015-10-01 Tom LaneFix pg_dump to handle inherited NOT VALID check constra...
2015-08-14 Simon RiggsReduce lock levels for ALTER TABLE SET autovacuum stora...
2015-08-06 Kevin GrittnerFix `make installcheck` for serializable transactions.
2015-07-30 Andrew DunstanAdd IF NOT EXISTS processing to ALTER TABLE ADD COLUMN
2015-07-14 Heikki LinnakangasMake regression test output stable.
2015-07-14 Heikki LinnakangasRetain comments on indexes and constraints at ALTER...
2015-06-12 Tom LaneImprove error message and hint for ALTER COLUMN TYPE...
2015-04-05 Simon RiggsReduce lock levels of some trigger DDL and add FKs
2015-03-24 Bruce MomjianAdd support for ALTER TABLE IF EXISTS ... RENAME CONSTRAINT
2015-03-11 Robert HaasSuggest to the user the column they may have meant...
2014-10-29 Tom LaneAvoid corrupting tables when ANALYZE inside a transacti...
2014-08-28 Fujii MasaoRevert "Allow units to be specified in relation option...
2014-08-28 Fujii MasaoAllow units to be specified in relation option setting...
2014-08-22 Alvaro HerreraImplement ALTER TABLE .. SET LOGGED / UNLOGGED
2014-06-13 Noah MischHarden pg_filenode_relation test against concurrent...
2014-04-06 Simon RiggsReduce lock levels of some ALTER TABLE cmds
2014-03-28 Tom LaneImprove regression test for pg_filenode_relation().
2013-12-11 Tom LaneTweak placement of explicit ANALYZE commands in the...
2013-11-29 Robert HaasRefine our definition of what constitutes a system...
2013-11-07 Tom LanePrevent display of dropped columns in row constraint...
2013-07-22 Robert HaasAdd infrastructure for mapping relfilenodes to relation...
2013-03-14 Tom LaneAvoid inserting Result nodes that only compute identity...
2012-11-05 Tom LaneFix handling of inherited check constraints in ALTER...
2012-09-21 Tom LaneImprove ruleutils.c's heuristics for dealing with range...
2012-07-24 Alvaro HerreraChange syntax of new CHECK NO INHERIT constraints
2012-07-05 Robert HaasReduce messages about implicit indexes and sequences...
2012-05-16 Tom LaneImprove error message for ALTER COLUMN TYPE coercion...
2012-05-15 Peter EisentrautRemove whitespace from end of lines
2012-04-21 Alvaro HerreraRecast "ONLY" column CHECK constraints as NO INHERIT
2012-03-10 Peter EisentrautAdd support for renaming constraints
2012-01-26 Robert HaasBe more clear when a new column name collides with...
2012-01-26 Robert HaasDamage control for yesterday's CheckIndexCompatible...
2012-01-25 Robert HaasMake CheckIndexCompatible simpler and more bullet-proof.
2012-01-23 Simon RiggsALTER <thing> [IF EXISTS] ... allows silent DDL if...
2011-12-19 Alvaro HerreraAllow CHECK constraints to be declared ONLY
2011-11-29 Tom LaneWhen a row fails a not-null constraint, show row's...
2011-11-29 Tom LaneWhen a row fails a CHECK constraint, show row's content...
2011-10-10 Robert HaasFix ALTER TABLE ONLY .. DROP CONSTRAINT.
2011-07-04 Simon RiggsAlter test results to comply with new ALTER TABLE behav...
2011-06-30 Alvaro HerreraEnable CHECK constraints to be declared NOT VALID
2011-06-21 Peter EisentrautMessage style and spelling improvements
2011-06-02 Tom LaneHandle domains when checking for recursive inclusion...
2011-05-21 Heikki LinnakangasIn binary-upgrade mode, dump dropped attributes of...
2011-04-21 Robert HaasAllow ALTER TYPE .. ADD ATTRIBUTE .. CASCADE to recurse...
2011-04-21 Robert HaasAllow ALTER TABLE name {OF type | NOT OF}.
2011-04-17 Tom LaneFix assorted infelicities in collation handling in...
2011-04-14 Robert HaasFix toast table creation.
2011-04-04 Robert HaasRearrange "add column" logic to merge columns at exec...
2011-03-28 Tom LanePrevent a rowtype from being included in itself.
2011-02-08 Simon RiggsExtend ALTER TABLE to allow Foreign Keys to be added...
2011-01-21 Robert HaasMake ALTER TABLE revalidate uniqueness and exclusion...
2011-01-02 Robert HaasBasic foreign table support.
2010-11-26 Robert HaasAdd more ALTER <object> .. SET SCHEMA commands.
2010-11-23 Peter EisentrautPropagate ALTER TYPE operations to typed tables
2010-11-23 Peter EisentrautRemove useless whitespace at end of lines
2010-09-26 Peter EisentrautAdd ALTER TYPE ... ADD/DROP/ALTER/RENAME ATTRIBUTE
2010-07-29 Simon RiggsAdd explicit regression tests for ALTER TABLE lock...
2009-12-23 Tom LaneAdjust naming of indexes and their columns per recent...
2009-08-01 Tom LaneDepartment of second thoughts: let's show the exact...
2009-08-01 Tom LaneImprove unique-constraint-violation error messages...
2009-07-20 Andrew DunstanDROP IF EXISTS for columns and constraints. Andres...
2009-02-11 Tom LaneChange ALTER TABLE SET WITHOUT OIDS to rewrite the...
2009-01-27 Peter EisentrautRevert updatable views
2009-01-22 Peter EisentrautAutomatic view update rules
2009-01-19 Peter EisentrautAlter regression test cases that rely on the sort order...
2008-10-21 Peter EisentrautUse format_type_be() instead of TypeNameToString()...
2008-09-01 Tom LaneAdd a bunch of new error location reports to parse...
2008-06-11 Tom LaneImprove reporting of dependencies in DROP to work like...
2008-06-09 Tom LaneFix an ALTER TABLE test case so that it actually tests...
2008-06-08 Tom LaneRewrite DROP's dependency traversal algorithm into...
2008-05-09 Tom LaneChange the rules for inherited CHECK constraints to...
2008-04-24 Tom LaneFix ALTER TABLE ADD COLUMN ... PRIMARY KEY so that...
2007-10-29 Tom LaneMention the index name in 'could not create unique...
2007-06-03 Peter EisentrautClarify some error messages about duplicate things.
2007-05-11 Tom LaneSupport arrays of composite types, including the rowtyp...
2007-02-14 Tom LaneFix up foreign-key mechanism so that there is a sound...
2007-02-01 Bruce MomjianWording cleanup for error messages. Also change can...
2006-10-13 Tom LaneCode and docs review for ALTER TABLE INHERIT/NO INHERIT...
2006-10-06 Peter EisentrautMessage style improvements
2006-08-21 Tom LaneFix all known problems with pg_dump's handling of seria...
2006-07-02 Neil ConwayDo a pass of code review for the ALTER TABLE ADD INHERI...
2006-07-02 Bruce MomjianALTER TABLE ... ADD/DROPS INHERIT (actually INHERIT...
2006-03-23 Tom LaneAdd error location info to ResTarget parse nodes. ...
2006-03-14 Tom LaneImprove parser so that we can show an error cursor...
2006-02-12 Bruce MomjianRevert patch becaues of locking concerns:
2006-02-11 Bruce MomjianAllow ALTER TABLE ... ALTER CONSTRAINT ... RENAME
2006-02-10 Bruce MomjianAllow psql multi-line column values to align in the...
2005-08-01 Tom LaneAdd ALTER object SET SCHEMA capability for a limited...
2005-04-22 Tom LaneFirst cut at planner support for bitmap index scans...
2005-03-14 Neil ConwayAllow ALTER FUNCTION to change a function's strictness...
2005-01-22 Neil ConwayThis patch updates the regression tests to allow "make...
2004-08-28 Bruce MomjianAdd regression tests for ALTER INDEX.
2004-06-10 Tom LaneClean up generation of default names for constraints...
2004-05-05 Tom LaneALTER TABLE rewrite. New cool stuff:
2004-03-23 Tom LaneUpgrade ALTER TABLE DROP COLUMN so that it can drop...
2004-03-13 Tom LaneGenerate a WARNING when the column types in a foreign...
2003-12-23 Tom LaneMore bogosity in alter_table test: sometimes causes...
2003-12-23 Tom Lanealter_table test sometimes failed in parallel mode...
2003-11-21 Tom LaneCOMMENT ON casts, conversions, languages, operator...
2003-10-02 Peter EisentrautRemove NOTICE about foreign key creating implicit trigg...
next