[COMMITTERS] pgsql: Update and extend the EXPLAIN-related documentation.

2011-09-28 Thread Tom Lane
Update and extend the EXPLAIN-related documentation. I've made a significant effort at filling in the "Using EXPLAIN" section to be reasonably complete about mentioning everything that EXPLAIN can output, including the "Rows Removed" outputs that were added by Marko Tiikkaja's recent documentation

[COMMITTERS] npgsql - Npgsql2: Updated for build 2.0.11.92

2011-09-28 Thread User Jbcooley
Log Message: --- Updated for build 2.0.11.92 Modified Files: -- Npgsql2/src: policy.2.0.Npgsql.config (r1.9 -> r1.10) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/npgsql/Npgsql2/src/policy.2.0.Npgsql.config?r1=1.9&r2=1.10) -- Sent via pgsql-committers mai

[COMMITTERS] npgsql - Npgsql2: Updated for build 2.0.11.92

2011-09-28 Thread User Jbcooley
Log Message: --- Updated for build 2.0.11.92 Modified Files: -- Npgsql2/src/Npgsql: AssemblyInfo.cs (r1.31 -> r1.32) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/npgsql/Npgsql2/src/Npgsql/AssemblyInfo.cs?r1=1.31&r2=1.32) -- Sent via pgsql-committers maili

[COMMITTERS] npgsql - Npgsql2: Updated for build 2.0.11.92

2011-09-28 Thread User Jbcooley
Log Message: --- Updated for build 2.0.11.92 Modified Files: -- Npgsql2: ChangeLog (r1.22 -> r1.23) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/npgsql/Npgsql2/ChangeLog?r1=1.22&r2=1.23) -- Sent via pgsql-committers mailing list (pgsql-committers@postgres

[COMMITTERS] npgsql - Npgsql2: Updated release notes for beta 2 release.

2011-09-28 Thread User Fxjr
Log Message: --- Updated release notes for beta 2 release. Modified Files: -- Npgsql2: RELEASENOTES.txt (r1.24 -> r1.25) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/npgsql/Npgsql2/RELEASENOTES.txt?r1=1.24&r2=1.25) -- Sent via pgsql-committers mailing li

[COMMITTERS] pgsql: In pg_upgrade, because toast table names can be mismatched with

2011-09-28 Thread Bruce Momjian
In pg_upgrade, because toast table names can be mismatched with the heap oid on 8.4, modify the toast name comparison test to only apply to old 9.0+ servers. (The test was previously 8.4+.) Branch -- REL9_1_STABLE Details --- http://git.postgresql.org/pg/commitdiff/2e9633c3620d4cbaa44ae6

[COMMITTERS] pgsql: In pg_upgrade, because toast table names can be mismatched with

2011-09-28 Thread Bruce Momjian
In pg_upgrade, because toast table names can be mismatched with the heap oid on 8.4, modify the toast name comparison test to only apply to old 9.0+ servers. (The test was previously 8.4+.) Backpatch to 9.1.X. Branch -- master Details --- http://git.postgresql.org/pg/commitdiff/5e595842

[COMMITTERS] pgsql: Fix index matching for operators with mixed collatable/noncollat

2011-09-28 Thread Tom Lane
Fix index matching for operators with mixed collatable/noncollatable inputs. If an indexable operator for a non-collatable indexed datatype has a collatable right-hand input type, any OpExpr for it will be marked with a nonzero inputcollid (since having one collatable input is sufficient to make t

[COMMITTERS] pgsql: Fix index matching for operators with mixed collatable/noncollat

2011-09-28 Thread Tom Lane
Fix index matching for operators with mixed collatable/noncollatable inputs. If an indexable operator for a non-collatable indexed datatype has a collatable right-hand input type, any OpExpr for it will be marked with a nonzero inputcollid (since having one collatable input is sufficient to make t