Commit Graph

786 Commits (d661532e27b34e9c89d0700c6ce246731e70072c)

Author SHA1 Message Date
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
Andres Freund d1b958218a Allow HotStandbyActiveInReplay() to be called in single user mode. 10 years ago
Tom Lane d8179b001a Fix fsync-at-startup code to not treat errors as fatal. 10 years ago
Bruce Momjian 807b9e0dff pgindent run for 9.5 10 years ago
Tom Lane 72809480d6 Fix incorrect snprintf() limit. 10 years ago
Heikki Linnakangas 7cbee7c0a1 At promotion, don't leave behind a partial segment on the old timeline. 10 years ago
Fujii Masao 85d0e661aa Make recovery_target_action = pause work. 10 years ago
Heikki Linnakangas 4fc72cc7bb Collection of typo fixes. 10 years ago
Simon Riggs f6a54fefc2 Fix spelling in comment 10 years ago
Heikki Linnakangas ffd37740ee Add archive_mode='always' option. 10 years ago
Andrew Dunstan 72d422a522 Map basebackup tablespaces using a tablespace_map file 11 years ago
Heikki Linnakangas de7688442f At promotion, archive last segment from old timeline with .partial suffix. 11 years ago
Heikki Linnakangas 179cdd0981 Add macros to check if a filename is a WAL segment or other such file. 11 years ago
Robert Haas 2ce439f337 Recursively fsync() the data directory after a crash. 11 years ago
Robert Haas 924bcf4f16 Create an infrastructure for parallel computation in PostgreSQL. 11 years ago
Andres Freund 5aa2350426 Introduce replication progress tracking infrastructure. 11 years ago
Heikki Linnakangas 3d80a1e0e3 Fix logic to skip checkpoint if no records have been inserted. 11 years ago
Heikki Linnakangas 4f700bcd20 Reorganize our CRC source files again. 11 years ago
Heikki Linnakangas b2a5545bd6 Don't archive bogus recycled or preallocated files after timeline switch. 11 years ago
Fujii Masao 6e4bf4ecd3 Fix error handling of XLogReaderAllocate in case of OOM 11 years ago
Andres Freund 62e2a8dc2c Define integer limits independently from the system definitions. 11 years ago
Andres Freund 83ff1618bc Centralize definition of integer limits. 11 years ago
Andres Freund 87cec51d3a Don't delay replication for less than recovery_min_apply_delay's resolution. 11 years ago
Andres Freund a1105c3dd4 Fix copy & paste error in 4f1b890b13. 11 years ago
Andres Freund 4f1b890b13 Merge the various forms of transaction commit & abort records. 11 years ago
Andres Freund a0f5954af1 Increase max_wal_size's default from 128MB to 1GB. 11 years ago
Andres Freund 51c11a7025 Remove pause_at_recovery_target recovery.conf setting. 11 years ago
Fujii Masao 57aa5b2bb1 Add GUC to enable compression of full page images stored in WAL. 11 years ago
Alvaro Herrera 4f3924d9cd Keep CommitTs module in sync in standby and master 11 years ago
Heikki Linnakangas 88e9823026 Replace checkpoint_segments with min_wal_size and max_wal_size. 11 years ago
Fujii Masao 5d2b45e3f7 Add GUC to control the time to wait before retrieving WAL after failed attempt. 11 years ago
Heikki Linnakangas 49b04188f8 Fix thinko in re-setting wal_log_hints flag from a parameter-change record. 11 years ago
Heikki Linnakangas 1e78d81e88 Don't open a WAL segment for writing at end of recovery. 11 years ago
Bruce Momjian 4baaf863ec Update copyright for 2015 11 years ago
Tom Lane d6657d2a10 Treat negative values of recovery_min_apply_delay as having no effect. 11 years ago
Heikki Linnakangas 2ef6c66a2b Fix file descriptor leak at end of recovery. 11 years ago
Heikki Linnakangas 5c805d0a81 Fix timestamp in end-of-recovery WAL records. 11 years ago
Heikki Linnakangas ba94518aad Change how first WAL segment on new timeline after promotion is created. 11 years ago
Andres Freund c303e9e7e5 Fix (re-)starting from a basebackup taken off a standby after a failure. 11 years ago
Simon Riggs b8e33a85d4 Tweaks for recovery_target_action 11 years ago
Alvaro Herrera 73c986adde Keep track of transaction commit timestamps 11 years ago
Heikki Linnakangas afeacd2748 Fix assertion failure at end of PITR. 11 years ago
Simon Riggs aedccb1f6f action_at_recovery_target recovery config option 11 years ago
Heikki Linnakangas 0bd624d63b Distinguish XLOG_FPI records generated for hint-bit updates. 11 years ago
Heikki Linnakangas 2c03216d83 Revamp the WAL record format. 11 years ago
Andres Freund d3586fc8aa Ensure unlogged tables are reset even if crash recovery errors out. 11 years ago