Commit Graph

159 Commits (2a0bfa4d66bd75e9f1a0ff8a8fcfdb9c4fffa5be)

Author SHA1 Message Date
Andres Freund 2a0bfa4d66 Prevent WAL files created by pg_basebackup -x/X from being archived again. 11 years ago
Andres Freund dc58d94924 Fix VPATH builds of the replication parser from git for some !gcc compilers. 11 years ago
Simon Riggs 8ebf5f7206 Reset master xmin when hot_standby_feedback disabled. 12 years ago
Tom Lane 43c658f523 Revert "Fix bogus %name-prefix option syntax in all our Bison files." 12 years ago
Tom Lane 4c5fde4e28 Fix bogus %name-prefix option syntax in all our Bison files. 12 years ago
Magnus Hagander 0282dc2551 Ensure cleanup in case of early errors in streaming base backups 12 years ago
Bruce Momjian 2616a5d300 Remove tabs after spaces in C comments 12 years ago
Heikki Linnakangas e0070a6858 Fix use of free in walsender error handling after a sysid mismatch. 12 years ago
Fujii Masao 65e8dbb186 Fix bug in clean shutdown of walsender that pg_receiving is connecting to. 12 years ago
Tom Lane 03f06ff383 Fix some more bugs in signal handlers and process shutdown logic. 12 years ago
Magnus Hagander 773e4d5e4d Avoid including tablespaces inside PGDATA twice in base backups 12 years ago
Fujii Masao 3f145f6be3 Support clean switchover. 13 years ago
Heikki Linnakangas 2e4acef357 In base backup, only include our own tablespace version directory. 13 years ago
Heikki Linnakangas 14aa55df29 Fix race condition if a file is removed while pg_basebackup is running. 13 years ago
Heikki Linnakangas 38b38fb122 pg_stat_replication.sync_state was displayed incorrectly at page boundary. 13 years ago
Tom Lane dfa6eda5e4 Fix tar files emitted by pg_basebackup to be POSIX conformant. 13 years ago
Tom Lane d066cc548d Fix walsender processes to establish a SIGALRM handler. 14 years ago
Magnus Hagander b8aca12d77 Always treat a standby returning an an invalid flush location as async 14 years ago
Magnus Hagander 580b94168e Prevent non-streaming replication connections from being selected sync slave 14 years ago
Tom Lane eca0c389f1 Cast some printf arguments to avoid possibly-nonportable behavior. 14 years ago
Heikki Linnakangas 04e9dc6e01 Fix bug where walsender goes into a busy loop if connection is terminated. 14 years ago
Tom Lane 85d85ff7ef Fix corner cases in readlink() usage. 14 years ago
Magnus Hagander 9c32da5caa Avoid using readlink() on platforms that don't support it 14 years ago
Heikki Linnakangas 8e8ac0894b Fix overly-complicated usage of errcode_for_file_access(). 14 years ago
Tom Lane d1d094e4cf Simplify and improve ProcessStandbyHSFeedbackMessage logic. 14 years ago
Magnus Hagander 8c1501b292 Exclude postmaster.opts from base backups 14 years ago
Magnus Hagander 5df22bba64 Ensure walsenders can be SIGTERMed while in non-walsender code 14 years ago
Tom Lane 989f530d3f Back-patch assorted latch-related fixes. 15 years ago
Tom Lane 74d099494c Measure WaitLatch's timeout parameter in milliseconds, not microseconds. 15 years ago
Tom Lane 6760a4d402 Documentation improvement and minor code cleanups for the latch facility. 15 years ago
Tom Lane af0eca1a80 Clean up ill-advised attempt to invent a private set of Node tags. 15 years ago
Peter Eisentraut 0a5b01a716 Message style improvements 15 years ago
Tom Lane 979d6c9cad Add missing -I switch for VPATH builds. 15 years ago
Peter Eisentraut a0b5146b25 Message style and spelling improvements 15 years ago
Bruce Momjian 6560407c7d Pgindent run before 9.1 beta2. 15 years ago
Bruce Momjian 5a71b64130 Lowercase status labels in pg_stat_replication view. 15 years ago
Bruce Momjian bf50caf105 pgindent run before PG 9.1 beta 1. 15 years ago
Tom Lane 2594cf0e8c Revise the API for GUC variable assign hooks. 15 years ago
Robert Haas 240067b3b0 Merge synchronous_replication setting into synchronous_commit. 15 years ago
Robert Haas 38b27792ea Avoid possible hang during smart shutdown. 15 years ago
Robert Haas 7fcc75dd26 Fix compiler warning. 15 years ago
Heikki Linnakangas 754baa21f7 Automatically terminate replication connections that are idle for more 15 years ago
Heikki Linnakangas bc03c5937d Adjust error message, now that we expect other message types than connection 15 years ago
Simon Riggs 92f4786fa9 Additional test for each commit in sync rep path to plug minute 15 years ago
Robert Haas 30f6136f28 Make walreceiver send a reply after receiving data but before flushing it. 15 years ago
Robert Haas 727589995a Move synchronous_standbys_defined updates from WAL writer to BG writer. 15 years ago
Robert Haas 7a37900443 Make synchronous replication query cancel/die messages more consistent. 15 years ago
Robert Haas 02b1f84e7d Remove bogus comment. 15 years ago
Robert Haas 9a56dc3389 Fix various possible problems with synchronous replication. 15 years ago
Robert Haas 551c07d84a Make error handling of synchronous_standby_names consistent. 15 years ago