[COMMITTERS] pgsql: Make EXPLAIN ANALYZE report the numbers of rows rejected by filt

2011-09-22 Thread Tom Lane
Make EXPLAIN ANALYZE report the numbers of rows rejected by filter steps. This provides information about the numbers of tuples that were visited but not returned by table scans, as well as the numbers of join tuples that were considered and discarded within a join plan node. There is still some

[COMMITTERS] pgsql: Translation updates

2011-09-22 Thread Peter Eisentraut
Translation updates Branch -- REL9_0_STABLE Details --- http://git.postgresql.org/pg/commitdiff/b43bb707cc75be5e751875219657f5af9bbd4adb Modified Files -- src/backend/nls.mk |2 +- src/backend/po/de.po| 1328 +- src/backend/po/es.po

[COMMITTERS] pgsql: Translation updates

2011-09-22 Thread Peter Eisentraut
Translation updates Branch -- REL8_2_STABLE Details --- http://git.postgresql.org/pg/commitdiff/7b93bbba79b0778a011346750db5303f89c32d08 Modified Files -- src/backend/po/de.po| 1439 ++-- src/backend/po/es.po| 5523 ++-- src/backend/po/fr.po

[COMMITTERS] pgsql: Translation updates

2011-09-22 Thread Peter Eisentraut
Translation updates Branch -- REL8_3_STABLE Details --- http://git.postgresql.org/pg/commitdiff/3ffe294373a1ac134e51a636c22bda56adb9e34c Modified Files -- src/backend/po/de.po | 818 +- src/backend/po/es.po | 5902 +- src/backend/po/fr.po

[COMMITTERS] pgsql: Translation updates

2011-09-22 Thread Peter Eisentraut
Translation updates Branch -- REL9_1_STABLE Details --- http://git.postgresql.org/pg/commitdiff/f992679318ceea10f785e8653932f04b4003eef0 Modified Files -- src/backend/nls.mk|2 +- src/backend/po/de.po | 84 +- src/backend/po/es.po | 86 +- s

[COMMITTERS] pgsql: Translation updates

2011-09-22 Thread Peter Eisentraut
Translation updates Branch -- REL8_4_STABLE Details --- http://git.postgresql.org/pg/commitdiff/16961f9d682212b1539e32c5b92f93de320ce3ca Modified Files -- src/backend/nls.mk |2 +- src/backend/po/de.po | 1191 +- src/backend/po/es.po

[COMMITTERS] pgsql: Update release notes for 9.1.1, 9.0.5, 8.4.9, 8.3.16, 8.2.22.

2011-09-22 Thread Tom Lane
Update release notes for 9.1.1, 9.0.5, 8.4.9, 8.3.16, 8.2.22. Man, we fixed a lotta bugs since April. Branch -- REL9_1_STABLE Details --- http://git.postgresql.org/pg/commitdiff/7f70f35031b4dea40ab4fa20638befc430e8ebaa Modified Files -- doc/src/sgml/release-8.2.sgml | 307 +

[COMMITTERS] pgsql: Update release notes for 9.1.1, 9.0.5, 8.4.9, 8.3.16, 8.2.22.

2011-09-22 Thread Tom Lane
Update release notes for 9.1.1, 9.0.5, 8.4.9, 8.3.16, 8.2.22. Man, we fixed a lotta bugs since April. Branch -- REL9_0_STABLE Details --- http://git.postgresql.org/pg/commitdiff/94a419558371951e7bfaf291aa0dc6dba1f57433 Modified Files -- doc/src/sgml/release-8.2.sgml | 309 +

[COMMITTERS] pgsql: Update release notes for 9.1.1, 9.0.5, 8.4.9, 8.3.16, 8.2.22.

