]> granicus.if.org Git - postgresql/history - src/include/access/xlog.h
Update copyrights for 2013
[postgresql] / src / include / access / xlog.h
2013-01-01 Bruce MomjianUpdate copyrights for 2013
2012-12-21 Heikki LinnakangasForgot to remove extern declaration of GetRecoveryTarge...
2012-12-20 Heikki LinnakangasFollow TLI of last replayed record, not recovery target...
2012-12-13 Heikki LinnakangasAllow a streaming replication standby to follow a timel...
2012-11-13 Tom LaneFix multiple problems in WAL replay.
2012-09-05 Heikki LinnakangasFix bugs in cascading replication with recovery_target_...
2012-06-24 Heikki LinnakangasAllow WAL record header to be split across pages.
2012-06-24 Heikki LinnakangasDon't waste the last segment of each 4GB logical log...
2012-05-09 Tom LaneFix an issue in recent walwriter hibernation patch.
2012-05-09 Tom LaneReduce idle power consumption of walwriter and checkpoi...
2012-01-25 Simon RiggsAllow pg_basebackup from standby node with safety checking.
2012-01-11 Heikki LinnakangasRemove useless 'needlock' argument from GetXLogInsertRe...
2012-01-01 Bruce MomjianUpdate copyright notices for year 2012.
2011-12-31 Simon RiggsSend new protocol keepalive messages to standby servers.
2011-12-12 Tom LaneMove BKP_REMOVABLE bit from individual WAL records...
2011-12-09 Heikki LinnakangasDon't set reachedMinRecoveryPoint during crash recovery...
2011-12-02 Heikki LinnakangasDuring recovery, if we reach consistent state and still...
2011-11-13 Simon RiggsWakeup WALWriter as needed for asynchronous commit...
2011-11-04 Simon RiggsMove user functions related to WAL into xlogfuncs.c
2011-11-02 Simon RiggsRefactor xlog.c to create src/backend/postmaster/startup.c
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-04 Bruce MomjianMove AllowCascadeReplication() define from xlog.h to...
2011-08-27 Bruce MomjianAllow more include files to be compiled in their own...
2011-07-19 Simon RiggsCascading replication feature for streaming log-based...
2011-04-10 Bruce Momjianpgindent run before PG 9.1 beta 1.
2011-02-16 Simon RiggsHot Standby feedback for avoidance of cleanup conflicts...
2011-02-16 Robert Haaspg_ctl promote
2011-02-10 Heikki LinnakangasSend status updates back from standby server to master...
2011-02-09 Magnus HaganderImplement NOWAIT option for BASE_BACKUP command
2011-02-08 Simon RiggsNamed restore points in recovery. Users can record...
2011-01-31 Heikki LinnakangasSupport multiple concurrent pg_basebackup backups.
2011-01-09 Magnus HaganderSplit pg_start_backup() and pg_stop_backup() into two...
2011-01-01 Bruce MomjianStamp copyrights for year 2011.
2010-12-14 Robert HaasInstrument checkpoint sync calls.
2010-09-20 Magnus HaganderRemove cvs keywords from all files.
2010-09-15 Heikki LinnakangasUse a latch to make startup process wake up and replay...
2010-08-12 Robert HaasCorrect sundry errors in Hot Standby-related comments.
2010-07-29 Simon RiggsRename asyncCommitLSN to asyncXactLSN to reflect change...
2010-07-03 Tom LaneReplace max_standby_delay with two parameters, max_stan...
2010-06-17 Tom LaneDon't allow walsender to send WAL data until it's been...
2010-06-10 Heikki LinnakangasMake TriggerFile variable static. It's not used outside...
2010-04-29 Tom LaneRename the parameter recovery_connections to hot_standb...
2010-04-28 Heikki LinnakangasIntroduce wal_level GUC to explicitly control if inform...
2010-04-20 Robert HaasRename standby_keep_segments to wal_keep_segments.
2010-04-18 Simon RiggsRemove some additional changes in previous commit that...
2010-04-18 Simon RiggsTune GetSnapshotData() during Hot Standby by avoiding...
2010-04-12 Heikki LinnakangasChange the logic to decide when to delete old WAL segme...
2010-04-01 Robert HaasRefer to max_wal_senders in a more consistent fashion.
2010-03-19 Simon RiggsAdjust comment in .history file to match recovery targe...
2010-02-26 Bruce Momjianpgindent run for 9.0
2010-02-08 Tom LaneRemove old-style VACUUM FULL (which was known for a...
2010-02-01 Simon RiggsRevoke augmentation of WAL records for btree delete...
2010-01-29 Simon RiggsAugment WAL records for btree delete with GetOldestXmin...
2010-01-28 Heikki LinnakangasChange a few remaining calls of XLogArchivingActive...
2010-01-20 Heikki LinnakangasWrite a WAL record whenever we perform an operation...
2010-01-16 Tom LanePGDLLIMPORT-ize the remaining variables needed by walre...
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-06-26 Tom LaneCleanup and code review for the patch that made bgwrite...
2009-06-25 Heikki LinnakangasFix some serious bugs in archive recovery, now that...
2009-02-18 Heikki LinnakangasStart background writer during archive recovery. Backgr...
2009-01-20 Heikki LinnakangasAdd a new option to RestoreBkpBlocks() to indicate...
2009-01-01 Bruce MomjianUpdate copyright for 2009.
2008-05-12 Magnus HaganderConvert wal_sync_method to guc enum.
2008-01-01 Bruce MomjianUpdate copyrights in source tree to 2008.
2007-11-15 Bruce MomjianRe-run pgindent with updated list of typedefs. (Update...
2007-11-15 Bruce Momjianpgindent run for 8.3.
2007-09-26 Tom LaneMinor improvements in backup and recovery:
2007-09-05 Tom LaneImplement lazy XID allocation: transactions that do...
2007-08-01 Tom LaneSupport an optional asynchronous commit mode, in which...
2007-07-24 Tom LaneCreate a new dedicated Postgres process, "wal writer...
2007-06-30 Tom LaneImprove logging of checkpoints. Patch by Greg Smith...
2007-06-28 Tom LaneImplement "distributed" checkpoints in which the checkp...
2007-05-30 Tom LaneMake large sequential scans and VACUUMs work in a limit...
2007-05-20 Tom LaneTo support external compression of archived WAL data...
2007-01-05 Bruce MomjianUpdate CVS HEAD for 2007 copyright. Back branches...
2006-11-05 Tom LaneFix recently-understood problems with handling of XID...
2006-08-21 Tom LaneMake the server track an 'XID epoch', that is, maintain...
2006-08-17 Tom LaneImplement archive_timeout feature to force xlog file...
2006-07-13 Bruce MomjianAllow include files to compile own their own.
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-10-15 Bruce MomjianStandard pgindent run for 8.1.
2005-08-20 Tom LaneConvert the arithmetic for shared memory size calculati...
2005-07-29 Tom LaneClean up a number of autovacuum loose ends. Make the...
2005-07-04 Tom LaneArrange for the postmaster (and standalone backends...
2005-06-08 Tom LaneChange WAL-logging scheme for multixacts to be more...
2005-06-06 Tom LaneModify XLogInsert API to make callers specify whether...
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...
2005-05-20 Bruce MomjianAdd support for wal_fsync_writethrough for Darwin,...
2005-04-28 Tom LaneImplement sharable row-level locks, and use them 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-22 Tom LaneTweak code so that pg_subtrans is never consulted for...
2004-07-21 Tom LaneInvent WAL timelines, as per recent discussion, to...
next