aboutsummaryrefslogtreecommitdiff
path: root/src/backend/access/heap/pruneheap.c
Commit message (Expand)AuthorAge
* Fix rare missing cancellations in Hot Standby.Simon Riggs2013-01-24
* Improve concurrency of foreign key lockingAlvaro Herrera2013-01-23
* Update copyrights for 2013Bruce Momjian2013-01-01
* Split tuple struct defs from htup.h to htup_details.hAlvaro Herrera2012-08-30
* Split heapam_xlog.h from heapam.hAlvaro Herrera2012-08-28
* Delete inaccurate C comment about FSM and adding pages, per Robert Haas.Bruce Momjian2012-08-16
* Update copyright notices for year 2012.Bruce Momjian2012-01-01
* Remove unnecessary #include references, per pgrminclude script.Bruce Momjian2011-09-01
* Stamp copyrights for year 2011.Bruce Momjian2011-01-01
* Generalize concept of temporary relations to "relation persistence".Robert Haas2010-12-13
* Reduce spurious Hot Standby conflicts from never-visible records.Simon Riggs2010-12-09
* Remove cvs keywords from all files.Magnus Hagander2010-09-20
* pgindent run for 9.0, second runBruce Momjian2010-07-06
* Further reductions in Hot Standby conflict processing. TheseSimon Riggs2010-04-22
* Fix oversight in collecting values for cleanup_info records.Simon Riggs2010-04-21
* pgindent run for 9.0Bruce Momjian2010-02-26
* Remove old-style VACUUM FULL (which was known for a little while asTom Lane2010-02-08
* Update copyright for the year 2010.Bruce Momjian2010-01-02
* Allow read only connections during recovery, known as Hot Standby.Simon Riggs2009-12-19
* 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef listBruce Momjian2009-06-11
* Update copyright for 2009.Bruce Momjian2009-01-01
* Clean up the use of some page-header-access macros: principally, useTom Lane2008-07-13
* Improve our #include situation by moving pointer types away from theAlvaro Herrera2008-06-19
* Refactor XLogOpenRelation() and XLogReadBuffer() in preparation for relationHeikki Linnakangas2008-06-12
* Move BufferGetPageSize and BufferGetPage from bufpage.h to bufmgr.h. It isAlvaro Herrera2008-06-08
* This is the patch replace offnum++ by OffsetNumberNext, to beBruce Momjian2008-05-13
* Put back bufmgr.h in bufpage.h -- it is needed by some macros.Alvaro Herrera2008-05-12
* Restructure some header files a bit, in particular heapam.h, by removing someAlvaro Herrera2008-05-12
* Move the HTSU_Result enum definition into snapshot.h, to avoid includingAlvaro Herrera2008-03-26
* Fix heap_page_prune's problem with failing to send cache invalidationTom Lane2008-03-13
* Refactor heap_page_prune so that instead of changing item states on-the-fly,Tom Lane2008-03-08
* Update copyrights in source tree to 2008.Bruce Momjian2008-01-01
* Re-run pgindent with updated list of typedefs. (Updated README shouldBruce Momjian2007-11-15
* pgindent run for 8.3.Bruce Momjian2007-11-15
* Keep heap_page_prune from marking the buffer dirty when it didn'tTom Lane2007-10-24
* Improve handling of prune/no-prune decisions by storing a page's oldestTom Lane2007-09-21
* HOT updates. When we update a tuple without changing any of its indexedTom Lane2007-09-20