index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
storage
/
file
/
fd.c
Commit message (
Expand
)
Author
Age
*
Support alternate database locations.
Thomas G. Lockhart
1997-11-07
*
Inline memset() as MemSet().
Bruce Momjian
1997-09-18
*
Used modified version of indent that understands over 100 typedefs.
Bruce Momjian
1997-09-08
*
Another PGINDENT run that changes variable indenting and case label indenting...
Bruce Momjian
1997-09-08
*
Massive commit to run PGINDENT on all *.c and *.h files.
Bruce Momjian
1997-09-07
*
Make functions static where possible, enclose unused functions in #ifdef NOT_...
Bruce Momjian
1997-08-19
*
Reduce open() calls. Replace fopen() calls with calls to fd.c functions.
Bruce Momjian
1997-08-18
*
Remove more (void) and fix -Wall warnings.
Bruce Momjian
1997-08-12
*
Added SCO support, from Daniel Harris.
Bruce Momjian
1997-07-28
*
AllocateFile():
Vadim B. Mikheev
1997-05-23
*
1. Cleanup (no more FreeFd - unuseful; others).
Vadim B. Mikheev
1997-05-22
*
Make the error message output by AllocateFile() if failes to
Marc G. Fournier
1997-02-20
*
Remove WIN32 defines. They never worked.
Bruce Momjian
1997-02-14
*
Convert MISSING_SYSCONF to !HAVE_SYSCONF for autoconf
Marc G. Fournier
1997-01-27
*
From: Keith Parks <emkxp01@mtcc.demon.co.uk>
Marc G. Fournier
1997-01-13
*
Fixed Assert check where ! should be !=.
Bruce Momjian
1996-12-28
*
Add asserts to check for file descriptor ring corruption.
Bryan Henderson
1996-12-27
*
Change portname "sparc" to "sunos4" and change some portname dependencies to
Bryan Henderson
1996-12-04
*
Compile and warning cleanup
Bruce Momjian
1996-11-08
*
Some compile failure fixes from Keith Parks <emkxp01@mtcc.demon.co.uk>
Marc G. Fournier
1996-11-06
*
Remove OPENLINK define
Bruce Momjian
1996-11-04
*
more removals of PORTNAME_*
Marc G. Fournier
1996-10-31
*
*** src/backend/storage/file/fd.c.orig Thu Sep 12 17:17:21 1996
Marc G. Fournier
1996-09-22
*
More merges from Dr. George's tree...
Marc G. Fournier
1996-07-22
*
Fixes: In the solaris port the file descriptors are hard coded to 20 (from the
Marc G. Fournier
1996-07-18
*
fsync patch from openlink
Marc G. Fournier
1996-07-15
*
Postgres95 1.01 Distribution - Virgin Sources
PG95-1_01
Marc G. Fournier
1996-07-09