aboutsummaryrefslogtreecommitdiff
path: root/src/backend/storage/file/fd.c
Commit message (Expand)AuthorAge
* Provide a build-time option to store large relations as single files, ratherTom Lane2008-03-10
* Update copyrights in source tree to 2008.Bruce Momjian2008-01-01
* Clarify log messagesPeter Eisentraut2007-12-13
* pgindent run for 8.3.Bruce Momjian2007-11-15
* Remove FileUnlink(), which wasn't being used anywhere and interacted poorlyTom Lane2007-07-26
* Rework temp_tablespaces patch so that temp tablespaces are assigned separatelyTom Lane2007-06-07
* Create a GUC parameter temp_tablespaces that allows selection of theTom Lane2007-06-03
* Revert temp_tablespaces because of coding problems, per Tom.Bruce Momjian2007-03-06
* Remove temporary Windows-specific debugging code.Magnus Hagander2007-02-28
* Add GUC temp_tablespaces to provide a default location for temporaryBruce Momjian2007-01-25
* Remove trace macro call from new log_temp_files, until it gets moreBruce Momjian2007-01-09
* Add GUC log_temp_files to log the use of temporary files.Bruce Momjian2007-01-09
* Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian2007-01-05
* Remove temporary Windows-specific debugging code; it seems the problemTom Lane2006-11-06
* pgindent run for 8.2.Bruce Momjian2006-10-04
* Add some debug logging code to AllocateFile's failure path to log theTom Lane2006-08-24
* Fix printf mask for SizeVfdCacheBruce Momjian2006-05-30
* Update copyright for 2006. Update scripts.Bruce Momjian2006-03-05
* Declare the arguments of AllocateFile() as const char *, not char *.Tom Lane2006-03-04
* Fix fsync code to test whether F_FULLFSYNC is available, instead ofTom Lane2006-01-17
* Fix thinko in comment.Tom Lane2005-12-08
* Retry in FileRead and FileWrite if Windows returns ERROR_NO_SYSTEM_RESOURCES.Tom Lane2005-12-01
* Re-run pgindent, fixing a problem where comment lines after a blankBruce Momjian2005-11-22
* Standard pgindent run for 8.1.Bruce Momjian2005-10-15
* Cause ShutdownPostgres to do a normal transaction abort during backendTom Lane2005-08-08
* Fix count_usable_fds() to stop trying to open files once it reachesTom Lane2005-08-07
* Arrange for the postmaster (and standalone backends, initdb, etc) toTom Lane2005-07-04
* Simplify uses of readdir() by creating a function ReadDir() thatTom Lane2005-06-19
* Add support for wal_fsync_writethrough for Darwin, and restructure theBruce Momjian2005-05-20
* Tag appropriate files for rc3PostgreSQL Daemon2004-12-31
* Refactor EXEC_BACKEND code so that postmaster child processes reattachTom Lane2004-12-29
* Restructure subtransaction handling to reduce resource consumption,Tom Lane2004-09-16
* Pgindent run for 8.0.Bruce Momjian2004-08-29
* Update copyright to 2004.Bruce Momjian2004-08-29
* Fix subtransaction behavior for large objects, temp namespace, files,Tom Lane2004-07-28
* Per previous discussions, get rid of use of sync(2) in favor ofTom Lane2004-05-31
* Replace opendir/closedir calls throughout the backend with AllocateDirTom Lane2004-02-23
* Do a direct probe during postmaster startup to determine the maximumTom Lane2004-02-23
* Ensure that close() and fclose() are checked for errors, at least inTom Lane2004-01-26
* This patch is the next step towards (re)allowing fork/exec.Bruce Momjian2003-12-20
* This patch properly sets the prototype for the on_shmem_exit andPeter Eisentraut2003-12-12
* $Header: -> $PostgreSQL Changes ...PostgreSQL Daemon2003-11-29
* Message editing: remove gratuitous variations in message wording, standardizePeter Eisentraut2003-09-25
* Update copyrights to 2003.Bruce Momjian2003-08-04
* pgindent run.Bruce Momjian2003-08-04
* Error message editing in backend/storage.Tom Lane2003-07-24
* Code review for holdable-cursors patch. Fix error recovery, memoryTom Lane2003-04-29
* Add Win32 path handling for / vs. \ and drive letters.Bruce Momjian2003-04-04
* This patch implements holdable cursors, following the proposalBruce Momjian2003-03-27
* I checked all the previous string handling errors and most of them wereBruce Momjian2002-09-02