Commit Graph

949 Commits (c900c15269f0f900d666bd1b0c6df3eff5098678)

Author SHA1 Message Date
Tom Lane feb8254518 Improve style guideline compliance of assorted error-report messages. 8 years ago
Magnus Hagander f8437c819a Fix typo in comment 8 years ago
Robert Haas b98a7cd58f Update out-of-date comment in StartupXLOG. 8 years ago
Simon Riggs 6271fceb8a Add TIMELINE to backup_label file 8 years ago
Bruce Momjian 9d4649ca49 Update copyright for 2018 8 years ago
Fujii Masao 56a95ee511 Fix bug in cancellation of non-exclusive backup to avoid assertion failure. 8 years ago
Peter Eisentraut af9f8b7ca3 Fix mistake in comment 8 years ago
Tom Lane 066bc21c0e Simplify do_pg_start_backup's API by opening pg_tblspc internally. 8 years ago
Tom Lane 2069e6faa0 Clean up assorted messiness around AllocateDir() usage. 8 years ago
Robert Haas eaedf0df71 Update typedefs.list and re-run pgindent 8 years ago
Peter Eisentraut 2eb4a831e5 Change TRUE/FALSE to true/false 8 years ago
Simon Riggs 4b0d28de06 Remove secondary checkpoint 8 years ago
Peter Eisentraut 0c5803b450 Refactor new file permission handling 8 years ago
Andres Freund fc49e24fa6 Make WAL segment size configurable at initdb time. 8 years ago
Andres Freund ec9e05b3c3 Fix crash restart bug introduced in 8356753c21. 8 years ago
Andres Freund 8356753c21 Perform only one ReadControlFile() during startup. 8 years ago
Peter Eisentraut 821fb8cdbf Message style fixes 8 years ago
Simon Riggs f06588a8e6 Exclude special values in recovery_target_time 8 years ago
Robert Haas 52f8a59dd9 Make pg_stop_backup's wait_for_archive flag work on standbys. 8 years ago
Tom Lane 3cb29c42f9 Add static assertions about pg_control fitting into one disk sector. 8 years ago
Peter Eisentraut da8f26ec4e Fix typo in comment 8 years ago
Alvaro Herrera 82c1507e30 Fix typo in comment 8 years ago
Andres Freund fb886c153b Fix possibility of creating a "phantom" segment after promotion. 8 years ago
Tom Lane 382ceffdf7 Phase 3 of pgindent updates. 8 years ago
Tom Lane c7b8998ebb Phase 2 of pgindent updates. 8 years ago
Tom Lane e3860ffa4d Initial pgindent run with pg_bsd_indent version 2.0. 8 years ago
Andres Freund c6c3334364 Prevent possibility of panics during shutdown checkpoint. 8 years ago
Andres Freund 703f148e98 Revert "Prevent panic during shutdown checkpoint" 8 years ago
Bruce Momjian a6fd7b7a5f Post-PG 10 beta1 pgindent run 8 years ago
Peter Eisentraut d496a65790 Standardize "WAL location" terminology 8 years ago
Peter Eisentraut c1a7f64b4a Replace "transaction log" with "write-ahead log" 8 years ago
Peter Eisentraut 086221cf6b Prevent panic during shutdown checkpoint 8 years ago
Simon Riggs 49e9281549 Rework handling of subtransactions in 2PC recovery 9 years ago
Peter Eisentraut 6275f5d28a Fix new warnings from GCC 7 9 years ago
Simon Riggs 9a3215026b Make min_wal_size/max_wal_size use MB internally 9 years ago
Simon Riggs 728bd991c3 Speedup 2PC recovery by skipping two phase state files in normal path 9 years ago
Simon Riggs a99f77021f Correct grammar in error message 9 years ago
Tom Lane 8cfeaecfc7 Suppress implicit-conversion warnings seen with newer clang versions. 9 years ago
Teodor Sigaev 1b02be21f2 Fsync directory after creating or unlinking file. 9 years ago
Teodor Sigaev 78874531ba Fix backup canceling 9 years ago
Robert Haas ea42cc18c3 Track the oldest XID that can be safely looked up in CLOG. 9 years ago
Simon Riggs 6912acc04f Replication lag tracking for walsenders 9 years ago
Stephen Frost 017e4f2588 Expose waitforarchive option through pg_stop_backup() 9 years ago
Simon Riggs af4b1a0869 Refactor GetOldestXmin() to use flags 9 years ago
Robert Haas 249cf070e3 Create and use wait events for read, write, and fsync operations. 9 years ago
Robert Haas 88e66d193f Rename "pg_clog" directory to "pg_xact". 9 years ago
Peter Eisentraut a47b38c9ee Spelling fixes 9 years ago
Tom Lane 5ed6fff6b7 Make logging about multixact wraparound protection less chatty. 9 years ago
Peter Eisentraut 1e6de941e3 Change xlog to WAL in some error messages 9 years ago
Heikki Linnakangas 818fd4a67d Support SCRAM-SHA-256 authentication (RFC 5802 and 7677). 9 years ago