postgresql/src/backend/utils/init
Tom Lane 4a78cdeb6b Support an optional asynchronous commit mode, in which we don't flush WAL
before reporting a transaction committed.  Data consistency is still
guaranteed (unlike setting fsync = off), but a crash may lose the effects
of the last few transactions.  Patch by Simon, some editorialization by Tom.
2007-08-01 22:45:09 +00:00
..
flatfiles.c Support an optional asynchronous commit mode, in which we don't flush WAL 2007-08-01 22:45:09 +00:00
globals.c Add a multi-worker capability to autovacuum. This allows multiple worker 2007-04-16 18:30:04 +00:00
Makefile Remove remains of old depend target. 2007-01-20 17:16:17 +00:00
miscinit.c Restructure autovacuum in two processes: a dummy process, which runs 2007-02-15 23:23:23 +00:00
postinit.c pgstat's on-proc-exit hook has to execute after the last transaction commit 2007-05-27 05:37:50 +00:00