]> granicus.if.org Git - postgresql/history - src/test/regress/expected/alter_table.out
Clarify some error messages about duplicate things.
[postgresql] / src / test / regress / expected / alter_table.out
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...
2003-09-29 Tom LaneImprove context display for failures during COPY IN...
2003-09-25 Peter EisentrautMessage editing: remove gratuitous variations in messag...
2003-09-15 Peter EisentrautRemove warnings for operations that have no effect...
2003-08-01 Tom LaneAdjust 'permission denied' messages to be more useful...
2003-07-27 Tom LaneError message editing in utils/adt. Again thanks to...
2003-07-25 Tom LaneError message editing in backend/utils (except /adt).
2003-07-22 Tom LaneError message editing for foreign-key triggers.
2003-07-21 Tom LaneError message editing in backend/access.
2003-07-21 Tom LaneError message editing in backend/executor.
2003-07-21 Tom LaneError message editing in backend/catalog.
2003-07-20 Tom LaneAnother round of error message editing, covering backen...
2003-07-19 Tom LaneAnother round of error message editing, covering backen...
2003-07-18 Tom LaneFirst bits of work on error message editing.
2003-07-04 Tom LaneSome early work on error message editing. Operator...
2003-05-14 Tom LaneBackend support for autocommit removed, per recent...
2003-05-12 Tom LaneApply fixes for problems with dropped columns whose...
2003-04-24 Tom LaneInfrastructure for upgraded error reporting mechanism...
2003-04-22 Tom LaneAnother round of protocol changes. Backend-to-frontend...
2003-03-20 Bruce MomjianTodo items:
2003-03-15 Tom LaneArrange to print the relevant key values when reporting...
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-28 Tom LaneMake the world at least somewhat safe for zero-column...
2002-09-22 Tom LaneReplace pg_attribute.attisinherited with attislocal...
2002-09-22 Tom LaneMove most of the error checking for foreign-key constra...
2002-08-30 Tom LaneAdd attisinherited column to pg_attribute; use it to...
2002-08-04 Bruce Momjian[ Previous patch reversed.]
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-07-11 Bruce MomjianChange error messages ExecAppend->ExecInsert and ExecRe...
2002-06-25 Bruce MomjianBack out cleanup patch. Got old version and needs...
2002-06-25 Bruce MomjianThe attached patch fixes some spelling mistakes, makes the
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-21 Tom LaneFirst phase of SCHEMA changes, concentrating on fixing...
2002-03-19 Bruce MomjianJust adds a regressions test suite for the ALTER TABLE...
2002-03-06 Bruce MomjianChange made to elog:
2002-03-04 Tom LaneFix very ancient breakage in alter-table tests: apparen...
2002-03-02 Bruce MomjianCommit to match discussed elog() changes. Only update...
2001-11-24 Tom LaneRemove extraneous space that somehow got into expected...
2001-11-04 Bruce MomjianGot "ADD" to appear only in ALTER TABLE and not CREATE...
2001-11-04 Bruce MomjianRemove "ADD" from TABLE / ADD UNIQUE-PRIMARY error...
2001-10-31 Bruce MomjianModify *.po files and regression expected output for...
2001-10-31 Bruce MomjianAdd ALTER TABLE ADD UNIQUE regression tests from Christ...
2001-10-12 Tom LaneBreak transformCreateStmt() into multiple routines...
2001-08-09 Peter EisentrautUse format_type sibling in backend error messages,...
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-07-16 Bruce MomjianHmm. I didn't expect a change since I hadn't added...
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-09 Tom LaneUpdate remaining tests for new psql, with the exception...
1999-02-23 Thomas G. LockhartUpdate error messages with more consistant format.
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 ...
1998-01-05 Bruce MomjianChange elog(WARN) to elog(ERROR) and elog(ABORT).
1997-12-01 Thomas G. LockhartAdjust output to reflect changes in tests.
next