[COMMITTERS] pgsql: Move parse2.pl to parse.pl

2011-06-13 Thread Peter Eisentraut
Move parse2.pl to parse.pl We have a SCM, so we don't need to keep old versions of files around. Branch -- master Details --- http://git.postgresql.org/pg/commitdiff/030a2831a8df7829d606a873e28330ea2310fd64 Modified Files -- src/interfaces/ecpg/preproc/Makefile |4 +

[COMMITTERS] pgsql: Move parse2.pl to parse.pl

2011-06-13 Thread Peter Eisentraut
Move parse2.pl to parse.pl We have a SCM, so we don't need to keep old versions of files around. Branch -- REL9_1_STABLE Details --- http://git.postgresql.org/pg/commitdiff/95f62dc8b888cc2fe6da5e8acbcb7e5d4d65d932 Modified Files -- src/interfaces/ecpg/preproc/Makefile |

[COMMITTERS] pgsql: Document that bits to the right of the CIDR mask "should" be zer

2011-06-13 Thread Bruce Momjian
Document that bits to the right of the CIDR mask "should" be zero, not "must". Branch -- REL9_1_STABLE Details --- http://git.postgresql.org/pg/commitdiff/8d49524a6abbbfc1c5958d8222638b8b070600f9 Modified Files -- doc/src/sgml/client-auth.sgml |2 +- 1 files changed, 1 ins

[COMMITTERS] pgsql: Document that bits to the right of the CIDR mask "should" be zer

2011-06-13 Thread Bruce Momjian
Document that bits to the right of the CIDR mask "should" be zero, not "must". Branch -- master Details --- http://git.postgresql.org/pg/commitdiff/2fccc881a9184879deeb9580bc25e7c420c580f8 Modified Files -- doc/src/sgml/client-auth.sgml |2 +- 1 files changed, 1 insertions

[COMMITTERS] pgsql: Fix aboriginal copy-paste mistake in error message

2011-06-13 Thread Alvaro Herrera
Fix aboriginal copy-paste mistake in error message Spotted by Jaime Casanova Branch -- REL9_1_STABLE Details --- http://git.postgresql.org/pg/commitdiff/26b10ca6b85cd130ebd5aa86fe24626e00d6ce87 Modified Files -- src/backend/catalog/pg_shdepend.c |3 +-- 1 files changed, 1

[COMMITTERS] pgsql: Fix aboriginal copy-paste mistake in error message

2011-06-13 Thread Alvaro Herrera
Fix aboriginal copy-paste mistake in error message Spotted by Jaime Casanova Branch -- REL8_4_STABLE Details --- http://git.postgresql.org/pg/commitdiff/eca8674fca67ba3c8fad548bbeea9b0a7bf13bdf Modified Files -- src/backend/catalog/pg_shdepend.c |3 +-- 1 files changed, 1

[COMMITTERS] pgsql: Fix aboriginal copy-paste mistake in error message

2011-06-13 Thread Alvaro Herrera
Fix aboriginal copy-paste mistake in error message Spotted by Jaime Casanova Branch -- REL8_2_STABLE Details --- http://git.postgresql.org/pg/commitdiff/8f1eaf884d71106c1516a8f7af4d7beee992da01 Modified Files -- src/backend/catalog/pg_shdepend.c |3 +-- 1 files changed, 1

[COMMITTERS] pgsql: Fix aboriginal copy-paste mistake in error message

2011-06-13 Thread Alvaro Herrera
Fix aboriginal copy-paste mistake in error message Spotted by Jaime Casanova Branch -- master Details --- http://git.postgresql.org/pg/commitdiff/8f59e023ef05d4f45e1c10a8bbc96bf8b4a96a89 Modified Files -- src/backend/catalog/pg_shdepend.c |3 +-- 1 files changed, 1 insert

[COMMITTERS] pgsql: Fix aboriginal copy-paste mistake in error message

2011-06-13 Thread Alvaro Herrera
Fix aboriginal copy-paste mistake in error message Spotted by Jaime Casanova Branch -- REL9_0_STABLE Details --- http://git.postgresql.org/pg/commitdiff/a03f1d399dbfdc87798742329270d99962216100 Modified Files -- src/backend/catalog/pg_shdepend.c |3 +-- 1 files changed, 1

[COMMITTERS] pgsql: Fix aboriginal copy-paste mistake in error message