2011-09-22 Thread Tom Lane
Update release notes for 9.1.1, 9.0.5, 8.4.9, 8.3.16, 8.2.22. Man, we fixed a lotta bugs since April. Branch -- REL8_3_STABLE Details --- http://git.postgresql.org/pg/commitdiff/8c3b884b33fb6dd24ce0c2a0cd5e91b6610108f8 Modified Files -- doc/src/sgml/release-8.2.sgml | 309 +

[COMMITTERS] pgsql: Update release notes for 9.1.1, 9.0.5, 8.4.9, 8.3.16, 8.2.22.

2011-09-22 Thread Tom Lane
Update release notes for 9.1.1, 9.0.5, 8.4.9, 8.3.16, 8.2.22. Man, we fixed a lotta bugs since April. Branch -- REL8_4_STABLE Details --- http://git.postgresql.org/pg/commitdiff/608b4bd13ace64291f8ce6a2a7d4f1ff3818d323 Modified Files -- doc/src/sgml/release-8.2.sgml | 309 +

[COMMITTERS] pgsql: Update release notes for 9.1.1, 9.0.5, 8.4.9, 8.3.16, 8.2.22.

2011-09-22 Thread Tom Lane
Update release notes for 9.1.1, 9.0.5, 8.4.9, 8.3.16, 8.2.22. Man, we fixed a lotta bugs since April. Branch -- REL8_2_STABLE Details --- http://git.postgresql.org/pg/commitdiff/3a153992784c471213557d4fff1a1c1d91bb7e6d Modified Files -- doc/src/sgml/release-8.2.sgml | 309 +

[COMMITTERS] pgsql: Update release notes for 9.1.1, 9.0.5, 8.4.9, 8.3.16, 8.2.22.

2011-09-22 Thread Tom Lane
Update release notes for 9.1.1, 9.0.5, 8.4.9, 8.3.16, 8.2.22. Man, we fixed a lotta bugs since April. Branch -- master Details --- http://git.postgresql.org/pg/commitdiff/614421f9aa88826424ce6117518e32b41e4c8182 Modified Files -- doc/src/sgml/release-8.2.sgml | 307

[COMMITTERS] pgsql: Stamp 8.2.22.

2011-09-22 Thread Tom Lane
Stamp 8.2.22. Branch -- REL8_2_STABLE Details --- http://git.postgresql.org/pg/commitdiff/d08aa1937fbdf756703bbb2653538b06541ba349 Modified Files -- configure| 18 +- configure.in |2 +- doc/bug.template

[COMMITTERS] pgsql: Stamp 8.3.16.

2011-09-22 Thread Tom Lane
Stamp 8.3.16. Branch -- REL8_3_STABLE Details --- http://git.postgresql.org/pg/commitdiff/cef46230dcce6ae059f385c34b3eb524740ebee1 Modified Files -- configure| 18 +- configure.in |2 +- doc/bug.template

[COMMITTERS] pgsql: Stamp 9.1.1.

2011-09-22 Thread Tom Lane
Stamp 9.1.1. Branch -- REL9_1_STABLE Details --- http://git.postgresql.org/pg/commitdiff/8da4007a4d78168243d0e2ce67d97073ce2812ce Modified Files -- configure| 18 +- configure.in |2 +- doc/bug.template

[COMMITTERS] pgsql: Stamp 9.0.5.

2011-09-22 Thread Tom Lane
Stamp 9.0.5. Branch -- REL9_0_STABLE Details --- http://git.postgresql.org/pg/commitdiff/8522403c5cd2351a1292b868a85aeec0aab5f2b3 Modified Files -- configure| 18 +- configure.in |2 +- doc/bug.template

[COMMITTERS] pgsql: Stamp 8.4.9.

2011-09-22 Thread Tom Lane
Stamp 8.4.9. Branch -- REL8_4_STABLE Details --- http://git.postgresql.org/pg/commitdiff/07d306785ecf0b6c59dbb8fe0e112e3175e849e1 Modified Files -- configure| 18 +- configure.in |2 +- doc/bug.template