[COMMITTERS] pgsnap - pgsnap: I forgot to include a file.

2008-05-29 Thread User Gleu
Log Message: --- I forgot to include a file. Added Files: --- pgsnap/pgsnap/lib: users.php (r1.1) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgsnap/pgsnap/pgsnap/lib/users.php?rev=1.1&content-type=text/x-cvsweb-markup) -- Sent via pgsql-committers mailing l

[COMMITTERS] pgsnap - pgsnap: Adds 7.4 compatibility.

2008-05-29 Thread User Gleu
Log Message: --- Adds 7.4 compatibility. Modified Files: -- pgsnap/pgsnap: ChangeLog (r1.43 -> r1.44) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgsnap/pgsnap/pgsnap/ChangeLog.diff?r1=1.43&r2=1.44) pgsnap.php (r1.21 -> r1.22) (http://cvs.

[COMMITTERS] pgsnap - pgsnap: Fixes 8.0 compatibility.

2008-05-29 Thread User Gleu
Log Message: --- Fixes 8.0 compatibility. Modified Files: -- pgsnap/pgsnap: ChangeLog (r1.42 -> r1.43) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgsnap/pgsnap/pgsnap/ChangeLog.diff?r1=1.42&r2=1.43) pgsnap.php (r1.20 -> r1.21) (http://cvs

[COMMITTERS] pgsql: Copy refint.so and autoinc.so into the src/test/regress directory

2008-05-29 Thread Tom Lane
Log Message: --- Copy refint.so and autoinc.so into the src/test/regress directory during "make all", and then reference them there during the actual tests. This makes the handling of these files more parallel to that of regress.so, and in particular simplifies use of the regression tests

[COMMITTERS] pgsql: Improve the documentation comment for replace().

2008-05-29 Thread Tom Lane
Log Message: --- Improve the documentation comment for replace(). Robert Treat Modified Files: -- pgsql/src/include/catalog: pg_proc.h (r1.501 -> r1.502) (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/include/catalog/pg_proc.h?r1=1.501&r2=1.502) --

[COMMITTERS] pgsql: Tweak libpq to avoid crashing due to incorrect buffer size

2008-05-29 Thread Tom Lane
Log Message: --- Tweak libpq to avoid crashing due to incorrect buffer size calculation when we are on a 64-bit machine (ie, size_t is wider than int) and someone passes in a query string that approaches or exceeds INT_MAX bytes. Also, just for paranoia's sake, guard against similar overfl

[COMMITTERS] pgsnap - pgsnap: TODO review.

2008-05-29 Thread User Gleu
Log Message: --- TODO review. Modified Files: -- pgsnap/pgsnap: TODO (r1.15 -> r1.16) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgsnap/pgsnap/pgsnap/TODO.diff?r1=1.15&r2=1.16) -- Sent via pgsql-committers mailing list ([email protected])

[COMMITTERS] pgsnap - pgsnap: Bugfix : Check the availability of pg_connect()

2008-05-29 Thread User Gleu
Log Message: --- Bugfix : Check the availability of pg_connect() function. Tags: REL0_3_STABLE Modified Files: -- pgsnap/pgsnap: ChangeLog (r1.33.2.7 -> r1.33.2.8) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgsnap/pgsnap/pgsnap/ChangeLog.diff?r1=1.3

[COMMITTERS] pgsnap - pgsnap: Bugfix : Objects from schemas out of search_path

2008-05-29 Thread User Gleu
Log Message: --- Bugfix : Objects from schemas out of search_path weren't displayed. Tags: REL0_3_STABLE Modified Files: -- pgsnap/pgsnap: ChangeLog (r1.33.2.6 -> r1.33.2.7) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgsnap/pgsnap/pgsnap/ChangeLog.d

[COMMITTERS] pgsql: Make 8.3.x psql print tab characters as an appropriate number of

2008-05-29 Thread Tom Lane
Log Message: --- Make 8.3.x psql print tab characters as an appropriate number of spaces, rather than "\x09". Before 8.3 we just printed tabs as-is, leading to poor formatting of subsequent columns, but consensus is that "\x09" is not an improvement over that. Back-patch of fix that's alr

[COMMITTERS] pgsnap - pgsnap: Bugfix : Blocks read et Blocks hit informations were

2008-05-29 Thread User Gleu
Log Message: --- Bugfix : Blocks read et Blocks hit informations were under Tuple returned and Tuple fetched columns. Tags: REL0_3_STABLE Modified Files: -- pgsnap/pgsnap: ChangeLog (r1.33.2.5 -> r1.33.2.6) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cg

