]> granicus.if.org Git - postgresql/history - src/include/access/xlog_internal.h
Run pgindent on 9.2 source tree in preparation for first 9.3
[postgresql] / src / include / access / xlog_internal.h
2012-06-10 Bruce MomjianRun pgindent on 9.2 source tree in preparation for...
2012-04-27 Robert HaasPrevent index-only scans from returning wrong answers...
2012-03-04 Magnus HaganderAdd function pg_xlog_location_diff to help comparisons
2012-01-25 Simon RiggsAllow pg_basebackup from standby node with safety checking.
2012-01-01 Bruce MomjianUpdate copyright notices for year 2012.
2011-12-12 Tom LaneMove BKP_REMOVABLE bit from individual WAL records...
2011-11-01 Simon RiggsSplit work of bgwriter between 2 processes: bgwriter...
2011-09-09 Tom LaneMove Timestamp/Interval typedefs and basic macros into...
2011-09-04 Tom LaneClean up the #include mess a little.
2011-09-01 Bruce MomjianRemove unnecessary #include references, per pgrminclude...
2011-06-28 Simon RiggsIntroduce compact WAL record for the common case of...
2011-06-22 Robert HaasMake the visibility map crash-safe.
2011-06-10 Tom LaneWork around gcc 4.6.0 bug that breaks WAL replay.
2011-02-08 Simon RiggsNamed restore points in recovery. Users can record...
2011-02-08 Simon RiggsBasic Recovery Control functions for use in Hot Standby...
2011-01-01 Bruce MomjianStamp copyrights for year 2011.
2010-12-29 Robert HaasBump XLOG_PAGE_MAGIC.
2010-11-10 Robert HaasAdd monitoring function pg_last_xact_replay_timestamp.
2010-09-20 Magnus HaganderRemove cvs keywords from all files.
2010-08-13 Robert HaasInclude the backend ID in the relpath of temporary...
2010-04-28 Heikki LinnakangasIntroduce wal_level GUC to explicitly control if inform...
2010-04-12 Heikki LinnakangasUpdate the location of last removed WAL segment in...
2010-03-28 Simon RiggsDerive latestRemovedXid for btree deletes by reading...
2010-03-19 Simon RiggsUpdate XLOG_PAGE_MAGIC to recognise WAL format changes.
2010-02-26 Bruce Momjianpgindent run for 9.0
2010-01-15 Heikki LinnakangasIntroduce Streaming Replication.
2010-01-02 Bruce MomjianUpdate copyright for the year 2010.
2009-12-19 Simon RiggsAllow read only connections during recovery, known...
2009-01-01 Bruce MomjianUpdate copyright for 2009.
2008-08-11 Heikki LinnakangasIntroduce the concept of relation forks. An smgr relati...
2008-02-17 Tom LaneReplace time_t with pg_time_t (same values, but always...
2008-01-01 Bruce MomjianUpdate copyrights in source tree to 2008.
2007-05-20 Tom LaneTo support external compression of archived WAL data...
2007-04-30 Tom LaneChange the timestamps recorded in transaction commit...
2007-03-03 Bruce MomjianRemove undo information from pg_controldata --- never...
2007-01-05 Bruce MomjianUpdate CVS HEAD for 2007 copyright. Back branches...
2006-10-04 Bruce Momjianpgindent run for 8.2.
2006-08-17 Tom LaneImplement archive_timeout feature to force xlog file...
2006-08-07 Tom LaneMake recovery from WAL be restartable, by executing...
2006-08-06 Tom LaneAdd support for forcing a switch to a new xlog file...
2006-04-05 Tom LaneAdd a field to the first page of each WAL file to indic...
2006-04-03 Tom LaneDefine a separately configurable XLOG_BLCKSZ symbol...
2006-03-24 Tom LaneArrange to emit a description of the current XLOG recor...
2006-03-05 Bruce MomjianUpdate copyright for 2006. Update scripts.
2005-07-04 Tom LaneArrange for the postmaster (and standalone backends...
2005-06-06 Tom LaneRemove the mostly-stubbed-out-anyway support routines...
2005-06-02 Tom LaneChange CRCs in WAL records from 64bit to 32bit for...
2004-12-31 PostgreSQL DaemonTag appropriate files for rc3
2004-08-29 Tom LaneWiden xl_len field of XLogRecord header to 32 bits...
2004-08-29 Bruce MomjianPgindent run for 8.0.
2004-08-29 Bruce MomjianUpdate copyright to 2004.
2004-08-03 Tom LaneAdd functions pg_start_backup, pg_stop_backup to create...
2004-07-21 Tom LaneInvent WAL timelines, as per recent discussion, to...