Commits

DateSubjectAuthorReleases
2007-07-17 Fix incorrect optimization of foreign-key checks. When an UPDATE on the Tom Lane 8.1.10
2007-07-17 Fix incorrect optimization of foreign-key checks. When an UPDATE on the Tom Lane 8.2.5
2007-07-17 Fix incorrect optimization of foreign-key checks. When an UPDATE on the Tom Lane 8.3.0
2007-06-05 Downgrade implicit casts to text to be assignment-only, except for the ones Tom Lane 8.3.0
2007-02-14 Fix up foreign-key mechanism so that there is a sound semantic basis for the Tom Lane 8.3.0
2005-12-07 Spell "explicitly" correctly, per Simon. Tom Lane 8.2.0
2004-09-10 Fire non-deferred AFTER triggers immediately upon query completion, Tom Lane 8.0.0
2004-08-04 Label CVS tip as 8.0devel instead of 7.5devel. Adjust various comments Tom Lane 8.0.0
2004-06-10 Clean up generation of default names for constraints, indexes, and serial Tom Lane 8.0.0
2004-05-05 ALTER TABLE rewrite. New cool stuff: Tom Lane 8.0.0
2004-03-13 Generate a WARNING when the column types in a foreign key constraint are Tom Lane 8.0.0
2003-11-21 COMMENT ON casts, conversions, languages, operator classes, and Tom Lane 8.0.0
2003-07-22 Error message editing for foreign-key triggers. Tom Lane 7.4.1
2003-07-21 Error message editing in backend/catalog. Tom Lane 7.4.1
2003-07-20 Another round of error message editing, covering backend/commands/. Tom Lane 7.4.1
2003-07-19 Another round of error message editing, covering backend/parser/. Tom Lane 7.4.1
2003-07-04 Some early work on error message editing. Operator-not-found and Tom Lane 7.4.1
2003-05-21 Back-patch Jan's fix to avoid primary key lookup (and lock) if foreign key Tom Lane 7.3.3
2003-03-15 Arrange to print the relevant key values when reporting a foreign-key Tom Lane 7.4.1
2002-09-22 Move most of the error checking for foreign-key constraints out of Tom Lane 7.3.1
2002-07-12 Second phase of committing Rod Taylor's pg_depend/pg_constraint patch. Tom Lane 7.3.1
2002-05-03 Retire xlateSqlType/xlateSqlFunc; all type name translations are now Tom Lane 7.3.1
2002-04-19 pg_trigger's index on tgrelid is replaced by a unique index on Tom Lane 7.3.1
2002-04-11 Restructure representation of aggregate functions so that they have pg_proc Tom Lane 7.3.1
2001-10-12 Break transformCreateStmt() into multiple routines and make Tom Lane 7.2.1