index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
utils
/
adt
/
txid.c
Commit message (
Expand
)
Author
Age
*
Handle duplicate XIDs in txid_snapshot.
Heikki Linnakangas
2014-05-15
*
Predict integer overflow to avoid buffer overruns.
Noah Misch
2014-02-17
*
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
*
Add C comment that txid_current() assigns an XID if one is not already
Bruce Momjian
2011-07-11
*
Stamp copyrights for year 2011.
Bruce Momjian
2011-01-01
*
Remove cvs keywords from all files.
Magnus Hagander
2010-09-20
*
pgindent run for 9.0
Bruce Momjian
2010-02-26
*
Clean up handling of XactReadOnly and RecoveryInProgress checks.
Tom Lane
2010-02-20
*
Remove all the special-case code for INT64_IS_BUSTED, per decision that
Tom Lane
2010-01-07
*
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
*
Improve snapshot manager by keeping explicit track of snapshots.
Alvaro Herrera
2008-05-12
*
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
*
Re-run pgindent with updated list of typedefs. (Updated README should
Bruce Momjian
2007-11-15
*
pgindent run for 8.3.
Bruce Momjian
2007-11-15
*
Migrate the former contrib/txid module into core. This will make it easier
Tom Lane
2007-10-13