]> granicus.if.org Git - postgresql/history - src/backend/storage/file/fd.c
Don't actively violate the system limit of maximum open files (RLIMIT_NOFILE).
[postgresql] / src / backend / storage / file / fd.c
2009-03-04 Peter EisentrautDon't actively violate the system limit of maximum...
2009-01-12 Tom LaneImplement prefetching via posix_fadvise() for bitmap...
2009-01-01 Bruce MomjianUpdate copyright for 2009.
2008-09-19 Alvaro HerreraOptimize CleanupTempFiles by having a boolean flag...
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-12-13 Peter EisentrautClarify log messages
2007-11-15 Bruce Momjianpgindent run for 8.3.
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-03-06 Bruce MomjianRevert temp_tablespaces because of coding problems...
2007-02-28 Magnus HaganderRemove temporary Windows-specific debugging code.
2007-01-25 Bruce MomjianAdd GUC temp_tablespaces to provide a default location...
2007-01-09 Bruce MomjianRemove trace macro call from new log_temp_files, until...
2007-01-09 Bruce MomjianAdd GUC log_temp_files to log the use of temporary...
2007-01-05 Bruce MomjianUpdate CVS HEAD for 2007 copyright. Back branches...
2006-11-06 Tom LaneRemove temporary Windows-specific debugging code; it...
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...
next