aboutsummaryrefslogtreecommitdiff
path: root/src/backend/access/transam/subtrans.c
Commit message (Expand)AuthorAge
* Prevent excess SimpleLruTruncate() deletion.Noah Misch2021-01-16
* Update copyright for 2021Bruce Momjian2021-01-02
* Defer flushing of SLRU files.Thomas Munro2020-09-25
* Prevent concurrent SimpleLruTruncate() for any given SLRU.Noah Misch2020-08-15
* Rename VariableCacheData.nextFullXid to nextXid.Andres Freund2020-08-11
* Rename SLRU structures and associated LWLocks.Tom Lane2020-05-15
* Update copyrights for 2020Bruce Momjian2020-01-01
* Add basic infrastructure for 64 bit transaction IDs.Thomas Munro2019-03-28
* Update copyright for 2019Bruce Momjian2019-01-02
* Update copyright for 2018Bruce Momjian2018-01-02
* Restore accidentally-removed line.Robert Haas2017-05-31
* Post-PG 10 beta1 pgindent runBruce Momjian2017-05-17
* Rework handling of subtransactions in 2PC recoverySimon Riggs2017-04-27
* Rename "pg_clog" directory to "pg_xact".Robert Haas2017-03-17
* Update copyright via script for 2017Bruce Momjian2017-01-03
* pgindent run for 9.6Robert Haas2016-06-09
* Correct StartupSUBTRANS for page wraparoundSimon Riggs2016-02-19
* Make all built-in lwlock tranche IDs fixed.Robert Haas2016-02-02
* Update copyright for 2016Bruce Momjian2016-01-02
* Move each SLRU's lwlocks to a separate tranche.Robert Haas2015-11-12
* Fix off-by-one error in calculating subtrans/multixact truncation point.Heikki Linnakangas2015-07-23
* Fix typo in commentAlvaro Herrera2015-04-14
* Update copyright for 2015Bruce Momjian2015-01-06
* pgindent run for 9.4Bruce Momjian2014-05-06
* Update copyright for 2014Bruce Momjian2014-01-07
* Update copyrights for 2013Bruce Momjian2013-01-01
* Update copyright notices for year 2012.Bruce Momjian2012-01-01
* Stamp copyrights for year 2011.Bruce Momjian2011-01-01
* Avoid unnecessary public struct declaration in slru.hAlvaro Herrera2010-12-30
* Remove cvs keywords from all files.Magnus Hagander2010-09-20
* pgindent run for 9.0Bruce Momjian2010-02-26
* Update copyright for the year 2010.Bruce Momjian2010-01-02
* Allow read only connections during recovery, known as Hot Standby.Simon Riggs2009-12-19
* Update copyright for 2009.Bruce Momjian2009-01-01
* Add a few more DTrace probes to the backend.Alvaro Herrera2008-08-01
* Rename snapmgmt.c/h to snapmgr.c/h, for consistency with other files.Alvaro Herrera2008-03-26
* Separate snapshot management code from tuple visibility code, create aAlvaro Herrera2008-03-26
* Update copyrights in source tree to 2008.Bruce Momjian2008-01-01
* Support an optional asynchronous commit mode, in which we don't flush WALTom Lane2007-08-01
* Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian2007-01-05
* Allow include files to compile own their own.Bruce Momjian2006-07-13
* Update copyright for 2006. Update scripts.Bruce Momjian2006-03-05
* Get rid of slru.c's hardwired insistence on a fixed number of slots perTom Lane2005-12-06
* Arrange for read-only accesses to SLRU page buffers to take only a sharedTom Lane2005-12-06
* Re-run pgindent, fixing a problem where comment lines after a blankBruce Momjian2005-11-22
* Clean up representation of SLRU page state. This is the cleaner fixTom Lane2005-11-05
* Standard pgindent run for 8.1.Bruce Momjian2005-10-15
* Convert the arithmetic for shared memory size calculation from 'int'Tom Lane2005-08-20
* Two-phase commit. Original patch by Heikki Linnakangas, with additionalTom Lane2005-06-17
* Split the shared-memory array of PGPROC pointers out of the sinvalTom Lane2005-05-19