[COMMITTERS] psqlodbc - psqlodbc: Driver name fix.

2006-01-25 Thread User H-saito
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) --

[COMMITTERS] psqlodbc - psqlodbc: Oops,correction of a mistake.

2006-01-25 Thread User H-saito
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) ---

[COMMITTERS] psqlodbc - psqlodbc: Correspondence automake (GNU automake) 1.9.2.

2006-01-25 Thread User H-saito
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

[COMMITTERS] psqlodbc - psqlodbc: Correspondence automake (GNU automake) 1.9.2

2006-01-25 Thread User H-saito
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.

[COMMITTERS] psqlodbc - psqlodbc: Parameter extension.

2006-01-25 Thread User H-saito
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

[COMMITTERS] pgsql: Update btree_gist for CIDR/INET changes --- there's really no

2006-01-25 Thread Tom Lane
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

[COMMITTERS] pgsql: Done: < * %Prevent INET cast to CIDR if the unmasked bits are

2006-01-25 Thread Bruce Momjian
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

[COMMITTERS] pgsql: Clean up the INET-vs-CIDR situation.

2006-01-25 Thread Tom Lane
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

[COMMITTERS] pgfouine - pgfouine: updated ChangeLog

2006-01-25 Thread User Gsmet
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)-

[COMMITTERS] pgfouine - pgfouine: fixed the HTML output

2006-01-25 Thread User Gsmet
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

[COMMITTERS] pgfouine - pgfouine: removed useless var and method

2006-01-25 Thread User Gsmet
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) -

[COMMITTERS] pgfouine - pgfouine: fixed a missing reference

2006-01-25 Thread User Gsmet
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

[COMMITTERS] pgsql: Remove the no-longer-useful HashItem/HashItemData level of

2006-01-25 Thread Tom Lane
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

[COMMITTERS] pgsql: Remove the no-longer-useful BTItem/BTItemData level of structure,

2006-01-25 Thread Tom Lane
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

[COMMITTERS] pgfouine - pgfouine: should never be called with appendTo

2006-01-25 Thread User Gsmet
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

[COMMITTERS] pgsql: Remove unnecessary PQconsumeInput call from PQputCopyData; it's

2006-01-25 Thread Tom Lane
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

[COMMITTERS] pgsql: Remove unnecessary PQconsumeInput call from PQputCopyData; it's

2006-01-25 Thread Tom Lane
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: --

[COMMITTERS] pgsql: Allow row comparisons to be used as indexscan qualifications.

2006-01-25 Thread Tom Lane
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

[COMMITTERS] pgsql: Update regression error message for NUMERIC range overflow.

2006-01-25 Thread Bruce Momjian
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/

[COMMITTERS] pgsql: Update regression error message for NUMERIC range overflow.

2006-01-25 Thread Bruce Momjian
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

[COMMITTERS] pgsql: Improve error message when NUMERIC precision is exceeded.

2006-01-25 Thread Bruce Momjian
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) --

[COMMITTERS] pgpool - pgpool: Fix but master/slave mode and LISTEN/NOTIFY

2006-01-25 Thread User T-ishii
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) ---(