2011-06-13 Thread Alvaro Herrera
Fix aboriginal copy-paste mistake in error message Spotted by Jaime Casanova Branch -- REL8_3_STABLE Details --- http://git.postgresql.org/pg/commitdiff/440a528fa6af9b7ea80b36b4038b3bf0655d54b5 Modified Files -- src/backend/catalog/pg_shdepend.c |3 +-- 1 files changed, 1

[COMMITTERS] pgsql: Expand warnings on locks acquired by CREATE INDEX CONCURRENTLY

2011-06-13 Thread Alvaro Herrera
Expand warnings on locks acquired by CREATE INDEX CONCURRENTLY The previous wording wasn't explicit enough, which could misled readers into thinking that the locks acquired are more restricted in nature than they really are. The resulting optimism can be damaging to morale when confronted with re

[COMMITTERS] pgsql: Expand warnings on locks acquired by CREATE INDEX CONCURRENTLY

2011-06-13 Thread Alvaro Herrera
Expand warnings on locks acquired by CREATE INDEX CONCURRENTLY The previous wording wasn't explicit enough, which could misled readers into thinking that the locks acquired are more restricted in nature than they really are. The resulting optimism can be damaging to morale when confronted with re

[COMMITTERS] pgsql: Expand warnings on locks acquired by CREATE INDEX CONCURRENTLY

2011-06-13 Thread Alvaro Herrera
Expand warnings on locks acquired by CREATE INDEX CONCURRENTLY The previous wording wasn't explicit enough, which could misled readers into thinking that the locks acquired are more restricted in nature than they really are. The resulting optimism can be damaging to morale when confronted with re

[COMMITTERS] pgsql: Remove parentheses from mention of current_schemas function.

2011-06-13 Thread Robert Haas
Remove parentheses from mention of current_schemas function. This is more consistent with what we do elsewhere, and hopefully avoids creating the perception that current_schemas takes no arguments. As suggested by Brendan Jurd Branch -- REL9_0_STABLE Details --- http://git.postgresql.or

[COMMITTERS] pgsql: Remove parentheses from mention of current_schemas function.

2011-06-13 Thread Robert Haas
Remove parentheses from mention of current_schemas function. This is more consistent with what we do elsewhere, and hopefully avoids creating the perception that current_schemas takes no arguments. As suggested by Brendan Jurd Branch -- REL9_1_STABLE Details --- http://git.postgresql.or

[COMMITTERS] pgsql: Remove parentheses from mention of current_schemas function.

2011-06-13 Thread Robert Haas
Remove parentheses from mention of current_schemas function. This is more consistent with what we do elsewhere, and hopefully avoids creating the perception that current_schemas takes no arguments. As suggested by Brendan Jurd Branch -- master Details --- http://git.postgresql.org/pg/co

[COMMITTERS] pgsql: Clarify that NATURAL without matching columns is like CROSS JOIN

2011-06-13 Thread Robert Haas
Clarify that NATURAL without matching columns is like CROSS JOIN. As suggested by Grzegorz Szpetkowski. Branch -- master Details --- http://git.postgresql.org/pg/commitdiff/6b02ed66e2856abb1d5eef64747badd4fc78cef9 Modified Files -- doc/src/sgml/queries.sgml |4 +++- 1 fil

[COMMITTERS] pgsql: Clarify that NATURAL without matching columns is like CROSS JOIN

2011-06-13 Thread Robert Haas
Clarify that NATURAL without matching columns is like CROSS JOIN. As suggested by Grzegorz Szpetkowski. Branch -- REL9_1_STABLE Details --- http://git.postgresql.org/pg/commitdiff/26e7eec5f07c5dfb4b57f374bf01185edd88cf73 Modified Files -- doc/src/sgml/queries.sgml |4 +++

[COMMITTERS] pgsql: Add doc cross-reference to search_path discussion of current_sch

2011-06-13 Thread Robert Haas
Add doc cross-reference to search_path discussion of current_schemas(). Brendan Jurd Branch -- REL9_1_STABLE Details --- http://git.postgresql.org/pg/commitdiff/f2328b0713b175b0d49651fb7ec807e7174e92aa Modified Files -- doc/src/sgml/config.sgml |4 +++- 1 files changed, 3

[COMMITTERS] pgsql: Add doc cross-reference to search_path discussion of current_sch

