aboutsummaryrefslogtreecommitdiff
path: root/src/include/storage/fd.h
Commit message (Expand)AuthorAge
* Inherit max_safe_fds to child processes in EXEC_BACKEND mode.Heikki Linnakangas2012-03-29
* Update copyright notices for year 2012.Bruce Momjian2012-01-01
* Use "transient" files for blind writes, take 2Alvaro Herrera2011-06-10
* Revert "Use "transient" files for blind writes"Alvaro Herrera2011-06-09
* Use "transient" files for blind writesAlvaro Herrera2011-06-09
* Stamp copyrights for year 2011.Bruce Momjian2011-01-01
* Remove cvs keywords from all files.Magnus Hagander2010-09-20
* pgindent run for 9.0Bruce Momjian2010-02-26
* Speed up CREATE DATABASE by deferring the fsyncs until after copyingGreg Stark2010-02-15
* Update copyright for the year 2010.Bruce Momjian2010-01-02
* Improve error messages in md.c. When a filesystem operation like open() orHeikki Linnakangas2009-08-05
* Implement prefetching via posix_fadvise() for bitmap index scans. A newTom Lane2009-01-12
* Update copyright for 2009.Bruce Momjian2009-01-01
* 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
* 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
* Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian2007-01-05
* Update copyright for 2006. Update scripts.Bruce Momjian2006-03-05
* Declare the arguments of AllocateFile() as const char *, not char *.Tom Lane2006-03-04
* Standard pgindent run for 8.1.Bruce Momjian2005-10-15
* Cause ShutdownPostgres to do a normal transaction abort during backendTom Lane2005-08-08
* 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
* 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
* make sure the $Id tags are converted to $PostgreSQL as well ...PostgreSQL Daemon2003-11-29
* Update copyrights to 2003.Bruce Momjian2003-08-04
* Code review for holdable-cursors patch. Fix error recovery, memoryTom Lane2003-04-29
* This patch implements holdable cursors, following the proposalBruce Momjian2003-03-27
* Restructure local-buffer handling per recent pghackers discussion.Tom Lane2002-08-06
* Update copyright to 2002.Bruce Momjian2002-06-20
* New pgindent run with fixes suggested by Tom. Patch manually reviewed,Bruce Momjian2001-11-05
* Another pgindent run. Fixes enum indenting, and improves #endifBruce Momjian2001-10-28
* pgindent run on all C files. Java run to follow. initdb/regressionBruce Momjian2001-10-25
* Create a GUC parameter max_files_per_process that is a configurableTom Lane2001-09-30
* Move temporary files into 'pg_tempfiles' subdirectory of each databaseTom Lane2001-06-11
* Oops, only wanted python change in the last commit. Backing out.Bruce Momjian2001-05-25
* While changing Cygwin Python to build its core as a DLL (like Win32Bruce Momjian2001-05-25
* Change s_lock to not use any zero-delay select() calls; these are just aTom Lane2001-02-18
* Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group.Bruce Momjian2001-01-24