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
/
commit_ts.c
Age
Commit message (
Expand
)
Author
19 hours
Refactor some repetitive SLRU code
Álvaro Herrera
4 days
Disable commit timestamps during bootstrap
Michael Paquier
2025-02-13
Remove unnecessary (char *) casts [xlog]
Peter Eisentraut
2025-01-01
Update copyright for 2025
Bruce Momjian
2024-05-17
Revise GUC names quoting in messages again
Peter Eisentraut
2024-03-04
Remove unused #include's from backend .c files
Peter Eisentraut
2024-02-28
Improve performance of subsystems on top of SLRU
Alvaro Herrera
2024-02-28
Rename SLRU elements in view pg_stat_slru
Alvaro Herrera
2024-02-06
Use atomic access for SlruShared->latest_page_number
Alvaro Herrera
2024-01-04
Update copyright for 2024
Bruce Momjian
2023-12-08
Rename ShmemVariableCache to TransamVariables
Heikki Linnakangas
2023-11-30
Apply quotes more consistently to GUC names in logs
Michael Paquier
2023-11-28
Index SLRUs by 64-bit integers rather than by 32-bit integers
Alexander Korotkov
2023-01-02
Update copyright for 2023
Bruce Momjian
2022-12-21
Switch some system functions to use get_call_result_type()
Michael Paquier
2022-08-09
Fix obsolete comment in commit_ts.c.
Thomas Munro
2022-05-12
Add 'static' to file-local variables missing it.
Andres Freund
2022-01-30
Remove xloginsert.h from xlog.h
Alvaro Herrera
2022-01-21
Fix one-off bug causing missing commit timestamps for subtransactions
Michael Paquier
2022-01-08
Update copyright for 2022
Bruce Momjian
2021-11-30
Increase size of shared memory for pg_commit_ts
Alvaro Herrera
2021-07-31
Move InRecovery and standbyState global vars to xlogutils.c.
Heikki Linnakangas
2021-04-11
Remove COMMIT_TS_SETTS record.
Fujii Masao
2021-03-25
Fix bug in WAL replay of COMMIT_TS_SETTS record.
Fujii Masao
2021-02-15
ReadNewTransactionId() -> ReadNextTransactionId().
Thomas Munro
2021-01-16
Prevent excess SimpleLruTruncate() deletion.
Noah Misch
2021-01-02
Update copyright for 2021
Bruce Momjian
2020-11-02
Use PG_GETARG_TRANSACTIONID where appropriate
Peter Eisentraut
2020-09-25
Defer flushing of SLRU files.
Thomas Munro
2020-09-23
Fix missing fsync of SLRU directories.
Thomas Munro
2020-08-11
Rename VariableCacheData.nextFullXid to nextXid.
Andres Freund
2020-07-12
Include replication origins in SQL functions for commit timestamp
Michael Paquier
2020-07-08
code: replace 'master' with 'primary' where appropriate.
Andres Freund
2020-05-15
Rename SLRU structures and associated LWLocks.
Tom Lane
2020-01-01
Update copyrights for 2020
Bruce Momjian
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-11-21
Remove WITH OIDS support, change oid catalog column visibility.
Andres Freund
2018-09-26
Rework activation of commit timestamps during recovery
Michael Paquier
2018-06-22
Fix typo in comment of commit_ts.c for incorrect reference to CLOG
Michael Paquier
2018-01-03
Update copyright for 2018
Bruce Momjian
2017-11-08
Change TRUE/FALSE to true/false
Peter Eisentraut
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-27
Fsync directory after creating or unlinking file.
Teodor Sigaev
2017-03-17
Rename "pg_clog" directory to "pg_xact".
Robert Haas
2017-02-06
Fix typos in comments.
Heikki Linnakangas
2017-01-19
Fix race condition in reading commit timestamps
Alvaro Herrera
[next]