Commit Graph

949 Commits (c900c15269f0f900d666bd1b0c6df3eff5098678)

Author SHA1 Message Date
Alvaro Herrera f12e814b88 Fix commit_ts for standby 10 years ago
Alvaro Herrera 6b61955135 Code review for transaction commit timestamps 10 years ago
Andres Freund aa29c1ccd9 Remove legacy multixact truncation support. 10 years ago
Andres Freund 4f627f8973 Rework the way multixact truncations work. 10 years ago
Peter Eisentraut 4a1e15e4a9 Add missing serial comma 10 years ago
Fujii Masao 10fbb79f1a Improve log messages related to tablespace_map file 10 years ago
Fujii Masao 96f6a0cb41 Remove files signaling a standby promotion request at postmaster startup 10 years ago
Fujii Masao 1ea5ce5c5f Document that max_worker_processes must be high enough in standby. 10 years ago
Fujii Masao dd85acf0c4 Make recovery rename tablespace_map to *.old if backup_label is not present. 10 years ago
Heikki Linnakangas 358cde320b Fix race condition that lead to WALInsertLock deadlock with commit_delay. 10 years ago
Andres Freund 7039760114 Fix issues around the "variable" support in the lwlock infrastructure. 10 years ago
Heikki Linnakangas f92d6a540a Use appendStringInfoString/Char et al where appropriate. 10 years ago
Fujii Masao 8217370864 Make XLogFileCopy() look the same as in 9.4. 10 years ago
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 10 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