Log Message:
---
Add BY clause to PL/PgSQL FOR loop, to control the iteration increment.
Jaime Casanova
Modified Files:
--
pgsql/doc/src/sgml:
plpgsql.sgml (r1.94 -> r1.95)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/plpgsql.sgml.diff?r1
Log Message:
---
Avoid use of C commment inside C comment from recent Win32 int overflow patch.
Tags:
REL8_1_STABLE
Modified Files:
--
pgsql/src/backend/utils/adt:
int.c (r1.68.2.2 -> r1.68.2.3)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/ba
Log Message:
---
Avoid use of C commment inside C comment from recent Win32 int overflow patch.
Modified Files:
--
pgsql/src/backend/utils/adt:
int.c (r1.73 -> r1.74)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/utils/adt/int.c.diff?r1=1.73
Log Message:
---
Prevent Win32 from displaying a popup box on backend crash. Instead let
the postmaster deal with it.
Magnus Hagander
Modified Files:
--
pgsql/src/backend/main:
main.c (r1.101 -> r1.102)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/sr
Log Message:
---
Add URL for bitmap AM:
> http://archives.postgresql.org/pgsql-patches/2005-07/msg00512.php
Modified Files:
--
pgsql/doc:
TODO (r1.1853 -> r1.1854)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/TODO.diff?r1=1.1853&r2=1.1854)
p
Log Message:
---
Win32 can't catch the exception thrown by INT_MIN / -1 or INT_MIN * -1,
so on that platform we test for those before the computation and throw
an "out of range" error.
Backpatch to 8.1.X.
Tags:
REL8_1_STABLE
Modified Files:
--
pgsql/src/backend/utils
Log Message:
---
Win32 can't catch the exception thrown by INT_MIN / -1 or INT_MIN * -1,
so on that platform we test for those before the computation and throw
an "out of range" error.
Backpatch to 8.1.X.
Modified Files:
--
pgsql/src/backend/utils/adt:
int.c (r1.72
> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] On Behalf Of
> User Hinoue
> Sent: 12 June 2006 16:22
> To: [email protected]
> Subject: [COMMITTERS] psqlodbc - psqlodbc: The version is now
> 8.2.0005.
>
> Log Message:
> ---
> The vers
Log Message:
---
The version is now 8.2.0005.
Modified Files:
--
psqlodbc:
bind.c (r1.56 -> r1.57)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/psqlodbc/psqlodbc/bind.c.diff?r1=1.56&r2=1.57)
catfunc.h (r1.3 -> r1.4)
(http://cvs.pgfoundry.or
Log Message:
---
Optimization on snapshot log: only add log on updates if the data has changed.
Modified Files:
--
src/pl:
createSnapshotLogTrigger.pl (r1.1.1.1 -> r1.2)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/snapshot/src/pl/createSnapshotLogTrigger.p
Log Message:
---
Oops. Some missing INCLUDES on drop_snapshot function.
Modified Files:
--
src/sql:
pgsnapshots_drop_snapshot.sql (r1.2 -> r1.3)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/snapshot/src/sql/pgsnapshots_drop_snapshot.sql.diff?r1=1.2&r2=1.3)
Log Message:
---
Uppercase/Lowercase mismatch fixed. We can take any case and always save with
lowercase.
Modified Files:
--
src/sql:
pgsnapshots_create_snapshot.sql (r1.1.1.1 -> r1.2)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/snapshot/src/sql/pgsnapsho
12 matches
Mail list logo