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
*
Update copyright for 2023
Bruce Momjian
2023-01-02
*
Revert 56-bit relfilenode change and follow-up commits.
Robert Haas
2022-09-28
*
Increase width of RelFileNumbers from 32 bits to 56 bits.
Robert Haas
2022-09-27
*
Fix visibility check when XID is committed in CLOG but not in procarray.
Heikki Linnakangas
2022-06-27
*
Rethink method for assigning OIDs to the template0 and postgres DBs.
Tom Lane
2022-04-21
*
pg_upgrade: Preserve database OIDs.
Robert Haas
2022-01-24
*
Update copyright for 2022
Bruce Momjian
2022-01-07
*
Replace explicit PIN entries in pg_depend with an OID range test.
Tom Lane
2021-07-15
*
Reduce the range of OIDs reserved for genbki.pl.
Tom Lane
2021-05-27
*
Initial pgindent and pgperltidy run for v14.
Tom Lane
2021-05-12
*
BRIN minmax-multi indexes
Tomas Vondra
2021-03-26
*
ReadNewTransactionId() -> ReadNextTransactionId().
Thomas Munro
2021-02-15
*
Update copyright for 2021
Bruce Momjian
2021-01-02
*
snapshot scalability: cache snapshots using a xact completion counter.
Andres Freund
2020-08-17
*
snapshot scalability: Don't compute global horizons while building snapshots.
Andres Freund
2020-08-12
*
Track latest completed xid as a FullTransactionId.
Andres Freund
2020-08-11
*
Rename VariableCacheData.nextFullXid to nextXid.
Andres Freund
2020-08-11
*
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
[next]