Commit Graph

949 Commits (c900c15269f0f900d666bd1b0c6df3eff5098678)

Author SHA1 Message Date
Magnus Hagander 016c990834 Fix incorrect variable datatype 9 years ago
Tom Lane c29aff959d Consistently declare timestamp variables as TimestampTz. 9 years ago
Tom Lane d28aafb6dd Remove pg_control's enableIntTimes field. 9 years ago
Robert Haas fb47544d0c Minor fixes for WAL consistency checking. 9 years ago
Robert Haas 3f01fd4ca0 Rename dtrace probes for ongoing xlog -> wal conversion. 9 years ago
Robert Haas 806091c96f Remove all references to "xlog" from SQL-callable functions in pg_proc. 9 years ago
Robert Haas a507b86900 Add WAL consistency checking facility. 9 years ago
Fujii Masao 974ece58bb Fix an assertion failure related to an exclusive backup. 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 3761fe3c20 Simplify LWLock tranche machinery by removing array_base/array_stride. 9 years ago
Tom Lane dbdfd114f3 Bring some clarity to the defaults for the xxx_flush_after parameters. 9 years ago
Robert Haas e343dfa42b Remove barrier.h 9 years ago
Tom Lane 5485c99e7f Fix silly nil-pointer-dereference bug introduced in commit d5f6f13f8. 9 years ago
Tom Lane d5f6f13f8e Be more consistent about masking xl_info with ~XLR_INFO_MASK. 9 years ago
Robert Haas 33839b5ffb Fix leftover reference to background writer performing checkpoints. 9 years ago
Robert Haas f267c1c244 Fix possible pg_basebackup failure on standby with "include WAL". 9 years ago
Robert Haas 919c811ca1 Fix comment formatting. 9 years ago
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. 10 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