]> granicus.if.org Git - postgresql/history - src/backend/commands/vacuumlazy.c
Minor correction: cause ALTER ROLE role ROLE rolenames to behave
[postgresql] / src / backend / commands / vacuumlazy.c
2005-07-14 Tom LaneIntegrate autovacuum functionality into the backend...
2005-05-19 Tom LaneSplit the shared-memory array of PGPROC pointers out...
2005-05-07 Tom LaneRepair very-low-probability race condition between...
2005-03-25 Tom LaneRemove lazy_update_relstats; go back to having VACUUM...
2005-03-20 Tom LaneRemove unnecessary calls of FlushRelationBuffers: there...
2004-12-31 PostgreSQL DaemonTag appropriate files for rc3
2004-12-01 Tom LaneChange planner to use the current true disk file size...
2004-10-25 Tom LaneIn the new dispensation where REINDEX doesn't take...
2004-10-15 Tom LaneRepair possible failure to update hint bits back to...
2004-09-30 Tom LaneAdjust index locking rules as per my proposal of earlie...
2004-08-29 Bruce MomjianPgindent run for 8.0.
2004-08-29 Bruce MomjianUpdate copyright to 2004.
2004-07-21 Tom LaneInvent WAL timelines, as per recent discussion, to...
2004-06-05 Tom LaneTweak palloc/repalloc to allow zero bytes to be request...
2004-05-31 Tom LaneMinor code rationalization: FlushRelationBuffers just...
2004-05-08 Tom LaneGet rid of rd_nblocks field in relcache entries. Turns...
2004-04-25 Neil ConwayTiny assorted fixes: correct a typo in a comment in...
2004-02-12 Tom LaneCheck only live tuples for OID validity, to avoid issue...
2004-02-10 Tom LaneCentralize implementation of delay code by creating...
2004-02-10 Tom LaneRestructure smgr API as per recent proposal. smgr...
2004-02-06 Jan WieckCost based vacuum delay feature.
2004-02-03 Tom LaneRename SortMem and VacuumMem to work_mem and maintenanc...
2003-11-29 PostgreSQL Daemon$Header: -> $PostgreSQL Changes ...
2003-09-25 Peter EisentrautMessage editing: remove gratuitous variations in messag...
2003-08-04 Bruce MomjianUpdate copyrights to 2003.
2003-08-04 Bruce Momjianpgindent run.
2003-07-20 Tom LaneAnother round of error message editing, covering backen...
2003-05-27 Bruce MomjianMake debug_ GUC varables output DEBUG1 rather than...
2003-03-04 Tom LaneReimplement free-space-map management as per recent...
2003-02-24 Tom LaneDuring VACUUM FULL, truncate off any deletable pages...
2003-02-23 Tom LaneImprove coding of log_heap_clean() and heap_xlog_clean().
2003-02-22 Tom LaneMore infrastructure for btree compaction project. ...
2002-11-13 Bruce MomjianAdd new palloc0 call as merge of palloc and MemSet(0).
2002-11-11 Bruce MomjianBack out use of palloc0 in place if palloc/MemSet....
2002-11-10 Bruce MomjianMerge palloc()/MemSet(0) calls into a single palloc0...
2002-09-20 Tom LanePerformance improvement for MultiRecordFreeSpace on...
2002-09-04 Bruce Momjianpgindent run.
2002-08-06 Tom LaneRestructure local-buffer handling per recent pghackers...
2002-07-20 Bruce Momjianoid is needed, it is added at the end of the struct...
2002-06-20 Bruce MomjianUpdate copyright to 2002.
2002-06-15 Bruce MomjianThis patch wraps all accesses to t_xmin, t_cmin, t_xmax...
2002-04-02 Tom LaneMake VACUUM handle schema-qualified relation names...
2002-03-06 Bruce MomjianChange made to elog:
2002-03-02 Bruce MomjianCommit to match discussed elog() changes. Only update...
2002-01-06 Tom LaneAdd CHECK_FOR_INTERRUPTS() in various strategic spots...
2001-10-28 Bruce MomjianAnother pgindent run. Fixes enum indenting, and improv...
2001-10-25 Bruce Momjianpgindent run on all C files. Java run to follow. ...
2001-09-29 Tom LaneImplement new 'lightweight lock manager' that's interme...
2001-09-21 Tom LaneGive VACUUM its own GUC parameter for memory usage...
2001-09-04 Tom LaneFix comment, add Assert.
2001-08-26 Tom LaneTransaction IDs wrap around, per my proposal of 13...
2001-08-10 Tom LaneMake OIDs optional, per discussions in pghackers. ...
2001-07-18 Tom LaneNew-style vacuum neglected to update pg_class statistic...
2001-07-15 Tom LaneRestructure index AM interface for index building and...
2001-07-13 Tom LaneInitial implementation of concurrent VACUUM. Ifdef...