Commit Graph

1031 Commits (fea10a64340e529805609126740a540c8f9daab4)

Author SHA1 Message Date
Andres Freund fea10a6434 Rename VariableCacheData.nextFullXid to nextXid. 5 years ago
Fujii Masao b5310e4ff6 Remove non-fast promotion. 5 years ago
Fujii Masao c3fe108c02 Rename wal_keep_segments to wal_keep_size. 5 years ago
Alvaro Herrera b5b4c0fef9
Fix uninitialized value in segno calculation 5 years ago
Andres Freund a9a4a7ad56 code: replace most remaining uses of 'master'. 5 years ago
Andres Freund 5e7bbb5286 code: replace 'master' with 'primary' where appropriate. 5 years ago
Fujii Masao 654242fd81 Fix incorrect variable datatype. 5 years ago
Alvaro Herrera a8aaa0c786
Morph pg_replication_slots.min_safe_lsn to safe_wal_size 5 years ago
Amit Kapila e7b476c657 Remove duplicate check added by commit b2a5545bd6. 5 years ago
Alvaro Herrera b8fd4e02c6
Adjust max_slot_wal_keep_size behavior per review 5 years ago
Alvaro Herrera 368d7f3297
Add parens to ConvertToXSegs macro 5 years ago
Robert Haas 1fa092913d Don't export basebackup.c's sendTablespace(). 5 years ago
Thomas Munro 57cb806308 Fix locking bugs that could corrupt pg_control. 5 years ago
Tom Lane 5cbfce562f Initial pgindent and pgperltidy run for v13. 5 years ago
Tom Lane 29c3e2dd5a Collect built-in LWLock tranche names statically, not dynamically. 5 years ago
Alvaro Herrera b060dbe000
Rework XLogReader callback system 5 years ago
Amit Kapila 69bfaf2e1d Change the display of WAL usage statistics in Explain. 5 years ago
Peter Eisentraut f057980149 Fix typo 5 years ago
Michael Paquier 4e87c4836a Fix handling of WAL segments ready to be archived during crash recovery 5 years ago
Amit Kapila ef08ca113f Cosmetic fixups for WAL usage work. 6 years ago
Thomas Munro d140f2f3e2 Rationalize GetWalRcv{Write,Flush}RecPtr(). 6 years ago
Alexander Korotkov 1aac32df89 Revert 0f5ca02f53 6 years ago
Alvaro Herrera c655077639
Allow users to limit storage reserved by replication slots 6 years ago
Alexander Korotkov 0f5ca02f53 Implement waiting for given lsn at transaction start 6 years ago
Fujii Masao 4bd0ad9e44 Prevent archive recovery from scanning non-existent WAL files. 6 years ago
Peter Eisentraut 552fcebff0 Revert "Improve handling of parameter differences in physical replication" 6 years ago
Amit Kapila df3b181499 Add infrastructure to track WAL usage. 6 years ago
Robert Haas 0d8c9c1210 Generate backup manifests for base backups, and validate them. 6 years ago
Fujii Masao b0236508d3 Improve the message logged when recovery is paused. 6 years ago
Michael Paquier 616ae3d2b0 Move routine definitions of xlogarchive.c to a new header file 6 years ago
Peter Eisentraut 246f136e76 Improve handling of parameter differences in physical replication 6 years ago
Alvaro Herrera 1e6148032e
Allow walreceiver configuration to change on reload 6 years ago
Alvaro Herrera 092c6936de
Set wal_receiver_create_temp_slot PGC_POSTMASTER 6 years ago
Fujii Masao 496ee647ec Prefer standby promotion over recovery pause. 6 years ago
Fujii Masao b8e20d6dab Add wait events for WAL archive and recovery pause. 6 years ago
Fujii Masao 1d253bae57 Rename the recovery-related wait events. 6 years ago
Fujii Masao 1429d3f767 Fix comment in xlog.c. 6 years ago
Peter Eisentraut bf68b79e50 Refactor ps_status.c API 6 years ago
Peter Eisentraut aaa3aeddee Remove HAVE_WORKING_LINK 6 years ago
Fujii Masao 71e0d0a737 Tidy up XLogSource code in xlog.c. 6 years ago
Fujii Masao ef34ab42a8 Avoid assertion failure with targeted recovery in standby mode. 6 years ago
Fujii Masao e65497df8f Report progress of streaming base backup. 6 years ago
Tom Lane 3d475515a1 Account explicitly for long-lived FDs that are allocated outside fd.c. 6 years ago
Peter Eisentraut 79c2385915 Factor out InitControlFile() from BootStrapXLOG() 6 years ago
Peter Eisentraut 9745f93afc Reformat code comment 6 years ago
Peter Eisentraut dc788668bb Fail if recovery target is not reached 6 years ago
Heikki Linnakangas 30012a04a6 Fix randAccess setting in ReadRecord() 6 years ago
Heikki Linnakangas 38a957316d Refactor XLogReadRecord(), adding XLogBeginRead() function. 6 years ago
Bruce Momjian 7559d8ebfa Update copyrights for 2020 6 years ago
Alvaro Herrera c4dcd9144b Avoid splitting C string literals with \-newline 6 years ago