Commit Graph

139 Commits (66a4bad83aaa6613a45a00a488c04427f9969fb4)

Author SHA1 Message Date
Andres Freund b5f58cf213 Convert gist to compute page level xid horizon on primary. 7 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
Heikki Linnakangas de7688442f At promotion, archive last segment from old timeline with .partial suffix. 11 years ago
Heikki Linnakangas 179cdd0981 Add macros to check if a filename is a WAL segment or other such file. 11 years ago
Andres Freund 5aa2350426 Introduce replication progress tracking infrastructure. 11 years ago
Heikki Linnakangas b2a5545bd6 Don't archive bogus recycled or preallocated files after timeline switch. 11 years ago
Andres Freund 4f1b890b13 Merge the various forms of transaction commit & abort records. 11 years ago
Fujii Masao 57aa5b2bb1 Add GUC to enable compression of full page images stored in WAL. 11 years ago
Bruce Momjian 4baaf863ec Update copyright for 2015 11 years ago
Alvaro Herrera 73c986adde Keep track of transaction commit timestamps 11 years ago
Simon Riggs aedccb1f6f action_at_recovery_target recovery config option 11 years ago
Heikki Linnakangas 2c03216d83 Revamp the WAL record format. 11 years ago
Heikki Linnakangas 2076db2aea Move the backup-block logic from XLogInsert to a new file, xloginsert.c. 11 years ago
Heikki Linnakangas 5028f22f6e Switch to CRC-32C in WAL and other places. 11 years ago
Andres Freund 604f7956b9 Improve code around the recently added rm_identify rmgr callback. 11 years ago
Andres Freund 728f152e07 Add rmgr callback to name xlog record types for display purposes. 11 years ago
Heikki Linnakangas 54685338e3 Move log_newpage and log_newpage_buffer to xlog.c. 11 years ago