OSDN Git Service

Use "transient" files for blind writes, take 2
[pg-rex/syncrep.git] / src / include / storage / fd.h
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-02-26 Bruce Momjianpgindent run for 9.0
2010-02-15 Greg StarkSpeed up CREATE DATABASE by deferring the fsyncs until...
2010-01-02 Bruce MomjianUpdate copyright for the year 2010.
2009-08-05 Heikki LinnakangasImprove error messages in md.c. When a filesystem opera...
2009-01-12 Tom LaneImplement prefetching via posix_fadvise() for bitmap...
2009-01-01 Bruce MomjianUpdate copyright for 2009.
2008-03-10 Tom LaneProvide a build-time option to store large relations...
2008-01-01 Bruce MomjianUpdate copyrights in source tree to 2008.
2007-07-26 Tom LaneRemove FileUnlink(), which wasn't being used anywhere...
2007-06-07 Tom LaneRework temp_tablespaces patch so that temp tablespaces...
2007-06-03 Tom LaneCreate a GUC parameter temp_tablespaces that allows...
2007-01-05 Bruce MomjianUpdate CVS HEAD for 2007 copyright. Back branches...
2006-03-05 Bruce MomjianUpdate copyright for 2006. Update scripts.
2006-03-04 Tom LaneDeclare the arguments of AllocateFile() as const char...
2005-10-15 Bruce MomjianStandard pgindent run for 8.1.
2005-08-08 Tom LaneCause ShutdownPostgres to do a normal transaction abort...
2005-06-19 Tom LaneSimplify uses of readdir() by creating a function ReadD...
2005-05-20 Bruce MomjianAdd support for wal_fsync_writethrough for Darwin,...
2004-12-31 PostgreSQL DaemonTag appropriate files for rc3
2004-09-16 Tom LaneRestructure subtransaction handling to reduce resource...
2004-08-29 Bruce MomjianPgindent run for 8.0.
2004-08-29 Bruce MomjianUpdate copyright to 2004.
2004-07-28 Tom LaneFix subtransaction behavior for large objects, temp...
2004-05-31 Tom LanePer previous discussions, get rid of use of sync(2...
2004-02-23 Tom LaneReplace opendir/closedir calls throughout the backend...
2004-02-23 Tom LaneDo a direct probe during postmaster startup to determin...
2004-01-26 Tom LaneEnsure that close() and fclose() are checked for errors...
2003-12-20 Bruce MomjianThis patch is the next step towards (re)allowing fork...
2003-11-29 PostgreSQL Daemonmake sure the $Id tags are converted to $PostgreSQL...
2003-08-04 Bruce MomjianUpdate copyrights to 2003.
2003-04-29 Tom LaneCode review for holdable-cursors patch. Fix error...
2003-03-27 Bruce MomjianThis patch implements holdable cursors, following the...
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-30 Tom LaneCreate a GUC parameter max_files_per_process that is...
2001-06-11 Tom LaneMove temporary files into 'pg_tempfiles' subdirectory...
2001-05-25 Bruce MomjianOops, only wanted python change in the last commit...
2001-05-25 Bruce MomjianWhile changing Cygwin Python to build its core as a...
2001-02-18 Tom LaneChange s_lock to not use any zero-delay select() calls...
2001-01-24 Bruce MomjianChange Copyright from PostgreSQL, Inc to PostgreSQL...
2000-12-08 Tom LaneResurrect -F switch: it controls fsyncs again, though...
2000-11-30 Vadim B. MikheevNo more #ifdef XLOG.
2000-11-10 Vadim B. Mikheevpg_fsync is fsync in WAL version.
2000-06-02 Tom LaneCreate an fd.c entry point that is just like plain...
2000-04-12 Bruce MomjianYe-old pgindent run. Same 4-space tabs.
2000-04-09 Tom LaneBuffer manager modifications to keep a local buffer...
2000-01-26 Bruce MomjianAdd:
1999-10-13 Tom LaneSplit 'BufFile' routines out of fd.c into a new module...
1999-07-17 Bruce Momjian Move some system includes into c.h, and remove duplicates.
1999-05-26 Bruce MomjianMake functions static or NOT_USED as appropriate.
1999-05-25 Bruce MomjianAnother pgindent run. Sorry folks.
1999-05-25 Bruce Momjianpgindent run over code.
1999-05-09 Tom LaneAdd 'temporary file' facility to fd.c, and arrange...
1999-02-13 Bruce MomjianChange my-function-name-- to my_function_name, and...
1998-09-01 Bruce MomjianOK, folks, here is the pgindent output.
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...
1997-08-18 Bruce MomjianReduce open() calls. Replace fopen() calls with calls...
1997-02-14 Bruce MomjianRemove WIN32 defines. They never worked.
1996-11-08 Bruce MomjianCompile and warning cleanup
1996-11-04 Marc G. FournierAnother series started from utils/builtins.h
1996-11-01 Marc G. FournierOkay, following Bryan's (and others) suggestions.....
1996-10-31 Marc G. Fournierremove:
1996-08-28 Marc G. FournierMore cleanups of the include files