Log Message:
---
Additional test coverage for boolean type (bool.c)
Modified Files:
--
pgsql/src/test/regress/sql:
boolean.sql (r1.8 -> r1.9)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/test/regress/sql/boolean.sql?r1=1.8&r2=1.9)
pgsql/src/test/
Log Message:
---
Additional test coverage for int8 type (int8.c)
int8-exp-three-digits.out update untested, might need refinement.
Modified Files:
--
pgsql/src/test/regress/expected:
int8-exp-three-digits.out (r1.9 -> r1.10)
(http://anoncvs.postgresql.org/c
[EMAIL PROTECTED] (Peter Eisentraut) writes:
> Additional test coverage for int8 type (int8.c)
> int8-exp-three-digits.out update untested, might need refinement.
Either this patch or the bool one broke the buildfarm.
regards, tom lane
--
Sent via pgsql-committers mailin
Log Message:
---
Reverse int8.out and int8-exp-three-digits.out mixup.
Modified Files:
--
pgsql/src/test/regress/expected:
int8-exp-three-digits.out (r1.10 -> r1.11)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/test/regress/expected/int8-exp-three-di
Log Message:
---
Changed tabs to spaces (4)
Modified Files:
--
Npgsql2/src/NpgsqlTypes:
ArrayHandling.cs (r1.3 -> r1.4)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/npgsql/Npgsql2/src/NpgsqlTypes/ArrayHandling.cs.diff?r1=1.3&r2=1.4)
--
Sent via pgsql-com
Log Message:
---
Remove obsolete internal functions istrue, isfalse, isnottrue, isnotfalse,
nullvalue, nonvalue. A long time ago, these were used to implement the SQL
constructs IS TRUE, etc.
Modified Files:
--
pgsql/src/backend/utils/adt:
bool.c (r1.43 -> r1.44)
Log Message:
---
[#1010488] NgsqlParameter of type containing DBNull values throws
NullReferenceException. Thanks Christ Akkermans for testcase. Now, Npgsql
handles first elements which aren't null as Arrays and IEnumerables. Also added
test case for this bug.
Modified Files:
-
Log Message:
---
Remove some unportable tests
Modified Files:
--
pgsql/src/test/regress/expected:
int8-exp-three-digits.out (r1.11 -> r1.12)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/test/regress/expected/int8-exp-three-digits.out?r1=1.11&r2=1.12)
Log Message:
---
Fix markTargetListOrigin() to not fail on a simple-Var reference to a
recursive CTE that we're still in progress of analyzing. Add a similar guard
to the similar code in expandRecordVariable(), and tweak regression tests to
cover this case. Per report from Dickson S. Gued
Log Message:
---
Improve behavior of WITH RECURSIVE with an untyped literal in the
non-recursive term. Per an example from Dickson S. Guedes.
Modified Files:
--
pgsql/src/backend/parser:
parse_cte.c (r2.1 -> r2.2)
(http://anoncvs.postgresql.org/cvsweb.cgi/
Log Message:
---
Tweak the overflow checks in integer division functions to complain if the
machine produces zero (rather than the more usual minimum-possible-integer)
for the only possible overflow case. This has been seen to occur for at least
some word widths on some hardware, and it's
Log Message:
---
Fix a missed case in int8-exp-three-digits.out, per buildfarm results.
Modified Files:
--
pgsql/src/test/regress/expected:
int8-exp-three-digits.out (r1.12 -> r1.13)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/test/regress/expected/
Log Message:
---
Fix out-of-range access in dbms_pipe.db_pipes.
Modified Files:
--
orafce:
pipe.c (r1.19 -> r1.20)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/orafce/orafce/pipe.c.diff?r1=1.19&r2=1.20)
orafce/expected:
orafunc.out (r1.11 -> r1.
Log Message:
---
Fix the implicit-RTE code to be able to handle implicit RTEs for CTEs, as
well as regular tables. Per discussion, this seems necessary to meet the
principle of least astonishment.
In passing, simplify the error messages in warnAutoRange(). Now that we
have parser error p
Log Message:
---
Experimental patch to see if it fixes MSVC builds ...
Modified Files:
--
pgsql/src/tools/msvc:
vcregress.pl (r1.7 -> r1.8)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/tools/msvc/vcregress.pl?r1=1.7&r2=1.8)
--
Sent via pgsql-commit
Log Message:
---
removed dependencies on System.Web
Modified Files:
--
Npgsql2/src:
Npgsql2008.csproj (r1.15 -> r1.16)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/npgsql/Npgsql2/src/Npgsql2008.csproj.diff?r1=1.15&r2=1.16)
--
Sent via pgsql-committers mai
Log Message:
---
updated to 2.0 for final release.
Modified Files:
--
Npgsql2/src/Npgsql:
AssemblyInfo.cs (r1.14 -> r1.15)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/npgsql/Npgsql2/src/Npgsql/AssemblyInfo.cs.diff?r1=1.14&r2=1.15)
--
Sent via pgsql-commi
Log Message:
---
Updated for 2.0 release
Modified Files:
--
Npgsql2:
ChangeLog (r1.8 -> r1.9)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/npgsql/Npgsql2/ChangeLog.diff?r1=1.8&r2=1.9)
--
Sent via pgsql-committers mailing list (pgsql-committers@postgresql.
Log Message:
---
Random speculation about the reason for PPC64 buildfarm failures:
maybe isalnum is returning a value with the low-order byte all zero?
Modified Files:
--
pgsql/src/backend/utils/adt:
formatting.c (r1.148 -> r1.149)
(http://anoncvs.postgresq
19 matches
Mail list logo