Age | Commit message (Expand) | Author |
2010-01-15 | Introduce Streaming Replication. | Heikki Linnakangas |
2010-01-04 | Write an end-of-backup WAL record at pg_stop_backup(), and wait for it at | Heikki Linnakangas |
2010-01-02 | Update copyright for the year 2010. | Bruce Momjian |
2009-12-30 | Reset minRecoveryPoint at checkpoints, so that we don't uselessly update | Heikki Linnakangas |
2009-12-19 | Allow read only connections during recovery, known as Hot Standby. | Simon Riggs |
2009-09-13 | Don't error out if recycling or removing an old WAL segment fails at the end | Heikki Linnakangas |
2009-09-10 | On Windows, when a file is deleted and another process still has an open | Heikki Linnakangas |
2009-09-01 | Remove flatfiles.c, which is now obsolete. | Alvaro Herrera |
2009-08-31 | Track the current XID wrap limit (or more accurately, the oldest unfrozen | Tom Lane |
2009-08-27 | In the checkpoint written at the end of archive recovery, the WAL page header | Heikki Linnakangas |
2009-08-12 | Allow backends to start up without use of the flat-file copy of pg_database. | Tom Lane |
2009-08-08 | Document that LocalSetXLogInsertAllowed can be re-executed. | Tom Lane |
2009-08-07 | rm_cleanup functions need to be allowed to write WAL entries. This oversight | Tom Lane |
2009-06-26 | Cleanup and code review for the patch that made bgwriter active during | Tom Lane |
2009-06-25 | Fix some serious bugs in archive recovery, now that bgwriter is active | Heikki Linnakangas |
2009-06-11 | 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list | Bruce Momjian |
2009-06-02 | Only recycle normal files in pg_xlog as WAL segments. pg_standby creates | Heikki Linnakangas |
2009-05-28 | When archiving is enabled, rotate the last WAL segment at shutdown so that | Heikki Linnakangas |
2009-05-15 | Fix all the server-side SIGQUIT handlers (grumble ... why so many identical | Tom Lane |
2009-05-14 | 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-07 | Request XLOG switch before writing checkpoint in pg_start_backup(). Otherwise | Heikki Linnakangas |
2009-04-22 | After archive recovery, mark the last WAL segment from the parent timeline | Heikki Linnakangas |
2009-04-07 | Add an optional parameter to pg_start_backup() that specifies whether to do | Tom Lane |
2009-03-11 | Code review for dtrace probes added (so far) to 8.4. Adjust placement of | Tom Lane |
2009-03-04 | Reload config file in startup process on SIGHUP. | Heikki Linnakangas |
2009-02-23 | Change the signaling of end-of-recovery. Startup process now indicates end | Heikki Linnakangas |
2009-02-18 | Start background writer during archive recovery. Background writer now performs | Heikki Linnakangas |
2009-02-07 | Fix obsolete comment. Zdenek Kotala | Heikki Linnakangas |
2009-01-23 | Put back fast-path for the case that there's no backup blocks in | Heikki Linnakangas |
2009-01-20 | Add a new option to RestoreBkpBlocks() to indicate if a cleanup lock should | Heikki Linnakangas |
2009-01-11 | Re-enable the old code in xlog.c that tried to use posix_fadvise(), so that | Tom Lane |
2009-01-01 | Update copyright for 2009. | Bruce Momjian |
2008-12-24 | Change the name of dtrace wal tracepoints: | Bruce Momjian |
2008-12-17 | The attached patch contains a couple of fixes in the existing probes and | Bruce Momjian |
2008-12-03 | If pg_stop_backup() is called just after switching to a new xlog file, | Heikki Linnakangas |
2008-11-09 | Add a startup check that pg_xlog and pg_xlog/archive_status exist. | Tom Lane |
2008-10-31 | Unite ReadBufferWithFork, ReadBufferWithStrategy, and ZeroOrReadBuffer | Heikki Linnakangas |
2008-10-30 | Fix recoveryLastXTime logic so that it actually does what one would expect. | Tom Lane |
2008-09-23 | Make LC_COLLATE and LC_CTYPE database-level settings. Collation and | Heikki Linnakangas |
2008-09-08 | Fix a couple of problems pointed out by Fujii Masao in the 2008-Apr-05 patch | Tom Lane |
2008-08-11 | Introduce the concept of relation forks. An smgr relation can now consist | Heikki Linnakangas |
2008-07-13 | Clean up the use of some page-header-access macros: principally, use | Tom Lane |
2008-06-30 | Fix recovery.conf boolean variables to take the same range of string | Bruce Momjian |
2008-06-12 | Refactor XLogOpenRelation() and XLogReadBuffer() in preparation for relation | Heikki Linnakangas |
2008-06-08 | Move BufferGetPageSize and BufferGetPage from bufpage.h to bufmgr.h. It is | Alvaro Herrera |
2008-05-28 | Set hidden field for guc enum missed in previous commit. | Magnus Hagander |
2008-05-17 | Fix a subtle bug exposed by recent wal_sync_method rearrangements. | Tom Lane |
2008-05-16 | Reduce unnecessary PANIC to ERROR, improve a couple of comments. | Tom Lane |
2008-05-14 | Remove the special variable for open_sync_bit used in O_SYNC and O_DSYNC | Magnus Hagander |