Commit Graph

1251 Commits (e2dd7b2acf27336d47f78d68f4aac03f7770a6a6)

Author SHA1 Message Date
Robert Haas 481cb5d9b5 Rename standby_keep_segments to wal_keep_segments. 16 years ago
Simon Riggs d38603bd97 Improve sequence and sense of messages from pg_stop_backup(). 16 years ago
Simon Riggs 2847de9df2 Remove some additional changes in previous commit that belong elsewhere. 16 years ago
Simon Riggs 21d6a6a128 Tune GetSnapshotData() during Hot Standby by avoiding loop 16 years ago
Heikki Linnakangas 78974cfb9b In standby mode, suppress repeated LOG messages about a corrupt record, 16 years ago
Bruce Momjian ec4b9bcc3d Doc change: effect -> affect, per Robert Haas 16 years ago
Simon Riggs 55d7556a4d Fix minor typo in comment in xlog.c 16 years ago
Heikki Linnakangas 361bd1662e Allow Hot Standby to begin from a shutdown checkpoint. 16 years ago
Heikki Linnakangas 30556568f5 Update the location of last removed WAL segment in shared memory only 16 years ago
Heikki Linnakangas e57cd7f0a1 Change the logic to decide when to delete old WAL segments, so that it 16 years ago
Heikki Linnakangas 0f11ed5886 Allow quotes to be escaped in recovery.conf, by doubling them. This patch 16 years ago
Heikki Linnakangas 370f770c15 Forbid using pg_xlogfile_name() and pg_xlogfile_name_offset() during 16 years ago
Simon Riggs 89c5008158 Further message changes when recovery.conf parameters missing. 16 years ago
Simon Riggs cf2575b8c4 Check compulsory parameters in recovery.conf in standby_mode, per docs. 16 years ago
Simon Riggs 31f00d163b Move system startup message prior to any calls out of data directory. 16 years ago
Robert Haas 54943734f8 Refer to max_wal_senders in a more consistent fashion. 16 years ago
Heikki Linnakangas 2a77355ea1 Change the retry-loop in standby mode to also try restoring files from 16 years ago
Peter Eisentraut c248d17120 Message tuning 16 years ago
Simon Riggs 3cdafe40e7 Adjust comment in .history file to match recovery target specified. Comment 16 years ago
Heikki Linnakangas c21ac0b58e Add restartpoint_command option to recovery.conf. Fix bug in %r handling 16 years ago
Simon Riggs 1a163a0c68 Remove incorrect comment from GetWriteRecPtr(): the return value is always 16 years ago
Itagaki Takahiro 17d8de0e61 pg_start_backup() can use a share lock to lock ControlFileLock 16 years ago
Bruce Momjian 65e806cba1 pgindent run for 9.0 16 years ago
Tom Lane a2239b96e0 Make pg_stop_backup's reporting a bit more verbose in hopes of making 16 years ago
Heikki Linnakangas ad458cfe81 Don't use O_DIRECT when writing WAL files if archiving or streaming is 16 years ago
Itagaki Takahiro 3230fd056a Fix STOP WAL LOCATION in backup history files no to return the next 16 years ago
Tom Lane 50a90fac40 Stamp HEAD as 9.0devel, and update various places that were referring to 8.5 16 years ago
Tom Lane c64339face When updating ShmemVariableCache from a checkpoint record, be sure to set 16 years ago
Heikki Linnakangas e465390d03 Reduce the chatter to the log when starting a standby server. Don't 16 years ago
Heikki Linnakangas 54cbd1757e If primary_conninfo is not set, don't try to establish streaming 16 years ago
Heikki Linnakangas 9fa01f6c8a Check for partial WAL files in standby mode. If restore_command restores 16 years ago
Heikki Linnakangas 161d9d51b3 Now that streaming replication switches between streaming mode and 16 years ago
Heikki Linnakangas 4cea603128 Remove piece of code to zero out minRecoveryPoint when starting crash 16 years ago
Tom Lane 0a469c8769 Remove old-style VACUUM FULL (which was known for a little while as 16 years ago
Tom Lane b9b8831ad6 Create a "relation mapping" infrastructure to support changing the relfilenodes 16 years ago
Simon Riggs 296578feb4 Revoke augmentation of WAL records for btree delete, per discussion. 16 years ago
Simon Riggs 6d2bc0a6cf Augment WAL records for btree delete with GetOldestXmin() to reduce 16 years ago
Heikki Linnakangas b0509ef601 Fix crashing bug at the end of recovery in Streaming Replication, when 16 years ago
Heikki Linnakangas 83cb7da7dc Fix bug in wasender's xlogid boundary handling, reported by Erik Rijkers. 16 years ago
Heikki Linnakangas 1bb2558046 Make standby server continuously retry restoring the next WAL segment with 16 years ago
Simon Riggs aed1a0121a Fix longstanding gripe that we check for 0000000001.history at start of 16 years ago
Simon Riggs 959ac58c04 In HS, Startup process sets SIGALRM when waiting for buffer pin. If 16 years ago
Heikki Linnakangas 09b115f706 Write a WAL record whenever we perform an operation without WAL-logging 16 years ago
Heikki Linnakangas 40f908bdcd Introduce Streaming Replication. 16 years ago
Heikki Linnakangas 06f82b2961 Write an end-of-backup WAL record at pg_stop_backup(), and wait for it at 16 years ago
Bruce Momjian 0239800893 Update copyright for the year 2010. 16 years ago
Heikki Linnakangas ff1e1e45b9 Reset minRecoveryPoint at checkpoints, so that we don't uselessly update 16 years ago
Simon Riggs efc16ea520 Allow read only connections during recovery, known as Hot Standby. 16 years ago
Heikki Linnakangas 7f2a10fecd Don't error out if recycling or removing an old WAL segment fails at the end 16 years ago
Heikki Linnakangas 4e2d5efc6a On Windows, when a file is deleted and another process still has an open 16 years ago