[COMMITTERS] dbi-link - dbi-link: Moved Oracle test and example to their own

2006-10-07 Thread David Fetter
Log Message: --- Moved Oracle test and example to their own directory. Added Files: --- dbi-link/test/oracle: oracle.sql (r1.1) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/dbi-link/dbi-link/test/oracle/oracle.sql?rev=1.1&content-type=text/x-cvsweb-markup)

[COMMITTERS] dbi-link - dbi-link: Moved PostgreSQL test and example to their own

2006-10-07 Thread David Fetter
Log Message: --- Moved PostgreSQL test and example to their own directory. Added Files: --- dbi-link/test/postgresql: postgresql.sql (r1.1) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/dbi-link/dbi-link/test/postgresql/postgresql.sql?rev=1.1&content-type=text/x

[COMMITTERS] dbi-link - dbi-link: Moved Excel tests to their own directory.

2006-10-07 Thread David Fetter
Log Message: --- Moved Excel tests to their own directory. Added Files: --- dbi-link/test/excel: excel.sql (r1.1) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/dbi-link/dbi-link/test/excel/excel.sql?rev=1.1&content-type=text/x-cvsweb-markup) excel.t (r1.

[COMMITTERS] dbi-link - dbi-link: Moved CSV tests into their own directory.

2006-10-07 Thread David Fetter
Log Message: --- Moved CSV tests into their own directory. Added Files: --- dbi-link/test/csv: csv.t (r1.1) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/dbi-link/dbi-link/test/csv/csv.t?rev=1.1&content-type=text/x-cvsweb-markup) keywords_csv (r1.1)

[COMMITTERS] dbi-link - dbi-link: Moved MySQL tests into their own directory.

2006-10-07 Thread David Fetter
Log Message: --- Moved MySQL tests into their own directory. Replaced the 'World' example with Sakila. Added Files: --- dbi-link/test/mysql: mysql.sql (r1.1) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/dbi-link/dbi-link/test/mysql/mysql.sql?rev=1.1&content-typ

[COMMITTERS] pgsql: Update comments for pgcvslog, -r BASE does not work with cvs log.

2006-10-07 Thread Bruce Momjian
Log Message: --- Update comments for pgcvslog, -r BASE does not work with cvs log. Modified Files: -- pgsql/src/tools: pgcvslog (r1.31 -> r1.32) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/tools/pgcvslog.diff?r1=1.31&r2=1.32)

[COMMITTERS] pgsql: Simplify regex cleanup code.

2006-10-07 Thread Bruce Momjian
Log Message: --- Simplify regex cleanup code. Modified Files: -- pgsql/doc/src/sgml: Makefile (r1.79 -> r1.80) (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/Makefile.diff?r1=1.79&r2=1.80) ---(end of broadcast)-

[COMMITTERS] pgsql: Allow HISTORY/history.html to be generated by removing

2006-10-07 Thread Bruce Momjian
Log Message: --- Allow HISTORY/history.html to be generated by removing elements, per suggestion from Peter. Without this, the main doc links prevent those files from being built. Modified Files: -- pgsql/doc/src/sgml: Makefile (r1.78 -> r1.79) (http://de

[COMMITTERS] pgsql: Fix ancient oversight in psql's \d pattern processing code: when

2006-10-07 Thread Tom Lane
Log Message: --- Fix ancient oversight in psql's \d pattern processing code: when seeing two quote chars inside quote marks, should emit one quote *and stay in inquotes mode*. No doubt the lack of reports of this have something to do with the poor documentation of the feature ... Tags: --

[COMMITTERS] pgsql: Fix ancient oversight in psql's \d pattern processing code: when

2006-10-07 Thread Tom Lane
Log Message: --- Fix ancient oversight in psql's \d pattern processing code: when seeing two quote chars inside quote marks, should emit one quote *and stay in inquotes mode*. No doubt the lack of reports of this have something to do with the poor documentation of the feature ... Tags: --

[COMMITTERS] pgsql: Fix ancient oversight in psql's \d pattern processing code: when

2006-10-07 Thread Tom Lane
Log Message: --- Fix ancient oversight in psql's \d pattern processing code: when seeing two quote chars inside quote marks, should emit one quote *and stay in inquotes mode*. No doubt the lack of reports of this have something to do with the poor documentation of the feature ... Tags: --

[COMMITTERS] pgsql: Fix ancient oversight in psql's \d pattern processing code: when

2006-10-07 Thread Tom Lane
Log Message: --- Fix ancient oversight in psql's \d pattern processing code: when seeing two quote chars inside quote marks, should emit one quote *and stay in inquotes mode*. No doubt the lack of reports of this have something to do with the poor documentation of the feature ... Tags: --

[COMMITTERS] pgsql: Fix ancient oversight in psql's \d pattern processing code: when

2006-10-07 Thread Tom Lane
Log Message: --- Fix ancient oversight in psql's \d pattern processing code: when seeing two quote chars inside quote marks, should emit one quote *and stay in inquotes mode*. No doubt the lack of reports of this have something to do with the poor documentation of the feature ... Modified

[COMMITTERS] pgsql: In release notes, always use rather than .

2006-10-07 Thread Bruce Momjian
Log Message: --- In release notes, always use rather than . Modified Files: -- pgsql/doc/src/sgml: release.sgml (r1.465 -> r1.466) (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/release.sgml.diff?r1=1.465&r2=1.466)

[COMMITTERS] plscheme - plscheme: Now we have a caching mechanism for non-volatile

2006-10-07 Thread User Knt
Log Message: --- Now we have a caching mechanism for non-volatile (and non-SRF) procedures lays in the TopMemoryContext. (Supports caching of triggers too.) Upper limit for numbers of procedures to be cached are fixed with CACHE_MAX_SIZE definition. (In case of a cache_size == CACHE_MAX_SIZ

[COMMITTERS] pgsql: Added missing entry (CASCADED) in keywords table.

2006-10-07 Thread Peter Eisentraut
Log Message: --- Added missing entry (CASCADED) in keywords table. Modified Files: -- pgsql/src/backend/parser: keywords.c (r1.176 -> r1.177) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/parser/keywords.c.diff?r1=1.176&r2=1.177) --

[COMMITTERS] pgsql: Fix thinko in comment.

2006-10-07 Thread Tom Lane
Log Message: --- Fix thinko in comment. Modified Files: -- pgsql/src/port: pgstrcasecmp.c (r1.7 -> r1.8) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/port/pgstrcasecmp.c.diff?r1=1.7&r2=1.8) ---(end of broadcast)

