summaryrefslogtreecommitdiff
path: root/src/backend/storage/file/fd.c
Commit message (Expand)AuthorAgeFilesLines
* Speed up CREATE DATABASE by deferring the fsyncs until after copyingGreg Stark2010-02-151-1/+17
* Please tablespace directories in their own subdirectory so pg_migratorBruce Momjian2010-01-121-5/+6
* Update copyright for the year 2010.Bruce Momjian2010-01-021-2/+2
* Fix bug in temporary file management with subtransactions. A cursor openedHeikki Linnakangas2009-12-031-32/+35
* Improve error messages in md.c. When a filesystem operation like open() orHeikki Linnakangas2009-08-051-1/+15
* 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef listBruce Momjian2009-06-111-9/+14
* Don't actively violate the system limit of maximum open files (RLIMIT_NOFILE).Peter Eisentraut2009-03-041-1/+24
* Implement prefetching via posix_fadvise() for bitmap index scans. A newTom Lane2009-01-121-1/+37
* Update copyright for 2009.Bruce Momjian2009-01-011-2/+2
* Optimize CleanupTempFiles by having a boolean flag that keeps track of whetherAlvaro Herrera2008-09-191-3/+18
* Provide a build-time option to store large relations as single files, ratherTom Lane2008-03-101-24/+29
* Update copyrights in source tree to 2008.Bruce Momjian2008-01-011-2/+2
* Clarify log messagesPeter Eisentraut2007-12-131-2/+2
* pgindent run for 8.3.Bruce Momjian2007-11-151-18/+19
* Remove FileUnlink(), which wasn't being used anywhere and interacted poorlyTom Lane2007-07-261-27/+8
* Rework temp_tablespaces patch so that temp tablespaces are assigned separatelyTom Lane2007-06-071-9/+90
* Create a GUC parameter temp_tablespaces that allows selection of theTom Lane2007-06-031-72/+91
* Revert temp_tablespaces because of coding problems, per Tom.Bruce Momjian2007-03-061-48/+6
* Remove temporary Windows-specific debugging code.Magnus Hagander2007-02-281-15/+1
* Add GUC temp_tablespaces to provide a default location for temporaryBruce Momjian2007-01-251-6/+62
* Remove trace macro call from new log_temp_files, until it gets moreBruce Momjian2007-01-091-2/+1
* Add GUC log_temp_files to log the use of temporary files.Bruce Momjian2007-01-091-2/+17
* Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian2007-01-051-2/+2
* Remove temporary Windows-specific debugging code; it seems the problemTom Lane2006-11-061-15/+1
* pgindent run for 8.2.Bruce Momjian2006-10-041-5/+5
* Add some debug logging code to AllocateFile's failure path to log theTom Lane2006-08-241-1/+15
* Fix printf mask for SizeVfdCacheBruce Momjian2006-05-301-2/+2
* Update copyright for 2006. Update scripts.Bruce Momjian2006-03-051-2/+2
* Declare the arguments of AllocateFile() as const char *, not char *.Tom Lane2006-03-041-2/+2
* Fix fsync code to test whether F_FULLFSYNC is available, instead ofTom Lane2006-01-171-3/+5
* Fix thinko in comment.Tom Lane2005-12-081-2/+2
* Retry in FileRead and FileWrite if Windows returns ERROR_NO_SYSTEM_RESOURCES.Tom Lane2005-12-011-3/+58
* Re-run pgindent, fixing a problem where comment lines after a blankBruce Momjian2005-11-221-4/+4
* Standard pgindent run for 8.1.Bruce Momjian2005-10-151-47/+46
* Cause ShutdownPostgres to do a normal transaction abort during backendTom Lane2005-08-081-20/+29
* Fix count_usable_fds() to stop trying to open files once it reachesTom Lane2005-08-071-10/+21
* Arrange for the postmaster (and standalone backends, initdb, etc) toTom Lane2005-07-041-52/+32
* Simplify uses of readdir() by creating a function ReadDir() thatTom Lane2005-06-191-9/+56
* Add support for wal_fsync_writethrough for Darwin, and restructure theBruce Momjian2005-05-201-2/+36
* Tag appropriate files for rc3PostgreSQL Daemon2004-12-311-2/+2
* Refactor EXEC_BACKEND code so that postmaster child processes reattachTom Lane2004-12-291-47/+72
* Restructure subtransaction handling to reduce resource consumption,Tom Lane2004-09-161-12/+13
* Pgindent run for 8.0.Bruce Momjian2004-08-291-31/+34
* Update copyright to 2004.Bruce Momjian2004-08-291-2/+2
* Fix subtransaction behavior for large objects, temp namespace, files,Tom Lane2004-07-281-59/+150
* Per previous discussions, get rid of use of sync(2) in favor ofTom Lane2004-05-311-9/+44
* Replace opendir/closedir calls throughout the backend with AllocateDirTom Lane2004-02-231-17/+109
* Do a direct probe during postmaster startup to determine the maximumTom Lane2004-02-231-87/+144
* Ensure that close() and fclose() are checked for errors, at least inTom Lane2004-01-261-5/+11
* This patch is the next step towards (re)allowing fork/exec.Bruce Momjian2003-12-201-8/+7