[COMMITTERS] textsearch-ja - textsearch_senna: Hotfix for expression indexes.

2011-04-18 Thread User Itagaki
Log Message: --- Hotfix for expression indexes. Modified Files: -- textsearch_senna: textsearch_senna.c (r1.17 -> r1.18) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/textsearch-ja/textsearch_senna/textsearch_senna.c?r1=1.17&r2=1.18) -- Sent via pgsql-comm

[COMMITTERS] pgsql: Fix handling of collations in multi-row VALUES constructs.

2011-04-18 Thread Tom Lane
Fix handling of collations in multi-row VALUES constructs. Per spec we ought to apply select_common_collation() across the expressions in each column of the VALUES table. The original coding was just taking the first row and assuming it was representative. This patch adds a field to struct Range

[COMMITTERS] pgsql: Only allow typed tables to hang off composite types, not e.g. ta

2011-04-18 Thread Robert Haas
Only allow typed tables to hang off composite types, not e.g. tables. This also ensures that we take a relation lock on the composite type when creating a typed table, which is necessary to prevent the composite type and the typed table from getting out of step in the face of concurrent DDL. Noah

[COMMITTERS] pgsql: Attempt to remedy buildfarm breakage caused by commit f536d4194.

2011-04-18 Thread Andrew Dunstan
Attempt to remedy buildfarm breakage caused by commit f536d4194. Branch -- master Details --- http://git.postgresql.org/pg/commitdiff/b7b86924c6da46c774e1ab5d524a6bc4f72627ab Modified Files -- contrib/unaccent/Makefile |5 ++--- 1 files changed, 2 insertions(+), 3 deletion

[COMMITTERS] pgsql: recoveryStopsHere() must check the resource manager ID.

2011-04-18 Thread Robert Haas
recoveryStopsHere() must check the resource manager ID. Before commit c016ce728139be95bb0dc7c4e5640507334c2339, this wasn't needed, but now that multiple resource manager IDs can percolate down through here, we have to make sure we know which one we've got. Otherwise, we can confuse (for example)