]> granicus.if.org Git - postgresql/history - src/include/storage/smgr.h
Improve coding around the fsync request queue.
[postgresql] / src / include / storage / smgr.h
2012-07-17 Tom LaneImprove coding around the fsync request queue.
2012-06-10 Bruce MomjianRun pgindent on 9.2 source tree in preparation for...
2012-06-07 Tom LaneScan the buffer pool just once, not once per fork,...
2012-01-01 Bruce MomjianUpdate copyright notices for year 2012.
2011-09-01 Bruce MomjianRemove unnecessary #include references, per pgrminclude...
2011-06-10 Alvaro HerreraUse "transient" files for blind writes, take 2
2011-06-09 Alvaro HerreraRevert "Use "transient" files for blind writes"
2011-06-09 Alvaro HerreraUse "transient" files for blind writes
2011-01-01 Bruce MomjianStamp copyrights for year 2011.
2010-09-20 Magnus HaganderRemove cvs keywords from all files.
2010-08-13 Robert HaasInclude the backend ID in the relpath of temporary...
2010-02-26 Bruce Momjianpgindent run for 9.0
2010-02-09 Tom LaneFix up rickety handling of relation-truncation interlocks.
2010-01-02 Bruce MomjianUpdate copyright for the year 2010.
2009-06-25 Heikki LinnakangasFix some serious bugs in archive recovery, now that...
2009-06-11 Bruce Momjian8.4 pgindent run, with new combined Linux/FreeBSD/MinGW...
2009-01-12 Tom LaneImplement prefetching via posix_fadvise() for bitmap...
2009-01-01 Bruce MomjianUpdate copyright for 2009.
2008-11-19 Heikki LinnakangasRethink the way FSM truncation works. Instead of WAL...
2008-08-11 Heikki LinnakangasIntroduce the concept of relation forks. An smgr relati...
2008-01-01 Bruce MomjianUpdate copyrights in source tree to 2008.
2007-11-15 Bruce Momjianpgindent run for 8.3.
2007-11-15 Tom LanePrevent re-use of a deleted relation's relfilenode...
2007-09-05 Tom LaneImplement lazy XID allocation: transactions that do...
2007-01-17 Tom LaneExtend yesterday's patch so that the bgwriter is also...
2007-01-05 Bruce MomjianUpdate CVS HEAD for 2007 copyright. Back branches...
2007-01-03 Tom LaneClean up smgr.c/md.c APIs as per discussion a couple...
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-06-17 Tom LaneTwo-phase commit. Original patch by Heikki Linnakangas...
2005-06-06 Tom LaneRemove the mostly-stubbed-out-anyway support routines...
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-17 Tom LaneInvent ResourceOwner mechanism as per my recent proposa...
2004-07-01 Tom LaneNested transactions. There is still much left to do...
2004-06-02 Tom LaneAdjust btree index build to not use shared buffers...
2004-05-31 Tom LaneAdditional mop-up for sync-to-fsync changes: avoid...
2004-05-31 Tom LanePer previous discussions, get rid of use of sync(2...
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-11-29 PostgreSQL Daemonmake sure the $Id tags are converted to $PostgreSQL...
2003-11-09 Tom LaneAdd operator strategy and comparison-value datatype...
2003-08-04 Bruce MomjianUpdate copyrights to 2003.
2002-08-06 Tom LaneRestructure local-buffer handling per recent pghackers...
2002-06-20 Bruce MomjianUpdate copyright to 2002.
2001-11-05 Bruce MomjianNew pgindent run with fixes suggested by Tom. Patch...
2001-10-28 Bruce MomjianAnother pgindent run. Fixes enum indenting, and improv...
2001-10-25 Bruce Momjianpgindent run on all C files. Java run to follow. ...
2001-09-29 Tom LaneImplement new 'lightweight lock manager' that's interme...
2001-06-27 Tom LaneInstall infrastructure for shared-memory free space...
2001-05-10 Tom LaneAvoid unnecessary lseek() calls by cleanups in md.c...
2001-03-22 Bruce Momjianpgindent run. Make it all clean.
2001-01-24 Bruce MomjianChange Copyright from PostgreSQL, Inc to PostgreSQL...
2000-11-30 Vadim B. MikheevNo more #ifdef XLOG.
2000-11-21 Peter EisentrautPut external declarations into header files.
2000-11-08 Tom LaneMake DROP TABLE rollback-able: postpone physical file...
2000-10-28 Vadim B. MikheevWAL
2000-10-16 Vadim B. MikheevNew file naming. Database OID is used as "tablespace...
2000-06-05 Tom LaneLatest round of fmgr updates. All functions with bool...
2000-04-12 Bruce MomjianYe-old pgindent run. Same 4-space tabs.
2000-04-10 Tom LaneTweak smgrblindwrt per advice from Vadim: add parameter...
2000-04-09 Tom LaneBuffer manager modifications to keep a local buffer...
2000-01-26 Bruce MomjianAdd:
1999-07-16 Bruce MomjianMore cleanup
1999-07-15 Bruce MomjianChange #include's to use <> and "" as appropriate.
1999-02-13 Bruce MomjianChange my-function-name-- to my_function_name, and...
1998-10-08 Bruce MomjianMake functions static or ifdef NOT_USED. Prevent pg_ve...
1998-09-01 Bruce MomjianOK, folks, here is the pgindent output.
1998-02-26 Bruce Momjianpgindent run before 6.3 release, with Thomas' requested...
1998-01-24 Bruce MomjianFix prototypes so they don't look like function definit...
1997-09-08 Bruce MomjianAnother PGINDENT run that changes variable indenting...
1997-09-07 Bruce MomjianMassive commit to run PGINDENT on all *.c and *.h files.
1997-08-19 Bruce MomjianMake functions static where possible, enclose unused...
1996-11-27 Vadim B. MikheevNew mdtruncate() & smgrtruncate() funcs.
1996-11-10 Bruce MomjianAll external function definitions now have prototypes...
1996-11-08 Bruce MomjianMore compile cleanups
1996-11-08 Bruce MomjianCompile and warning cleanup
1996-11-05 Marc G. FournierAnother directory totally cleaned out
1996-08-28 Marc G. FournierMore cleanups of the include files