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