Commit Graph

1280 Commits (6c349d83b607cfe20a685a5f66a4fa0e24dbe458)

Author SHA1 Message Date
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
Alvaro Herrera a8bb8eb583 Remove flatfiles.c, which is now obsolete. 16 years ago
Tom Lane 25ec228ef7 Track the current XID wrap limit (or more accurately, the oldest unfrozen 16 years ago
Heikki Linnakangas 9cd6685f91 In the checkpoint written at the end of archive recovery, the WAL page header 16 years ago
Tom Lane 04011cc970 Allow backends to start up without use of the flat-file copy of pg_database. 16 years ago
Tom Lane 97e14f6e93 Document that LocalSetXLogInsertAllowed can be re-executed. 16 years ago
Tom Lane 87740caa01 rm_cleanup functions need to be allowed to write WAL entries. This oversight 16 years ago
Tom Lane 2de48a83e6 Cleanup and code review for the patch that made bgwriter active during 16 years ago
Heikki Linnakangas 7e48b77b1c Fix some serious bugs in archive recovery, now that bgwriter is active 16 years ago
Bruce Momjian d747140279 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list 17 years ago
Heikki Linnakangas 7c8d7a2eec Only recycle normal files in pg_xlog as WAL segments. pg_standby creates 17 years ago
Heikki Linnakangas 2e6107cb62 When archiving is enabled, rotate the last WAL segment at shutdown so that 17 years ago
Tom Lane 4616d57dad Fix all the server-side SIGQUIT handlers (grumble ... why so many identical 17 years ago
Tom Lane 284e12c398 Improve a couple of comments. 17 years ago
Heikki Linnakangas 9e403c2587 Add recovery_end_command option to recovery.conf. recovery_end_command 17 years ago
Heikki Linnakangas 223431cba1 Request XLOG switch before writing checkpoint in pg_start_backup(). Otherwise 17 years ago
Heikki Linnakangas bae8102f52 After archive recovery, mark the last WAL segment from the parent timeline 17 years ago
Tom Lane 387060951e Add an optional parameter to pg_start_backup() that specifies whether to do 17 years ago
Tom Lane e04810e8c4 Code review for dtrace probes added (so far) to 8.4. Adjust placement of 17 years ago
Heikki Linnakangas fb7df896fc Reload config file in startup process on SIGHUP. 17 years ago
Heikki Linnakangas bc134d7a51 Change the signaling of end-of-recovery. Startup process now indicates end 17 years ago
Heikki Linnakangas cdd46c7654 Start background writer during archive recovery. Background writer now performs 17 years ago