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
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
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
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
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
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:
-
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:
-