]> granicus.if.org Git - postgresql/history - src/backend/access/transam/xlogutils.c
Enable probes to work with Mac OS X Leopard and other OSes that will
[postgresql] / src / backend / access / transam / xlogutils.c
2008-01-01 Bruce MomjianUpdate copyrights in source tree to 2008.
2007-05-02 Tom LaneDuring WAL recovery, when reading a page that we intend...
2007-01-05 Bruce MomjianUpdate CVS HEAD for 2007 copyright. Back branches...
2006-10-04 Bruce Momjianpgindent run for 8.2.
2006-07-14 Bruce MomjianRemove 576 references of include files that were not...
2006-07-03 Tom LaneCode review for FILLFACTOR patch. Change WITH grammar...
2006-07-02 Bruce MomjianAdd FILLFACTOR to CREATE INDEX.
2006-04-14 Tom LaneMake the world safe for full_page_writes. Allow XLOG...
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-05 Bruce MomjianUpdate copyright for 2006. Update scripts.
2006-01-11 Neil ConwayCosmetic code cleanup: fix a bunch of places that used...
2005-10-15 Bruce MomjianStandard pgindent run for 8.1.
2005-06-06 Tom LaneRemove the mostly-stubbed-out-anyway support routines...
2005-05-29 Tom LaneModify hash_search() API to prevent future occurrences...
2005-01-10 Tom LanePhase 1 of fix for 'SMgrRelation hashtable corrupted...
2004-12-31 PostgreSQL DaemonTag appropriate files for rc3
2004-08-29 Bruce MomjianPgindent run for 8.0.
2004-08-29 Bruce MomjianUpdate copyright to 2004.
2004-07-21 Tom LaneInvent WAL timelines, as per recent discussion, to...
2004-06-18 Tom LaneTablespaces. Alternate database locations are dead...
2004-02-11 Tom LaneCommit the reasonably uncontroversial parts of J.R...
2004-02-10 Tom LaneRestructure smgr API as per recent proposal. smgr...
2003-12-14 Neil ConwayI posted some bufmgr cleanup a few weeks ago, but it...
2003-11-29 PostgreSQL Daemon$Header: -> $PostgreSQL Changes ...
2003-08-04 Bruce MomjianUpdate copyrights to 2003.
2002-06-20 Bruce MomjianUpdate copyright to 2002.
2002-06-15 Bruce MomjianThis patch wraps all accesses to t_xmin, t_cmin, t_xmax...
2002-03-31 Tom LaneReimplement temp tables using schemas. The temp table...
2002-03-02 Bruce MomjianCommit to match discussed elog() changes. Only update...
2001-10-25 Bruce Momjianpgindent run on all C files. Java run to follow. ...
2001-10-05 Tom LaneFurther cleanup of dynahash.c API, in pursuit of portab...
2001-10-01 Tom LaneAnother round of cleanups for dynahash.c (maybe it...
2001-08-25 Tom LaneReplace implementation of pg_log as a relation accessed...
2001-08-23 Tom LaneEnsure that all TransactionId comparisons are encapsula...
2001-06-29 Tom LaneFurther work on connecting the free space map (which...
2001-03-22 Bruce Momjianpgindent run. Make it all clean.
2001-03-13 Tom LaneXLOG (and related) changes:
2001-02-22 Hiroshi InoueAvoid 'FATAL: out of free buffers: time to abort !...
2001-01-24 Bruce MomjianChange Copyright from PostgreSQL, Inc to PostgreSQL...
2001-01-02 Tom LaneClean up non-reentrant interface for hash_seq/HashTable...
2000-11-30 Vadim B. MikheevNo more #ifdef XLOG.
2000-11-21 Peter EisentrautPut external declarations into header files.
2000-11-20 Peter EisentrautInclude postgres.h before checking #ifdef XLOG.
2000-11-08 Tom LaneMake DROP TABLE rollback-able: postpone physical file...
2000-10-31 Vadim B. MikheevFix recovery cache code (thanks to Peter Eisentraut for
2000-10-28 Vadim B. MikheevWAL
2000-10-24 Vadim B. MikheevWAL misc
2000-10-21 Vadim B. MikheevWAL
2000-10-20 Vadim B. Mikheevredo/undo support functions and cleanups.
2000-10-13 Vadim B. MikheevVarious utils for WAL