Bruce Momjian [Sat, 12 Jun 2010 15:42:44 +0000 (15:42 +0000)]
Add space between after ">" in ">$@" in SGML Makefile, for clarity.
Peter Eisentraut [Sat, 12 Jun 2010 09:55:12 +0000 (09:55 +0000)]
Add target to build HTML documentation as single page
Peter Eisentraut [Sat, 12 Jun 2010 09:14:52 +0000 (09:14 +0000)]
Fix typo/bug, found by Clang compiler
Peter Eisentraut [Sat, 12 Jun 2010 06:05:48 +0000 (06:05 +0000)]
Update Python version information
Peter Eisentraut [Sat, 12 Jun 2010 06:05:20 +0000 (06:05 +0000)]
Add a regression test case for bug #5497
Tom Lane [Fri, 11 Jun 2010 23:58:24 +0000 (23:58 +0000)]
Add missing 'Z' letter to getopt_long call --- the newly added
--analyze-only switch did not work in its short form -Z.
Josh Berkus
Heikki Linnakangas [Fri, 11 Jun 2010 10:13:09 +0000 (10:13 +0000)]
Use "replication" as the database name when constructing a connection
string for a streaming replication connection. It's ignored by the
server, but allows libpq to pick up the password from .pgpass where
"replication" is specified as the database name.
Patch by Fujii Masao per Tom's suggestion, with some wording changes by me.
Bruce Momjian [Thu, 10 Jun 2010 21:48:28 +0000 (21:48 +0000)]
Update text of 9.0 release notes
Josh Berkus
Itagaki Takahiro [Thu, 10 Jun 2010 08:13:50 +0000 (08:13 +0000)]
Rename restartpoint_command to archive_cleanup_command.