[COMMITTERS] pgsql: Corrections to ALTER FOREIGN TABLE documentation.

2011-06-11 Thread Robert Haas
Corrections to ALTER FOREIGN TABLE documentation. Shigeru Hanada, with a minor grammar correction. Branch -- master Details --- http://git.postgresql.org/pg/commitdiff/5fe241c5f91b3bb0c9ef4d80d402dd83812de3e6 Modified Files -- doc/src/sgml/ref/alter_foreign_table.sgml | 17

[COMMITTERS] pgsql: Corrections to ALTER FOREIGN TABLE documentation.

2011-06-11 Thread Robert Haas
Corrections to ALTER FOREIGN TABLE documentation. Shigeru Hanada, with a minor grammar correction. Branch -- REL9_1_STABLE Details --- http://git.postgresql.org/pg/commitdiff/25271323d434e3bdba2ad302d207f1d8f3fb234b Modified Files -- doc/src/sgml/ref/alter_foreign_table.sgml

[COMMITTERS] pgsql: Code cleanup for InitProcGlobal.

2011-06-11 Thread Robert Haas
Code cleanup for InitProcGlobal. The old code creates three separate arrays when only one is needed, using two different shmem allocation functions for no obvious reason. It also strangely splits up the initialization of AuxilaryProcs between the top and bottom of the function to no evident purpos

[COMMITTERS] pgsql: Tab completion improvements for COMMENT.

2011-06-11 Thread Robert Haas
Tab completion improvements for COMMENT. These pertain to object types introduced in PostgreSQL 9.1, so back-patch. Josh Kupershmidt, with some kibitzing by me. Branch -- REL9_1_STABLE Details --- http://git.postgresql.org/pg/commitdiff/e461cffbe699d9e9313518644f9d9dd33c0fe7d3 Modified

[COMMITTERS] pgsql: Tab completion improvements for COMMENT.

2011-06-11 Thread Robert Haas
Tab completion improvements for COMMENT. These pertain to object types introduced in PostgreSQL 9.1, so back-patch. Josh Kupershmidt, with some kibitzing by me. Branch -- master Details --- http://git.postgresql.org/pg/commitdiff/c878cbe158b6cc20fe5dc65481885f3b2758f432 Modified Files

[COMMITTERS] pgsql: Stamp HEAD as 9.2devel.

2011-06-11 Thread Tom Lane
Stamp HEAD as 9.2devel. Branch -- master Details --- http://git.postgresql.org/pg/commitdiff/c9627922115a56cfd1bc966b62108efba581662c Modified Files -- configure| 18 +- configure.in |2 +- doc/bug.template

[COMMITTERS] pgsql: Branch refs/heads/REL9_1_STABLE was created

2011-06-11 Thread pgsql
Branch refs/heads/REL9_1_STABLE was created. View: http://git.postgresql.org/pg/shortlog/refs/heads/REL9_1_STABLE -- Sent via pgsql-committers mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-committers

[COMMITTERS] pgsql: Tag refs/tags/REL9_1_BETA2 was created

2011-06-11 Thread pgsql
Tag refs/tags/REL9_1_BETA2 was created. -- Sent via pgsql-committers mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-committers

[COMMITTERS] pgsql: Add C comment mentioning pg_stat_activity.procpid should have be

2011-06-11 Thread Bruce Momjian
Add C comment mentioning pg_stat_activity.procpid should have been called 'pid'. Branch -- master Details --- http://git.postgresql.org/pg/commitdiff/a4bebdd92624e018108c2610fc3f2c1584b6c687 Modified Files -- src/backend/utils/adt/pgstatfuncs.c |1 + 1 files changed, 1 ins