| Commit message (Expand) | Author | Age |
* | fsync backup_label after pg_start_backup() | Simon Riggs | 2012-08-08 |
* | Avoid problems with OID wraparound during WAL replay. | Tom Lane | 2012-02-06 |
* | PublishStartupProcessInformation() to avoid rare hang in recovery. | Simon Riggs | 2011-09-08 |
* | Work around gcc 4.6.0 bug that breaks WAL replay. | Tom Lane | 2011-06-10 |
* | Fix bug introduced by the recent patch to check that the checkpoint redo | Heikki Linnakangas | 2010-11-11 |
* | Before removing backup_label and irrevocably changing pg_control file, check | Heikki Linnakangas | 2010-10-26 |
* | Make the walwriter close it's handle to an old xlog segment if it's no longer | Magnus Hagander | 2010-06-09 |
* | Fix bug in %r handling in recovery_end_command, it always came out as 0 | Heikki Linnakangas | 2010-03-18 |
* | Fix STOP WAL LOCATION in backup history files no to return the next | Itagaki Takahiro | 2010-02-19 |
* | Reset minRecoveryPoint at checkpoints, so that we don't uselessly update | Heikki Linnakangas | 2009-12-30 |
* | 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 |
* | In the checkpoint written at the end of archive recovery, the WAL page header | Heikki Linnakangas | 2009-08-27 |
* | 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 |
* | Reload config file in startup process on SIGHUP. | Heikki Linnakangas | 2009-03-04 |
* | Change the signaling of end-of-recovery. Startup process now indicates end | Heikki Linnakangas | 2009-02-23 |
* | Start background writer during archive recovery. Background writer now performs | Heikki Linnakangas | 2009-02-18 |
* | Fix obsolete comment. Zdenek Kotala | Heikki Linnakangas | 2009-02-07 |
* | Put back fast-path for the case that there's no backup blocks in | Heikki Linnakangas | 2009-01-23 |
* | Add a new option to RestoreBkpBlocks() to indicate if a cleanup lock should | Heikki Linnakangas | 2009-01-20 |
* | Re-enable the old code in xlog.c that tried to use posix_fadvise(), so that | Tom Lane | 2009-01-11 |
* | Update copyright for 2009. | Bruce Momjian | 2009-01-01 |
* | Change the name of dtrace wal tracepoints: | Bruce Momjian | 2008-12-24 |
* | The attached patch contains a couple of fixes in the existing probes and | Bruce Momjian | 2008-12-17 |
* | If pg_stop_backup() is called just after switching to a new xlog file, | Heikki Linnakangas | 2008-12-03 |
* | Add a startup check that pg_xlog and pg_xlog/archive_status exist. | Tom Lane | 2008-11-09 |
* | Unite ReadBufferWithFork, ReadBufferWithStrategy, and ZeroOrReadBuffer | Heikki Linnakangas | 2008-10-31 |
* | Fix recoveryLastXTime logic so that it actually does what one would expect. | Tom Lane | 2008-10-30 |
* | Make LC_COLLATE and LC_CTYPE database-level settings. Collation and | Heikki Linnakangas | 2008-09-23 |
* | Fix a couple of problems pointed out by Fujii Masao in the 2008-Apr-05 patch | Tom Lane | 2008-09-08 |
* | Introduce the concept of relation forks. An smgr relation can now consist | Heikki Linnakangas | 2008-08-11 |
* | Clean up the use of some page-header-access macros: principally, use | Tom Lane | 2008-07-13 |
* | Fix recovery.conf boolean variables to take the same range of string | Bruce Momjian | 2008-06-30 |
* | Refactor XLogOpenRelation() and XLogReadBuffer() in preparation for relation | Heikki Linnakangas | 2008-06-12 |
* | Move BufferGetPageSize and BufferGetPage from bufpage.h to bufmgr.h. It is | Alvaro Herrera | 2008-06-08 |
* | Set hidden field for guc enum missed in previous commit. | Magnus Hagander | 2008-05-28 |
* | Fix a subtle bug exposed by recent wal_sync_method rearrangements. | Tom Lane | 2008-05-17 |