[COMMITTERS] pgsql: Fix some bugs introduced by the 8.2-era conversion of cube

2008-05-29 Thread Tom Lane
Log Message: --- Fix some bugs introduced by the 8.2-era conversion of cube functions to V1 calling convention. cube_inter and cube_distance could attempt to pfree their input arguments, and cube_dim returned a value from a struct it might have just pfree'd (which would only really cause a

[COMMITTERS] pgsql: Fix some bugs introduced by the 8.2-era conversion of cube

2008-05-29 Thread Tom Lane
Log Message: --- Fix some bugs introduced by the 8.2-era conversion of cube functions to V1 calling convention. cube_inter and cube_distance could attempt to pfree their input arguments, and cube_dim returned a value from a struct it might have just pfree'd (which would only really cause a

[COMMITTERS] pgsql: Fix some bugs introduced by the 8.2-era conversion of cube

2008-05-29 Thread Tom Lane
Log Message: --- Fix some bugs introduced by the 8.2-era conversion of cube functions to V1 calling convention. cube_inter and cube_distance could attempt to pfree their input arguments, and cube_dim returned a value from a struct it might have just pfree'd (which would only really cause a

[COMMITTERS] pgsnap - pgsnap: Fixes one more PHP notice message.

2008-05-29 Thread User Gleu
Log Message: --- Fixes one more PHP notice message. Modified Files: -- pgsnap/pgsnap: ChangeLog (r1.41 -> r1.42) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgsnap/pgsnap/pgsnap/ChangeLog.diff?r1=1.41&r2=1.42) pgsnap/pgsnap/lib: sessionsinfo.ph

[COMMITTERS] pgloader - pgloader: Document host setting for Unix Domain Socket

2008-05-29 Thread User Dim
Log Message: --- Document host setting for Unix Domain Socket connection support Modified Files: -- pgloader: pgloader.1.txt (r1.18 -> r1.19) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgloader/pgloader/pgloader.1.txt.diff?r1=1.18&r2=1.19) -- Sent via p

[COMMITTERS] pgloader - pgloader: Protect the database connection establishing into

2008-05-29 Thread User Dim
Log Message: --- Protect the database connection establishing into the parralel sections semaphore, allow field_sep to be configured to \t, and some fixes Modified Files: -- pgloader: pgloader.py (r1.32 -> r1.33) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cg

[COMMITTERS] nairogms - alpha: deleted old sql files

