OSDN Git Service

Fix typo in sslmode documentation
[pg-rex/syncrep.git] / src / test / regress / sql / alter_table.sql
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-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-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...
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-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-19 Peter EisentrautAlter regression test cases that rely on the sort order...
2008-06-09 Tom LaneFix an ALTER TABLE test case so that it actually tests...
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-02-14 Tom LaneFix up foreign-key mechanism so that there is a sound...
2006-07-02 Bruce MomjianALTER TABLE ... ADD/DROPS INHERIT (actually INHERIT...
2006-02-12 Bruce MomjianRevert patch becaues of locking concerns:
2006-02-11 Bruce MomjianAllow ALTER TABLE ... ALTER CONSTRAINT ... RENAME
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-04-07 Tom LaneFix some issues with missing or too many newlines at
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-05-05 Tom LaneALTER TABLE rewrite. New cool stuff:
2004-03-23 Tom LaneUpgrade ALTER TABLE DROP COLUMN so that it can drop...
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-09-15 Peter EisentrautRemove warnings for operations that have no effect...
2003-05-14 Tom LaneBackend support for autocommit removed, per recent...
2003-05-12 Tom LaneApply fixes for problems with dropped columns whose...
2003-03-20 Bruce MomjianTodo items:
2003-02-13 Bruce MomjianCode for WITHOUT OIDS.
2003-01-05 Tom LaneFix inherited UPDATE for cases where child column numbe...
2003-01-02 Tom LaneEnforces NOT NULL constraints to be applied against...
2002-10-19 Bruce MomjianMake regression tests safe for autocommit = 'off'.
2002-09-22 Tom LaneReplace pg_attribute.attisinherited with attislocal...
2002-08-30 Tom LaneAdd attisinherited column to pg_attribute; use it to...
2002-08-04 Bruce MomjianThis patch fixes in intermittent failure in the regress...
2002-08-02 Tom LaneALTER TABLE DROP COLUMN works. Patch by Christopher...
2002-07-12 Tom LaneSecond phase of committing Rod Taylor's pg_depend/pg_co...
2002-05-03 Tom LaneRetire xlateSqlType/xlateSqlFunc; all type name transla...
2002-04-24 Bruce MomjianFix regression for new DROP RULE syntax.
2002-04-24 Bruce MomjianThe attached patch adds regression tests for setting...
2002-04-12 Tom LaneChecking to decide whether relations are system relatio...
2002-04-11 Tom LaneRestructure representation of aggregate functions so...
2002-04-05 Bruce MomjianThis patch adds a missing heap_freetuple() to renamerel...
2002-04-01 Tom LaneALTER TABLE SET/DROP NOT NULL, from Christopher Kings...
2002-03-19 Bruce MomjianJust adds a regressions test suite for the ALTER TABLE...
2002-03-04 Tom LaneFix very ancient breakage in alter-table tests: apparen...
2001-10-31 Bruce MomjianAdd ALTER TABLE ADD UNIQUE regression tests from Christ...
2001-05-30 Bruce MomjianThese patches should fix check constraints not inheriting
2001-05-11 Tom LaneSuppress failures in parallel regress tests due to...
2001-05-09 Bruce Momjian This patch should catch cases where the types
2000-12-05 Tom LaneFrom Stephan Szabo:
2000-08-29 Bruce MomjianThis is mostly the same as an earlier patch I
2000-03-14 Thomas G. LockhartImplement column aliases on views "CREATE VIEW name...
2000-02-22 Bruce MomjianWell, here's the first pass on regression
2000-02-15 Tom LaneNew cost model for planning, incorporating a penalty...
2000-01-11 Tom Laneoid8 => oidvector in alter_table regress test
2000-01-06 Thomas G. LockhartClean up header for uniform appearance throughout tests.
2000-01-05 Thomas G. LockhartUpdate format to add uniform headers on files.
1999-02-02 Bruce MomjianAdd TEMP tables/indexes. Add COPY pfree(). Other...
1998-08-30 Thomas G. LockhartTypes removed from Postgres: oidint2, oidint4, oidname.
1998-04-26 Bruce MomjianRe-apply Darren's char2-16 removal code.
1998-04-07 Bruce MomjianBack out char2-char16 removal. Add later.
1998-03-30 Bruce MomjianThe following uuencoded, gzip'd file will ...
1997-12-01 Thomas G. LockhartAdjust tests to reflect removal of time travel.
1997-04-27 Marc G. Fourniersplit out a bunch more tests from misc.source so that...