Commit Graph

1251 Commits (e2dd7b2acf27336d47f78d68f4aac03f7770a6a6)

Author SHA1 Message Date
Magnus Hagander 9b8aff8c19 Add REPLICATION privilege for ROLEs 15 years ago
Robert Haas 34c70c7ac4 Instrument checkpoint sync calls. 15 years ago
Tom Lane 04f4e10cfc Use symbolic names not octal constants for file permission flags. 15 years ago
Heikki Linnakangas 5a031a5556 Fix bugs in the hot standby known-assigned-xids tracking logic. If there's 15 years ago
Heikki Linnakangas 95e42a2c29 Fix two typos, by Fujii Masao. 15 years ago
Robert Haas 970a18687f Use GUC lexer for recovery.conf parsing. 15 years ago
Peter Eisentraut fc946c39ae Remove useless whitespace at end of lines 15 years ago
Heikki Linnakangas 542bdb2146 Fix bug introduced by the recent patch to check that the checkpoint redo 15 years ago
Robert Haas 7ba6e4f0e0 Add monitoring function pg_last_xact_replay_timestamp. 15 years ago
Heikki Linnakangas 8c843fff2d Bootstrap WAL to begin at segment logid=0 logseg=1 (000000010000000000000001) 15 years ago
Heikki Linnakangas 931b6db39b Fix corner-case bug in tracking of latest removed WAL segment during 15 years ago
Heikki Linnakangas 0c6293dd03 Before removing backup_label and irrevocably changing pg_control file, check 15 years ago
Simon Riggs 3bbcc5c999 Make startup process respond to signals to cancel waiting on latch. 15 years ago
Simon Riggs 45cd9199c2 Fix bug in comment of timeline history file. 15 years ago
Magnus Hagander 9f2e211386 Remove cvs keywords from all files. 15 years ago
Heikki Linnakangas 79b54816db Fix two typos in comments, spotted by Fujii Masao and Thom Brown 15 years ago
Heikki Linnakangas 723d0184e2 Use a latch to make startup process wake up and replay immediately when 15 years ago
Simon Riggs ac791d3ca1 Fix misleading DEBUG2 issued during RemoveOldXlogFiles() 15 years ago
Simon Riggs e72f15ed60 Truncate subtrans after each restartpoint. 15 years ago
Alvaro Herrera 3a1b51de19 Remove duplicate translatable phrase 15 years ago
Simon Riggs 5b8bd0529e Rename asyncCommitLSN to asyncXactLSN to reflect changed role in 9.0. 15 years ago
Bruce Momjian 239d769e7e pgindent run for 9.0, second run 15 years ago
Tom Lane 8771634666 Don't set recoveryLastXTime when replaying a checkpoint --- that was a bogus 15 years ago
Tom Lane e76c1a0f4d Replace max_standby_delay with two parameters, max_standby_archive_delay and 15 years ago
Robert Haas 400916b6d7 emode_for_corrupt_record shouldn't reduce LOG messages to WARNING. 15 years ago
Tom Lane 09698bb5fb Make RemoveOldXlogFiles's debug printout match style used elsewhere: 15 years ago
Tom Lane 07e8b6aabc Don't allow walsender to send WAL data until it's been safely fsync'd on the 15 years ago
Heikki Linnakangas 6da07cd80d If a corrupt WAL record is received by streaming replication, disconnect 15 years ago
Peter Eisentraut c86efdde5f Fix typo/bug, found by Clang compiler 15 years ago
Itagaki Takahiro 56834fc759 Rename restartpoint_command to archive_cleanup_command. 15 years ago
Heikki Linnakangas 0a7cb85531 Make TriggerFile variable static. It's not used outside xlog.c. 15 years ago
Heikki Linnakangas 346d7cd7fa Return NULL instead of 0/0 in pg_last_xlog_receive_location() and 15 years ago
Heikki Linnakangas 71815306e9 In standby mode, respect checkpoint_segments in addition to 15 years ago
Magnus Hagander 8c873bbfa7 Make the walwriter close it's handle to an old xlog segment if it's no longer 15 years ago
Peter Eisentraut cb6038c168 Fix some inconsistent quoting of wal_level values in messages 16 years ago
Robert Haas d561430b66 On clean shutdown during recovery, don't warn about possible corruption. 16 years ago
Heikki Linnakangas 6b24036365 Fix obsolete comments that I neglected to update in a previous patch. 16 years ago
Heikki Linnakangas c5bd8feac6 Adjust comment to reflect that we now have Hot Standby. Pointed out by 16 years ago
Robert Haas ea9968c331 Rename PM_RECOVERY_CONSISTENT and PMSIGNAL_RECOVERY_CONSISTENT. 16 years ago
Simon Riggs 4a24c9a063 Fix bug in processing of checkpoint time for max_standby_delay. Latest 16 years ago
Simon Riggs fd34374b17 Add many new Asserts in code and fix simple bug that slipped through 16 years ago
Simon Riggs 8431e296ea Cleanup initialization of Hot Standby. Clarify working with reanalysis 16 years ago
Heikki Linnakangas ffe8c7c677 Need to hold ControlFileLock while updating control file. Update 16 years ago
Tom Lane f9ed327f76 Clean up some awkward, inaccurate, and inefficient processing around 16 years ago
Tom Lane 69f7a4d8e3 Adjust error checks in pg_start_backup and pg_stop_backup to make it possible 16 years ago
Tom Lane f0488bd57c Rename the parameter recovery_connections to hot_standby, to reduce possible 16 years ago
Heikki Linnakangas 9b8a73326e Introduce wal_level GUC to explicitly control if information needed for 16 years ago
Heikki Linnakangas 3efba16d56 If a base backup is cancelled by server shutdown or crash, throw an error 16 years ago
Simon Riggs 491d1ea5b3 Previous patch revoked following objections. 16 years ago
Simon Riggs 6ca23b1a29 Make CheckRequiredParameterValues() depend upon correct combination 16 years ago