[COMMITTERS] pgsql: If a base backup is cancelled by server shutdown or crash, throw

2010-04-27 Thread Heikki Linnakangas
Log Message: --- If a base backup is cancelled by server shutdown or crash, throw an error in WAL recovery when it sees the shutdown checkpoint record. It's more user-friendly to find out about it at that point than at the end of recovery, and you're not left wondering why your hot standby

[COMMITTERS] pgsql: Reformat code examples in plpgsql docs for better readability in

2010-04-27 Thread Alvaro Herrera
Log Message: --- Reformat code examples in plpgsql docs for better readability in PDF output Erik Rijkers Modified Files: -- pgsql/doc/src/sgml: plpgsql.sgml (r1.152 -> r1.153) (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/plpgsql.sgml?r1=1.

[COMMITTERS] pgsql: Replace the KnownAssignedXids hash table with a sorted-array data

2010-04-27 Thread Tom Lane
Log Message: --- Replace the KnownAssignedXids hash table with a sorted-array data structure, and be more tense about the locking requirements for it, to improve performance in Hot Standby mode. In passing fix a few bugs and improve a number of comments in the existing HS code. Simon Rigg

[COMMITTERS] pgsql: Add CP949 as an alias for UHC encoding.

2010-04-27 Thread Takahiro Itagaki
Log Message: --- Add CP949 as an alias for UHC encoding. pg_get_encoding_from_locale() with kor locale on Windows can use the path. Reported by Hiroshi Inoue. Modified Files: -- pgsql/src/port: chklocale.c (r1.15 -> r1.16) (http://anoncvs.postgresql.org/cv

[COMMITTERS] pgsql: Fix stupid typo in refnameRangeTblEntry() --- mea maxima culpa.

2010-04-27 Thread Tom Lane
Log Message: --- Fix stupid typo in refnameRangeTblEntry() --- mea maxima culpa. Per report from Josh. Modified Files: -- pgsql/src/backend/parser: parse_relation.c (r1.150 -> r1.151) (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/parser/parse_

[COMMITTERS] pgsql: Modify the built-in text search parser to handle URLs more nearly

2010-04-27 Thread Tom Lane
Log Message: --- Modify the built-in text search parser to handle URLs more nearly according to RFC 3986. In particular, these characters now terminate the path part of a URL: '"', '<', '>', '\', '^', '`', '{', '|', '}'. The previous behavior was inconsistent and depended on whether a "?"