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
*
Add basic infrastructure for 64 bit transaction IDs.
Thomas Munro
2019-03-28
*
Fix off-by-one error in txid_status().
Thomas Munro
2019-03-27
*
Update copyright for 2019
Bruce Momjian
2019-01-02
*
Update copyright for 2018
Bruce Momjian
2018-01-02
*
Replace remaining uses of pq_sendint with pq_sendint{8,16,32}.
Andres Freund
2017-10-11
*
Message style fixes
Peter Eisentraut
2017-09-11
*
Post-PG 10 beta1 pgindent run
Bruce Momjian
2017-05-17
*
Add a txid_status function.
Robert Haas
2017-03-24
*
Make messages mentioning type names more uniform
Alvaro Herrera
2017-01-18
*
Update copyright via script for 2017
Bruce Momjian
2017-01-03
*
Add txid_current_ifassigned().
Robert Haas
2016-08-23
*
Update copyright for 2016
Bruce Momjian
2016-01-02
*
Fix a number of places that produced XX000 errors in the regression tests.
Tom Lane
2015-08-02
*
pgindent run for 9.5
Bruce Momjian
2015-05-23
*
Define integer limits independently from the system definitions.
Andres Freund
2015-04-02
*
Centralize definition of integer limits.
Andres Freund
2015-03-25
*
Use FLEXIBLE_ARRAY_MEMBER in a number of other places.
Tom Lane
2015-02-21
*
Update copyright for 2015
Bruce Momjian
2015-01-06
*
Move the backup-block logic from XLogInsert to a new file, xloginsert.c.
Heikki Linnakangas
2014-11-06
*
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