[COMMITTERS] pgbouncer - pgbouncer: v1.3.3

2010-05-10 Thread User Mkz
Log Message: --- v1.3.3 Modified Files: -- pgbouncer: NEWS (r1.42 -> r1.43) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgbouncer/pgbouncer/NEWS?r1=1.42&r2=1.43) configure.ac (r1.60 -> r1.61) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pg

[COMMITTERS] pgbouncer - pgbouncer: Clean warning flags for newer gccs.

2010-05-10 Thread User Mkz
Log Message: --- Clean warning flags for newer gccs. -Wformat=2 should turn on all useful format flags. -Wstrict-overflow is too noisy, lower level is on by default. Modified Files: -- pgbouncer: configure.ac (r1.61 -> r1.62) (http://cvs.pgfoundry.org/cgi

[COMMITTERS] pgsql: When adding a "target IS NOT NULL" indexqual to the plan for an

2010-05-10 Thread Tom Lane
Log Message: --- When adding a "target IS NOT NULL" indexqual to the plan for an index-optimized MIN or MAX, we must take care to insert the added qual in a legal place among the existing indexquals, if any. The btree index AM requires the quals to appear in index-column order. We didn't

[COMMITTERS] npgsql - Npgsql2: Changed line endings to Windows Format.

2010-05-10 Thread User Fxjr
Log Message: --- Changed line endings to Windows Format. Modified Files: -- Npgsql2/src/NpgsqlTypes: DateDatatypes.cs (r1.12 -> r1.13) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/npgsql/Npgsql2/src/NpgsqlTypes/DateDatatypes.cs?r1=1.12&r2=1.13) -- Sent v

[COMMITTERS] pgsql: Set per-function GUC settings during validating the function.

2010-05-10 Thread Takahiro Itagaki
Log Message: --- Set per-function GUC settings during validating the function. Now validators work properly even when the settings contain parameters that affect behavior of the function, like search_path. Reported by Erwin Brandstetter. Modified Files: -- pgsql/src/backen

[COMMITTERS] pgsql: Set per-function GUC settings during validating the function.

2010-05-10 Thread Takahiro Itagaki
Log Message: --- Set per-function GUC settings during validating the function. Now validators work properly even when the settings contain parameters that affect behavior of the function, like search_path. Reported by Erwin Brandstetter. Tags: REL8_4_STABLE Modified Files: -

[COMMITTERS] pgsql: Set per-function GUC settings during validating the function.

2010-05-10 Thread Takahiro Itagaki
Log Message: --- Set per-function GUC settings during validating the function. Now validators work properly even when the settings contain parameters that affect behavior of the function, like search_path. Reported by Erwin Brandstetter. Tags: REL8_3_STABLE Modified Files: -