aboutsummaryrefslogtreecommitdiff
path: root/src/backend/access/transam/xlog.c
Commit message (Expand)AuthorAge
* 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
* Convert wal_sync_method to guc enum.Magnus Hagander2008-05-12
* Restructure some header files a bit, in particular heapam.h, by removing someAlvaro Herrera2008-05-12
* Fix Assert introduced in previous patch.Heikki Linnakangas2008-05-09
* Fix incorrect archive truncation point calculation in the %r recovery_commandHeikki Linnakangas2008-05-09
* Update error messages, per notes from Tom.Magnus Hagander2008-04-24
* Prevent shutdown in normal mode if online backup is running, andMagnus Hagander2008-04-23
* Allow float8, int8, and related datatypes to be passed by value on machinesTom Lane2008-04-21
* Repair two places where SIGTERM exit could leave shared memory stateTom Lane2008-04-16
* Have pg_stop_backup() wait for all archive files to be sent, rather thanBruce Momjian2008-04-05
* Simplify and standardize conversions between TEXT datums and ordinary CTom Lane2008-03-25
* Remove no-longer-used XLogCacheByte field of XLogCtl.Tom Lane2008-03-10
* Replace time_t with pg_time_t (same values, but always int64) in on-diskTom Lane2008-02-17
* Provide a clearer error message if the pg_control version number looksPeter Eisentraut2008-01-21
* Update copyrights in source tree to 2008.Bruce Momjian2008-01-01
* Re-run pgindent with updated list of typedefs. (Updated README shouldBruce Momjian2007-11-15
* When logging the recovery.conf parameters, show them quoted as they wouldPeter Eisentraut2007-11-15
* pgindent run for 8.3.Bruce Momjian2007-11-15
* Prevent re-use of a deleted relation's relfilenode until after the nextTom Lane2007-11-15
* When telling the bgwriter that we need a checkpoint because too much xlogTom Lane2007-10-12
* Adjust recovery PS display as agreed with Simon: 'waiting for XXX'Tom Lane2007-09-30
* Make recovery show the current input WAL segment name in the startupTom Lane2007-09-29
* Make archive recovery always start a new timeline, rather than only when aTom Lane2007-09-29
* Minor improvements in backup and recovery:Tom Lane2007-09-26
* Replace the former method of determining snapshot xmax --- to wit, callingTom Lane2007-09-08
* Implement lazy XID allocation: transactions that do not modify any databaseTom Lane2007-09-05
* Add a debug logging message when a resource manager rejects an attemptedTom Lane2007-08-28
* Fix two bugs induced in VACUUM FULL by async-commit patch.Tom Lane2007-08-13
* Switch over to using the src/timezone functions for formatting timestampsTom Lane2007-08-04
* Support an optional asynchronous commit mode, in which we don't flush WALTom Lane2007-08-01
* Create a new dedicated Postgres process, "wal writer", which exists to writeTom Lane2007-07-24
* Improve logging of checkpoints. Patch by Greg Smith, worked overTom Lane2007-06-30
* Implement "distributed" checkpoints in which the checkpoint I/O is spreadTom Lane2007-06-28
* Make some messages more consistentPeter Eisentraut2007-05-31
* Downgrade some low-level startup messages to DEBUG1.Peter Eisentraut2007-05-31
* Make large sequential scans and VACUUMs work in a limited-size "ring" ofTom Lane2007-05-30
* To support external compression of archived WAL data, add a flag bit toTom Lane2007-05-20
* Change the timestamps recorded in transaction commit/abort xlog recordsTom Lane2007-04-30
* Remove the CheckpointStartLock in favor of having backends show whether theyTom Lane2007-04-03
* Decouple the values of TOAST_TUPLE_THRESHOLD and TOAST_MAX_CHUNK_SIZE.Tom Lane2007-04-03
* Remove undo information from pg_controldata --- never used.Bruce Momjian2007-03-03
* Move fsync method macro defines into /include/access/xlogdefs.h so theyBruce Momjian2007-02-14