aboutsummaryrefslogtreecommitdiff
path: root/src/include/access/xlog_internal.h
Commit message (Expand)AuthorAge
* Force archive_status of .done for xlogs created by dearchival/replication.Simon Riggs2012-08-08
* Run pgindent on 9.2 source tree in preparation for first 9.3Bruce Momjian2012-06-10
* Prevent index-only scans from returning wrong answers under Hot Standby.Robert Haas2012-04-26
* Add function pg_xlog_location_diff to help comparisonsMagnus Hagander2012-03-04
* Allow pg_basebackup from standby node with safety checking.Simon Riggs2012-01-25
* Update copyright notices for year 2012.Bruce Momjian2012-01-01
* Move BKP_REMOVABLE bit from individual WAL records to WAL page headers.Tom Lane2011-12-12
* Split work of bgwriter between 2 processes: bgwriter and checkpointer.Simon Riggs2011-11-01
* Move Timestamp/Interval typedefs and basic macros into datatype/timestamp.h.Tom Lane2011-09-09
* Clean up the #include mess a little.Tom Lane2011-09-04
* Remove unnecessary #include references, per pgrminclude script.Bruce Momjian2011-09-01
* Introduce compact WAL record for the common case of commit (non-DDL).Simon Riggs2011-06-28
* Make the visibility map crash-safe.Robert Haas2011-06-21
* Work around gcc 4.6.0 bug that breaks WAL replay.Tom Lane2011-06-10
* Named restore points in recovery. Users can record named points, thenSimon Riggs2011-02-08
* Basic Recovery Control functions for use in Hot Standby. Pause, Resume,Simon Riggs2011-02-08
* Stamp copyrights for year 2011.Bruce Momjian2011-01-01
* Bump XLOG_PAGE_MAGIC.Robert Haas2010-12-29
* Add monitoring function pg_last_xact_replay_timestamp.Robert Haas2010-11-09
* Remove cvs keywords from all files.Magnus Hagander2010-09-20
* Include the backend ID in the relpath of temporary relations.Robert Haas2010-08-13
* Introduce wal_level GUC to explicitly control if information needed forHeikki Linnakangas2010-04-28
* Update the location of last removed WAL segment in shared memory onlyHeikki Linnakangas2010-04-12
* Derive latestRemovedXid for btree deletes by reading heap pages. TheSimon Riggs2010-03-28
* Update XLOG_PAGE_MAGIC to recognise WAL format changes.Simon Riggs2010-03-19
* pgindent run for 9.0Bruce Momjian2010-02-26
* Introduce Streaming Replication.Heikki Linnakangas2010-01-15
* Update copyright for the year 2010.Bruce Momjian2010-01-02
* Allow read only connections during recovery, known as Hot Standby.Simon Riggs2009-12-19
* Update copyright for 2009.Bruce Momjian2009-01-01
* Introduce the concept of relation forks. An smgr relation can now consistHeikki Linnakangas2008-08-11
* Replace time_t with pg_time_t (same values, but always int64) in on-diskTom Lane2008-02-17
* Update copyrights in source tree to 2008.Bruce Momjian2008-01-01
* 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 undo information from pg_controldata --- never used.Bruce Momjian2007-03-03
* Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian2007-01-05
* pgindent run for 8.2.Bruce Momjian2006-10-04
* Implement archive_timeout feature to force xlog file switches to occur no moreTom Lane2006-08-17
* Make recovery from WAL be restartable, by executing a checkpoint-likeTom Lane2006-08-07
* Add support for forcing a switch to a new xlog file; cause such a switchTom Lane2006-08-06
* Add a field to the first page of each WAL file to indicate theTom Lane2006-04-05
* Define a separately configurable XLOG_BLCKSZ symbol for the page sizeTom Lane2006-04-03
* Arrange to emit a description of the current XLOG record as error contextTom Lane2006-03-24
* Update copyright for 2006. Update scripts.Bruce Momjian2006-03-05
* Arrange for the postmaster (and standalone backends, initdb, etc) toTom Lane2005-07-04
* Remove the mostly-stubbed-out-anyway support routines for WAL UNDO.Tom Lane2005-06-06
* Change CRCs in WAL records from 64bit to 32bit for performance reasons.Tom Lane2005-06-02
* Tag appropriate files for rc3PostgreSQL Daemon2004-12-31
* Widen xl_len field of XLogRecord header to 32 bits, so that we'll haveTom Lane2004-08-29