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
/
clog.c
Age
Commit message (
Expand
)
Author
2020-01-01
Update copyrights for 2020
Bruce Momjian
2019-12-17
Change overly strict Assert in TransactionGroupUpdateXidStatus.
Amit Kapila
2019-11-12
Make the order of the header file includes consistent in backend modules.
Amit Kapila
2019-08-05
Fix inconsistencies and typos in the tree, take 9
Michael Paquier
2019-07-22
Fix inconsistencies and typos in the tree
Michael Paquier
2019-07-16
Fix inconsistencies and typos in the tree
Michael Paquier
2019-05-22
Phase 2 pgindent run for v12.
Tom Lane
2019-03-28
Add basic infrastructure for 64 bit transaction IDs.
Thomas Munro
2019-01-02
Update copyright for 2019
Bruce Momjian
2018-01-03
Update copyright for 2018
Bruce Momjian
2017-11-08
Change TRUE/FALSE to true/false
Peter Eisentraut
2017-10-06
Fix access-off-end-of-array in clog.c.
Tom Lane
2017-09-01
Use group updates when setting transaction status in clog.
Robert Haas
2017-08-10
Remove incorrect assertion in clog.c
Robert Haas
2017-06-21
Phase 3 of pgindent updates.
Tom Lane
2017-06-21
Phase 2 of pgindent updates.
Tom Lane
2017-05-17
Post-PG 10 beta1 pgindent run
Bruce Momjian
2017-03-27
Fsync directory after creating or unlinking file.
Teodor Sigaev
2017-03-23
Track the oldest XID that can be safely looked up in CLOG.
Robert Haas
2017-03-17
Rename "pg_clog" directory to "pg_xact".
Robert Haas
2017-03-10
Revert "Use group updates when setting transaction status in clog."
Robert Haas
2017-03-09
Use group updates when setting transaction status in clog.
Robert Haas
2017-01-03
Update copyright via script for 2017
Bruce Momjian
2016-04-08
Increase maximum number of clog buffers.
Andres Freund
2016-02-02
Make all built-in lwlock tranche IDs fixed.
Robert Haas
2016-01-02
Update copyright for 2016
Bruce Momjian
2015-11-12
Move each SLRU's lwlocks to a separate tranche.
Robert Haas
2015-01-06
Update copyright for 2015
Bruce Momjian
2014-12-03
Fix typos
Alvaro Herrera
2014-11-20
Revamp the WAL record format.
Heikki Linnakangas
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-01-07
Update copyright for 2014
Bruce Momjian
2013-11-22
Fix Hot-Standby initialization of clog and subtrans.
Heikki Linnakangas
2013-01-01
Update copyrights for 2013
Bruce Momjian
2012-12-28
Remove obsolete XLogRecPtr macros
Alvaro Herrera
2012-11-28
Split out rmgr rm_desc functions into their own files
Alvaro Herrera
2012-06-10
Run pgindent on 9.2 source tree in preparation for first 9.3
Bruce Momjian
2012-01-30
Assorted comment fixes, mostly just typos, but some obsolete statements.
Tom Lane
2012-01-06
Make the number of CLOG buffers adaptive, based on shared_buffers.
Robert Haas
2012-01-01
Update copyright notices for year 2012.
Bruce Momjian
2011-11-02
Fix timing of Startup CLOG and MultiXact during Hot Standby
Simon Riggs
2011-10-04
Use callbacks in SlruScanDirectory for the actual action
Alvaro Herrera
2011-09-01
Remove unnecessary #include references, per pgrminclude script.
Bruce Momjian
2011-05-12
Fix assorted typos
Alvaro Herrera
2011-01-01
Stamp copyrights for year 2011.
Bruce Momjian
2010-12-30
Avoid unnecessary public struct declaration in slru.h
Alvaro Herrera
2010-09-20
Remove cvs keywords from all files.
Magnus Hagander
2010-01-02
Update copyright for the year 2010.
Bruce Momjian
2009-12-19
Allow read only connections during recovery, known as Hot Standby.
Simon Riggs
[next]