summaryrefslogtreecommitdiff
path: root/src/include/storage/fd.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* Create a GUC parameter max_files_per_process that is a configurableTom Lane2001-09-301-1/+6
* Move temporary files into 'pg_tempfiles' subdirectory of each databaseTom Lane2001-06-111-1/+2
* Oops, only wanted python change in the last commit. Backing out.Bruce Momjian2001-05-251-3/+1
* While changing Cygwin Python to build its core as a DLL (like Win32Bruce Momjian2001-05-251-1/+3
* Change s_lock to not use any zero-delay select() calls; these are just aTom Lane2001-02-181-1/+2
* Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group.Bruce Momjian2001-01-241-2/+2
* Resurrect -F switch: it controls fsyncs again, though the fsyncs areTom Lane2000-12-081-3/+2
* No more #ifdef XLOG.Vadim B. Mikheev2000-11-301-5/+1
* pg_fsync is fsync in WAL version.Vadim B. Mikheev2000-11-101-1/+6
* Create an fd.c entry point that is just like plain open(2) except thatTom Lane2000-06-021-3/+5
* Ye-old pgindent run. Same 4-space tabs.Bruce Momjian2000-04-121-2/+2
* Buffer manager modifications to keep a local buffer-dirtied bit as wellTom Lane2000-04-091-2/+3
* Add:Bruce Momjian2000-01-261-2/+3
* Split 'BufFile' routines out of fd.c into a new module, buffile.c. ExtendTom Lane1999-10-131-36/+4
* Move some system includes into c.h, and remove duplicates.Bruce Momjian1999-07-171-3/+1
* Make functions static or NOT_USED as appropriate.Bruce Momjian1999-05-261-2/+1
* Another pgindent run. Sorry folks.Bruce Momjian1999-05-251-6/+6
* pgindent run over code.Bruce Momjian1999-05-251-6/+6
* Add 'temporary file' facility to fd.c, and arrange for tempTom Lane1999-05-091-11/+37
* Change my-function-name-- to my_function_name, and optimizer renames.Bruce Momjian1999-02-131-2/+2
* OK, folks, here is the pgindent output.Bruce Momjian1998-09-011-2/+2
* Another PGINDENT run that changes variable indenting and case label indenting...Bruce Momjian1997-09-081-25/+25
* Massive commit to run PGINDENT on all *.c and *.h files.Bruce Momjian1997-09-071-36/+38
* Make functions static where possible, enclose unused functions in #ifdef NOT_...Bruce Momjian1997-08-191-3/+1
* Reduce open() calls. Replace fopen() calls with calls to fd.c functions.Bruce Momjian1997-08-181-9/+4