index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
access
/
transam
/
subtrans.c
Commit message (
Expand
)
Author
Age
*
Add basic infrastructure for 64 bit transaction IDs.
Thomas Munro
2019-03-28
*
Update copyright for 2019
Bruce Momjian
2019-01-02
*
Update copyright for 2018
Bruce Momjian
2018-01-02
*
Restore accidentally-removed line.
Robert Haas
2017-05-31
*
Post-PG 10 beta1 pgindent run
Bruce Momjian
2017-05-17
*
Rework handling of subtransactions in 2PC recovery
Simon Riggs
2017-04-27
*
Rename "pg_clog" directory to "pg_xact".
Robert Haas
2017-03-17
*
Update copyright via script for 2017
Bruce Momjian
2017-01-03
*
pgindent run for 9.6
Robert Haas
2016-06-09
*
Correct StartupSUBTRANS for page wraparound
Simon Riggs
2016-02-19
*
Make all built-in lwlock tranche IDs fixed.
Robert Haas
2016-02-02
*
Update copyright for 2016
Bruce Momjian
2016-01-02
*
Move each SLRU's lwlocks to a separate tranche.
Robert Haas
2015-11-12
*
Fix off-by-one error in calculating subtrans/multixact truncation point.
Heikki Linnakangas
2015-07-23
*
Fix typo in comment
Alvaro Herrera
2015-04-14
*
Update copyright for 2015
Bruce Momjian
2015-01-06
*
pgindent run for 9.4
Bruce Momjian
2014-05-06
*
Update copyright for 2014
Bruce Momjian
2014-01-07
*
Update copyrights for 2013
Bruce Momjian
2013-01-01
*
Update copyright notices for year 2012.
Bruce Momjian
2012-01-01
*
Stamp copyrights for year 2011.
Bruce Momjian
2011-01-01
*
Avoid unnecessary public struct declaration in slru.h
Alvaro Herrera
2010-12-30
*
Remove cvs keywords from all files.
Magnus Hagander
2010-09-20
*
pgindent run for 9.0
Bruce Momjian
2010-02-26
*
Update copyright for the year 2010.
Bruce Momjian
2010-01-02
*
Allow read only connections during recovery, known as Hot Standby.
Simon Riggs
2009-12-19
*
Update copyright for 2009.
Bruce Momjian
2009-01-01
*
Add a few more DTrace probes to the backend.
Alvaro Herrera
2008-08-01
*
Rename snapmgmt.c/h to snapmgr.c/h, for consistency with other files.
Alvaro Herrera
2008-03-26
*
Separate snapshot management code from tuple visibility code, create a
Alvaro Herrera
2008-03-26
*
Update copyrights in source tree to 2008.
Bruce Momjian
2008-01-01
*
Support an optional asynchronous commit mode, in which we don't flush WAL
Tom Lane
2007-08-01
*
Update CVS HEAD for 2007 copyright. Back branches are typically not
Bruce Momjian
2007-01-05
*
Allow include files to compile own their own.
Bruce Momjian
2006-07-13
*
Update copyright for 2006. Update scripts.
Bruce Momjian
2006-03-05
*
Get rid of slru.c's hardwired insistence on a fixed number of slots per
Tom Lane
2005-12-06
*
Arrange for read-only accesses to SLRU page buffers to take only a shared
Tom Lane
2005-12-06
*
Re-run pgindent, fixing a problem where comment lines after a blank
Bruce Momjian
2005-11-22
*
Clean up representation of SLRU page state. This is the cleaner fix
Tom Lane
2005-11-05
*
Standard pgindent run for 8.1.
Bruce Momjian
2005-10-15
*
Convert the arithmetic for shared memory size calculation from 'int'
Tom Lane
2005-08-20
*
Two-phase commit. Original patch by Heikki Linnakangas, with additional
Tom Lane
2005-06-17
*
Split the shared-memory array of PGPROC pointers out of the sinval
Tom Lane
2005-05-19
*
Tag appropriate files for rc3
PostgreSQL Daemon
2004-12-31
*
RecentXmin is too recent to use as the cutoff point for accessing
Tom Lane
2004-09-16
*
Pgindent run for 8.0.
Bruce Momjian
2004-08-29
*
Update copyright to 2004.
Bruce Momjian
2004-08-29
*
Rearrange pg_subtrans handling as per recent discussion. pg_subtrans
Tom Lane
2004-08-23
*
Tweak code so that pg_subtrans is never consulted for XIDs older than
Tom Lane
2004-08-22
*
Nested transactions. There is still much left to do, especially on the
Tom Lane
2004-07-01