[COMMITTERS] pgsql: Remove a couple of comments from the pg_lsn regression test.

2014-02-24 Thread Robert Haas
Remove a couple of comments from the pg_lsn regression test. Previously, one of these was a negative test case, but that got changed along the way and the comments didn't get the memo. Michael Paquier Branch -- master Details --- http://git.postgresql.org/pg/commitdiff/bb818b53d47c77eb5

[COMMITTERS] pgsql: Use pg_lsn data type in pg_stat_replication, too.

2014-02-24 Thread Robert Haas
Use pg_lsn data type in pg_stat_replication, too. Michael Paquier, per a suggestion from Andres Freund Branch -- master Details --- http://git.postgresql.org/pg/commitdiff/6615e77439a3c8c26c0091a616f00eefdea22604 Modified Files -- doc/src/sgml/monitoring.sgml|8 +

[COMMITTERS] pgsql: docs: document behavior of CHAR() comparisons with chars < space

2014-02-24 Thread Bruce Momjian
docs: document behavior of CHAR() comparisons with chars < space Space trimming rather than space-padding causes unusual behavior, which might not be standards-compliant. Also remove recently-added now-redundant C comment. Branch -- master Details --- http://git.postgresql.org/pg/commit

[COMMITTERS] pgsql: Allow single-point polygons to be converted to circles

2014-02-24 Thread Bruce Momjian
Allow single-point polygons to be converted to circles This allows finding the center of a single-point polygon and converting it to a point. Per report from Josef Grahn Branch -- master Details --- http://git.postgresql.org/pg/commitdiff/423f69ab64a6e51fbdd97a83c1dc55d68ca6190d Modifi

[COMMITTERS] pgsql: Fix markup for CHAR() doc patch

2014-02-24 Thread Bruce Momjian
Fix markup for CHAR() doc patch Branch -- master Details --- http://git.postgresql.org/pg/commitdiff/3f05bedaf23a50979125159ac881094175edf9eb Modified Files -- doc/src/sgml/datatype.sgml |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) -- Sent via pgsql-committe

[COMMITTERS] pgsql: pg_dump: fix subtle memory leak in func and arg signature proce

2014-02-24 Thread Bruce Momjian
pg_dump: fix subtle memory leak in func and arg signature processing Branch -- master Details --- http://git.postgresql.org/pg/commitdiff/d613861b9523c143db427d1bf26b9769319ca102 Modified Files -- src/bin/pg_dump/pg_dump.c | 19 +-- 1 file changed, 9 inserti

[COMMITTERS] pgsql: psql: add separate \d display for disabled system triggers

2014-02-24 Thread Bruce Momjian
psql: add separate \d display for disabled system triggers Previously if you disabled all triggers, only user triggers would show as disabled Per report from Andres Freund Branch -- master Details --- http://git.postgresql.org/pg/commitdiff/4bad548d981636ceb79492a1b7f607f22f0867de Mod

[COMMITTERS] pgsql: docs: remove unnecessary references to old PG versions

2014-02-24 Thread Bruce Momjian
docs: remove unnecessary references to old PG versions Branch -- master Details --- http://git.postgresql.org/pg/commitdiff/6f14a6f703a26ec12f4da6f53f107dd260fbb9db Modified Files -- doc/src/sgml/datatype.sgml| 19 ++- doc/src/sgml/ddl.sgml

[COMMITTERS] pgsql: Increase work_mem and maintenance_work_mem defaults by 4x

2014-02-24 Thread Bruce Momjian
Increase work_mem and maintenance_work_mem defaults by 4x New defaults are 4MB and 64MB. Branch -- master Details --- http://git.postgresql.org/pg/commitdiff/848ae330a497b4d430d93bd813f93c40d2bb0157 Modified Files -- doc/src/sgml/config.sgml |4 ++--

[COMMITTERS] pgsql: Update and clarify ssl_ciphers default

2014-02-24 Thread Peter Eisentraut
Update and clarify ssl_ciphers default - Write HIGH:MEDIUM instead of DEFAULT:!LOW:!EXP for clarity. - Order 3DES last to work around inappropriate OpenSSL default. - Remove !MD5 and @STRENGTH, because they are irrelevant. - Add clarifying documentation. Effectively, the new default is almost the