summaryrefslogtreecommitdiff
path: root/src/backend/access/transam/xlog.c
Commit message (Expand)AuthorAgeFilesLines
* 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef listBruce Momjian2009-06-111-117/+122
* Only recycle normal files in pg_xlog as WAL segments. pg_standby createsHeikki Linnakangas2009-06-021-5/+8
* When archiving is enabled, rotate the last WAL segment at shutdown so thatHeikki Linnakangas2009-05-281-1/+12
* Fix all the server-side SIGQUIT handlers (grumble ... why so many identicalTom Lane2009-05-151-6/+14
* Improve a couple of comments.Tom Lane2009-05-141-2/+5
* Add recovery_end_command option to recovery.conf. recovery_end_commandHeikki Linnakangas2009-05-141-1/+121
* Request XLOG switch before writing checkpoint in pg_start_backup(). OtherwiseHeikki Linnakangas2009-05-071-1/+14
* After archive recovery, mark the last WAL segment from the parent timelineHeikki Linnakangas2009-04-221-1/+13
* Add an optional parameter to pg_start_backup() that specifies whether to doTom Lane2009-04-071-3/+6
* Code review for dtrace probes added (so far) to 8.4. Adjust placement ofTom Lane2009-03-111-5/+6
* Reload config file in startup process on SIGHUP.Heikki Linnakangas2009-03-041-3/+20
* Change the signaling of end-of-recovery. Startup process now indicates endHeikki Linnakangas2009-02-231-11/+11
* Start background writer during archive recovery. Background writer now performsHeikki Linnakangas2009-02-181-98/+577
* Fix obsolete comment. Zdenek KotalaHeikki Linnakangas2009-02-071-10/+4
* Put back fast-path for the case that there's no backup blocks inHeikki Linnakangas2009-01-231-1/+4
* Add a new option to RestoreBkpBlocks() to indicate if a cleanup lock shouldHeikki Linnakangas2009-01-201-6/+17
* Re-enable the old code in xlog.c that tried to use posix_fadvise(), so thatTom Lane2009-01-111-22/+11
* Update copyright for 2009.Bruce Momjian2009-01-011-2/+2
* Change the name of dtrace wal tracepoints:Bruce Momjian2008-12-241-3/+3
* The attached patch contains a couple of fixes in the existing probes andBruce Momjian2008-12-171-1/+15
* If pg_stop_backup() is called just after switching to a new xlog file,Heikki Linnakangas2008-12-031-4/+10
* Add a startup check that pg_xlog and pg_xlog/archive_status exist.Tom Lane2008-11-091-1/+56
* Unite ReadBufferWithFork, ReadBufferWithStrategy, and ZeroOrReadBufferHeikki Linnakangas2008-10-311-3/+3
* Fix recoveryLastXTime logic so that it actually does what one would expect.Tom Lane2008-10-301-4/+12
* Make LC_COLLATE and LC_CTYPE database-level settings. Collation andHeikki Linnakangas2008-09-231-43/+2
* Fix a couple of problems pointed out by Fujii Masao in the 2008-Apr-05 patchTom Lane2008-09-081-22/+70
* Introduce the concept of relation forks. An smgr relation can now consistHeikki Linnakangas2008-08-111-4/+4
* Clean up the use of some page-header-access macros: principally, useTom Lane2008-07-131-7/+7
* Fix recovery.conf boolean variables to take the same range of stringBruce Momjian2008-06-301-15/+9
* Refactor XLogOpenRelation() and XLogReadBuffer() in preparation for relationHeikki Linnakangas2008-06-121-12/+3
* Move BufferGetPageSize and BufferGetPage from bufpage.h to bufmgr.h. It isAlvaro Herrera2008-06-081-2/+2
* Set hidden field for guc enum missed in previous commit.Magnus Hagander2008-05-281-7/+7
* Fix a subtle bug exposed by recent wal_sync_method rearrangements.Tom Lane2008-05-171-3/+1
* Reduce unnecessary PANIC to ERROR, improve a couple of comments.Tom Lane2008-05-161-15/+11
* Remove the special variable for open_sync_bit used in O_SYNC and O_DSYNCMagnus Hagander2008-05-141-31/+32
* Don't try to close negative file descriptors, since this can causeMagnus Hagander2008-05-131-3/+6
* Fix breakage by the wal_sync_method patch in installations that useMagnus Hagander2008-05-121-1/+2
* Put back bufmgr.h in bufpage.h -- it is needed by some macros.Alvaro Herrera2008-05-121-2/+1
* Report which WAL sync method we are trying to change *to* when it fails,Magnus Hagander2008-05-121-2/+2
* Convert wal_sync_method to guc enum.Magnus Hagander2008-05-121-40/+53
* Restructure some header files a bit, in particular heapam.h, by removing someAlvaro Herrera2008-05-121-2/+2
* Fix Assert introduced in previous patch.Heikki Linnakangas2008-05-091-2/+2
* Fix incorrect archive truncation point calculation in the %r recovery_commandHeikki Linnakangas2008-05-091-6/+30
* Update error messages, per notes from Tom.Magnus Hagander2008-04-241-3/+4
* Prevent shutdown in normal mode if online backup is running, andMagnus Hagander2008-04-231-1/+51
* Allow float8, int8, and related datatypes to be passed by value on machinesTom Lane2008-04-211-5/+39
* Repair two places where SIGTERM exit could leave shared memory stateTom Lane2008-04-161-15/+17
* Have pg_stop_backup() wait for all archive files to be sent, rather thanBruce Momjian2008-04-051-6/+43
* Simplify and standardize conversions between TEXT datums and ordinary CTom Lane2008-03-251-35/+11
* Remove no-longer-used XLogCacheByte field of XLogCtl.Tom Lane2008-03-101-4/+1