[COMMITTERS] pgloader - pgloader: Allow user to force psycopg version to use, as

2008-02-27 Thread User Dim
Log Message: --- Allow user to force psycopg version to use, as psycopg2 is not always the best choice Modified Files: -- pgloader: pgloader.1.txt (r1.14 -> r1.15) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgloader/pgloader/pgloader.1.txt.diff?r1=1.14&r

[COMMITTERS] pgloader - pgloader: FIX: PSYCOPG_VERSION defaults to None...

2008-02-27 Thread User Dim
Log Message: --- FIX: PSYCOPG_VERSION defaults to None... Modified Files: -- pgloader/pgloader: db.py (r1.17 -> r1.18) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgloader/pgloader/pgloader/db.py.diff?r1=1.17&r2=1.18) ---(end of br

[COMMITTERS] pginstaller - pginst: Zero out a char array before use.

2008-02-27 Thread User Dpage
Log Message: --- Zero out a char array before use. Tags: REL8_3_STABLE Modified Files: -- pginst/ca: pginstca.c (r1.119.2.1 -> r1.119.2.2) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pginstaller/pginst/ca/pginstca.c.diff?r1=1.119.2.1&r2=1.119.2.2) -

[COMMITTERS] pginstaller - pginst: Zero out a char array before use.

2008-02-27 Thread User Dpage
Log Message: --- Zero out a char array before use. Modified Files: -- pginst/ca: pginstca.c (r1.120 -> r1.121) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pginstaller/pginst/ca/pginstca.c.diff?r1=1.120&r2=1.121) ---(end of broadcas

[COMMITTERS] pgunittest - pgUnitTest_Rnd:

2008-02-27 Thread User Pgunittest
Log Message: --- Modified Files: -- pgUnitTest_Rnd/src/generators: pguNumberGen.cpp (r1.4 -> r1.5) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgunittest/pgUnitTest_Rnd/src/generators/pguNumberGen.cpp.diff?r1=1.4&r2=1.5) pguRealGen.cpp (r1.6 -> r1

[COMMITTERS] pgunittest - pgUnitTest_Rnd:

2008-02-27 Thread User Pgunittest
Log Message: --- Modified Files: -- pgUnitTest_Rnd/src/include/pgut: pgunittest.h (r1.3 -> r1.4) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgunittest/pgUnitTest_Rnd/src/include/pgut/pgunittest.h.diff?r1=1.3&r2=1.4) pgUnitTest_Rnd/src: pgunit

[COMMITTERS] pgsql: If RelationBuildDesc() fails to open a critical system index,

2008-02-27 Thread Tom Lane
Log Message: --- If RelationBuildDesc() fails to open a critical system index, PANIC with a relevant error message instead of just dumping core. Odd that nobody reported this before Darren Reed. Modified Files: -- pgsql/src/backend/utils/cache: relcache.c (r1.266 -

[COMMITTERS] pgsql: If RelationBuildDesc() fails to open a critical system index,

2008-02-27 Thread Tom Lane
Log Message: --- If RelationBuildDesc() fails to open a critical system index, PANIC with a relevant error message instead of just dumping core. Odd that nobody reported this before Darren Reed. Tags: REL8_3_STABLE Modified Files: -- pgsql/src/backend/utils/cache:

[COMMITTERS] pgsql: If RelationBuildDesc() fails to open a critical system index,

2008-02-27 Thread Tom Lane
Log Message: --- If RelationBuildDesc() fails to open a critical system index, PANIC with a relevant error message instead of just dumping core. Odd that nobody reported this before Darren Reed. Tags: REL8_2_STABLE Modified Files: -- pgsql/src/backend/utils/cache:

[COMMITTERS] pgsql: If RelationBuildDesc() fails to open a critical system index,

2008-02-27 Thread Tom Lane
Log Message: --- If RelationBuildDesc() fails to open a critical system index, PANIC with a relevant error message instead of just dumping core. Odd that nobody reported this before Darren Reed. Tags: REL8_1_STABLE Modified Files: -- pgsql/src/backend/utils/cache:

[COMMITTERS] pgsql: If RelationBuildDesc() fails to open a critical system index,

2008-02-27 Thread Tom Lane
Log Message: --- If RelationBuildDesc() fails to open a critical system index, PANIC with a relevant error message instead of just dumping core. Odd that nobody reported this before Darren Reed. Tags: REL8_0_STABLE Modified Files: -- pgsql/src/backend/utils/cache:

[COMMITTERS] pgsql: If RelationBuildDesc() fails to open a critical system index,

2008-02-27 Thread Tom Lane
Log Message: --- If RelationBuildDesc() fails to open a critical system index, PANIC with a relevant error message instead of just dumping core. Odd that nobody reported this before Darren Reed. Tags: REL7_4_STABLE Modified Files: -- pgsql/src/backend/utils/cache:

[COMMITTERS] CVSROOT: Change hostname for cvsweb url generation.

2008-02-27 Thread Magnus Hagander
Log Message: --- Change hostname for cvsweb url generation. Modified Files: -- CVSROOT: loginfo (r1.33 -> r1.34) (http://developer.postgresql.org/cvsweb.cgi/CVSROOT/loginfo?r1=1.33&r2=1.34) ---(end of broadcast)-

[COMMITTERS] pgsql: Change expand_subsys function so that it preserves the relative

2008-02-27 Thread Peter Eisentraut
Log Message: --- Change expand_subsys function so that it preserves the relative order of the files passed as argument. This is desirable so that the dtrace rule in src/backend/Makefile works. Modified Files: -- pgsql/src/backend: common.mk (r1.4 -> r1.5)