OSDN Git Service

Add recovery_end_command option to recovery.conf. recovery_end_command
[pg-rex/syncrep.git] / src / backend / access / transam / xlog.c
2009-05-14 Heikki LinnakangasAdd recovery_end_command option to recovery.conf. recov...
2009-05-07 Heikki LinnakangasRequest XLOG switch before writing checkpoint in pg_sta...
2009-04-22 Heikki LinnakangasAfter archive recovery, mark the last WAL segment from...
2009-04-07 Tom LaneAdd an optional parameter to pg_start_backup() that...
2009-03-11 Tom LaneCode review for dtrace probes added (so far) to 8.4...
2009-03-04 Heikki LinnakangasReload config file in startup process on SIGHUP.
2009-02-23 Heikki LinnakangasChange the signaling of end-of-recovery. Startup proces...
2009-02-18 Heikki LinnakangasStart background writer during archive recovery. Backgr...
2009-02-07 Heikki LinnakangasFix obsolete comment. Zdenek Kotala
2009-01-23 Heikki LinnakangasPut back fast-path for the case that there's no backup...
2009-01-20 Heikki LinnakangasAdd a new option to RestoreBkpBlocks() to indicate...
2009-01-11 Tom LaneRe-enable the old code in xlog.c that tried to use...
2009-01-01 Bruce MomjianUpdate copyright for 2009.
2008-12-24 Bruce MomjianChange the name of dtrace wal tracepoints:
2008-12-17 Bruce MomjianThe attached patch contains a couple of fixes in the...
2008-12-03 Heikki LinnakangasIf pg_stop_backup() is called just after switching...
2008-11-09 Tom LaneAdd a startup check that pg_xlog and pg_xlog/archive_st...
2008-10-31 Heikki LinnakangasUnite ReadBufferWithFork, ReadBufferWithStrategy, and...
2008-10-30 Tom LaneFix recoveryLastXTime logic so that it actually does...
2008-09-23 Heikki LinnakangasMake LC_COLLATE and LC_CTYPE database-level settings...
2008-09-08 Tom LaneFix a couple of problems pointed out by Fujii Masao...
2008-08-11 Heikki LinnakangasIntroduce the concept of relation forks. An smgr relati...
2008-07-13 Tom LaneClean up the use of some page-header-access macros...
2008-06-30 Bruce MomjianFix recovery.conf boolean variables to take the same...
2008-06-12 Heikki LinnakangasRefactor XLogOpenRelation() and XLogReadBuffer() in...
2008-06-08 Alvaro HerreraMove BufferGetPageSize and BufferGetPage from bufpage...
2008-05-28 Magnus HaganderSet hidden field for guc enum missed in previous commit.
2008-05-17 Tom LaneFix a subtle bug exposed by recent wal_sync_method...
2008-05-16 Tom LaneReduce unnecessary PANIC to ERROR, improve a couple...
2008-05-14 Magnus HaganderRemove the special variable for open_sync_bit used...
2008-05-13 Magnus HaganderDon't try to close negative file descriptors, since...
2008-05-12 Magnus HaganderFix breakage by the wal_sync_method patch in installati...
2008-05-12 Alvaro HerreraPut back bufmgr.h in bufpage.h -- it is needed by some...
2008-05-12 Magnus HaganderReport which WAL sync method we are trying to change...
2008-05-12 Magnus HaganderConvert wal_sync_method to guc enum.
2008-05-12 Alvaro HerreraRestructure some header files a bit, in particular...
2008-05-09 Heikki LinnakangasFix Assert introduced in previous patch.
2008-05-09 Heikki LinnakangasFix incorrect archive truncation point calculation...
2008-04-24 Magnus HaganderUpdate error messages, per notes from Tom.
2008-04-23 Magnus HaganderPrevent shutdown in normal mode if online backup is...
2008-04-21 Tom LaneAllow float8, int8, and related datatypes to be passed...
2008-04-16 Tom LaneRepair two places where SIGTERM exit could leave shared...
2008-04-05 Bruce MomjianHave pg_stop_backup() wait for all archive files to...
2008-03-25 Tom LaneSimplify and standardize conversions between TEXT datum...
2008-03-10 Tom LaneRemove no-longer-used XLogCacheByte field of XLogCtl.
2008-02-17 Tom LaneReplace time_t with pg_time_t (same values, but always...
2008-01-21 Peter EisentrautProvide a clearer error message if the pg_control versi...
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 Peter EisentrautWhen logging the recovery.conf parameters, show them...
2007-11-15 Bruce Momjianpgindent run for 8.3.
2007-11-15 Tom LanePrevent re-use of a deleted relation's relfilenode...
2007-10-12 Tom LaneWhen telling the bgwriter that we need a checkpoint...
2007-09-30 Tom LaneAdjust recovery PS display as agreed with Simon: 'waiti...
2007-09-29 Tom LaneMake recovery show the current input WAL segment name...
2007-09-29 Tom LaneMake archive recovery always start a new timeline,...
2007-09-26 Tom LaneMinor improvements in backup and recovery:
2007-09-08 Tom LaneReplace the former method of determining snapshot xmax...
2007-09-05 Tom LaneImplement lazy XID allocation: transactions that do...
2007-08-28 Tom LaneAdd a debug logging message when a resource manager...
2007-08-13 Tom LaneFix two bugs induced in VACUUM FULL by async-commit...
2007-08-04 Tom LaneSwitch over to using the src/timezone functions for...
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-31 Peter EisentrautMake some messages more consistent
2007-05-31 Peter EisentrautDowngrade some low-level startup messages to DEBUG1.
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-04-30 Tom LaneChange the timestamps recorded in transaction commit...
2007-04-03 Tom LaneRemove the CheckpointStartLock in favor of having backe...
2007-04-03 Tom LaneDecouple the values of TOAST_TUPLE_THRESHOLD and TOAST_...
2007-03-03 Bruce MomjianRemove undo information from pg_controldata --- never...
2007-02-14 Bruce MomjianMove fsync method macro defines into /include/access...
2007-02-08 Peter EisentrautNormalize fgets() calls to use sizeof() for calculating...
2007-02-07 Tom LaneRemove the xlog-centric "database system is ready"...
2007-02-01 Bruce MomjianWording cleanup for error messages. Also change can...
2007-01-05 Bruce MomjianUpdate CVS HEAD for 2007 copyright. Back branches...
2006-12-08 Tom LaneRemove the logId/logSeg fields from pg_control, because...
2006-11-30 Tom LaneMinor adjustments to make failures in startup/shutdown...
2006-11-21 Tom LaneOn systems that have setsid(2) (which should be just...
2006-11-16 Peter EisentrautString fix
2006-11-10 Tom LaneClean up some misleading references to %p being a full...
2006-11-08 Tom LaneChange Windows rename and unlink substitutes so that...
2006-11-05 Tom LaneFix recently-understood problems with handling of XID...
2006-10-18 Tom LaneAdd some code to CREATE DATABASE to check for pre-exist...
2006-10-06 Peter EisentrautMessage style improvements
2006-10-04 Bruce Momjianpgindent run for 8.2.
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-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-07-30 Alvaro HerreraModify snapshot definition so that lazy vacuums are...
2006-07-14 Bruce MomjianRemove 576 references of include files that were not...
2006-07-13 Bruce MomjianAllow include files to compile own their own.
2006-06-27 Tom LanePut #ifdef NOT_USED around posix_fadvise call. We...
2006-06-22 Tom Lanepg_stop_backup was calling XLogArchiveNotify() twice...
2006-06-18 Tom LaneDon't try to call posix_fadvise() unless <fcntl.h>...
2006-06-16 Bruce MomjianTest for POSIX_FADV_DONTNEED to use posix_fadvise().
next