aboutsummaryrefslogtreecommitdiff
path: root/src/include/storage/fd.h
Commit message (Expand)AuthorAge
* 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
* Resurrect -F switch: it controls fsyncs again, though the fsyncs areTom Lane2000-12-08
* No more #ifdef XLOG.Vadim B. Mikheev2000-11-30
* pg_fsync is fsync in WAL version.Vadim B. Mikheev2000-11-10
* Create an fd.c entry point that is just like plain open(2) except thatTom Lane2000-06-02
* Ye-old pgindent run. Same 4-space tabs.Bruce Momjian2000-04-12
* Buffer manager modifications to keep a local buffer-dirtied bit as wellTom Lane2000-04-09
* Add:Bruce Momjian2000-01-26
* Split 'BufFile' routines out of fd.c into a new module, buffile.c. ExtendTom Lane1999-10-13
* Move some system includes into c.h, and remove duplicates.Bruce Momjian1999-07-17
* Make functions static or NOT_USED as appropriate.Bruce Momjian1999-05-26
* Another pgindent run. Sorry folks.Bruce Momjian1999-05-25
* pgindent run over code.Bruce Momjian1999-05-25
* Add 'temporary file' facility to fd.c, and arrange for tempTom Lane1999-05-09
* Change my-function-name-- to my_function_name, and optimizer renames.Bruce Momjian1999-02-13
* OK, folks, here is the pgindent output.Bruce Momjian1998-09-01
* Another PGINDENT run that changes variable indenting and case label indenting...Bruce Momjian1997-09-08
* Massive commit to run PGINDENT on all *.c and *.h files.Bruce Momjian1997-09-07
* Make functions static where possible, enclose unused functions in #ifdef NOT_...Bruce Momjian1997-08-19
* Reduce open() calls. Replace fopen() calls with calls to fd.c functions.Bruce Momjian1997-08-18
* Remove WIN32 defines. They never worked.Bruce Momjian1997-02-14
* Compile and warning cleanupBruce Momjian1996-11-08