Commit Graph

1031 Commits (fea10a64340e529805609126740a540c8f9daab4)

Author SHA1 Message Date
Robert Haas f82ec32ac3 Rename "pg_xlog" directory to "pg_wal". 9 years ago
Robert Haas 6f3bd98ebf Extend framework from commit 53be0b1ad to report latch waits. 9 years ago
Peter Eisentraut ebdf5bf7d1 Delay updating control file to "in production" 9 years ago
Simon Riggs 35250b6ad7 New recovery target recovery_target_lsn 9 years ago
Tom Lane 0e0f43d6fd Prevent starting a standalone backend with standby_mode on. 9 years ago
Tom Lane ea268cdc9a Add macros to make AllocSetContextCreate() calls simpler and safer. 9 years ago
Robert Haas 1091402b5a Remove unused structure member. 9 years ago
Magnus Hagander 87d84d67bb Fix start WAL filename for concurrent backups from standby 9 years ago
Robert Haas 4bc424b968 pgindent run for 9.6 9 years ago
Tom Lane 9eb7a0ac6b Fix poorly-worded log message. 9 years ago
Magnus Hagander 7117685461 Implement backup API functions for non-exclusive backups 10 years ago
Alvaro Herrera 890614d2b3 Display WAL pointer in rm_redo error callback 10 years ago
Robert Haas 314cbfc5da Add new replication mode synchronous_commit = 'remote_apply'. 10 years ago
Peter Eisentraut b555ed8102 Merge wal_level "archive" and "hot_standby" into new name "replica" 10 years ago
Alvaro Herrera 5bcc413f80 Fix typos in comments 10 years ago
Andres Freund 1d4a0ab19a Avoid unlikely data-loss scenarios due to rename() without fsync. 10 years ago
Fujii Masao d34794f7d5 Ignore recovery_min_apply_delay until recovery has reached consistent state 10 years ago
Andres Freund 7975c5e0a9 Allow the WAL writer to flush WAL at a reduced rate. 10 years ago
Joe Conway 59a884e985 Change delimiter used for display of NextXID 10 years ago
Robert Haas 63461a63f9 Make builtin lwlock tranche names consistent. 10 years ago
Tom Lane d18643c4a6 Shift the responsibility for emitting "database system is shut down". 10 years ago
Tom Lane c5e9b77127 Revert "Temporarily make pg_ctl and server shutdown a whole lot chattier." 10 years ago
Tom Lane 7351e18286 Add more chattiness in server shutdown. 10 years ago
Tom Lane 3971f64843 Temporarily make pg_ctl and server shutdown a whole lot chattier. 10 years ago
Simon Riggs 978b2f65aa Speedup 2PC by skipping two phase state files in normal path 10 years ago
Simon Riggs 1e29e6324c Maintain local LogwrtResult consistently 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
Robert Haas 3fed417452 Provide a way to predefine LWLock tranche IDs. 10 years ago
Alvaro Herrera 69e7235c93 Fix commit timestamp initialization 10 years ago
Alvaro Herrera 820ddb2c2f Further tweak commit_timestamp behavior 10 years ago
Peter Eisentraut 5db837d3f2 Message improvements 10 years ago
Alvaro Herrera f12e814b88 Fix commit_ts for standby 10 years ago
Alvaro Herrera 6b61955135 Code review for transaction commit timestamps 10 years ago
Andres Freund aa29c1ccd9 Remove legacy multixact truncation support. 10 years ago
Andres Freund 4f627f8973 Rework the way multixact truncations work. 10 years ago
Peter Eisentraut 4a1e15e4a9 Add missing serial comma 10 years ago
Fujii Masao 10fbb79f1a Improve log messages related to tablespace_map file 10 years ago
Fujii Masao 96f6a0cb41 Remove files signaling a standby promotion request at postmaster startup 10 years ago
Fujii Masao 1ea5ce5c5f Document that max_worker_processes must be high enough in standby. 10 years ago
Fujii Masao dd85acf0c4 Make recovery rename tablespace_map to *.old if backup_label is not present. 10 years ago
Heikki Linnakangas 358cde320b Fix race condition that lead to WALInsertLock deadlock with commit_delay. 10 years ago
Andres Freund 7039760114 Fix issues around the "variable" support in the lwlock infrastructure. 10 years ago
Heikki Linnakangas f92d6a540a Use appendStringInfoString/Char et al where appropriate. 10 years ago
Fujii Masao 8217370864 Make XLogFileCopy() look the same as in 9.4. 10 years ago
Heikki Linnakangas d661532e27 Also trigger restartpoints based on max_wal_size on standby. 10 years ago
Robert Haas 8f15f74a44 Be more conservative about removing tablespace "symlinks". 10 years ago
Andres Freund 90231cd518 Add missing check for wal_debug GUC. 10 years ago
Alvaro Herrera 94232c909d Fix typos 10 years ago
Fujii Masao 7abc685974 Refactor WAL segment copying code. 10 years ago