postgresql/src
Tom Lane 9d645fd84c Support syncing WAL log to disk using either fsync(), fdatasync(),
O_SYNC, or O_DSYNC (as available on a given platform).  Add GUC parameter
to control sync method.
Also, add defense to XLogWrite to prevent it from going nuts if passed
a target write position that's past the end of the buffers so far filled
by XLogInsert.
2001-03-16 05:44:33 +00:00
..
backend Support syncing WAL log to disk using either fsync(), fdatasync(), 2001-03-16 05:44:33 +00:00
bin We're past Postgres95 now, and I'm sure Jolly doesn't want to receive any 2001-03-14 21:03:38 +00:00
corba
data
include Support syncing WAL log to disk using either fsync(), fdatasync(), 2001-03-16 05:44:33 +00:00
interfaces Add multibyte support. 2001-03-16 01:17:23 +00:00
makefiles Move -Bsymbolic for HPUX to Makefile.hpux, per Peter E's recommendation. 2001-03-14 19:35:12 +00:00
pl > Applied. Thanks. 2001-03-07 16:18:08 +00:00
template Select optimization by default for HP's C compiler. 2001-02-20 19:04:04 +00:00
test Adjust expected error message due to change of keyword case-folding. 2001-02-22 05:32:56 +00:00
tools A much better version of this is now in backend/port/aix. 2001-03-14 21:16:57 +00:00
tutorial
utils
DEVELOPERS
GNUmakefile.in
Makefile
Makefile.global.in Use install-sh unconditionally. 2001-03-10 10:38:59 +00:00
Makefile.shlib Move -Bsymbolic for HPUX to Makefile.hpux, per Peter E's recommendation. 2001-03-14 19:35:12 +00:00
win32.mak