[COMMITTERS] textsearch-ja - textsearch_senna: Support server version 9.1 and 9.2dev.

2011-10-14 Thread User Itagaki
Log Message: --- Support server version 9.1 and 9.2dev. Modified Files: -- textsearch_senna: Makefile (r1.6 -> r1.7) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/textsearch-ja/textsearch_senna/Makefile?r1=1.6&r2=1.7) textsearch_senna.c (r1.18 -> r1.

Re: [COMMITTERS] pgsql: Document how to accent Alvaro Herrera in the release notes.

2011-10-14 Thread Robert Haas
On Thu, Oct 13, 2011 at 9:36 AM, Bruce Momjian wrote: > Wow, I didn't think we wanted to get into encodings in the commit logs, > but rather only in the release notes, which are more public-facing, and > give us an encoding method that is still ASCII. We have for other people. -- Robert Haas En

[COMMITTERS] pgsql: Avoid potential relcache leak in objectaddress.c.

2011-10-14 Thread Robert Haas
Avoid potential relcache leak in objectaddress.c. Nobody using the missing_ok flag yet, but let's speculate that this will be a better interface for future callers. KaiGai Kohei, with some adjustments by me. Branch -- master Details --- http://git.postgresql.org/pg/commitdiff/393e828e31

[COMMITTERS] pgsql: Dump all roles first, then all config settings on roles.

2011-10-14 Thread Robert Haas
Dump all roles first, then all config settings on roles. This way, if a role's config setting uses the name of another role, the validity of the dump isn't dependent on the order in which those two roles are dumped. Code by Phil Sorber, comment by me. Branch -- master Details --- http:/

[COMMITTERS] pgsql: Measure the number of all-visible pages for use in index-only sc

2011-10-14 Thread Tom Lane
Measure the number of all-visible pages for use in index-only scan costing. Add a column pg_class.relallvisible to remember the number of pages that were all-visible according to the visibility map as of the last VACUUM (or ANALYZE, or some other operations that update pg_class.relpages). Use rela

[COMMITTERS] pgsql: Fix bugs in information_schema.referential_constraints view.

2011-10-14 Thread Tom Lane
Fix bugs in information_schema.referential_constraints view. This view was being insufficiently careful about matching the FK constraint to the depended-on primary or unique key constraint. That could result in failure to show an FK constraint at all, or showing it multiple times, or claiming tha

[COMMITTERS] pgsql: Fix bugs in information_schema.referential_constraints view.

2011-10-14 Thread Tom Lane
Fix bugs in information_schema.referential_constraints view. This view was being insufficiently careful about matching the FK constraint to the depended-on primary or unique key constraint. That could result in failure to show an FK constraint at all, or showing it multiple times, or claiming tha

[COMMITTERS] pgsql: Fix bugs in information_schema.referential_constraints view.

2011-10-14 Thread Tom Lane
Fix bugs in information_schema.referential_constraints view. This view was being insufficiently careful about matching the FK constraint to the depended-on primary or unique key constraint. That could result in failure to show an FK constraint at all, or showing it multiple times, or claiming tha

[COMMITTERS] pgsql: Fix bugs in information_schema.referential_constraints view.

2011-10-14 Thread Tom Lane
Fix bugs in information_schema.referential_constraints view. This view was being insufficiently careful about matching the FK constraint to the depended-on primary or unique key constraint. That could result in failure to show an FK constraint at all, or showing it multiple times, or claiming tha

[COMMITTERS] pgsql: Fix bugs in information_schema.referential_constraints view.

2011-10-14 Thread Tom Lane
Fix bugs in information_schema.referential_constraints view. This view was being insufficiently careful about matching the FK constraint to the depended-on primary or unique key constraint. That could result in failure to show an FK constraint at all, or showing it multiple times, or claiming tha

[COMMITTERS] pgsql: Fix bugs in information_schema.referential_constraints view.

2011-10-14 Thread Tom Lane
Fix bugs in information_schema.referential_constraints view. This view was being insufficiently careful about matching the FK constraint to the depended-on primary or unique key constraint. That could result in failure to show an FK constraint at all, or showing it multiple times, or claiming tha

[COMMITTERS] pgsql: Allow a major PG version psql .psqlrc file to be used if a minor

2011-10-14 Thread Bruce Momjian
Allow a major PG version psql .psqlrc file to be used if a minor matching version file does not exist. This avoids needing to rename .psqlrc files after minor version upgrades. Branch -- master Details --- http://git.postgresql.org/pg/commitdiff/2795592e52c88e510ae4bcbc17b305d6adc0b2b6

[COMMITTERS] psqlodbc - psqlodbc: SQLStatistics() sets 'D' for the collation column

2011-10-14 Thread User Hinoue
Log Message: --- SQLStatistics() sets 'D' for the collation column when an reverse index is used. Modified Files: -- psqlodbc: info.c (r1.169 -> r1.170) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/psqlodbc/psqlodbc/info.c?r1=1.169&r2=1.170) version