aboutsummaryrefslogtreecommitdiff
path: root/src/backend/access/heap/pruneheap.c
Commit message (Expand)AuthorAge
* Add additional information in the vacuum error context.Amit Kapila2020-08-26
* Handle new HOT chains in index-build table scansAlvaro Herrera2020-08-13
* snapshot scalability: Don't compute global horizons while building snapshots.Andres Freund2020-08-12
* code: replace 'master' with 'primary' where appropriate.Andres Freund2020-07-08
* Update copyrights for 2020Bruce Momjian2020-01-01
* Make the order of the header file includes consistent in backend modules.Amit Kapila2019-11-12
* Fix inconsistencies and typos in the treeMichael Paquier2019-07-22
* Phase 2 pgindent run for v12.Tom Lane2019-05-22
* Standardize ItemIdData terminology.Peter Geoghegan2019-05-13
* Move remaining code from tqual.[ch] to heapam.h / heapam_visibility.c.Andres Freund2019-01-21
* Update copyright for 2019Bruce Momjian2019-01-02
* Raise error when affecting tuple moved into different partition.Andres Freund2018-04-07
* Update copyright for 2018Bruce Momjian2018-01-02
* Change TRUE/FALSE to true/falsePeter Eisentraut2017-11-08
* Revert bogus fixes of HOT-freezing bugAlvaro Herrera2017-11-02
* Fix traversal of half-frozen update chainsAlvaro Herrera2017-10-06
* Phase 3 of pgindent updates.Tom Lane2017-06-21
* Phase 2 of pgindent updates.Tom Lane2017-06-21
* Update copyright via script for 2017Bruce Momjian2017-01-03
* pgindent run for 9.6Robert Haas2016-06-09
* Revert no-op changes to BufferGetPage()Kevin Grittner2016-04-20
* Add the "snapshot too old" featureKevin Grittner2016-04-08
* Modify BufferGetPage() to prepare for "snapshot too old" featureKevin Grittner2016-04-08
* Update copyright for 2016Bruce Momjian2016-01-02
* Update copyright for 2015Bruce Momjian2015-01-06
* Remove duplicate code in heap_prune_chain()Simon Riggs2014-12-08
* Move the backup-block logic from XLogInsert to a new file, xloginsert.c.Heikki Linnakangas2014-11-06
* pgindent run for 9.4Bruce Momjian2014-05-06
* Introduce logical decoding.Robert Haas2014-03-03
* Update copyright for 2014Bruce Momjian2014-01-07
* Don't TransactionIdDidAbort in HeapTupleGetUpdateXidAlvaro Herrera2013-11-29
* Don't try to set InvalidXid as page pruning hintAlvaro Herrera2013-11-28
* Adjust HeapTupleSatisfies* routines to take a HeapTuple.Robert Haas2013-07-22
* Add buffer_std flag to MarkBufferDirtyHint().Jeff Davis2013-06-17
* Allow I/O reliability checks using 16-bit checksumsSimon Riggs2013-03-22
* Remove PageSetTLI and rename pd_tli to pd_checksumSimon Riggs2013-03-18
* 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