summaryrefslogtreecommitdiff
path: root/src/include/storage/fd.h
Commit message (Expand)AuthorAgeFilesLines
* Update copyright for 2014Bruce Momjian2014-01-071-1/+1
* Expose fsync_fname as a public API.Robert Haas2013-09-041-0/+1
* Add support for piping COPY to/from an external program.Heikki Linnakangas2013-02-271-0/+4
* Update copyrights for 2013Bruce Momjian2013-01-011-1/+1
* Add OpenTransientFile, with automatic cleanup at end-of-xact.Heikki Linnakangas2012-11-271-3/+8
* Revert "Use "transient" files for blind writes, take 2".Tom Lane2012-10-171-1/+0
* Inherit max_safe_fds to child processes in EXEC_BACKEND mode.Heikki Linnakangas2012-03-291-0/+5
* Update copyright notices for year 2012.Bruce Momjian2012-01-011-1/+1
* Use "transient" files for blind writes, take 2Alvaro Herrera2011-06-101-0/+1
* Revert "Use "transient" files for blind writes"Alvaro Herrera2011-06-091-1/+0
* Use "transient" files for blind writesAlvaro Herrera2011-06-091-0/+1
* Stamp copyrights for year 2011.Bruce Momjian2011-01-011-1/+1
* Remove cvs keywords from all files.Magnus Hagander2010-09-201-1/+1
* pgindent run for 9.0Bruce Momjian2010-02-261-2/+2
* Speed up CREATE DATABASE by deferring the fsyncs until after copyingGreg Stark2010-02-151-1/+2
* Update copyright for the year 2010.Bruce Momjian2010-01-021-2/+2
* Improve error messages in md.c. When a filesystem operation like open() orHeikki Linnakangas2009-08-051-1/+2
* Implement prefetching via posix_fadvise() for bitmap index scans. A newTom Lane2009-01-121-1/+2
* Update copyright for 2009.Bruce Momjian2009-01-011-2/+2
* Provide a build-time option to store large relations as single files, ratherTom Lane2008-03-101-3/+3
* Update copyrights in source tree to 2008.Bruce Momjian2008-01-011-2/+2
* Remove FileUnlink(), which wasn't being used anywhere and interacted poorlyTom Lane2007-07-261-2/+1
* Rework temp_tablespaces patch so that temp tablespaces are assigned separatelyTom Lane2007-06-071-2/+6
* Create a GUC parameter temp_tablespaces that allows selection of theTom Lane2007-06-031-3/+2
* Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian2007-01-051-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
* Standard pgindent run for 8.1.Bruce Momjian2005-10-151-2/+2
* Cause ShutdownPostgres to do a normal transaction abort during backendTom Lane2005-08-081-1/+2
* Simplify uses of readdir() by creating a function ReadDir() thatTom Lane2005-06-191-1/+2
* Add support for wal_fsync_writethrough for Darwin, and restructure theBruce Momjian2005-05-201-1/+3
* Tag appropriate files for rc3PostgreSQL Daemon2004-12-311-2/+2
* Restructure subtransaction handling to reduce resource consumption,Tom Lane2004-09-161-3/+3
* Pgindent run for 8.0.Bruce Momjian2004-08-291-2/+2
* Update copyright to 2004.Bruce Momjian2004-08-291-2/+2
* Fix subtransaction behavior for large objects, temp namespace, files,Tom Lane2004-07-281-1/+3
* Per previous discussions, get rid of use of sync(2) in favor ofTom Lane2004-05-311-2/+3
* Replace opendir/closedir calls throughout the backend with AllocateDirTom Lane2004-02-231-2/+12
* Do a direct probe during postmaster startup to determine the maximumTom Lane2004-02-231-1/+2
* Ensure that close() and fclose() are checked for errors, at least inTom Lane2004-01-261-2/+2
* This patch is the next step towards (re)allowing fork/exec.Bruce Momjian2003-12-201-1/+5
* make sure the $Id tags are converted to $PostgreSQL as well ...PostgreSQL Daemon2003-11-291-1/+1
* Update copyrights to 2003.Bruce Momjian2003-08-041-2/+2
* Code review for holdable-cursors patch. Fix error recovery, memoryTom Lane2003-04-291-2/+2
* This patch implements holdable cursors, following the proposalBruce Momjian2003-03-271-2/+2
* Restructure local-buffer handling per recent pghackers discussion.Tom Lane2002-08-061-3/+1
* Update copyright to 2002.Bruce Momjian2002-06-201-2/+2
* New pgindent run with fixes suggested by Tom. Patch manually reviewed,Bruce Momjian2001-11-051-2/+2
* Another pgindent run. Fixes enum indenting, and improves #endifBruce Momjian2001-10-281-1/+2
* pgindent run on all C files. Java run to follow. initdb/regressionBruce Momjian2001-10-251-3/+2