summaryrefslogtreecommitdiff
path: root/src/backend/access/heap/pruneheap.c
Commit message (Expand)AuthorAgeFilesLines
...
* Move the backup-block logic from XLogInsert to a new file, xloginsert.c.Heikki Linnakangas2014-11-061-0/+1
* pgindent run for 9.4Bruce Momjian2014-05-061-8/+9
* Introduce logical decoding.Robert Haas2014-03-031-10/+27
* Update copyright for 2014Bruce Momjian2014-01-071-1/+1
* Don't TransactionIdDidAbort in HeapTupleGetUpdateXidAlvaro Herrera2013-11-291-16/+6
* Don't try to set InvalidXid as page pruning hintAlvaro Herrera2013-11-281-6/+15
* Adjust HeapTupleSatisfies* routines to take a HeapTuple.Robert Haas2013-07-221-2/+15
* Add buffer_std flag to MarkBufferDirtyHint().Jeff Davis2013-06-171-1/+1
* Allow I/O reliability checks using 16-bit checksumsSimon Riggs2013-03-221-1/+1
* Remove PageSetTLI and rename pd_tli to pd_checksumSimon Riggs2013-03-181-1/+0
* Fix rare missing cancellations in Hot Standby.Simon Riggs2013-01-241-1/+1
* Improve concurrency of foreign key lockingAlvaro Herrera2013-01-231-5/+5
* Update copyrights for 2013Bruce Momjian2013-01-011-1/+1
* Split tuple struct defs from htup.h to htup_details.hAlvaro Herrera2012-08-301-0/+1
* Split heapam_xlog.h from heapam.hAlvaro Herrera2012-08-281-0/+1
* Delete inaccurate C comment about FSM and adding pages, per Robert Haas.Bruce Momjian2012-08-161-3/+0
* Update copyright notices for year 2012.Bruce Momjian2012-01-011-1/+1
* Remove unnecessary #include references, per pgrminclude script.Bruce Momjian2011-09-011-2/+0
* Stamp copyrights for year 2011.Bruce Momjian2011-01-011-1/+1
* Generalize concept of temporary relations to "relation persistence".Robert Haas2010-12-131-1/+1
* Reduce spurious Hot Standby conflicts from never-visible records.Simon Riggs2010-12-091-1/+0
* Remove cvs keywords from all files.Magnus Hagander2010-09-201-1/+1
* pgindent run for 9.0, second runBruce Momjian2010-07-061-2/+3
* Further reductions in Hot Standby conflict processing. TheseSimon Riggs2010-04-221-1/+2
* Fix oversight in collecting values for cleanup_info records.Simon Riggs2010-04-211-4/+9
* pgindent run for 9.0Bruce Momjian2010-02-261-9/+10
* Remove old-style VACUUM FULL (which was known for a little while asTom Lane2010-02-081-118/+17
* Update copyright for the year 2010.Bruce Momjian2010-01-021-2/+2
* Allow read only connections during recovery, known as Hot Standby.Simon Riggs2009-12-191-3/+19
* 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef listBruce Momjian2009-06-111-29/+28
* Update copyright for 2009.Bruce Momjian2009-01-011-2/+2
* Clean up the use of some page-header-access macros: principally, useTom Lane2008-07-131-5/+5
* Improve our #include situation by moving pointer types away from theAlvaro Herrera2008-06-191-1/+2
* Refactor XLogOpenRelation() and XLogReadBuffer() in preparation for relationHeikki Linnakangas2008-06-121-3/+3
* Move BufferGetPageSize and BufferGetPage from bufpage.h to bufmgr.h. It isAlvaro Herrera2008-06-081-2/+2
* This is the patch replace offnum++ by OffsetNumberNext, to beBruce Momjian2008-05-131-2/+2
* Put back bufmgr.h in bufpage.h -- it is needed by some macros.Alvaro Herrera2008-05-121-2/+1
* Restructure some header files a bit, in particular heapam.h, by removing someAlvaro Herrera2008-05-121-1/+5
* Move the HTSU_Result enum definition into snapshot.h, to avoid includingAlvaro Herrera2008-03-261-1/+2
* Fix heap_page_prune's problem with failing to send cache invalidationTom Lane2008-03-131-12/+25
* Refactor heap_page_prune so that instead of changing item states on-the-fly,Tom Lane2008-03-081-142/+269
* Update copyrights in source tree to 2008.Bruce Momjian2008-01-011-2/+2
* Re-run pgindent with updated list of typedefs. (Updated README shouldBruce Momjian2007-11-151-6/+6
* pgindent run for 8.3.Bruce Momjian2007-11-151-108/+110
* Keep heap_page_prune from marking the buffer dirty when it didn'tTom Lane2007-10-241-9/+24
* Improve handling of prune/no-prune decisions by storing a page's oldestTom Lane2007-09-211-8/+19
* HOT updates. When we update a tuple without changing any of its indexedTom Lane2007-09-201-0/+702