Log Message:
---
Modified Files:
--
pgUnitTest_Rnd/src/include/pgut/objects:
pguRecord.h (r1.4 -> r1.5)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgunittest/pgUnitTest_Rnd/src/include/pgut/objects/pguRecord.h.diff?r1=1.4&r2=1.5)
pguMapm.h (r1.1
Log Message:
---
More select statement support plus simple dml support
Modified Files:
--
Npgsql2/src/Npgsql/SqlGenerators:
SqlBaseGenerator.cs (r1.1 -> r1.2)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/npgsql/Npgsql2/src/Npgsql/SqlGenerators/SqlBaseGenera
Log Message:
---
Fix Clone method so that type_info doesn't get automatically initialized
through the property getter.
Modified Files:
--
Npgsql2/src/Npgsql:
NpgsqlParameter.cs (r1.10 -> r1.11)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/npgsql/Npgsql2/sr
Log Message:
---
Wording fix:
< o Have CONSTRAINT cname NOT NULL preserve the contraint name
> o Have CONSTRAINT cname NOT NULL record the contraint name
Modified Files:
--
pgsql/doc:
TODO (r1.2260 -> r1.2261)
(http://anoncvs.postgresql.org/cvs
Log Message:
---
Add:
>
> o Have CONSTRAINT cname NOT NULL preserve the contraint name
>
> Right now pg_attribute.attnotnull records the NOT NULL status
> of the column, but does not record the contraint name
>
Modified Files:
--
pgsql/doc:
Log Message:
---
Break out referential integrity and server-side languages into separate
TODO categories.
Modified Files:
--
pgsql/doc:
TODO (r1.2258 -> r1.2259)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/doc/TODO?r1=1.2258&r2=1.2259)
pgsql/doc/src
Log Message:
---
Clean up double negative, per Tom Lane.
Modified Files:
--
pgsql/src/backend/port/dynloader:
netbsd.c (r1.23 -> r1.24)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/port/dynloader/netbsd.c?r1=1.23&r2=1.24)
--
Sent via pgsql-c
Log Message:
---
- check rpmdsNew and rpmfiNew don't return NULL ptr
Modified Files:
--
pgrpm:
pgheader.c (r1.22 -> r1.23)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgrpm/pgrpm/pgheader.c.diff?r1=1.22&r2=1.23)
--
Sent via pgsql-committers mailing list (
Log Message:
---
- set SCAREMEM to 1 to avoid crash in rpmlib
Modified Files:
--
pgrpm:
pgrpm.h (r1.3 -> r1.4)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgrpm/pgrpm/pgrpm.h.diff?r1=1.3&r2=1.4)
--
Sent via pgsql-committers mailing list (pgsql-committers@
Log Message:
---
Update libpqxx URL in top-level README, per Gurjeet Singh.
Tags:
REL8_3_STABLE
Modified Files:
--
pgsql:
README (r1.33 -> r1.33.2.1)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/README?r1=1.33&r2=1.33.2.1)
--
Sent via pgsql-commit
Log Message:
---
Update libpqxx URL in top-level README, per Gurjeet Singh.
Modified Files:
--
pgsql:
README (r1.33 -> r1.34)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/README?r1=1.33&r2=1.34)
--
Sent via pgsql-committers mailing list (pgsql-committers
Log Message:
---
In PrepareToInvalidateCacheTuple, don't force initialization of catalog
caches that we don't actually need to touch. This saves some trivial
number of cycles and avoids certain cases of deadlock when doing concurrent
VACUUM FULL on system catalogs. Per report from Gavin R
Log Message:
---
In PrepareToInvalidateCacheTuple, don't force initialization of catalog
caches that we don't actually need to touch. This saves some trivial
number of cycles and avoids certain cases of deadlock when doing concurrent
VACUUM FULL on system catalogs. Per report from Gavin R
Log Message:
---
In PrepareToInvalidateCacheTuple, don't force initialization of catalog
caches that we don't actually need to touch. This saves some trivial
number of cycles and avoids certain cases of deadlock when doing concurrent
VACUUM FULL on system catalogs. Per report from Gavin R
Log Message:
---
Document that increasing the number of checkpoints segments or
checkpoint timeout can incrase the time needed for crash recovery, per
suggestion from Simon.
Tags:
REL8_3_STABLE
Modified Files:
--
pgsql/doc/src/sgml:
config.sgml (r1.164 -> r1.1
Log Message:
---
Document that increasing the number of checkpoints segments or
checkpoint timeout can incrase the time needed for crash recovery, per
suggestion from Simon.
Modified Files:
--
pgsql/doc/src/sgml:
config.sgml (r1.166 -> r1.167)
(http://anonc
Log Message:
---
Add URL for:
* Add support for SQL-standard GENERATED/IDENTITY columns
> http://archives.postgresql.org/pgsql-hackers/2008-02/msg00604.php
Modified Files:
--
pgsql/doc:
TODO (r1.2257 -> r1.2258)
(http://anoncvs.postgresql.org/cvsweb.cgi
Log Message:
---
Add URL for:
* Add SQL:2003 WITH RECURSIVE (hierarchical) queries to SELECT
> http://archives.postgresql.org/pgsql-hackers/2008-02/msg00642.php
>
Modified Files:
--
pgsql/doc:
TODO (r1.2256 -> r1.2257)
(http://anoncvs.postgresql.org/cvs
Log Message:
---
Add:
>
> o Allow COPY FROM to create index entries in bulk
>
> http://archives.postgresql.org/pgsql-hackers/2008-02/msg00811.php
>
Modified Files:
--
pgsql/doc:
TODO (r1.2255 -> r1.2256)
(http://anoncvs.postgresql.org/cvswe
Log Message:
---
When text search string is too long, in error message report actual and
maximum number of bytes allowed.
Modified Files:
--
pgsql/src/backend/tsearch:
to_tsany.c (r1.8 -> r1.9)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/tse
Log Message:
---
Fix spelling error in comment.
Per report from Jasen Betts
Tags:
REL8_3_STABLE
Modified Files:
--
pginst/inst:
psql.bat (r1.2 -> r1.2.2.1)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pginstaller/pginst/inst/psql.bat.diff?r1=1.2&r2=1
Log Message:
---
Fix spelling error in comment.
Per report from Jasen Betts
Modified Files:
--
pginst/inst:
psql.bat (r1.2 -> r1.3)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pginstaller/pginst/inst/psql.bat.diff?r1=1.2&r2=1.3)
--
Sent via pgsql-committ
Log Message:
---
admin.c: allow missing iobuf
Modified Files:
--
pgbouncer/src:
admin.c (r1.34 -> r1.35)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgbouncer/pgbouncer/src/admin.c.diff?r1=1.34&r2=1.35)
--
Sent via pgsql-committers mailing list (pgsql-com
Log Message:
---
asynctest: print first startup errors
Modified Files:
--
pgbouncer/test:
asynctest.c (r1.9 -> r1.10)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgbouncer/pgbouncer/test/asynctest.c.diff?r1=1.9&r2=1.10)
--
Sent via pgsql-committers mailin
24 matches
Mail list logo