[COMMITTERS] pgsql: Improve ruleutils.c's heuristics for dealing with rangetable ali

2012-09-21 Thread Tom Lane
Improve ruleutils.c's heuristics for dealing with rangetable aliases. The previous scheme had bugs in some corner cases involving tables that had been renamed since a view was made. This could result in dumped views that failed to reload or reloaded incorrectly, as seen in bug #7553 from Lloyd Al

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

2012-09-21 Thread pgsql
Tag refs/tags/REL9_1_6 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: Tag refs/tags/REL8_3_21 was created

2012-09-21 Thread pgsql
Tag refs/tags/REL8_3_21 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: Tag refs/tags/REL9_2_1 was created

2012-09-21 Thread pgsql
Tag refs/tags/REL9_2_1 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: Tag refs/tags/REL9_0_10 was created

2012-09-21 Thread pgsql
Tag refs/tags/REL9_0_10 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: Tag refs/tags/REL8_4_14 was created

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

[COMMITTERS] pgtcl - libpgtcl: Update the postgresql database schema comparator.

2012-09-21 Thread User Karl
Log Message: --- Update the postgresql database schema comparator. Modified Files: -- libpgtcl/playpen/pggrok: compare.tcl (r1.4 -> r1.5) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgtcl/libpgtcl/playpen/pggrok/compare.tcl?r1=1.4&r2=1.5) dump.tcl

[COMMITTERS] pgsql: Parse pg_ident.conf when it's loaded, keeping it in memory in pa

2012-09-21 Thread Heikki Linnakangas
Parse pg_ident.conf when it's loaded, keeping it in memory in parsed format. Similar changes were done to pg_hba.conf earlier already, this commit makes pg_ident.conf to behave the same as pg_hba.conf. This has two user-visible effects. First, if pg_ident.conf contains multiple errors, the whole

[COMMITTERS] pgsql: Fix obsolete comment.

2012-09-21 Thread Heikki Linnakangas
Fix obsolete comment. load_hba and load_ident load stuff in a separate memory context nowadays, not in the current memory context. Branch -- master Details --- http://git.postgresql.org/pg/commitdiff/9d5e9730e5c2aa912778b9e8728c0b5ebd807d9a Modified Files -- src/backend/util