index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
include
/
access
/
transam.h
Commit message (
Expand
)
Author
Age
*
Rename SLRU structures and associated LWLocks.
Tom Lane
2020-05-15
*
Add SQL type xid8 to expose FullTransactionId to users.
Thomas Munro
2020-04-07
*
Update copyrights for 2020
Bruce Momjian
2020-01-01
*
Remove unreferenced function declarations.
Tom Lane
2019-07-05
*
Phase 2 pgindent run for v12.
Tom Lane
2019-05-22
*
In transam.h, don't expose static inline functions to frontend code.
Tom Lane
2019-05-22
*
Use FullTransactionId for the transaction stack.
Thomas Munro
2019-03-28
*
Add basic infrastructure for 64 bit transaction IDs.
Thomas Munro
2019-03-28
*
Sync commentary in transam.h and bki.sgml.
Tom Lane
2019-03-14
*
Fix typo in transam.h for OIDs assigned by genbki.pl
Michael Paquier
2019-02-18
*
Update copyright for 2019
Bruce Momjian
2019-01-02
*
Create a separate oid range for oids assigned by genbki.pl.
Andres Freund
2018-12-13
*
Update copyright for 2018
Bruce Momjian
2018-01-02
*
Phase 2 of pgindent updates.
Tom Lane
2017-06-21
*
Track the oldest XID that can be safely looked up in CLOG.
Robert Haas
2017-03-23
*
Update copyright via script for 2017
Bruce Momjian
2017-01-03
*
Update copyright for 2016
Bruce Momjian
2016-01-02
*
Rename (new|old)estCommitTs to (new|old)estCommitTsXid
Joe Conway
2015-12-28
*
Update copyright for 2015
Bruce Momjian
2015-01-06
*
Keep track of transaction commit timestamps
Alvaro Herrera
2014-12-03
*
pgindent run for 9.4
Bruce Momjian
2014-05-06
*
Introduce logical decoding.
Robert Haas
2014-03-03
*
Update copyright for 2014
Bruce Momjian
2014-01-07
*
Update copyrights for 2013
Bruce Momjian
2013-01-01
*
Replace XLogRecPtr struct with a 64-bit integer.
Heikki Linnakangas
2012-06-24
*
Update copyright notices for year 2012.
Bruce Momjian
2012-01-01
*
Various micro-optimizations for GetSnapshopData().
Robert Haas
2011-12-16
*
Make the visibility map crash-safe.
Robert Haas
2011-06-21
*
Stamp copyrights for year 2011.
Bruce Momjian
2011-01-01
*
Remove cvs keywords from all files.
Magnus Hagander
2010-09-20
*
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
*
Force VACUUM to recalculate oldestXmin even when we haven't changed our
Tom Lane
2009-09-01
*
Track the current XID wrap limit (or more accurately, the oldest unfrozen
Tom Lane
2009-08-31
*
'PGDLLIMPORT' ShmemVariableCache, needed for pg_migrator.so function
Bruce Momjian
2009-05-08
*
Update copyright for 2009.
Bruce Momjian
2009-01-01
*
Rework subtransaction commit protocol for hot standby.
Alvaro Herrera
2008-10-20
*
Make TransactionIdIsInProgress check transam.c's single-item XID status cache
Tom Lane
2008-03-11
*
Update copyrights in source tree to 2008.
Bruce Momjian
2008-01-01
*
pgindent run for 8.3.
Bruce Momjian
2007-11-15
*
Replace the former method of determining snapshot xmax --- to wit, calling
Tom Lane
2007-09-08
*
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
*
Fix recently-understood problems with handling of XID freezing, particularly
Tom Lane
2006-11-05
*
Improve vacuum code to track minimum Xids per table instead of per database.
Alvaro Herrera
2006-07-10
*
Update copyright for 2006. Update scripts.
Bruce Momjian
2006-03-05
*
Standard pgindent run for 8.1.
Bruce Momjian
2005-10-15
*
Solve the problem of OID collisions by probing for duplicate OIDs
Tom Lane
2005-08-12
*
Simplify initdb-time assignment of OIDs as I proposed yesterday, and
Tom Lane
2005-04-13
*
Remove some no-longer-needed kluges for bootstrapping, in particular
Tom Lane
2005-02-20
[next]