[COMMITTERS] docbot - docbot: - remember last question and answer it, if rtfm_please

2005-07-04 Thread User Andreas
Log Message: --- - remember last question and answer it, if rtfm_please has no answer Modified Files: -- docbot: docbot.pl (r1.46 -> r1.47) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/docbot/docbot/docbot.pl.diff?r1=1.46&r2=1.47) -

[COMMITTERS] pgbuildfarm - client-code: add a couple of comments.

2005-07-04 Thread User Andrewd
Log Message: --- add a couple of comments. Modified Files: -- client-code: run_build.pl (r1.32 -> r1.33) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgbuildfarm/client-code/run_build.pl.diff?r1=1.32&r2=1.33) ---(end of broadcast)-

[COMMITTERS] pgbuildfarm - client-code: add suppressible error message making

2005-07-04 Thread User Andrewd
Log Message: --- add suppressible error message making defqault behavious suitable for crontab MAILTO. Modified Files: -- client-code: run_build.pl (r1.31 -> r1.32) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgbuildfarm/client-code/run_build.pl.diff?r1=

[COMMITTERS] pgsql: Restructure zic #define fprintf checks to use a NO_PGPORT macro

2005-07-04 Thread Bruce Momjian
Log Message: --- Restructure zic #define fprintf checks to use a NO_PGPORT macro instead. Modified Files: -- pgsql/src/include: port.h (r1.76 -> r1.77) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/include/port.h.diff?r1=1.76&r2=1.77) pgsql/src/

[COMMITTERS] pgsql: This patch allows the PL/Python module to do (SRF) functions.

2005-07-04 Thread Bruce Momjian
Log Message: --- This patch allows the PL/Python module to do (SRF) functions. The patch was taken from the CVS version. I have modified the plpython.c file and have added a test sql script for testing the functionality. It was actually the script that was in the 8.0.3 version but have si

[COMMITTERS] pgsql: I have to admit that I got the case of the preprocessor symbol on