2008-05-29 Thread User Neothezion
Log Message: --- deleted old sql files Removed Files: - alpha/database: Nairo.ini (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/nairogms/alpha/database/Nairo.ini) nairo_gms.sql (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/nairogms/alpha/data

[COMMITTERS] nairogms - alpha: First import of the project

2008-05-29 Thread User Neothezion
Log Message: --- First import of the project Added Files: --- alpha/smarty/templates/nairo_temp/multiflex32/img: bg_bullet_full_2.gif (r1.1) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/nairogms/alpha/smarty/templates/nairo_temp/multiflex32/img/bg_bullet_full_2

[COMMITTERS] nairogms - alpha: New Directory

2008-05-29 Thread User Neothezion
Update of /cvsroot/nairogms/alpha/smarty/templates/nairo_temp/css In directory pgfoundry.org:/tmp/cvs-serv14775/smarty/templates/nairo_temp/css Log Message: Directory /cvsroot/nairogms/alpha/smarty/templates/nairo_temp/css added to the repository -- Sent via pgsql-committers mailing list (pgsq

[COMMITTERS] nairogms - alpha: New Directory

2008-05-29 Thread User Neothezion
Update of /cvsroot/nairogms/alpha/smarty/templates/nairo_temp In directory pgfoundry.org:/tmp/cvs-serv14775/smarty/templates/nairo_temp Log Message: Directory /cvsroot/nairogms/alpha/smarty/templates/nairo_temp added to the repository -- Sent via pgsql-committers mailing list (pgsql-committers

[COMMITTERS] nairogms - alpha: New Directory

2008-05-29 Thread User Neothezion
Update of /cvsroot/nairogms/alpha/smarty/unit_test In directory pgfoundry.org:/tmp/cvs-serv14775/smarty/unit_test Log Message: Directory /cvsroot/nairogms/alpha/smarty/unit_test added to the repository -- Sent via pgsql-committers mailing list ([email protected]) To make changes t

[COMMITTERS] nairogms - alpha: New Directory

2008-05-29 Thread User Neothezion
Update of /cvsroot/nairogms/alpha/smarty/templates In directory pgfoundry.org:/tmp/cvs-serv14775/smarty/templates Log Message: Directory /cvsroot/nairogms/alpha/smarty/templates added to the repository -- Sent via pgsql-committers mailing list ([email protected]) To make changes t

[COMMITTERS] nairogms - alpha: New Directory

2008-05-29 Thread User Neothezion
Update of /cvsroot/nairogms/alpha/smarty/templates/nairo_temp/img In directory pgfoundry.org:/tmp/cvs-serv14775/smarty/templates/nairo_temp/img Log Message: Directory /cvsroot/nairogms/alpha/smarty/templates/nairo_temp/img added to the repository -- Sent via pgsql-committers mailing list (pgsq

[COMMITTERS] nairogms - alpha: New Directory

2008-05-29 Thread User Neothezion
Update of /cvsroot/nairogms/alpha/smarty/templates/nairo_temp/multiflex32/img In directory pgfoundry.org:/tmp/cvs-serv14775/smarty/templates/nairo_temp/multiflex32/img Log Message: Directory /cvsroot/nairogms/alpha/smarty/templates/nairo_temp/multiflex32/img added to the repository -- Sent vi

[COMMITTERS] nairogms - alpha: New Directory

2008-05-29 Thread User Neothezion
Update of /cvsroot/nairogms/alpha/smarty/templates_c In directory pgfoundry.org:/tmp/cvs-serv14775/smarty/templates_c Log Message: Directory /cvsroot/nairogms/alpha/smarty/templates_c added to the repository -- Sent via pgsql-committers mailing list ([email protected]) To make cha

[COMMITTERS] nairogms - alpha: New Directory

2008-05-29 Thread User Neothezion
Update of /cvsroot/nairogms/alpha/smarty/unit_test/configs In directory pgfoundry.org:/tmp/cvs-serv14775/smarty/unit_test/configs Log Message: Directory /cvsroot/nairogms/alpha/smarty/unit_test/configs added to the repository -- Sent via pgsql-committers mailing list (pgsql-committers@postgres

[COMMITTERS] nairogms - alpha: New Directory

2008-05-29 Thread User Neothezion
Update of /cvsroot/nairogms/alpha/smarty/unit_test/templates In directory pgfoundry.org:/tmp/cvs-serv14775/smarty/unit_test/templates Log Message: Directory /cvsroot/nairogms/alpha/smarty/unit_test/templates added to the repository -- Sent via pgsql-committers mailing list (pgsql-committers@po

[COMMITTERS] nairogms - alpha: New Directory

2008-05-29 Thread User Neothezion
Update of /cvsroot/nairogms/alpha/smarty/misc In directory pgfoundry.org:/tmp/cvs-serv14775/smarty/misc Log Message: Directory /cvsroot/nairogms/alpha/smarty/misc added to the repository -- Sent via pgsql-committers mailing list ([email protected]) To make changes to your subscrip

[COMMITTERS] nairogms - alpha: New Directory

2008-05-29 Thread User Neothezion
Update of /cvsroot/nairogms/alpha/smarty/libs/internals In directory pgfoundry.org:/tmp/cvs-serv14775/smarty/libs/internals Log Message: Directory /cvsroot/nairogms/alpha/smarty/libs/internals added to the repository -- Sent via pgsql-committers mailing list ([email protected]) To

[COMMITTERS] nairogms - alpha: New Directory

2008-05-29 Thread User Neothezion
Update of /cvsroot/nairogms/alpha/smarty/libs In directory pgfoundry.org:/tmp/cvs-serv14775/smarty/libs Log Message: Directory /cvsroot/nairogms/alpha/smarty/libs added to the repository -- Sent via pgsql-committers mailing list ([email protected]) To make changes to your subscrip

[COMMITTERS] nairogms - alpha: New Directory

2008-05-29 Thread User Neothezion
Update of /cvsroot/nairogms/alpha/smarty/demo/templates_c In directory pgfoundry.org:/tmp/cvs-serv14775/smarty/demo/templates_c Log Message: Directory /cvsroot/nairogms/alpha/smarty/demo/templates_c added to the repository -- Sent via pgsql-committers mailing list (pgsql-committers@postgresql.

[COMMITTERS] nairogms - alpha: New Directory

2008-05-29 Thread User Neothezion
Update of /cvsroot/nairogms/alpha/smarty/templates/nairo_temp/multiflex32 In directory pgfoundry.org:/tmp/cvs-serv14775/smarty/templates/nairo_temp/multiflex32 Log Message: Directory /cvsroot/nairogms/alpha/smarty/templates/nairo_temp/multiflex32 added to the repository -- Sent via pgsql-comm

[COMMITTERS] nairogms - alpha: New Directory

2008-05-29 Thread User Neothezion
Update of /cvsroot/nairogms/alpha/smarty/cache In directory pgfoundry.org:/tmp/cvs-serv14775/smarty/cache Log Message: Directory /cvsroot/nairogms/alpha/smarty/cache added to the repository -- Sent via pgsql-committers mailing list ([email protected]) To make changes to your subsc

[COMMITTERS] nairogms - alpha: New Directory

2008-05-29 Thread User Neothezion
Update of /cvsroot/nairogms/alpha/smarty/templates/nairo_temp/multiflex32/css In directory pgfoundry.org:/tmp/cvs-serv14775/smarty/templates/nairo_temp/multiflex32/css Log Message: Directory /cvsroot/nairogms/alpha/smarty/templates/nairo_temp/multiflex32/css added to the repository -- Sent vi

[COMMITTERS] nairogms - alpha: New Directory

2008-05-29 Thread User Neothezion
Update of /cvsroot/nairogms/alpha/smarty/libs/plugins In directory pgfoundry.org:/tmp/cvs-serv14775/smarty/libs/plugins Log Message: Directory /cvsroot/nairogms/alpha/smarty/libs/plugins added to the repository -- Sent via pgsql-committers mailing list ([email protected]) To make

[COMMITTERS] nairogms - alpha: New Directory

2008-05-29 Thread User Neothezion
Update of /cvsroot/nairogms/alpha/smarty In directory pgfoundry.org:/tmp/cvs-serv14775/smarty Log Message: Directory /cvsroot/nairogms/alpha/smarty added to the repository -- Sent via pgsql-committers mailing list ([email protected]) To make changes to your subscription: http://ww

[COMMITTERS] nairogms - alpha: New Directory

2008-05-29 Thread User Neothezion
Update of /cvsroot/nairogms/alpha/smarty/demo/templates In directory pgfoundry.org:/tmp/cvs-serv14775/smarty/demo/templates Log Message: Directory /cvsroot/nairogms/alpha/smarty/demo/templates added to the repository -- Sent via pgsql-committers mailing list ([email protected]) To

[COMMITTERS] nairogms - alpha: New Directory

2008-05-29 Thread User Neothezion
Update of /cvsroot/nairogms/alpha/smarty/demo/configs In directory pgfoundry.org:/tmp/cvs-serv14775/smarty/demo/configs Log Message: Directory /cvsroot/nairogms/alpha/smarty/demo/configs added to the repository -- Sent via pgsql-committers mailing list ([email protected]) To make

[COMMITTERS] nairogms - alpha: New Directory

2008-05-29 Thread User Neothezion
Update of /cvsroot/nairogms/alpha/inc In directory pgfoundry.org:/tmp/cvs-serv14775/inc Log Message: Directory /cvsroot/nairogms/alpha/inc added to the repository -- Sent via pgsql-committers mailing list ([email protected]) To make changes to your subscription: http://www.postgre

[COMMITTERS] nairogms - alpha: New Directory

2008-05-29 Thread User Neothezion
Update of /cvsroot/nairogms/alpha/smarty/demo In directory pgfoundry.org:/tmp/cvs-serv14775/smarty/demo Log Message: Directory /cvsroot/nairogms/alpha/smarty/demo added to the repository -- Sent via pgsql-committers mailing list ([email protected]) To make changes to your subscrip

[COMMITTERS] nairogms - alpha: New Directory

2008-05-29 Thread User Neothezion
Update of /cvsroot/nairogms/alpha/smarty/configs In directory pgfoundry.org:/tmp/cvs-serv14775/smarty/configs Log Message: Directory /cvsroot/nairogms/alpha/smarty/configs added to the repository -- Sent via pgsql-committers mailing list ([email protected]) To make changes to your

[COMMITTERS] nairogms - alpha: New Directory

2008-05-29 Thread User Neothezion
Update of /cvsroot/nairogms/alpha/database In directory pgfoundry.org:/tmp/cvs-serv14775/database Log Message: Directory /cvsroot/nairogms/alpha/database added to the repository -- Sent via pgsql-committers mailing list ([email protected]) To make changes to your subscription: htt

[COMMITTERS] nairogms - alpha: New Directory

2008-05-29 Thread User Neothezion
Update of /cvsroot/nairogms/alpha/inc/system In directory pgfoundry.org:/tmp/cvs-serv14775/inc/system Log Message: Directory /cvsroot/nairogms/alpha/inc/system added to the repository -- Sent via pgsql-committers mailing list ([email protected]) To make changes to your subscriptio