]> granicus.if.org Git - postgresql/history - src/backend/storage/file/fd.c
pgindent run for 8.2.
[postgresql] / src / backend / storage / file / fd.c
2006-10-04 Bruce Momjianpgindent run for 8.2.
2006-08-24 Tom LaneAdd some debug logging code to AllocateFile's failure...
2006-05-30 Bruce MomjianFix printf mask for SizeVfdCache
2006-03-05 Bruce MomjianUpdate copyright for 2006. Update scripts.
2006-03-04 Tom LaneDeclare the arguments of AllocateFile() as const char...
2006-01-17 Tom LaneFix fsync code to test whether F_FULLFSYNC is available...
2005-12-08 Tom LaneFix thinko in comment.
2005-12-01 Tom LaneRetry in FileRead and FileWrite if Windows returns...
2005-11-22 Bruce MomjianRe-run pgindent, fixing a problem where comment lines...
2005-10-15 Bruce MomjianStandard pgindent run for 8.1.
2005-08-08 Tom LaneCause ShutdownPostgres to do a normal transaction abort...
2005-08-07 Tom LaneFix count_usable_fds() to stop trying to open files...
2005-07-04 Tom LaneArrange for the postmaster (and standalone backends...
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-12-29 Tom LaneRefactor EXEC_BACKEND code so that postmaster child...
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-12-12 Peter EisentrautThis patch properly sets the prototype for the on_shmem...
2003-11-29 PostgreSQL Daemon$Header: -> $PostgreSQL Changes ...
2003-09-25 Peter EisentrautMessage editing: remove gratuitous variations in messag...
2003-08-04 Bruce MomjianUpdate copyrights to 2003.
2003-08-04 Bruce Momjianpgindent run.
2003-07-24 Tom LaneError message editing in backend/storage.
2003-04-29 Tom LaneCode review for holdable-cursors patch. Fix error...
2003-04-04 Bruce MomjianAdd Win32 path handling for / vs. \ and drive letters.
2003-03-27 Bruce MomjianThis patch implements holdable cursors, following the...
2002-09-02 Bruce MomjianI checked all the previous string handling errors and...
2002-09-02 Bruce MomjianRemove sys/types.h in files that include postgres.h...
2002-08-06 Tom LaneRestructure local-buffer handling per recent pghackers...
2002-06-20 Bruce MomjianUpdate copyright to 2002.
2002-05-05 Tom LaneCreate an internal semaphore API that is not tied to...
2002-03-06 Bruce MomjianChange made to elog:
2002-03-02 Bruce MomjianCommit to match discussed elog() changes. Only update...
2002-02-10 Tom LaneDon't Assert() that fsync() and close() never fail...
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-08-04 Bruce MomjianThis patch is because Hurd does not support NOFILE...
2001-06-18 Bruce MomjianAllow removal of system-named pg_* temp tables. Rename...
2001-06-11 Tom LaneMove temporary files into 'pg_tempfiles' subdirectory...
2001-06-06 Tom LaneAdjust WAL code so that checkpoints truncate the xlog...
2001-05-30 Bruce MomjianRemove SEP_CHAR, replace with / or '/' as appropriate.
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-04-03 Tom LaneCheck for failure of malloc() and realloc() when alloca...
2001-04-03 Tom Laneopen(2) flags saved for re-opening a virtual file shoul...
2001-03-22 Bruce Momjianpgindent run. Make it all clean.
2001-02-18 Tom LaneChange s_lock to not use any zero-delay select() calls...
2001-02-17 Tom LaneAdd current seek position to FDDEBUG output for FileRead,
2001-01-24 Bruce MomjianChange Copyright from PostgreSQL, Inc to PostgreSQL...
2001-01-12 Tom LaneAdd more critical-section calls: all code sections...
2000-12-08 Tom LaneResurrect -F switch: it controls fsyncs again, though...
2000-11-30 Vadim B. MikheevNo more #ifdef XLOG.
2000-11-23 Vadim B. MikheevSet fdstate in fileNameOpenFile.
2000-11-10 Vadim B. Mikheevpg_fsync is fsync in WAL version.
2000-10-28 Vadim B. MikheevWAL
2000-10-02 Peter EisentrautBanish caddr_t (mostly), use Datum where appropriate.
2000-08-27 Tom LaneChange ReleaseLruFile() usage so that if we cannot...
2000-07-05 Tom LaneFix typo (extraneous semicolon) in fd.c patch to avoid...
2000-06-15 Bruce MomjianFinal #include cleanup.
2000-06-14 Bruce Momjian> If read or write fails. Position will left the same...
2000-06-02 Bruce MomjianRemove NT-specific file open defines by defining our...
2000-06-02 Tom LaneCreate an fd.c entry point that is just like plain...
2000-05-31 Peter EisentrautThe heralded `Grand Unified Configuration scheme' ...
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-03-17 Tom LaneFix a bunch of minor portability problems and maybe...
2000-02-28 Bruce MomjianFix comment spacing.
2000-01-26 Bruce MomjianAdd:
1999-11-23 Tom LaneReduce ReleaseLruFile failure from FATAL to ERROR grade...
1999-10-17 Tom LaneChange fd.c so that temp files are closed and deleted at
1999-10-13 Tom LaneSplit 'BufFile' routines out of fd.c into a new module...
1999-09-27 Vadim B. MikheevTransaction log manager core code.
1999-07-17 Bruce Momjian Move some system includes into c.h, and remove duplicates.
1999-07-16 Bruce MomjianUpdate #include cleanups
1999-07-15 Bruce MomjianClean up #include in /include directory. Add scripts...
1999-07-14 Bruce MomjianCleanup of /include #include's, for 6.6 only.
1999-07-08 Bruce MomjianRename pg_temp to pg_sorttemp so it does not conflict...
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-03-17 Bruce MomjianAdd new postgres -O option to allow system table struct...
1999-02-13 Bruce MomjianChange my-function-name-- to my_function_name, and...
1999-02-03 Bruce MomjianCleanup of source files where 'return' or 'var =' is...
1998-10-26 Tom LaneGet rid of some minor compiler warnings.
1998-09-01 Bruce MomjianOK, folks, here is the pgindent output.
1998-09-01 Bruce MomjianRenaming cleanup, no pgindent yet.
1998-06-15 Bruce MomjianRemove un-needed braces around single statements.
1998-04-05 Bruce MomjianRemove GetDatabaseName/Path and use globals. Make...
next