Commit Graph

1031 Commits (fea10a64340e529805609126740a540c8f9daab4)

Author SHA1 Message Date
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. 8 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
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