Commit Graph

949 Commits (c900c15269f0f900d666bd1b0c6df3eff5098678)

Author SHA1 Message Date
Robert Haas c900c15269 Warn more strongly about the dangers of exclusive backup mode. 7 years ago
Thomas Munro 2fc7af5e96 Add basic infrastructure for 64 bit transaction IDs. 7 years ago
Michael Paquier 8b938d36f7 Refactor more code logic to update the control file 7 years ago
Peter Eisentraut 893d6f8a1f Avoid casting away a const 7 years ago
Michael Paquier f2d84a4a6b Adjust error message for partial writes in WAL segments 7 years ago
Michael Paquier 82a5649fb9 Tighten use of OpenTransientFile and CloseTransientFile 7 years ago
Robert Haas 93473c6ac8 Removed unused variable, openLogOff. 7 years ago
Michael Paquier ea92368cd1 Move max_wal_senders out of max_connections for connection slot handling 7 years ago
Michael Paquier c93001b3f9 Adjust comment about timeout when waiting for WAL at recovery 7 years ago
Peter Eisentraut 0acb3bc33a Change default of recovery_target_timeline to 'latest' 7 years ago
Bruce Momjian 97c39498e5 Update copyright for 2019 7 years ago
Michael Paquier 1707a0d2aa Remove configure switch --disable-strong-random 7 years ago
Michael Paquier 8d3b389ec3 Improve comments and logs in do_pg_stop/start_backup 7 years ago
Peter Eisentraut 60d99797bf Change "checkpoint starting" message to use "wal" 7 years ago
Tom Lane 8528e3d849 Fix failure to check for open() or fsync() failures. 7 years ago
Peter Eisentraut 2dedf4d9a8 Integrate recovery.conf into postgresql.conf 7 years ago
Thomas Munro cfdf4dc4fc Add WL_EXIT_ON_PM_DEATH pseudo-event. 7 years ago
Thomas Munro 9ccdd7f66e PANIC on fsync() failure. 7 years ago
Michael Paquier 285bd0ac4a Remove unnecessary memcpy when reading WAL record fitting on page 7 years ago
Thomas Munro c24dcd0cfd Use pg_pread() and pg_pwrite() for data files and WAL. 7 years ago
Andres Freund c4ab62f9ac Fix typo in xlog.c. 7 years ago
Michael Paquier 10074651e3 Add pg_promote function 7 years ago
Amit Kapila a86bf6057e Fix assertion failure when updating full_page_writes for checkpointer. 7 years ago
Michael Paquier 8d28bf500f Rework activation of commit timestamps during recovery 7 years ago
Tom Lane 0d38e4ebb7 Fix minor error message style guide violation. 7 years ago
Amit Kapila bc153c941d Attach FPI to the first record after full_page_writes is turned on. 7 years ago
Tom Lane 44cac93464 Avoid using potentially-under-aligned page buffers. 7 years ago
Michael Paquier c186ba135e Ensure correct minimum consistent point on standbys 7 years ago
Michael Paquier d9fadbf131 Fix calculation for WAL segment recycling and removal 7 years ago
Michael Paquier e41d0a1090 Add proper errcodes to new error messages for read() failures 7 years ago
Michael Paquier 56df07bb9e Make more consistent some error messages for file-related operations 7 years ago
Tom Lane 3cb646264e Use a ResourceOwner to track buffer pins in all cases. 7 years ago
Michael Paquier 811b6e36a9 Rework error messages around file handling 7 years ago
Michael Paquier 5fc1008e8a Clean up temporary WAL segments after an instance crash 7 years ago
Alvaro Herrera a22445ff0b Flip argument order in XLogSegNoOffsetToRecPtr 7 years ago
Michael Paquier cbc55da556 Rework order of end-of-recovery actions to delay timeline history write 7 years ago
Michael Paquier 3c64dcb1e3 Prevent references to invalid relation pages after fresh promotion 7 years ago
Michael Paquier c55de5e512 Add wait event for fsync of WAL segments 7 years ago
Andrew Dunstan 1e9c858090 pgindent run prior to branching 7 years ago
Michael Paquier 6cb3372411 Address set of issues with errno handling 7 years ago
Magnus Hagander cfb758b6d9 Fix error message on short read of pg_control 7 years ago
Peter Eisentraut 9effb63e0d Message wording and pluralization improvements 7 years ago
Heikki Linnakangas 0668719801 Fix scenario where streaming standby gets stuck at a continuation record. 7 years ago
Tom Lane bdf46af748 Post-feature-freeze pgindent run. 7 years ago
Tom Lane d1e9079295 Ignore nextOid when replaying an ONLINE checkpoint. 8 years ago
Magnus Hagander a228cc13ae Revert "Allow on-line enabling and disabling of data checksums" 8 years ago
Stephen Frost da9b580d89 Refactor dir/file permissions 8 years ago
Magnus Hagander 1fde38beaa Allow on-line enabling and disabling of data checksums 8 years ago
Tom Lane 4a33bb59df Ensure that WAL pages skipped by a forced WAL switch are zero-filled. 8 years ago
Magnus Hagander 019fa576ca Fix typo in comment 8 years ago