]> granicus.if.org Git - postgresql/history - src/backend/catalog/pg_depend.c
Fix recently-understood problems with handling of XID freezing, particularly
[postgresql] / src / backend / catalog / pg_depend.c
2006-10-04 Bruce Momjianpgindent run for 8.2.
2006-08-21 Tom LaneFix all known problems with pg_dump's handling of seria...
2006-07-11 Bruce MomjianAlphabetically order reference to include files, "N...
2006-03-05 Bruce MomjianUpdate copyright for 2006. Update scripts.
2006-02-12 Bruce MomjianRevert patch becaues of locking concerns:
2006-02-11 Bruce MomjianAllow ALTER TABLE ... ALTER CONSTRAINT ... RENAME
2005-11-22 Bruce MomjianRe-run pgindent, fixing a problem where comment lines...
2005-11-21 Alvaro HerreraImplement DROP OWNED and REASSIGN OWNED. These new...
2005-10-15 Bruce MomjianStandard pgindent run for 8.1.
2005-08-01 Tom LaneAdd ALTER object SET SCHEMA capability for a limited...
2005-04-14 Tom LaneCompletion of project to use fixed OIDs for all system...
2004-12-31 PostgreSQL DaemonTag appropriate files for rc3
2004-08-29 Bruce MomjianUpdate copyright to 2004.
2003-11-29 PostgreSQL Daemon$Header: -> $PostgreSQL Changes ...
2003-11-12 Tom LaneCross-data-type comparisons are now indexable by btrees...
2003-11-09 Tom LaneAdd operator strategy and comparison-value datatype...
2003-08-04 Bruce MomjianUpdate copyrights to 2003.
2002-09-04 Bruce Momjianpgindent run.
2002-08-11 Tom LaneCode review of CLUSTER patch. Clean up problems with...
2002-08-05 Tom LaneRestructure system-catalog index updating logic. Inste...
2002-07-16 Tom LaneAdd more dependency insertions --- this completes the...
2002-07-16 Tom LaneAdd code to extract dependencies from an expression...
2002-07-12 Tom LaneSecond phase of committing Rod Taylor's pg_depend/pg_co...