2011-06-13 Thread Robert Haas
Add doc cross-reference to search_path discussion of current_schemas(). Brendan Jurd Branch -- master Details --- http://git.postgresql.org/pg/commitdiff/2a890421424da5cca4226ee8afd562c356205815 Modified Files -- doc/src/sgml/config.sgml |4 +++- 1 files changed, 3 insert

[COMMITTERS] pgsql: Add doc cross-reference to search_path discussion of current_sch

2011-06-13 Thread Robert Haas
Add doc cross-reference to search_path discussion of current_schemas(). Brendan Jurd Branch -- REL9_0_STABLE Details --- http://git.postgresql.org/pg/commitdiff/c06bdaf92c78d3d5bc6efdc4474abbf33ab7a047 Modified Files -- doc/src/sgml/config.sgml |4 +++- 1 files changed, 3

[COMMITTERS] pgsql: Document GUC context for synchronous_standby_names/hot_standby_f

2011-06-13 Thread Robert Haas
Document GUC context for synchronous_standby_names/hot_standby_feedback. Fujii Masao Branch -- REL9_1_STABLE Details --- http://git.postgresql.org/pg/commitdiff/3390fceb69bd818101bcd0f20769ac28ccec725b Modified Files -- doc/src/sgml/config.sgml | 10 -- 1 files chan

[COMMITTERS] pgsql: Document GUC context for synchronous_standby_names/hot_standby_f

2011-06-13 Thread Robert Haas
Document GUC context for synchronous_standby_names/hot_standby_feedback. Fujii Masao Branch -- master Details --- http://git.postgresql.org/pg/commitdiff/dfe8ec3ab9a39cd50774036632f9f645b567eea3 Modified Files -- doc/src/sgml/config.sgml | 10 -- 1 files changed, 8

[COMMITTERS] pgsql: In ALTER EXTENSION docs, document left_type/right_type.

2011-06-13 Thread Robert Haas
In ALTER EXTENSION docs, document left_type/right_type. Noted by Daniele Varrazzo. Branch -- REL9_1_STABLE Details --- http://git.postgresql.org/pg/commitdiff/a886c94e5e780839f86468fd7883f0cfd3fabca5 Modified Files -- doc/src/sgml/ref/alter_extension.sgml | 12

[COMMITTERS] pgsql: In ALTER EXTENSION docs, document left_type/right_type.

2011-06-13 Thread Robert Haas
In ALTER EXTENSION docs, document left_type/right_type. Noted by Daniele Varrazzo. Branch -- master Details --- http://git.postgresql.org/pg/commitdiff/d4c7e934dfe1ecb4cb4139e4a5e6bfd88c94df66 Modified Files -- doc/src/sgml/ref/alter_extension.sgml | 12 1 file

[COMMITTERS] pgsql: Markup fix.

2011-06-13 Thread Robert Haas
Markup fix. Fujii Masao Branch -- master Details --- http://git.postgresql.org/pg/commitdiff/9052e285b53e26727a28ac376b1418c0202533d1 Modified Files -- doc/src/sgml/ddl.sgml |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) -- Sent via pgsql-committers mailing li

[COMMITTERS] pgsql: Markup fix.

2011-06-13 Thread Robert Haas
Markup fix. Fujii Masao Branch -- REL9_1_STABLE Details --- http://git.postgresql.org/pg/commitdiff/5267e5ea5e4a4df36b7208df18b098f845c75fd8 Modified Files -- doc/src/sgml/ddl.sgml |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) -- Sent via pgsql-committers mai

[COMMITTERS] pgsql: More foreign table documentation improvements.

2011-06-13 Thread Robert Haas
More foreign table documentation improvements. Shigeru Hanada, with some additional wordsmithing by me Branch -- master Details --- http://git.postgresql.org/pg/commitdiff/43ea23a346cd32d5ae2ca1d465db6f3beb65bf13 Modified Files -- doc/src/sgml/ddl.sgml|9 +---

[COMMITTERS] pgsql: More foreign table documentation improvements.

2011-06-13 Thread Robert Haas
More foreign table documentation improvements. Shigeru Hanada, with some additional wordsmithing by me Branch -- REL9_1_STABLE Details --- http://git.postgresql.org/pg/commitdiff/16d64a8773c6c381c55d678855f29953184693f7 Modified Files -- doc/src/sgml/ddl.sgml|9 +