[COMMITTERS] pgbouncer - pgbouncer: v1.3.3
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/pgbouncer/pgbouncer/configure.ac?r1=1.60&r2=1.61) pgbouncer/debian: changelog (r1.24 -> r1.25) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgbouncer/pgbouncer/debian/changelog?r1=1.24&r2=1.25) -- Sent via pgsql-committers mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-committers
[COMMITTERS] pgbouncer - pgbouncer: Clean warning flags for newer gccs.
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-bin/cvsweb.cgi/pgbouncer/pgbouncer/configure.ac?r1=1.61&r2=1.62) -- Sent via pgsql-committers mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-committers
[COMMITTERS] pgsql: When adding a "target IS NOT NULL" indexqual to the plan for an
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 have to worry about this before because "target IS NOT NULL" was just treated as a plain scan filter condition; but as of 9.0 it can be an index qual and then it has to follow the rule. Per report from Ian Barwick. Modified Files: -- pgsql/src/backend/optimizer/plan: planagg.c (r1.51 -> r1.52) (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/optimizer/plan/planagg.c?r1=1.51&r2=1.52) -- Sent via pgsql-committers mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-committers
[COMMITTERS] npgsql - Npgsql2: Changed line endings to Windows Format.
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 via pgsql-committers mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-committers
[COMMITTERS] pgsql: Set per-function GUC settings during validating the function.
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/backend/catalog: pg_proc.c (r1.174 -> r1.175) (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/catalog/pg_proc.c?r1=1.174&r2=1.175) -- Sent via pgsql-committers mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-committers
[COMMITTERS] pgsql: Set per-function GUC settings during validating the function.
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: -- pgsql/src/backend/catalog: pg_proc.c (r1.164.2.3 -> r1.164.2.4) (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/catalog/pg_proc.c?r1=1.164.2.3&r2=1.164.2.4) -- Sent via pgsql-committers mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-committers
[COMMITTERS] pgsql: Set per-function GUC settings during validating the function.
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: -- pgsql/src/backend/catalog: pg_proc.c (r1.148.2.1 -> r1.148.2.2) (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/catalog/pg_proc.c?r1=1.148.2.1&r2=1.148.2.2) -- Sent via pgsql-committers mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-committers
