[COMMITTERS] pgsql: Make pg_upgrade output more consistent with project style

2011-07-11 Thread Peter Eisentraut
Make pg_upgrade output more consistent with project style Add errno-based output to error messages where appropriate, reformat blocks to about 72 characters per line, use spaces instead of tabs for indentation, and other style adjustments. Branch -- master Details --- http://git.postgres

[COMMITTERS] pgsql: Add C comment that txid_current() assigns an XID if one is not a

2011-07-11 Thread Bruce Momjian
Add C comment that txid_current() assigns an XID if one is not already assigned. Branch -- master Details --- http://git.postgresql.org/pg/commitdiff/afc9635c600ace716294a12d78abd37f65abd0ea Modified Files -- src/backend/utils/adt/txid.c |3 ++- 1 files changed, 2 insertio

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

2011-07-11 Thread pgsql
Tag refs/tags/REL9_1_BETA3 was created. -- Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-committers

[COMMITTERS] pgsql: Remove excessively backpatched gitignore files

2011-07-11 Thread Peter Eisentraut
Remove excessively backpatched gitignore files These caused directories from future releases to appear in the backbranch tree. Branch -- REL8_2_STABLE Details --- http://git.postgresql.org/pg/commitdiff/335a00ab5708b9aaee179d0efa3b61f5549da4d3 Modified Files -- contrib/btree

[COMMITTERS] pgsql: Remove excessively backpatched gitignore files

2011-07-11 Thread Peter Eisentraut
Remove excessively backpatched gitignore files These caused directories from future releases to appear in the backbranch tree. Branch -- REL8_4_STABLE Details --- http://git.postgresql.org/pg/commitdiff/9e193cd9cb09592a7d87666e90823f42da185802 Modified Files -- contrib/pg_ar

[COMMITTERS] pgsql: Remove excessively backpatched gitignore files

2011-07-11 Thread Peter Eisentraut
Remove excessively backpatched gitignore files These caused directories from future releases to appear in the backbranch tree. Branch -- REL8_3_STABLE Details --- http://git.postgresql.org/pg/commitdiff/f6d5c02cc5e15e9b733e482ea3877c91c5186479 Modified Files -- contrib/btree

[COMMITTERS] pgsql: Fix and clarify information schema interval_precision fields

2011-07-11 Thread Peter Eisentraut
Fix and clarify information schema interval_precision fields The fields were previously wrongly typed as character_data; change to cardinal_number. Update the documentation and the implementation to show more clearly that this applies to a feature not available in PostgreSQL, rather than just not

[COMMITTERS] pgsql: Improve wording of documentation on default privileges.

2011-07-11 Thread Andrew Dunstan
Improve wording of documentation on default privileges. Per recent -hackers discussion. Branch -- master Details --- http://git.postgresql.org/pg/commitdiff/75726307e6164673c48d6ce1d143a075b8ce18fa Modified Files -- doc/src/sgml/ref/grant.sgml | 19 ++- 1 fi

[COMMITTERS] npgsql - Npgsql2: Added patch from Patrick Earl.

2011-07-11 Thread User Fxjr
Log Message: --- Added patch from Patrick Earl. Thanks, Patrick! http://pgfoundry.org/forum/message.php?msg_id=1014749 This was implemented to support more of the NHibernate test suite. Here is what it does and does not do: 1. It adds support for the "ForeignKeys" collection that uses