summaryrefslogtreecommitdiff
path: root/src/backend/storage/file
Commit message (Expand)AuthorAgeFilesLines
* pgindent run for 9.0Bruce Momjian2010-02-261-6/+6
* Adjust pg_fsync_writethrough so that it will set errno when failingTom Lane2010-02-221-1/+2
* 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-022-4/+4
* Add an EXPLAIN (BUFFERS) option to show buffer-usage statistics.Robert Haas2009-12-151-3/+4
* 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-112-11/+16
* 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-012-4/+4
* Optimize CleanupTempFiles by having a boolean flag that keeps track of whetherAlvaro Herrera2008-09-191-3/+18
* Allow ShowBufferUsage() to report the number of reads/writes that haveTom Lane2008-09-171-1/+6
* Remove the recently added USE_SEGMENTED_FILES option, and indeed remove allTom Lane2008-05-021-4/+4
* Provide a build-time option to store large relations as single files, ratherTom Lane2008-03-102-45/+49
* Refactor backend makefiles to remove lots of duplicate codePeter Eisentraut2008-02-191-8/+2
* Update copyrights in source tree to 2008.Bruce Momjian2008-01-012-4/+4
* 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-072-19/+98
* Create a GUC parameter temp_tablespaces that allows selection of theTom Lane2007-06-032-77/+104
* Fix aboriginal bug in BufFileDumpBuffer that would cause it to write theTom Lane2007-06-011-2/+2
* 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 remains of old depend target.Peter Eisentraut2007-01-201-8/+1
* 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-052-4/+4
* 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 a passel of recently-committed violations of the rule 'thou shaltTom Lane2006-07-141-3/+1
* Fix printf mask for SizeVfdCacheBruce Momjian2006-05-301-2/+2
* Update copyright for 2006. Update scripts.Bruce Momjian2006-03-052-4/+4
* 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-152-67/+63
* 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-312-4/+4
* Refactor EXEC_BACKEND code so that postmaster child processes reattachTom Lane2004-12-291-47/+72