]> granicus.if.org Git - postgresql/history - src/backend/access/transam/xlog.c
Enable probes to work with Mac OS X Leopard and other OSes that will
[postgresql] / src / backend / access / transam / xlog.c
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().
2006-06-15 Bruce MomjianUse posix_fadvise() to avoid kernel caching of WAL...
2006-04-20 Tom LaneEnsure that we validate the page header of the first...
2006-04-17 Tom LaneFix the torn-page hazard for PITR base backups by forci...
2006-04-14 Tom LaneMake the world safe for full_page_writes. Allow XLOG...
2006-04-05 Tom LaneAdd a field to the first page of each WAL file to indic...
2006-04-04 Tom LaneDon't use BLCKSZ for the physical length of the pg_cont...
2006-04-03 Tom LaneDefine a separately configurable XLOG_BLCKSZ symbol...
2006-03-31 Tom LaneClean up WAL/buffer interactions as per my recent propo...
2006-03-29 Tom LaneClean up and document the API for XLogOpenRelation...
2006-03-28 Tom LaneDisable full_page_writes, because turning it off risks...
2006-03-24 Tom LaneArrange to emit a description of the current XLOG recor...
2006-03-05 Bruce MomjianUpdate copyright for 2006. Update scripts.
2006-01-11 Neil ConwayCosmetic code cleanup: fix a bunch of places that used...
2005-12-29 Tom LaneGet rid of the SpinLockAcquire/SpinLockAcquire_NoHoldof...
2005-12-28 Tom LaneArrange to set the LC_XXX environment variables to...
2005-11-22 Bruce MomjianRe-run pgindent, fixing a problem where comment lines...
2005-10-29 Peter EisentrautMessage corrections
2005-10-22 Tom LaneMake code for selecting default WAL sync method less...
2005-10-15 Bruce MomjianStandard pgindent run for 8.1.
2005-10-03 Tom LaneExpand pg_control information so that we can verify...
2005-08-22 Tom LaneRewrite gather-write patch into something less obviousl...
2005-08-22 Tom LaneFix some inconsistent choices of datatypes in xlog...
2005-08-20 Tom LaneConvert the arithmetic for shared memory size calculati...
2005-08-11 Tom LaneAutovacuum loose end mop-up. Provide autovacuum-specif...
2005-07-30 Bruce MomjianFix compile for no O_SYNC, but introduced with O_DIRECT.
2005-07-29 Tom LaneClean up a number of autovacuum loose ends. Make the...
2005-07-29 Bruce MomjianUpdate O_DIRECT comment.
2005-07-29 Bruce MomjianUse O_DIRECT if available when using O_SYNC for wal_syn...
2005-07-23 Bruce MomjianRemove unintended code addition.
2005-07-23 Bruce MomjianMacro alignment cleanup.
2005-07-08 Tom LaneEven though I'd like to see full_page_writes go away...
2005-07-05 Bruce MomjianAdd GUC full_page_writes to control writing full pages...
2005-07-04 Tom LaneArrange for the postmaster (and standalone backends...
2005-06-30 Tom LaneImprove the checkpoint signaling mechanism so that...
2005-06-29 Tom LaneClean up the rather historically encumbered interface...
2005-06-19 Tom LaneSimplify uses of readdir() by creating a function ReadD...
2005-06-19 Tom LaneArrange to fsync two-phase-commit state files only...
2005-06-17 Tom LaneTwo-phase commit. Original patch by Heikki Linnakangas...
2005-06-15 Bruce MomjianRemove old *.backup files when we do pg_stop_backup...
2005-06-09 Bruce MomjianFree buffer allocated via malloc (process is short...
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...
next