index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
access
/
transam
/
varsup.c
Commit message (
Expand
)
Author
Age
*
Change internal RelFileNode references to RelFileNumber or RelFileLocator.
Robert Haas
2022-07-06
*
Update copyright for 2022
Bruce Momjian
2022-01-07
*
Move InRecovery and standbyState global vars to xlogutils.c.
Heikki Linnakangas
2021-07-31
*
Replace explicit PIN entries in pg_depend with an OID range test.
Tom Lane
2021-07-15
*
Initial pgindent and pgperltidy run for v14.
Tom Lane
2021-05-12
*
Use errmsg_internal for debug messages
Peter Eisentraut
2021-02-17
*
Update copyright for 2021
Bruce Momjian
2021-01-02
*
Correct several behavior descriptions in comments.
Noah Misch
2020-08-15
*
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-14
*
Track latest completed xid as a FullTransactionId.
Andres Freund
2020-08-11
*
Rename VariableCacheData.nextFullXid to nextXid.
Andres Freund
2020-08-11
*
Change XID and mxact limits to warn at 40M and stop at 3M.
Noah Misch
2020-08-01
*
Rename SLRU structures and associated LWLocks.
Tom Lane
2020-05-15
*
Update copyrights for 2020
Bruce Momjian
2020-01-01
*
Fix inconsistencies and typos in the tree, take 11
Michael Paquier
2019-08-19
*
Clean up the behavior and API of catalog.c's is-catalog-relation tests.
Tom Lane
2019-05-08
*
Fix GetNewTransactionId()'s interaction with xidVacLimit.
Thomas Munro
2019-04-12
*
Use FullTransactionId for the transaction stack.
Thomas Munro
2019-03-28
*
Add basic infrastructure for 64 bit transaction IDs.
Thomas Munro
2019-03-28
*
Update copyright for 2019
Bruce Momjian
2019-01-02
*
Remove WITH OIDS support, change oid catalog column visibility.
Andres Freund
2018-11-20
*
Remove volatiles from {procarray,volatile}.c and fix memory ordering issue.
Andres Freund
2018-11-10
*
Improve comment in GetNewObjectId().
Thomas Munro
2018-08-16
*
Update copyright for 2018
Bruce Momjian
2018-01-02
*
Extend near-wraparound hints to include replication slots
Simon Riggs
2017-12-29
*
Remove uses of "slave" in replication contexts
Peter Eisentraut
2017-08-10
*
Phase 3 of pgindent updates.
Tom Lane
2017-06-21
*
Post-PG 10 beta1 pgindent run
Bruce Momjian
2017-05-17
*
Track the oldest XID that can be safely looked up in CLOG.
Robert Haas
2017-03-23
*
Rename user-facing tools with "xlog" in the name to say "wal".
Robert Haas
2017-02-09
*
Update copyright via script for 2017
Bruce Momjian
2017-01-03
*
Update copyright for 2016
Bruce Momjian
2016-01-02
*
Create an infrastructure for parallel computation in PostgreSQL.
Robert Haas
2015-04-30
*
Update copyright for 2015
Bruce Momjian
2015-01-06
*
Keep track of transaction commit timestamps
Alvaro Herrera
2014-12-03
*
Move the backup-block logic from XLogInsert to a new file, xloginsert.c.
Heikki Linnakangas
2014-11-06
*
pgindent run for 9.4
Bruce Momjian
2014-05-06
*
Separate multixact freezing parameters from xid's
Alvaro Herrera
2014-02-13
*
Update copyright for 2014
Bruce Momjian
2014-01-07
*
Clarify terminology standalone backend vs. single-user mode
Peter Eisentraut
2013-06-20
*
Fix handling of OID wraparound while in standalone mode.
Tom Lane
2013-05-13
*
Improve concurrency of foreign key locking
Alvaro Herrera
2013-01-23
*
Update copyrights for 2013
Bruce Momjian
2013-01-01
*
Run pgindent on 9.2 source tree in preparation for first 9.3
Bruce Momjian
2012-06-10
*
Update comments that became out-of-date with the PGXACT struct.
Heikki Linnakangas
2012-05-14
*
Update copyright notices for year 2012.
Bruce Momjian
2012-01-01
*
Move "hot" members of PGPROC into a separate PGXACT array.
Robert Haas
2011-11-25
*
Clean up the #include mess a little.
Tom Lane
2011-09-04
*
Remove unnecessary #include references, per pgrminclude script.
Bruce Momjian
2011-09-01
[next]