Commit Graph

652 Commits (6bc8ef0b7f1f1df3998745a66e1790e27424aa0c)

Author SHA1 Message Date
Robert Haas 6bc8ef0b7f Add new GUC, max_worker_processes, limiting number of bgworkers. 12 years ago
Heikki Linnakangas 79ce29c734 Retry short writes when flushing WAL. 12 years ago
Simon Riggs 1f09121b4e Ensure no xid gaps during Hot Standby startup 12 years ago
Jeff Davis b8fd1a09f3 Add buffer_std flag to MarkBufferDirtyHint(). 12 years ago
Tom Lane c62866eeaf Remove special-case treatment of LOG severity level in standalone mode. 12 years ago
Noah Misch fb435f40d5 Observe array length in HaveVirtualXIDsDelayingChkpt(). 12 years ago
Heikki Linnakangas f73cb5567c Fix typo in comment. 12 years ago
Heikki Linnakangas e1e2bb34f1 Code review of recycling WAL segments in a restartpoint. 12 years ago
Stephen Frost 551938ae22 Post-pgindent cleanup 12 years ago
Bruce Momjian 9af4159fce pgindent run for release 9.3 12 years ago
Simon Riggs 22a27ef113 After fast promotion use CHECKPOINT_FORCE 12 years ago
Simon Riggs 75a192638f Maintain ThisTimeLineID correctly in checkpointer 12 years ago
Simon Riggs d4337a0dcb Init crash recovery using the latest available TLI 12 years ago
Simon Riggs 1781744cfc Emit msg correctly for timeline-crossing crash 12 years ago
Simon Riggs c94dff4c3c Remove single space on end of a line in xlog.c 12 years ago
Heikki Linnakangas 2ffa66f497 Fix walsender failure at promotion. 12 years ago
Simon Riggs 443951748c Record data_checksum_version in control file. 12 years ago
Simon Riggs 2317a63328 Make fast promotion the default promotion mode. 12 years ago
Heikki Linnakangas 594041311c Fix calculation of how many segments to retain for wal_keep_segments. 12 years ago
Simon Riggs 5787c6730e Skip extraneous locking in XLogCheckBuffer(). 12 years ago
Simon Riggs 47c4333189 Avoid tricky race condition recording XLOG_HINT 12 years ago
Tom Lane ce9ab88981 Make REPLICATION privilege checks test current user not authenticated user. 12 years ago
Simon Riggs 593c39d156 Revoke bc5334d867 12 years ago
Simon Riggs bc5334d867 Allow external recovery_config_directory 12 years ago
Simon Riggs 96ef3b8ff1 Allow I/O reliability checks using 16-bit checksums 12 years ago
Simon Riggs bb7cc2623f Remove PageSetTLI and rename pd_tli to pd_checksum 12 years ago
Tom Lane da5aeccf64 Move pqsignal() to libpgport. 12 years ago
Heikki Linnakangas 7ccefe8610 Fix tli history file fetching, broken by the archive after crash recevery patch. 12 years ago
Heikki Linnakangas 6c4f6664b2 Fix thinko in previous commit. 13 years ago
Heikki Linnakangas abf5c5c9a4 If recovery.conf is created after "pg_ctl stop -m i", do crash recovery. 13 years ago
Heikki Linnakangas 1bd42cd70a Better fix for "unarchived WAL files get deleted on crash recovery" bug. 13 years ago
Heikki Linnakangas c9cc7e05c6 Don't delete unarchived WAL files during crash recovery. 13 years ago
Heikki Linnakangas 62401db45c Support unlogged GiST index. 13 years ago
Heikki Linnakangas b669f416ce Fix checkpoint after fast promotion. 13 years ago
Heikki Linnakangas 7803e9327d Include previous TLI in end-of-recovery and shutdown checkpoint records. 13 years ago
Simon Riggs 072521b8c8 Rely only on checkpoint 1 at end of recovery. 13 years ago
Simon Riggs 3f0ab05233 Switch timelines if we crash soon after promotion. 13 years ago
Simon Riggs fd4ced5230 Fast promote mode skips checkpoint at end of recovery. 13 years ago
Alvaro Herrera 0ac5ad5134 Improve concurrency of foreign key locking 13 years ago
Heikki Linnakangas 990fe3c4ed Fix more issues with cascading replication and timeline switches. 13 years ago
Alvaro Herrera 8c17144c75 Fix off-by-one bug in xlog reading logic 13 years ago
Heikki Linnakangas 2ff6555313 Use the right timeline when beginning to stream from master. 13 years ago
Heikki Linnakangas 0b6329130e Make pg_receivexlog and pg_basebackup -X stream work across timeline switches. 13 years ago
Heikki Linnakangas 1296d5c53c Fix a couple of error-handling bugs in the xlogreader patch. 13 years ago
Alvaro Herrera 7fcbf6a405 Split out XLog reading as an independent facility 13 years ago
Heikki Linnakangas b0daba57bb Tolerate timeline switches while "pg_basebackup -X fetch" is running. 13 years ago
Heikki Linnakangas ee994272ca Delay reading timeline history file until it's fetched from master. 13 years ago
Heikki Linnakangas d194d7a526 Fix bug in streaming replication over multiple tli switches. 13 years ago
Heikki Linnakangas 4ffd589f44 Fix silly typo in code, which broke the check for reaching consistency. 13 years ago
Bruce Momjian bd61a623ac Update copyrights for 2013 13 years ago