Commit Graph

154 Commits (db659a3416b967d716806e558efbb9d1ec610cd1)

Author SHA1 Message Date
Amit Kapila c55040ccd0 WAL Log invalidations at command end with wal_level=logical. 5 years ago
Amit Kapila 0bead9af48 Immediately WAL-log subtransaction and top-level XID association. 5 years ago
Alvaro Herrera a8aaa0c786
Morph pg_replication_slots.min_safe_lsn to safe_wal_size 5 years ago
Noah Misch c6b92041d3 Skip WAL for new relfilenodes, under wal_level=minimal. 6 years ago
Michael Paquier 616ae3d2b0 Move routine definitions of xlogarchive.c to a new header file 6 years ago
Peter Geoghegan 0d861bbb70 Add deduplication to nbtree. 6 years ago
Peter Geoghegan d2e5e20e57 Add xl_btree_delete optimization. 6 years ago
Bruce Momjian 7559d8ebfa Update copyrights for 2020 6 years ago
Peter Geoghegan 9f83468b35 Remove unneeded "pin scan" nbtree VACUUM code. 6 years ago
Michael Paquier 9989d37d1c Remove XLogFileNameP() from the tree 6 years ago
Fujii Masao 43a54a3bcc Bump WAL version. 6 years ago
Michael Paquier c96581abe4 Fix inconsistencies and typos in the tree, take 11 6 years ago
Michael Paquier 0896ae561b Fix inconsistencies and typos in the tree 6 years ago
Tom Lane 8255c7a5ee Phase 2 pgindent run for v12. 6 years ago
Tom Lane be76af171c Initial pgindent run for v12. 6 years ago
Andres Freund b5f58cf213 Convert gist to compute page level xid horizon on primary. 6 years ago
Andres Freund 558a9165e0 Compute XID horizon for page level index vacuum on primary. 7 years ago
Michael Paquier ea92368cd1 Move max_wal_senders out of max_connections for connection slot handling 7 years ago
Bruce Momjian 97c39498e5 Update copyright for 2019 7 years ago
Alvaro Herrera a22445ff0b Flip argument order in XLogSegNoOffsetToRecPtr 7 years ago
Heikki Linnakangas cf5a189059 Fix confusion on the padding of GIDs in on commit and abort records. 8 years ago
Magnus Hagander a228cc13ae Revert "Allow on-line enabling and disabling of data checksums" 8 years ago
Magnus Hagander 1fde38beaa Allow on-line enabling and disabling of data checksums 8 years ago
Bruce Momjian 9d4649ca49 Update copyright for 2018 8 years ago
Peter Eisentraut 0e1539ba0d Add some const decorations to prototypes 8 years ago
Andres Freund fc49e24fa6 Make WAL segment size configurable at initdb time. 8 years ago
Tatsuo Ishii e662ef0f2e Fix comment. 8 years ago
Tom Lane c7b8998ebb Phase 2 of pgindent updates. 8 years ago
Peter Eisentraut c1a7f64b4a Replace "transaction log" with "write-ahead log" 8 years ago
Robert Haas ea42cc18c3 Track the oldest XID that can be safely looked up in CLOG. 9 years ago
Robert Haas 953477ca35 Fixes for single-page hash index vacuum. 9 years ago
Peter Eisentraut a47b38c9ee Spelling fixes 9 years ago
Robert Haas 85c11324ca Rename user-facing tools with "xlog" in the name to say "wal". 9 years ago
Robert Haas a507b86900 Add WAL consistency checking facility. 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
Andres Freund 6ef2eba3f5 Skip checkpoints, archiving on idle systems. 9 years ago
Robert Haas f82ec32ac3 Rename "pg_xlog" directory to "pg_wal". 9 years ago
Andres Freund eca0f1db14 Clear all-frozen visibilitymap status when locking tuples. 9 years ago
Robert Haas 71d05a2c7b pg_visibility: Add pg_truncate_visibility_map function. 9 years ago
Robert Haas 4bc424b968 pgindent run for 9.6 9 years ago
Andres Freund 533cd2303a Remove trailing commas in enums. 10 years ago
Andres Freund be65eddd80 Add required database and origin filtering for logical messages. 10 years ago
Teodor Sigaev 65578341af Add Generic WAL interface 10 years ago
Robert Haas 314cbfc5da Add new replication mode synchronous_commit = 'remote_apply'. 10 years ago
Bruce Momjian ee94300446 Update copyright for 2016 10 years ago
Andres Freund aa29c1ccd9 Remove legacy multixact truncation support. 10 years ago
Teodor Sigaev 22f519c92a Fix bug introduced by microvacuum for GiST 10 years ago
Fujii Masao fb174687f7 Make use of xlog_internal.h's macros in WAL-related utilities. 10 years ago
Heikki Linnakangas 7cbee7c0a1 At promotion, don't leave behind a partial segment on the old timeline. 10 years ago