postgresql/src/backend
Tom Lane f18dfc4835 Minor improvements in backup and recovery:
- create a separate archive_mode GUC, on which archive_command is dependent

- %r option in recovery.conf sends last restartpoint to recovery command

- %r used in pg_standby, updated README

- minor other code cleanup in pg_standby

- doc on Warm Standby now mentions pg_standby and %r

- log_restartpoints recovery option emits LOG message at each restartpoint

- end of recovery now displays last transaction end time, as requested
  by Warren Little; also shown at each restartpoint

- restart archiver if needed to carry away WAL files at shutdown

Simon Riggs
2007-09-26 22:36:30 +00:00
..
access Minor improvements in backup and recovery: 2007-09-26 22:36:30 +00:00
bootstrap Move session_start out of MyProcPort stucture and make it a global called MyStartTime, 2007-08-02 23:39:45 +00:00
catalog Just-in-time background writing strategy. This code avoids re-scanning 2007-09-25 20:03:38 +00:00
commands Adjust the new memory limit in the lazy vacuum code to use MaxHeapTuplesPerPage 2007-09-26 20:16:28 +00:00
executor HOT updates. When we update a tuple without changing any of its indexed 2007-09-20 17:56:33 +00:00
lib Increase the initial size of StringInfo buffers to 1024 bytes (from 256); 2007-08-12 20:18:06 +00:00
libpq Fix GSS API pointer checking. 2007-09-14 15:58:02 +00:00
main
nodes HOT updates. When we update a tuple without changing any of its indexed 2007-09-20 17:56:33 +00:00
optimizer Create a function variable "join_search_hook" to let plugins override the 2007-09-26 18:51:51 +00:00
parser Remove "convert 'blah' using conversion_name" facility, because if it 2007-09-24 01:29:30 +00:00
po
port Fix failure to restart Postgres when Linux kernel returns EIDRM for shmctl(). 2007-07-02 20:11:55 +00:00
postmaster Minor improvements in backup and recovery: 2007-09-26 22:36:30 +00:00
regex
rewrite Make eval_const_expressions() preserve typmod when simplifying something like 2007-09-06 17:31:58 +00:00
snowball Add turkish stopword list. Thanks to Devrim GUNDUZ <devrim@CommandPrompt.com> 2007-09-07 14:46:43 +00:00
storage Dept. of second thoughts: fix loop in BgBufferSync so that the exit when 2007-09-25 22:11:48 +00:00
tcop Support SET FROM CURRENT in CREATE/ALTER FUNCTION, ALTER DATABASE, ALTER ROLE. 2007-09-03 18:46:30 +00:00
tsearch Fix crash of to_tsvector() function on huge input: compareWORD() 2007-09-26 10:09:57 +00:00
utils Minor improvements in backup and recovery: 2007-09-26 22:36:30 +00:00
Makefile Tsearch2 functionality migrates to core. The bulk of this work is by 2007-08-21 01:11:32 +00:00
nls.mk