2005-07-04 Thread Bruce Momjian
Log Message: --- I have to admit that I got the case of the preprocessor symbol on amd64 wrong. __AMD64__ is not defined, __amd64__ is. Christof Petig Modified Files: -- pgsql/src/interfaces/ecpg/ecpglib: execute.c (r1.41 -> r1.42) (http://developer.postgr

[COMMITTERS] pgsql: I made the patch that improved the performance of replace_text().

2005-07-04 Thread Bruce Momjian
Log Message: --- I made the patch that improved the performance of replace_text(). The content of the patch is as follows: (1)Create shortcut when subtext was not found. (2)Stop using LEFT and RIGHT macro. In LEFT and RIGHT macro, TEXTPOS is executed by the same content as execution immed

[COMMITTERS] pgbuildfarm - client-code: ignore files listed in cvsignore files -

2005-07-04 Thread User Andrewd
Log Message: --- ignore files listed in cvsignore files - this will stop inappropriate triggering of vpath builds. Modified Files: -- client-code: run_build.pl (r1.30 -> r1.31) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgbuildfarm/client-code/run_build

[COMMITTERS] pgsql: Fix compile if zic because it now doesn't use libpgport.

2005-07-04 Thread Bruce Momjian
Log Message: --- Fix compile if zic because it now doesn't use libpgport. Modified Files: -- pgsql/src/timezone: pgtz.h (r1.12 -> r1.13) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/timezone/pgtz.h.diff?r1=1.12&r2=1.13) ---

[COMMITTERS] pgsql: More TODO list section restructuring.

2005-07-04 Thread Bruce Momjian
Log Message: --- More TODO list section restructuring. Modified Files: -- pgsql/doc: TODO (r1.1590 -> r1.1591) (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/TODO.diff?r1=1.1590&r2=1.1591) pgsql/doc/src/FAQ: TODO.html (r1.97 -> r1.98)

[COMMITTERS] pgsql: Restructure TODO sections.

2005-07-04 Thread Bruce Momjian
Log Message: --- Restructure TODO sections. Modified Files: -- pgsql/doc: TODO (r1.1589 -> r1.1590) (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/TODO.diff?r1=1.1589&r2=1.1590) pgsql/doc/src/FAQ: TODO.html (r1.96 -> r1.97) (http

[COMMITTERS] pgbuildfarm - client-code: remove incorrect comment re crontab MAILTO -

2005-07-04 Thread User Andrewd
Log Message: --- remove incorrect comment re crontab MAILTO - opened a new feature request for crontab notification Modified Files: -- client-code: build-farm.conf (r1.11 -> r1.12) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgbuildfarm/client-code/build

[COMMITTERS] pgsql: Backpatch to 8.0.X openssl portability fixes to pgcrypto.

2005-07-04 Thread Bruce Momjian
Log Message: --- Backpatch to 8.0.X openssl portability fixes to pgcrypto. Tags: REL8_0_STABLE Modified Files: -- pgsql/contrib/pgcrypto: openssl.c (r1.13.4.1 -> r1.13.4.2) (http://developer.postgresql.org/cvsweb.cgi/pgsql/contrib/pgcrypto/openssl.c.d

[COMMITTERS] pgsql: Fix date_trunct for December dates that are in the next year,

2005-07-04 Thread Bruce Momjian
Log Message: --- Fix date_trunct for December dates that are in the next year, e.g.: SELECT date_trunc('week', '2002-12-31'::date); Backpatch to 8.0.X. Per report from Nick Johnson. Modified Files: -- pgsql/src/backend/utils/adt: timestamp.c (r1.128 -> r1

[COMMITTERS] pgsql: Fix date_trunct for December dates that are in the next year,

2005-07-04 Thread Bruce Momjian
Log Message: --- Fix date_trunct for December dates that are in the next year, e.g.: SELECT date_trunc('week', '2002-12-31'::date); Backpatch to 8.0.X. Per report from Nick Johnson. Tags: REL8_0_STABLE Modified Files: -- pgsql/src/backend/utils/adt:

[COMMITTERS] pgsql: Update > * Allow GIST indexes to create certain complex index

2005-07-04 Thread Bruce Momjian
Log Message: --- Update > * Allow GIST indexes to create certain complex index types, like digital > trees (see Aoki) > 783a787 > Modified Files: -- pgsql/doc: TODO (r1.1588 -> r1.1589) (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/TODO.diff?r1=1

Re: [COMMITTERS] pgsql: Remove GIST concurrency limitations section.

2005-07-04 Thread Bruce Momjian
Oleg Bartunov wrote: > On Mon, 4 Jul 2005, Christopher Kings-Lynne wrote: > > >> - > >> - The current implementation of GiST within > >> - PostgreSQL has some major limitations: > >> - GiST index access is not concurrent, and the > >> - GiST interface doesn't allow the development of > >> ce

[COMMITTERS] tablelog - tablelog: This problem shouldn't appear because of row-level

2005-07-04 Thread User Kimhanse
Log Message: --- This problem shouldn't appear because of row-level locking Modified Files: -- tablelog/test: concurrent.pl (r1.2 -> r1.3) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/tablelog/tablelog/test/concurrent.pl.diff?r1=1.2&r2=1.3) ---

[COMMITTERS] python - be: Boog squash.

2005-07-04 Thread James William Pye
Log Message: --- Boog squash. When the Query's context gets reset, out goes the TupleDesc of the tuplestore. Duplicate the descriptor in the PythonMemoryContext, so it doesn't segfault all over the floor. What a stain that leaves. Modified Files: -- be/src: query.c

[COMMITTERS] tablelog - tablelog: Explanation added to the test

2005-07-04 Thread User Kimhanse
Log Message: --- Explanation added to the test Modified Files: -- tablelog/test: concurrent.pl (r1.1 -> r1.2) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/tablelog/tablelog/test/concurrent.pl.diff?r1=1.1&r2=1.2) ---(end of broadcast

[COMMITTERS] tablelog - tablelog: Make test to see if it possible to break the

2005-07-04 Thread User Kimhanse
Log Message: --- Make test to see if it possible to break the logging by running a lot of concurrent transactions Added Files: --- tablelog/test: concurrent.pl (r1.1) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/tablelog/tablelog/test/concurrent.pl?rev=1.1&con

[COMMITTERS] tablelog - tablelog: Adjust sleep-time

2005-07-04 Thread User Kimhanse
Log Message: --- Adjust sleep-time Modified Files: -- tablelog/test: sleep-1.sql (r1.1 -> r1.2) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/tablelog/tablelog/test/sleep-1.sql.diff?r1=1.1&r2=1.2) sleep-2.sql (r1.1 -> r1.2) (http://cvs.pgfou