postgresql/src/backend/storage
Jan Wieck d77b63b17c Added GUC variable bgwriter_flush_method controlling the action
done by the background writer between writing dirty blocks and
napping.

    none (default)   no action
	sync             bgwriter calls smgrsync() causing a sync(2)

A global sync() is only good on dedicated database servers, so
more flush methods should be added in the future.

Jan
2004-01-24 20:00:46 +00:00
..
buffer Added GUC variable bgwriter_flush_method controlling the action 2004-01-24 20:00:46 +00:00
file This patch is the next step towards (re)allowing fork/exec. 2003-12-20 17:31:21 +00:00
freespace Drops in the CreateProcess calls for Win32 (essentially wrapping up the 2004-01-11 03:49:31 +00:00
ipc Drops in the CreateProcess calls for Win32 (essentially wrapping up the 2004-01-11 03:49:31 +00:00
large_object $Header: -> $PostgreSQL Changes ... 2003-11-29 19:52:15 +00:00
lmgr Change PG_DELAY from msec to usec and use it consistenly rather than 2004-01-09 21:08:50 +00:00
page $Header: -> $PostgreSQL Changes ... 2003-11-29 19:52:15 +00:00
smgr More janitorial work: remove the explicit casting of NULL literals to a 2004-01-07 18:56:30 +00:00
Makefile $Header: -> $PostgreSQL Changes ... 2003-11-29 19:52:15 +00:00