[COMMITTERS] pgsql: Updated config.guess and config.sub

2006-10-07 Thread Peter Eisentraut
Log Message: --- Updated config.guess and config.sub Modified Files: -- pgsql/config: config.guess (r1.6 -> r1.7) (http://developer.postgresql.org/cvsweb.cgi/pgsql/config/config.guess.diff?r1=1.6&r2=1.7) config.sub (r1.6 -> r1.7) (http://de

[COMMITTERS] pgsql: The -X option in pg_dump was supposed to be a workaround for the

2006-10-07 Thread Peter Eisentraut
Log Message: --- The -X option in pg_dump was supposed to be a workaround for the lack of portable long options. But we have had portable long options for a long time now, so this is obsolete. Now people have added options which *only* work with -X but not as regular long option, so I'm p

[COMMITTERS] pgsql: When planning a query at Bind time, be careful to pass the

2006-10-07 Thread Tom Lane
Log Message: --- When planning a query at Bind time, be careful to pass the correct query_list into the Portal, ie, the one seen and possibly modified by the planner. My fault :-( Per report from Sergey Koposov. Modified Files: -- pgsql/src/backend/tcop: postgres.

[COMMITTERS] pgsql: On platforms that have getrlimit(RLIMIT_STACK), use it to ensure

2006-10-07 Thread Tom Lane
Log Message: --- On platforms that have getrlimit(RLIMIT_STACK), use it to ensure that max_stack_depth is not set to an unsafe value. This commit also provides configure-time checking for , and cleans up some perhaps-unportable code associated with use of that include file and getrlimit().

[COMMITTERS] pgsql: Adjust HINT for stack depth limit to mention checking the

2006-10-07 Thread Tom Lane
Log Message: --- Adjust HINT for stack depth limit to mention checking the underlying platform limit, rather than just blindly raising max_stack_depth. Also, tweak the code to work properly if someone sets max_stack_depth to more than 2Gb, which guc.c will allow on a 64-bit machine. Modifi

[COMMITTERS] bizgres - bizgres: Remove the generated html docs file from the CVS

2006-10-07 Thread User Markir
Log Message: --- Remove the generated html docs file from the CVS repository - as we should generated a fresh one for any release! Removed Files: - bizgres/postgresql/doc: postgres.tar.gz (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/bizgres/bizgres/postgres

[COMMITTERS] dbi-link - dbi-link: New Directory

2006-10-07 Thread David Fetter
Update of /cvsroot/dbi-link/dbi-link/test/oracle In directory pgfoundry.org:/tmp/cvs-serv89029/oracle Log Message: Directory /cvsroot/dbi-link/dbi-link/test/oracle added to the repository ---(end of broadcast)--- TIP 6: explain analyze is your frie

[COMMITTERS] dbi-link - dbi-link: New Directory

2006-10-07 Thread David Fetter
Update of /cvsroot/dbi-link/dbi-link/test/postgresql In directory pgfoundry.org:/tmp/cvs-serv89029/postgresql Log Message: Directory /cvsroot/dbi-link/dbi-link/test/postgresql added to the repository ---(end of broadcast)--- TIP 6: explain analyze

[COMMITTERS] dbi-link - dbi-link: New Directory

2006-10-07 Thread David Fetter
Update of /cvsroot/dbi-link/dbi-link/test/csv In directory pgfoundry.org:/tmp/cvs-serv89029/csv Log Message: Directory /cvsroot/dbi-link/dbi-link/test/csv added to the repository ---(end of broadcast)--- TIP 2: Don't 'kill -9' the postmaster

[COMMITTERS] dbi-link - dbi-link: New Directory

2006-10-07 Thread David Fetter
Update of /cvsroot/dbi-link/dbi-link/test/excel In directory pgfoundry.org:/tmp/cvs-serv89029/excel Log Message: Directory /cvsroot/dbi-link/dbi-link/test/excel added to the repository ---(end of broadcast)--- TIP 5: don't forget to increase your f

[COMMITTERS] dbi-link - dbi-link: New Directory

2006-10-07 Thread David Fetter
Update of /cvsroot/dbi-link/dbi-link/test/mysql In directory pgfoundry.org:/tmp/cvs-serv89029/mysql Log Message: Directory /cvsroot/dbi-link/dbi-link/test/mysql added to the repository ---(end of broadcast)--- TIP 5: don't forget to increase your f

[COMMITTERS] bizgres - bizgres: Correct typo in check for all thresholds set to

2006-10-07 Thread User Markir
Log Message: --- Correct typo in check for all thresholds set to invalid. Modified Files: -- bizgres/postgresql/doc: postgres.tar.gz (r1.1.1.2 -> r1.2) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/bizgres/bizgres/postgresql/doc/postgres.tar.gz.diff?r1=1.1.1