- Apr 15, 2010
-
-
Peter Eisentraut authored
-
Peter Eisentraut authored
backpatched to 8.1, where this first appeared
-
Heikki Linnakangas authored
-
- Apr 14, 2010
-
-
Bruce Momjian authored
-
- Apr 13, 2010
-
-
Bruce Momjian authored
-
Magnus Hagander authored
Fujii Masao
-
Bruce Momjian authored
users look at the referenced section for examples, per idea from Greg Smith.
-
- Apr 12, 2010
-
-
Bruce Momjian authored
archiving example, per suggestion from Greg Smith.
-
Heikki Linnakangas authored
standby_keep_segments.
-
Heikki Linnakangas authored
doesn't take into account how far the WAL senders are. This way a hung WAL sender doesn't prevent old WAL segments from being recycled/removed in the primary, ultimately causing the disk to fill up. Instead add standby_keep_segments setting to control how many old WAL segments are kept in the primary. This also makes it more reliable to use streaming replication without WAL archiving, assuming that you set standby_keep_segments high enough.
-
- Apr 08, 2010
-
-
Robert Haas authored
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 this patch, the startup and walreceiver processes never exit, so the server gets permanently stuck in a half-shutdown state. Fujii Masao, with review, docs, and comment adjustments by me.
-
- Apr 07, 2010
-
-
Heikki Linnakangas authored
also makes the parsing a little bit stricter, rejecting garbage after the parameter value and values with missing ending quotes, for example.
-
Heikki Linnakangas authored
recovery. We might want to relax this in the future, but ThisTimeLineID isn't currently correct in backends during recovery, so the filename returned was wrong.
-
- Apr 06, 2010
-
-
Bruce Momjian authored
false or null, per Tom.
-
- Apr 05, 2010
-
-
Tom Lane authored
SQL-style substring().
-
Tom Lane authored
is changed to match the hard-wired default. This avoids accumulating useless catalog entries, and also provides a path for dropping the owning role without using DROP OWNED BY. Per yesterday's complaint from Jaime Casanova, the need to use DROP OWNED BY for that is less than obvious, so providing this alternative method might save some user frustration.
-
- Apr 03, 2010
-
-
Tom Lane authored
-
Peter Eisentraut authored
-
Peter Eisentraut authored
The endterm attribute is mainly useful when the toolchain does not support automatic link target text generation for a particular situation. In the past, this was required by the man page tools for all reference page links, but that is no longer the case, and it now actually gets in the way of proper automatic link text generation. The only remaining use cases are currently xrefs to refsects.
-
Peter Eisentraut authored
"CREATE TEXT SEARCH CONFIGURATION" is not truncated.
-
- Apr 02, 2010
-
-
Simon Riggs authored
-
Peter Eisentraut authored
The previous coding failed in various scenarios possibly including vpath builds and doing make install without preceding make all.
-
- Apr 01, 2010
-
-
Bruce Momjian authored
-
Bruce Momjian authored
Takahiro Itagaki
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
more appropriate place for exclusion constraints.
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
- Mar 31, 2010
-
-
Heikki Linnakangas authored
-
Heikki Linnakangas authored
Original patch by Fujii Masao, with heavy editing and bitrot-fixing after my other commit.
-
Heikki Linnakangas authored
"replication" are quoted in pg_hba.conf, they lose their special meaning.
-
Heikki Linnakangas authored
loop in standby mode, trying to restore from archive, pg_xlog and streaming. Move sections around to make the high availability chapter more coherent: the most prominent part is now a "Log-Shipping Standby Servers" section that describes what a standby server is (like the old "Warm Standby Servers for High Availability" section), and how to set up a warm standby server, including streaming replication, using the built-in standby mode. The pg_standby method is desribed in another section called "Alternative method for log shipping", with the added caveat that it doesn't work with streaming replication.
-
- Mar 30, 2010
-
-
Peter Eisentraut authored
It is no longer installed by default, but included in "make world"/"make install-world". Documentation updated accordingly. Also, fix vpathsearch function to work when calling make install-docs without previous make docs.
-
Peter Eisentraut authored
requested by Andrew Lardinois
-
- Mar 29, 2010
-
-
Peter Eisentraut authored
Similar information already appears in the PL/Perl and PL/Tcl chapters.
-
Peter Eisentraut authored
suggested by Steve White (bug #5272)
-
- Mar 25, 2010
-
-
Alvaro Herrera authored
by a superuser -- "ALTER USER f RESET setting" already disallows removing such a setting. Apply the same treatment to ALTER DATABASE d RESET ALL when run by a database owner that's not superuser.
-
- Mar 23, 2010
-
-
Bruce Momjian authored
-