Location via proxy:
[ UP ]
[Report a bug]
[Manage cookies]
No cookies
No scripts
No ads
No referrer
Show this form
index
:
postgresql.git
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL8_4_STABLE
REL8_5_ALPHA1_BRANCH
REL8_5_ALPHA2_BRANCH
REL8_5_ALPHA3_BRANCH
REL9_0_ALPHA4_BRANCH
REL9_0_ALPHA5_BRANCH
REL9_0_STABLE
REL9_1_STABLE
REL9_2_STABLE
REL9_3_STABLE
REL9_4_STABLE
REL9_5_STABLE
REL9_6_STABLE
REL_10_STABLE
REL_11_STABLE
REL_12_STABLE
REL_13_STABLE
REL_14_STABLE
REL_15_STABLE
REL_16_STABLE
REL_17_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
This is the main PostgreSQL git repository.
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
include
/
access
/
transam.h
Age
Commit message (
Expand
)
Author
2025-01-25
Merge copies of converting an XID to a FullTransactionId.
Noah Misch
2025-01-01
Update copyright for 2025
Bruce Momjian
2024-01-04
Update copyright for 2024
Bruce Momjian
2023-12-08
Rename ShmemVariableCache to TransamVariables
Heikki Linnakangas
2023-12-08
Initialize ShmemVariableCache like other shmem areas
Heikki Linnakangas
2023-01-02
Update copyright for 2023
Bruce Momjian
2022-09-28
Revert 56-bit relfilenode change and follow-up commits.
Robert Haas
2022-09-27
Increase width of RelFileNumbers from 32 bits to 56 bits.
Robert Haas
2022-06-27
Fix visibility check when XID is committed in CLOG but not in procarray.
Heikki Linnakangas
2022-04-21
Rethink method for assigning OIDs to the template0 and postgres DBs.
Tom Lane
2022-01-24
pg_upgrade: Preserve database OIDs.
Robert Haas
2022-01-08
Update copyright for 2022
Bruce Momjian
2021-07-15
Replace explicit PIN entries in pg_depend with an OID range test.
Tom Lane
2021-05-27
Reduce the range of OIDs reserved for genbki.pl.
Tom Lane
2021-05-12
Initial pgindent and pgperltidy run for v14.
Tom Lane
2021-03-26
BRIN minmax-multi indexes
Tomas Vondra
2021-02-15
ReadNewTransactionId() -> ReadNextTransactionId().
Thomas Munro
2021-01-02
Update copyright for 2021
Bruce Momjian
2020-08-18
snapshot scalability: cache snapshots using a xact completion counter.
Andres Freund
2020-08-12
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-05-15
Rename SLRU structures and associated LWLocks.
Tom Lane
2020-04-07
Add SQL type xid8 to expose FullTransactionId to users.
Thomas Munro
2020-01-01
Update copyrights for 2020
Bruce Momjian
2019-07-05
Remove unreferenced function declarations.
Tom Lane
2019-05-22
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-03-28
Use FullTransactionId for the transaction stack.
Thomas Munro
2019-03-28
Add basic infrastructure for 64 bit transaction IDs.
Thomas Munro
2019-03-14
Sync commentary in transam.h and bki.sgml.
Tom Lane
2019-02-18
Fix typo in transam.h for OIDs assigned by genbki.pl
Michael Paquier
2019-01-02
Update copyright for 2019
Bruce Momjian
2018-12-13
Create a separate oid range for oids assigned by genbki.pl.
Andres Freund
2018-01-03
Update copyright for 2018
Bruce Momjian
2017-06-21
Phase 2 of pgindent updates.
Tom Lane
2017-03-23
Track the oldest XID that can be safely looked up in CLOG.
Robert Haas
2017-01-03
Update copyright via script for 2017
Bruce Momjian
2016-01-02
Update copyright for 2016
Bruce Momjian
2015-12-28
Rename (new|old)estCommitTs to (new|old)estCommitTsXid
Joe Conway
2015-01-06
Update copyright for 2015
Bruce Momjian
2014-12-03
Keep track of transaction commit timestamps
Alvaro Herrera
2014-05-06
pgindent run for 9.4
Bruce Momjian
2014-03-03
Introduce logical decoding.
Robert Haas
2014-01-07
Update copyright for 2014
Bruce Momjian
2013-01-01
Update copyrights for 2013
Bruce Momjian
2012-06-24
Replace XLogRecPtr struct with a 64-bit integer.
Heikki Linnakangas
2012-01-01
Update copyright notices for year 2012.
Bruce Momjian
2011-12-17
Various micro-optimizations for GetSnapshopData().
Robert Haas
2011-06-22
Make the visibility map crash-safe.
Robert Haas
[next]