aboutsummaryrefslogtreecommitdiff
path: root/src/backend/access/transam/commit_ts.c
Commit message (Expand)AuthorAge
* Remove unnecessary (char *) casts [xlog]Peter Eisentraut2025-02-13
* Update copyright for 2025Bruce Momjian2025-01-01
* Revise GUC names quoting in messages againPeter Eisentraut2024-05-17
* Remove unused #include's from backend .c filesPeter Eisentraut2024-03-04
* Improve performance of subsystems on top of SLRUAlvaro Herrera2024-02-28
* Rename SLRU elements in view pg_stat_slruAlvaro Herrera2024-02-28
* Use atomic access for SlruShared->latest_page_numberAlvaro Herrera2024-02-06
* Update copyright for 2024Bruce Momjian2024-01-03
* Rename ShmemVariableCache to TransamVariablesHeikki Linnakangas2023-12-08
* Apply quotes more consistently to GUC names in logsMichael Paquier2023-11-30
* Index SLRUs by 64-bit integers rather than by 32-bit integersAlexander Korotkov2023-11-29
* Update copyright for 2023Bruce Momjian2023-01-02
* Switch some system functions to use get_call_result_type()Michael Paquier2022-12-21
* Fix obsolete comment in commit_ts.c.Thomas Munro2022-08-09
* Add 'static' to file-local variables missing it.Andres Freund2022-05-12
* Remove xloginsert.h from xlog.hAlvaro Herrera2022-01-30
* Fix one-off bug causing missing commit timestamps for subtransactionsMichael Paquier2022-01-21
* Update copyright for 2022Bruce Momjian2022-01-07
* Increase size of shared memory for pg_commit_tsAlvaro Herrera2021-11-30
* Move InRecovery and standbyState global vars to xlogutils.c.Heikki Linnakangas2021-07-31
* Remove COMMIT_TS_SETTS record.Fujii Masao2021-04-12
* Fix bug in WAL replay of COMMIT_TS_SETTS record.Fujii Masao2021-03-25
* ReadNewTransactionId() -> ReadNextTransactionId().Thomas Munro2021-02-15
* Prevent excess SimpleLruTruncate() deletion.Noah Misch2021-01-16
* Update copyright for 2021Bruce Momjian2021-01-02
* Use PG_GETARG_TRANSACTIONID where appropriatePeter Eisentraut2020-11-02
* Defer flushing of SLRU files.Thomas Munro2020-09-25
* Fix missing fsync of SLRU directories.Thomas Munro2020-09-24
* Rename VariableCacheData.nextFullXid to nextXid.Andres Freund2020-08-11
* Include replication origins in SQL functions for commit timestampMichael Paquier2020-07-12
* code: replace 'master' with 'primary' where appropriate.Andres Freund2020-07-08
* Rename SLRU structures and associated LWLocks.Tom Lane2020-05-15
* Update copyrights for 2020Bruce Momjian2020-01-01
* Phase 2 pgindent run for v12.Tom Lane2019-05-22
* Add basic infrastructure for 64 bit transaction IDs.Thomas Munro2019-03-28
* Update copyright for 2019Bruce Momjian2019-01-02
* Remove WITH OIDS support, change oid catalog column visibility.Andres Freund2018-11-20
* Rework activation of commit timestamps during recoveryMichael Paquier2018-09-26
* Fix typo in comment of commit_ts.c for incorrect reference to CLOGMichael Paquier2018-06-22
* Update copyright for 2018Bruce Momjian2018-01-02
* Change TRUE/FALSE to true/falsePeter Eisentraut2017-11-08
* Remove uses of "slave" in replication contextsPeter Eisentraut2017-08-10
* Phase 3 of pgindent updates.Tom Lane2017-06-21
* Post-PG 10 beta1 pgindent runBruce Momjian2017-05-17
* Fsync directory after creating or unlinking file.Teodor Sigaev2017-03-27
* Rename "pg_clog" directory to "pg_xact".Robert Haas2017-03-17
* Fix typos in comments.Heikki Linnakangas2017-02-06
* Fix race condition in reading commit timestampsAlvaro Herrera2017-01-19
* Update copyright via script for 2017Bruce Momjian2017-01-03
* Fix commit_ts for FrozenXid and BootstrapXidAlvaro Herrera2016-11-24