summaryrefslogtreecommitdiff
path: root/src/backend/storage/file/fd.c
Commit message (Expand)AuthorAgeFilesLines
* This patch is the next step towards (re)allowing fork/exec.Bruce Momjian2003-12-201-8/+7
* This patch properly sets the prototype for the on_shmem_exit andPeter Eisentraut2003-12-121-3/+3
* $Header: -> $PostgreSQL Changes ...PostgreSQL Daemon2003-11-291-1/+1
* Message editing: remove gratuitous variations in message wording, standardizePeter Eisentraut2003-09-251-2/+2
* Update copyrights to 2003.Bruce Momjian2003-08-041-2/+2
* pgindent run.Bruce Momjian2003-08-041-7/+7
* Error message editing in backend/storage.Tom Lane2003-07-241-34/+45
* Code review for holdable-cursors patch. Fix error recovery, memoryTom Lane2003-04-291-39/+72
* Add Win32 path handling for / vs. \ and drive letters.Bruce Momjian2003-04-041-2/+2
* This patch implements holdable cursors, following the proposalBruce Momjian2003-03-271-7/+18
* I checked all the previous string handling errors and most of them wereBruce Momjian2002-09-021-4/+4
* Remove sys/types.h in files that include postgres.h, and hence c.h,Bruce Momjian2002-09-021-2/+1
* Restructure local-buffer handling per recent pghackers discussion.Tom Lane2002-08-061-137/+3
* Update copyright to 2002.Bruce Momjian2002-06-201-2/+2
* Create an internal semaphore API that is not tied to SysV semaphores.Tom Lane2002-05-051-1/+2
* Change made to elog:Bruce Momjian2002-03-061-2/+2
* Commit to match discussed elog() changes. Only update is that LOG isBruce Momjian2002-03-021-32/+32
* Don't Assert() that fsync() and close() never fail; I have seen thisTom Lane2002-02-101-23/+30
* New pgindent run with fixes suggested by Tom. Patch manually reviewed,Bruce Momjian2001-11-051-3/+3
* Another pgindent run. Fixes enum indenting, and improves #endifBruce Momjian2001-10-281-4/+4
* pgindent run on all C files. Java run to follow. initdb/regressionBruce Momjian2001-10-251-33/+22
* Create a GUC parameter max_files_per_process that is a configurableTom Lane2001-09-301-13/+38
* This patch is because Hurd does not support NOFILE. It is against currentBruce Momjian2001-08-041-1/+6
* Allow removal of system-named pg_* temp tables. Rename temp file/dir asBruce Momjian2001-06-181-3/+3
* Move temporary files into 'pg_tempfiles' subdirectory of each databaseTom Lane2001-06-111-16/+120
* Adjust WAL code so that checkpoints truncate the xlog at the previousTom Lane2001-06-061-1/+8
* Remove SEP_CHAR, replace with / or '/' as appropriate.Bruce Momjian2001-05-301-3/+3
* Oops, only wanted python change in the last commit. Backing out.Bruce Momjian2001-05-251-14/+6
* While changing Cygwin Python to build its core as a DLL (like Win32Bruce Momjian2001-05-251-6/+14
* Check for failure of malloc() and realloc() when allocating space forTom Lane2001-04-031-7/+16
* open(2) flags saved for re-opening a virtual file should probably notTom Lane2001-04-031-3/+5
* pgindent run. Make it all clean.Bruce Momjian2001-03-221-8/+10
* Change s_lock to not use any zero-delay select() calls; these are just aTom Lane2001-02-181-2/+22
* Add current seek position to FDDEBUG output for FileRead,Tom Lane2001-02-171-7/+10
* Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group.Bruce Momjian2001-01-241-2/+2
* Add more critical-section calls: all code sections that hold spinlocksTom Lane2001-01-121-3/+9
* Resurrect -F switch: it controls fsyncs again, though the fsyncs areTom Lane2000-12-081-1/+13
* No more #ifdef XLOG.Vadim B. Mikheev2000-11-301-23/+1
* Set fdstate in fileNameOpenFile.Vadim B. Mikheev2000-11-231-3/+3
* pg_fsync is fsync in WAL version.Vadim B. Mikheev2000-11-101-1/+12
* WALVadim B. Mikheev2000-10-281-1/+3
* Banish caddr_t (mostly), use Datum where appropriate.Peter Eisentraut2000-10-021-3/+4
* Change ReleaseLruFile() usage so that if we cannot release any moreTom Lane2000-08-271-36/+51
* Fix typo (extraneous semicolon) in fd.c patch to avoid excess seeks.Tom Lane2000-07-051-9/+17
* Final #include cleanup.Bruce Momjian2000-06-151-2/+1
* > If read or write fails. Position will left the same. ThisBruce Momjian2000-06-141-5/+26
* Remove NT-specific file open defines by defining our own open macros forBruce Momjian2000-06-021-8/+2
* Create an fd.c entry point that is just like plain open(2) except thatTom Lane2000-06-021-38/+46
* The heralded `Grand Unified Configuration scheme' (GUC)Peter Eisentraut2000-05-311-3/+6
* Ye-old pgindent run. Same 4-space tabs.Bruce Momjian2000-04-121-8/+15