Log Message:
---
Driver name fix.
Tags:
REL-07_03_ENHANCED
Modified Files:
--
psqlodbc:
psqlodbc.h (r1.82.2.4 -> r1.82.2.5)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/psqlodbc/psqlodbc/psqlodbc.h.diff?r1=1.82.2.4&r2=1.82.2.5)
--
Log Message:
---
Oops,correction of a mistake.
Tags:
REL-07_03_ENHANCED
Modified Files:
--
psqlodbc:
Makefile.in (r1.1.2.3 -> r1.1.2.4)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/psqlodbc/psqlodbc/Makefile.in.diff?r1=1.1.2.3&r2=1.1.2.4)
---
Log Message:
---
Correspondence automake (GNU automake) 1.9.2.
Tags:
REL-07_03_ENHANCED
Added Files:
---
psqlodbc:
Makefile.am (r1.11.2.2)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/psqlodbc/psqlodbc/Makefile.am?rev=1.11.2.2&content-type=text/x-cvsweb-m
Log Message:
---
Correspondence automake (GNU automake) 1.9.2
Tags:
REL-07_03_ENHANCED
Modified Files:
--
psqlodbc:
Makefile.in (r1.1.2.2 -> r1.1.2.3)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/psqlodbc/psqlodbc/Makefile.in.diff?r1=1.1.2.2&r2=1.1.2.
Log Message:
---
Parameter extension.
(positioned_load from incompatible pointer type)
by Inoue.
Tags:
REL-07_03_ENHANCED
Modified Files:
--
psqlodbc:
results.c (r1.70.2.5 -> r1.70.2.6)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/psqlodbc/psqlodbc/re
Log Message:
---
Update btree_gist for CIDR/INET changes --- there's really no need to
have a separate set of CIDR code here, either.
Modified Files:
--
pgsql/contrib/btree_gist:
btree_gist.sql.in (r1.13 -> r1.14)
(http://developer.postgresql.org/cvsweb.cgi
Log Message:
---
Done:
< * %Prevent INET cast to CIDR if the unmasked bits are not zero, or
< zero the bits
< * %Prevent INET cast to CIDR from dropping netmask, SELECT
'1.1.1.1'::inet::cidr
> * -Zero umasked bits in conversion from INET cast to CIDR
> * -Prevent INET cast to CIDR from
Log Message:
---
Clean up the INET-vs-CIDR situation. Get rid of the internal is_cidr flag
and rely exclusively on the SQL type system to tell the difference between
the types. Prevent creation of invalid CIDR values via casting from INET
or set_masklen() --- both of these operations now
Log Message:
---
updated ChangeLog
Modified Files:
--
pgfouine:
ChangeLog (r1.13 -> r1.14)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgfouine/pgfouine/ChangeLog.diff?r1=1.13&r2=1.14)
---(end of broadcast)-
Log Message:
---
fixed the HTML output
Modified Files:
--
pgfouine/include/reporting/reports:
NormalizedErrorsMostFrequentReport.class.php (r1.4 -> r1.5)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgfouine/pgfouine/include/reporting/reports/NormalizedErro
Log Message:
---
removed useless var and method
Modified Files:
--
pgfouine/include:
LogStream.class.php (r1.7 -> r1.8)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgfouine/pgfouine/include/LogStream.class.php.diff?r1=1.7&r2=1.8)
-
Log Message:
---
fixed a missing reference
Modified Files:
--
pgfouine/include:
LogBlock.class.php (r1.2 -> r1.3)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgfouine/pgfouine/include/LogBlock.class.php.diff?r1=1.2&r2=1.3)
---(end
Log Message:
---
Remove the no-longer-useful HashItem/HashItemData level of structure.
Same motivation as for BTItem.
Modified Files:
--
pgsql/src/backend/access/hash:
hash.c (r1.82 -> r1.83)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/acc
Log Message:
---
Remove the no-longer-useful BTItem/BTItemData level of structure, and
just refer to btree index entries as plain IndexTuples, which is what
they have been for a very long time. This is mostly just an exercise
in removing extraneous notation, but it does save a palloc/pfree
Log Message:
---
should never be called with appendTo
Modified Files:
--
pgfouine/include/postgresql/lines:
PostgreSQLQueryStartLine.class.php (r1.6 -> r1.7)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgfouine/pgfouine/include/postgresql/lines/PostgreSQLQ
Log Message:
---
Remove unnecessary PQconsumeInput call from PQputCopyData; it's redundant
because pqSendSome will absorb input data anytime it'd be forced to block.
Avoiding a kernel call per PQputCopyData call helps COPY speed materially.
Alon Goldshuv
Tags:
REL8_1_STABLE
Modified
Log Message:
---
Remove unnecessary PQconsumeInput call from PQputCopyData; it's redundant
because pqSendSome will absorb input data anytime it'd be forced to block.
Avoiding a kernel call per PQputCopyData call helps COPY speed materially.
Alon Goldshuv
Modified Files:
--
Log Message:
---
Allow row comparisons to be used as indexscan qualifications.
This completes the project to upgrade our handling of row comparisons.
Modified Files:
--
pgsql/src/backend/access/nbtree:
nbtsearch.c (r1.101 -> r1.102)
(http://developer.postgr
Log Message:
---
Update regression error message for NUMERIC range overflow. Display "1"
instead of "10^0".
Modified Files:
--
pgsql/src/test/regress/expected:
numeric.out (r1.17 -> r1.18)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/test/regress/
Log Message:
---
Update regression error message for NUMERIC range overflow. Display "1"
instead of 10^0.
Modified Files:
--
pgsql/src/backend/utils/adt:
numeric.c (r1.89 -> r1.90)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/utils/adt/num
Log Message:
---
Improve error message when NUMERIC precision is exceeded.
Modified Files:
--
pgsql/src/backend/utils/adt:
numeric.c (r1.88 -> r1.89)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/utils/adt/numeric.c.diff?r1=1.88&r2=1.89)
--
Log Message:
---
Fix but master/slave mode and LISTEN/NOTIFY
Modified Files:
--
pgpool:
pool_process_query.c (r1.10 -> r1.11)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgpool/pgpool/pool_process_query.c.diff?r1=1.10&r2=1.11)
---(
22 matches
Mail list logo