summaryrefslogtreecommitdiff
path: root/src/backend/access/transam/commit_ts.c
AgeCommit message (Expand)Author
19 hoursRefactor some repetitive SLRU codeÁlvaro Herrera
4 daysDisable commit timestamps during bootstrapMichael Paquier
2025-02-13Remove unnecessary (char *) casts [xlog]Peter Eisentraut
2025-01-01Update copyright for 2025Bruce Momjian
2024-05-17Revise GUC names quoting in messages againPeter Eisentraut
2024-03-04Remove unused #include's from backend .c filesPeter Eisentraut
2024-02-28Improve performance of subsystems on top of SLRUAlvaro Herrera
2024-02-28Rename SLRU elements in view pg_stat_slruAlvaro Herrera
2024-02-06Use atomic access for SlruShared->latest_page_numberAlvaro Herrera
2024-01-04Update copyright for 2024Bruce Momjian
2023-12-08Rename ShmemVariableCache to TransamVariablesHeikki Linnakangas
2023-11-30Apply quotes more consistently to GUC names in logsMichael Paquier
2023-11-28Index SLRUs by 64-bit integers rather than by 32-bit integersAlexander Korotkov
2023-01-02Update copyright for 2023Bruce Momjian
2022-12-21Switch some system functions to use get_call_result_type()Michael Paquier
2022-08-09Fix obsolete comment in commit_ts.c.Thomas Munro
2022-05-12Add 'static' to file-local variables missing it.Andres Freund
2022-01-30Remove xloginsert.h from xlog.hAlvaro Herrera
2022-01-21Fix one-off bug causing missing commit timestamps for subtransactionsMichael Paquier
2022-01-08Update copyright for 2022Bruce Momjian
2021-11-30Increase size of shared memory for pg_commit_tsAlvaro Herrera
2021-07-31Move InRecovery and standbyState global vars to xlogutils.c.Heikki Linnakangas
2021-04-11Remove COMMIT_TS_SETTS record.Fujii Masao
2021-03-25Fix bug in WAL replay of COMMIT_TS_SETTS record.Fujii Masao
2021-02-15ReadNewTransactionId() -> ReadNextTransactionId().Thomas Munro
2021-01-16Prevent excess SimpleLruTruncate() deletion.Noah Misch
2021-01-02Update copyright for 2021Bruce Momjian
2020-11-02Use PG_GETARG_TRANSACTIONID where appropriatePeter Eisentraut
2020-09-25Defer flushing of SLRU files.Thomas Munro
2020-09-23Fix missing fsync of SLRU directories.Thomas Munro
2020-08-11Rename VariableCacheData.nextFullXid to nextXid.Andres Freund
2020-07-12Include replication origins in SQL functions for commit timestampMichael Paquier
2020-07-08code: replace 'master' with 'primary' where appropriate.Andres Freund
2020-05-15Rename SLRU structures and associated LWLocks.Tom Lane
2020-01-01Update copyrights for 2020Bruce Momjian
2019-05-22Phase 2 pgindent run for v12.Tom Lane
2019-03-28Add basic infrastructure for 64 bit transaction IDs.Thomas Munro
2019-01-02Update copyright for 2019Bruce Momjian
2018-11-21Remove WITH OIDS support, change oid catalog column visibility.Andres Freund
2018-09-26Rework activation of commit timestamps during recoveryMichael Paquier
2018-06-22Fix typo in comment of commit_ts.c for incorrect reference to CLOGMichael Paquier
2018-01-03Update copyright for 2018Bruce Momjian
2017-11-08Change TRUE/FALSE to true/falsePeter Eisentraut
2017-08-11Remove uses of "slave" in replication contextsPeter Eisentraut
2017-06-21Phase 3 of pgindent updates.Tom Lane
2017-05-17Post-PG 10 beta1 pgindent runBruce Momjian
2017-03-27Fsync directory after creating or unlinking file.Teodor Sigaev
2017-03-17Rename "pg_clog" directory to "pg_xact".Robert Haas
2017-02-06Fix typos in comments.Heikki Linnakangas
2017-01-19Fix race condition in reading commit timestampsAlvaro Herrera