Commit Graph

58 Commits (f03bd5717eaf31569ca797a2f7d65608f88ac2a2)

Author SHA1 Message Date
Thomas Munro 670475b2fa Fix obsolete comment in commit_ts.c. 3 years ago
Andres Freund 09cd33f47b Add 'static' to file-local variables missing it. 3 years ago
Alvaro Herrera b3d7d6e462
Remove xloginsert.h from xlog.h 3 years ago
Michael Paquier 237d1f3172 Fix one-off bug causing missing commit timestamps for subtransactions 3 years ago
Bruce Momjian 27b77ecf9f Update copyright for 2022 4 years ago
Alvaro Herrera 4c83e59e01
Increase size of shared memory for pg_commit_ts 4 years ago
Heikki Linnakangas 317632f307 Move InRecovery and standbyState global vars to xlogutils.c. 4 years ago
Fujii Masao 08aa89b326 Remove COMMIT_TS_SETTS record. 4 years ago
Fujii Masao 438fc4a39c Fix bug in WAL replay of COMMIT_TS_SETTS record. 4 years ago
Thomas Munro c7ecd6af01 ReadNewTransactionId() -> ReadNextTransactionId(). 4 years ago
Noah Misch 6db992833c Prevent excess SimpleLruTruncate() deletion. 5 years ago
Bruce Momjian ca3b37487b Update copyright for 2021 5 years ago
Peter Eisentraut dd26a0ad76 Use PG_GETARG_TRANSACTIONID where appropriate 5 years ago
Thomas Munro dee663f784 Defer flushing of SLRU files. 5 years ago
Thomas Munro aca74843e4 Fix missing fsync of SLRU directories. 5 years ago
Andres Freund fea10a6434 Rename VariableCacheData.nextFullXid to nextXid. 5 years ago
Michael Paquier b1e48bbe64 Include replication origins in SQL functions for commit timestamp 5 years ago
Andres Freund 5e7bbb5286 code: replace 'master' with 'primary' where appropriate. 5 years ago
Tom Lane 5da14938f7 Rename SLRU structures and associated LWLocks. 5 years ago
Bruce Momjian 7559d8ebfa Update copyrights for 2020 6 years ago
Tom Lane 8255c7a5ee Phase 2 pgindent run for v12. 6 years ago
Thomas Munro 2fc7af5e96 Add basic infrastructure for 64 bit transaction IDs. 6 years ago
Bruce Momjian 97c39498e5 Update copyright for 2019 7 years ago
Andres Freund 578b229718 Remove WITH OIDS support, change oid catalog column visibility. 7 years ago
Michael Paquier 8d28bf500f Rework activation of commit timestamps during recovery 7 years ago
Michael Paquier 0aa5e65ab4 Fix typo in comment of commit_ts.c for incorrect reference to CLOG 7 years ago
Bruce Momjian 9d4649ca49 Update copyright for 2018 8 years ago
Peter Eisentraut 2eb4a831e5 Change TRUE/FALSE to true/false 8 years ago
Peter Eisentraut a1ef920e27 Remove uses of "slave" in replication contexts 8 years ago
Tom Lane 382ceffdf7 Phase 3 of pgindent updates. 8 years ago
Bruce Momjian a6fd7b7a5f Post-PG 10 beta1 pgindent run 8 years ago
Teodor Sigaev 1b02be21f2 Fsync directory after creating or unlinking file. 8 years ago
Robert Haas 88e66d193f Rename "pg_clog" directory to "pg_xact". 8 years ago
Heikki Linnakangas 181bdb90ba Fix typos in comments. 9 years ago
Alvaro Herrera 8eace46d34 Fix race condition in reading commit timestamps 9 years ago
Bruce Momjian 1d25779284 Update copyright via script for 2017 9 years ago
Alvaro Herrera 4aaddf2f00 Fix commit_ts for FrozenXid and BootstrapXid 9 years ago
Alvaro Herrera 00f15338b2 Preserve commit timestamps across clean restart 9 years ago
Robert Haas 445a38aba2 Have heapam.h include lockdefs.h rather than lock.h. 9 years ago
Robert Haas 4bc424b968 pgindent run for 9.6 9 years ago
Robert Haas 7191ce8bea Make all built-in lwlock tranche IDs fixed. 10 years ago
Bruce Momjian ee94300446 Update copyright for 2016 10 years ago
Joe Conway 241448b23a Rename (new|old)estCommitTs to (new|old)estCommitTsXid 10 years ago
Alvaro Herrera 69e7235c93 Fix commit timestamp initialization 10 years ago
Peter Eisentraut a351705d8a Improve some messages 10 years ago
Alvaro Herrera 820ddb2c2f Further tweak commit_timestamp behavior 10 years ago
Robert Haas fe702a7b3f Move each SLRU's lwlocks to a separate tranche. 10 years ago
Alvaro Herrera 531d21b75f Cleanup commit timestamp module activaction, again 10 years ago
Alvaro Herrera e06b2e1d2e Don't disable commit_ts in standby if enabled locally 10 years ago
Alvaro Herrera f12e814b88 Fix commit_ts for standby 10 years ago