aboutsummaryrefslogtreecommitdiff
path: root/src/backend/access/transam/xlog.c
Commit message (Expand)AuthorAge
* Make the walwriter close it's handle to an old xlog segment if it's no longerMagnus Hagander2010-06-09
* Fix bug in %r handling in recovery_end_command, it always came out as 0Heikki Linnakangas2010-03-18
* Fix STOP WAL LOCATION in backup history files no to return the nextItagaki Takahiro2010-02-19
* Reset minRecoveryPoint at checkpoints, so that we don't uselessly updateHeikki Linnakangas2009-12-30
* Don't error out if recycling or removing an old WAL segment fails at the endHeikki Linnakangas2009-09-13
* On Windows, when a file is deleted and another process still has an openHeikki Linnakangas2009-09-10
* In the checkpoint written at the end of archive recovery, the WAL page headerHeikki Linnakangas2009-08-27
* Document that LocalSetXLogInsertAllowed can be re-executed.Tom Lane2009-08-08
* rm_cleanup functions need to be allowed to write WAL entries. This oversightTom Lane2009-08-07
* Cleanup and code review for the patch that made bgwriter active duringTom Lane2009-06-26
* Fix some serious bugs in archive recovery, now that bgwriter is activeHeikki Linnakangas2009-06-25
* 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef listBruce Momjian2009-06-11
* Only recycle normal files in pg_xlog as WAL segments. pg_standby createsHeikki Linnakangas2009-06-02
* When archiving is enabled, rotate the last WAL segment at shutdown so thatHeikki Linnakangas2009-05-28
* Fix all the server-side SIGQUIT handlers (grumble ... why so many identicalTom Lane2009-05-15
* Improve a couple of comments.Tom Lane2009-05-14
* Add recovery_end_command option to recovery.conf. recovery_end_commandHeikki Linnakangas2009-05-14
* Request XLOG switch before writing checkpoint in pg_start_backup(). OtherwiseHeikki Linnakangas2009-05-07
* After archive recovery, mark the last WAL segment from the parent timelineHeikki Linnakangas2009-04-22
* Add an optional parameter to pg_start_backup() that specifies whether to doTom Lane2009-04-07
* Code review for dtrace probes added (so far) to 8.4. Adjust placement ofTom Lane2009-03-11
* Reload config file in startup process on SIGHUP.Heikki Linnakangas2009-03-04
* Change the signaling of end-of-recovery. Startup process now indicates endHeikki Linnakangas2009-02-23
* Start background writer during archive recovery. Background writer now performsHeikki Linnakangas2009-02-18
* Fix obsolete comment. Zdenek KotalaHeikki Linnakangas2009-02-07
* Put back fast-path for the case that there's no backup blocks inHeikki Linnakangas2009-01-23
* Add a new option to RestoreBkpBlocks() to indicate if a cleanup lock shouldHeikki Linnakangas2009-01-20
* Re-enable the old code in xlog.c that tried to use posix_fadvise(), so thatTom Lane2009-01-11
* Update copyright for 2009.Bruce Momjian2009-01-01
* Change the name of dtrace wal tracepoints:Bruce Momjian2008-12-24
* The attached patch contains a couple of fixes in the existing probes andBruce Momjian2008-12-17
* If pg_stop_backup() is called just after switching to a new xlog file,Heikki Linnakangas2008-12-03
* Add a startup check that pg_xlog and pg_xlog/archive_status exist.Tom Lane2008-11-09
* Unite ReadBufferWithFork, ReadBufferWithStrategy, and ZeroOrReadBufferHeikki Linnakangas2008-10-31
* Fix recoveryLastXTime logic so that it actually does what one would expect.Tom Lane2008-10-30
* Make LC_COLLATE and LC_CTYPE database-level settings. Collation andHeikki Linnakangas2008-09-23
* Fix a couple of problems pointed out by Fujii Masao in the 2008-Apr-05 patchTom Lane2008-09-08
* Introduce the concept of relation forks. An smgr relation can now consistHeikki Linnakangas2008-08-11
* Clean up the use of some page-header-access macros: principally, useTom Lane2008-07-13
* Fix recovery.conf boolean variables to take the same range of stringBruce Momjian2008-06-30
* Refactor XLogOpenRelation() and XLogReadBuffer() in preparation for relationHeikki Linnakangas2008-06-12
* Move BufferGetPageSize and BufferGetPage from bufpage.h to bufmgr.h. It isAlvaro Herrera2008-06-08
* Set hidden field for guc enum missed in previous commit.Magnus Hagander2008-05-28
* Fix a subtle bug exposed by recent wal_sync_method rearrangements.Tom Lane2008-05-17
* Reduce unnecessary PANIC to ERROR, improve a couple of comments.Tom Lane2008-05-16
* Remove the special variable for open_sync_bit used in O_SYNC and O_DSYNCMagnus Hagander2008-05-14
* Don't try to close negative file descriptors, since this can causeMagnus Hagander2008-05-13
* Fix breakage by the wal_sync_method patch in installations that useMagnus Hagander2008-05-12
* Put back bufmgr.h in bufpage.h -- it is needed by some macros.Alvaro Herrera2008-05-12
* Report which WAL sync method we are trying to change *to* when it fails,Magnus Hagander2008-05-12