| Commit message (Expand) | Author | Age |
* | Adjust comment in .history file to match recovery target specified. Comment | Simon Riggs | 2010-03-19 |
* | Add restartpoint_command option to recovery.conf. Fix bug in %r handling | Heikki Linnakangas | 2010-03-18 |
* | Remove incorrect comment from GetWriteRecPtr(): the return value is always | Simon Riggs | 2010-03-15 |
* | pg_start_backup() can use a share lock to lock ControlFileLock | Itagaki Takahiro | 2010-03-10 |
* | pgindent run for 9.0 | Bruce Momjian | 2010-02-26 |
* | Make pg_stop_backup's reporting a bit more verbose in hopes of making | Tom Lane | 2010-02-25 |
* | Don't use O_DIRECT when writing WAL files if archiving or streaming is | Heikki Linnakangas | 2010-02-19 |
* | Fix STOP WAL LOCATION in backup history files no to return the next | Itagaki Takahiro | 2010-02-19 |
* | Stamp HEAD as 9.0devel, and update various places that were referring to 8.5 | Tom Lane | 2010-02-17 |
* | When updating ShmemVariableCache from a checkpoint record, be sure to set | Tom Lane | 2010-02-17 |
* | Reduce the chatter to the log when starting a standby server. Don't | Heikki Linnakangas | 2010-02-12 |
* | If primary_conninfo is not set, don't try to establish streaming | Heikki Linnakangas | 2010-02-12 |
* | Check for partial WAL files in standby mode. If restore_command restores | Heikki Linnakangas | 2010-02-12 |
* | Now that streaming replication switches between streaming mode and | Heikki Linnakangas | 2010-02-10 |
* | Remove piece of code to zero out minRecoveryPoint when starting crash | Heikki Linnakangas | 2010-02-08 |
* | Remove old-style VACUUM FULL (which was known for a little while as | Tom Lane | 2010-02-08 |
* | Create a "relation mapping" infrastructure to support changing the relfilenodes | Tom Lane | 2010-02-07 |
* | Revoke augmentation of WAL records for btree delete, per discussion. | Simon Riggs | 2010-02-01 |
* | Augment WAL records for btree delete with GetOldestXmin() to reduce | Simon Riggs | 2010-01-29 |
* | Fix crashing bug at the end of recovery in Streaming Replication, when | Heikki Linnakangas | 2010-01-28 |
* | Fix bug in wasender's xlogid boundary handling, reported by Erik Rijkers. | Heikki Linnakangas | 2010-01-27 |
* | Make standby server continuously retry restoring the next WAL segment with | Heikki Linnakangas | 2010-01-27 |
* | Fix longstanding gripe that we check for 0000000001.history at start of | Simon Riggs | 2010-01-26 |
* | In HS, Startup process sets SIGALRM when waiting for buffer pin. If | Simon Riggs | 2010-01-23 |
* | Write a WAL record whenever we perform an operation without WAL-logging | Heikki Linnakangas | 2010-01-20 |
* | Introduce Streaming Replication. | Heikki Linnakangas | 2010-01-15 |
* | Write an end-of-backup WAL record at pg_stop_backup(), and wait for it at | Heikki Linnakangas | 2010-01-04 |
* | Update copyright for the year 2010. | Bruce Momjian | 2010-01-02 |
* | Reset minRecoveryPoint at checkpoints, so that we don't uselessly update | Heikki Linnakangas | 2009-12-30 |
* | Allow read only connections during recovery, known as Hot Standby. | Simon Riggs | 2009-12-19 |
* | Don't error out if recycling or removing an old WAL segment fails at the end | Heikki Linnakangas | 2009-09-13 |
* | On Windows, when a file is deleted and another process still has an open | Heikki Linnakangas | 2009-09-10 |
* | Remove flatfiles.c, which is now obsolete. | Alvaro Herrera | 2009-09-01 |
* | Track the current XID wrap limit (or more accurately, the oldest unfrozen | Tom Lane | 2009-08-31 |
* | In the checkpoint written at the end of archive recovery, the WAL page header | Heikki Linnakangas | 2009-08-27 |
* | Allow backends to start up without use of the flat-file copy of pg_database. | Tom Lane | 2009-08-12 |
* | Document that LocalSetXLogInsertAllowed can be re-executed. | Tom Lane | 2009-08-08 |
* | rm_cleanup functions need to be allowed to write WAL entries. This oversight | Tom Lane | 2009-08-07 |
* | Cleanup and code review for the patch that made bgwriter active during | Tom Lane | 2009-06-26 |
* | Fix some serious bugs in archive recovery, now that bgwriter is active | Heikki Linnakangas | 2009-06-25 |
* | 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list | Bruce Momjian | 2009-06-11 |
* | Only recycle normal files in pg_xlog as WAL segments. pg_standby creates | Heikki Linnakangas | 2009-06-02 |
* | When archiving is enabled, rotate the last WAL segment at shutdown so that | Heikki Linnakangas | 2009-05-28 |
* | Fix all the server-side SIGQUIT handlers (grumble ... why so many identical | Tom Lane | 2009-05-15 |
* | Improve a couple of comments. | Tom Lane | 2009-05-14 |
* | Add recovery_end_command option to recovery.conf. recovery_end_command | Heikki Linnakangas | 2009-05-14 |
* | Request XLOG switch before writing checkpoint in pg_start_backup(). Otherwise | Heikki Linnakangas | 2009-05-07 |
* | After archive recovery, mark the last WAL segment from the parent timeline | Heikki Linnakangas | 2009-04-22 |
* | Add an optional parameter to pg_start_backup() that specifies whether to do | Tom Lane | 2009-04-07 |
* | Code review for dtrace probes added (so far) to 8.4. Adjust placement of | Tom Lane | 2009-03-11 |