]> granicus.if.org Git - postgresql/history - src/backend/utils/init/flatfiles.c
Improve vacuum code to track minimum Xids per table instead of per database.
[postgresql] / src / backend / utils / init / flatfiles.c
2006-07-10 Alvaro HerreraImprove vacuum code to track minimum Xids per table...
2006-05-04 Tom LaneRethink the locking mechanisms used for CREATE/DROP...
2006-03-05 Bruce MomjianUpdate copyright for 2006. Update scripts.
2005-11-22 Bruce MomjianRe-run pgindent, fixing a problem where comment lines...
2005-10-15 Bruce MomjianStandard pgindent run for 8.1.
2005-08-11 Tom LaneAutovacuum loose end mop-up. Provide autovacuum-specif...
2005-07-28 Tom LaneMake use of new list primitives list_append_unique...
2005-07-04 Tom LaneArrange for the postmaster (and standalone backends...
2005-06-29 Tom LaneMore cleanup on roles patch. Allow admin option to...
2005-06-28 Tom LaneFix up problems in write_auth_file and parsing of the...
2005-06-28 Tom LaneReplace pg_shadow and pg_group by new role-capable...
2005-06-17 Tom LaneTwo-phase commit. Original patch by Heikki Linnakangas...
2005-06-06 Tom LaneRemove the mostly-stubbed-out-anyway support routines...
2005-04-14 Tom LaneCompletion of project to use fixed OIDs for all system...
2005-04-14 Tom LaneFirst phase of project to use fixed OIDs for all system...
2005-02-26 Tom LaneFinish up the flat-files project: get rid of GetRawData...
2005-02-20 Tom LaneUse SnapshotNow instead of SnapshotSelf for reading...
2005-02-20 Tom LaneFlat file cleanup phase 2: make it work for pg_group...
2005-02-20 Tom LaneAdd code to prevent transaction ID wraparound by enforc...