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
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.
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
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
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_
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 "?"