[COMMITTERS] pgsql: Make smart shutdown work in combination with Hot

2010-04-07 Thread Robert Haas
Log Message: --- Make smart shutdown work in combination with Hot Standby/Streaming Replication. At present, killing the startup process does not release any locks it holds, so we must wait to stop the startup and walreceiver processes until all read-only backends have exited. Without thi

[COMMITTERS] pgsql: Fix to_char YYY, YY, Y format codes so that FM zero-suppression

2010-04-07 Thread Tom Lane
Log Message: --- Fix to_char YYY, YY, Y format codes so that FM zero-suppression really works, rather than only sort-of working as the previous attempt had left it. Clean up some unnecessary differences between the way these were coded and the way the case was coded. Update the regres

Re: [COMMITTERS] pgsql: Forbid using pg_xlogfile_name() and pg_xlogfile_name_offset()

2010-04-07 Thread Heikki Linnakangas
David Fetter wrote: > On Wed, Apr 07, 2010 at 06:12:52AM +, Heikki Linnakangas wrote: >> Log Message: >> --- >> Forbid using pg_xlogfile_name() and pg_xlogfile_name_offset() during >> recovery. We might want to relax this in the future, but ThisTimeLineID >> isn't currently correct in b

Re: [COMMITTERS] pgsql: Forbid using pg_xlogfile_name() and pg_xlogfile_name_offset()

2010-04-07 Thread David Fetter
On Wed, Apr 07, 2010 at 06:12:52AM +, Heikki Linnakangas wrote: > Log Message: > --- > Forbid using pg_xlogfile_name() and pg_xlogfile_name_offset() during > recovery. We might want to relax this in the future, but ThisTimeLineID > isn't currently correct in backends during recovery, so

[COMMITTERS] pgsql: Allow quotes to be escaped in recovery.conf, by doubling them.

2010-04-07 Thread Heikki Linnakangas
Log Message: --- Allow quotes to be escaped in recovery.conf, by doubling them. This patch also makes the parsing a little bit stricter, rejecting garbage after the parameter value and values with missing ending quotes, for example. Modified Files: -- pgsql/doc/src/sgml:

Re: [COMMITTERS] pgsql: Forbid using pg_xlogfile_name() and pg_xlogfile_name_offset()

2010-04-07 Thread Simon Riggs
On Wed, 2010-04-07 at 06:12 +, Heikki Linnakangas wrote: > Log Message: > --- > Forbid using pg_xlogfile_name() and pg_xlogfile_name_offset() during > recovery. We might want to relax this in the future, but ThisTimeLineID > isn't currently correct in backends during recovery, so the fi