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
REL_18_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
/
backend
/
access
/
transam
/
varsup.c
Age
Commit message (
Expand
)
Author
2025-01-01
Update copyright for 2025
Bruce Momjian
2024-08-29
Message style improvements
Peter Eisentraut
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-10-17
Reword messages about impending (M)XID exhaustion.
Robert Haas
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
Fix typos in commit 05d4cbf9b6ba708858984b01ca0fc56d59d4ec7c.
Robert Haas
2022-09-27
Increase width of RelFileNumbers from 32 bits to 56 bits.
Robert Haas
2022-07-06
Change internal RelFileNode references to RelFileNumber or RelFileLocator.
Robert Haas
2022-01-08
Update copyright for 2022
Bruce Momjian
2021-07-31
Move InRecovery and standbyState global vars to xlogutils.c.
Heikki Linnakangas
2021-07-15
Replace explicit PIN entries in pg_depend with an OID range test.
Tom Lane
2021-05-12
Initial pgindent and pgperltidy run for v14.
Tom Lane
2021-02-17
Use errmsg_internal for debug messages
Peter Eisentraut
2021-01-02
Update copyright for 2021
Bruce Momjian
2020-08-16
Correct several behavior descriptions in comments.
Noah Misch
2020-08-14
snapshot scalability: Move subxact info to ProcGlobal, remove PGXACT.
Andres Freund
2020-08-14
snapshot scalability: Introduce dense array of in-progress xids.
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-01
Change XID and mxact limits to warn at 40M and stop at 3M.
Noah Misch
2020-05-15
Rename SLRU structures and associated LWLocks.
Tom Lane
2020-01-01
Update copyrights for 2020
Bruce Momjian
2019-08-19
Fix inconsistencies and typos in the tree, take 11
Michael Paquier
2019-05-09
Clean up the behavior and API of catalog.c's is-catalog-relation tests.
Tom Lane
2019-04-12
Fix GetNewTransactionId()'s interaction with xidVacLimit.
Thomas Munro
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-01-02
Update copyright for 2019
Bruce Momjian
2018-11-21
Remove WITH OIDS support, change oid catalog column visibility.
Andres Freund
2018-11-11
Remove volatiles from {procarray,volatile}.c and fix memory ordering issue.
Andres Freund
2018-08-16
Improve comment in GetNewObjectId().
Thomas Munro
2018-01-03
Update copyright for 2018
Bruce Momjian
2017-12-29
Extend near-wraparound hints to include replication slots
Simon Riggs
2017-08-11
Remove uses of "slave" in replication contexts
Peter Eisentraut
2017-06-21
Phase 3 of pgindent updates.
Tom Lane
2017-05-17
Post-PG 10 beta1 pgindent run
Bruce Momjian
2017-03-23
Track the oldest XID that can be safely looked up in CLOG.
Robert Haas
2017-02-09
Rename user-facing tools with "xlog" in the name to say "wal".
Robert Haas
2017-01-03
Update copyright via script for 2017
Bruce Momjian
2016-01-02
Update copyright for 2016
Bruce Momjian
2015-04-30
Create an infrastructure for parallel computation in PostgreSQL.
Robert Haas
2015-01-06
Update copyright for 2015
Bruce Momjian
2014-12-03
Keep track of transaction commit timestamps
Alvaro Herrera
2014-11-06
Move the backup-block logic from XLogInsert to a new file, xloginsert.c.
Heikki Linnakangas
2014-05-06
pgindent run for 9.4
Bruce Momjian
2014-02-13
Separate multixact freezing parameters from xid's
Alvaro Herrera
2014-01-07
Update copyright for 2014
Bruce Momjian
[next]