[COMMITTERS] pgsql: Add tab-completion for REASSIGN OWNED BY and DROP OWNED BY.

2006-04-02 Thread Alvaro Herrera
Log Message: --- Add tab-completion for REASSIGN OWNED BY and DROP OWNED BY. Also fix some whitespace issues nearby. DROP OWNED BY is actually a bit kludgy, but it seems better to do it this way rather than duplicating the words_after_create list just to add a single element. Modified Fi

[COMMITTERS] pgsql: Update information schema for SQL:2003 and new PostgreSQL

2006-04-02 Thread Peter Eisentraut
Log Message: --- Update information schema for SQL:2003 and new PostgreSQL features. Modified Files: -- pgsql/doc/src/sgml: information_schema.sgml (r1.24 -> r1.25) (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/information_schema.sgml.diff?

[COMMITTERS] pgsql: Adjust interval-addition test so that it won't fail on DST

2006-04-02 Thread Tom Lane
Log Message: --- Adjust interval-addition test so that it won't fail on DST transition days. Strange that we missed this DST dependence while fixing the others. Modified Files: -- pgsql/src/test/regress/sql: horology.sql (r1.31 -> r1.32) (http://developer.p

[COMMITTERS] pgsql: Adjust interval-addition test so that it won't fail on DST

2006-04-02 Thread Tom Lane
Log Message: --- Adjust interval-addition test so that it won't fail on DST transition days. Strange that we missed this DST dependence while fixing the others. Tags: REL8_1_STABLE Modified Files: -- pgsql/src/test/regress/sql: horology.sql (r1.31 -> r1.31.2.1

[COMMITTERS] pgsql: Rewrite much of psql's \connect code, for the sake of code

2006-04-02 Thread Neil Conway
Log Message: --- Rewrite much of psql's \connect code, for the sake of code clarity and to fix regressions introduced in the recent patch adding additional \connect options. This is based on work by Volkan YAZICI, although this version of the patch doesn't bear much resemblance to Volkan's

[COMMITTERS] python - be: Throw IndexError when subscript is out of bounds.

2006-04-02 Thread James William Pye
Log Message: --- Throw IndexError when subscript is out of bounds. Not doing this in subscript caused the default iterator to return None forever--well, until MemoryError got raised. Modified Files: -- be/src/type: array.c (r1.6 -> r1.7) (http://cvs.pgfoun

[COMMITTERS] pgfouine - pgfouine: minor fix

2006-04-02 Thread User Gsmet
Log Message: --- minor fix Modified Files: -- pgfouine/include/postgresql/parsers: SyslogPostgreSQLParser.class.php (r1.13 -> r1.14) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgfouine/pgfouine/include/postgresql/parsers/SyslogPostgreSQLParser.class.php.d

[COMMITTERS] pgfouine - pgfouine: moved the timestamp filter from Parser to LogObject

2006-04-02 Thread User Gsmet
Log Message: --- moved the timestamp filter from Parser to LogObject Modified Files: -- pgfouine/include: LogObject.class.php (r1.3 -> r1.4) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgfouine/pgfouine/include/LogObject.class.php.diff?r1=1.3&r2=1.4)

[COMMITTERS] pgfouine - pgfouine: new stderr parser

2006-04-02 Thread User Gsmet
Log Message: --- new stderr parser Modified Files: -- pgfouine: pgfouine.php (r1.32 -> r1.33) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgfouine/pgfouine/pgfouine.php.diff?r1=1.32&r2=1.33) pgfouine/include/postgresql: postgresql.lib.php (r1.4

[COMMITTERS] pgfouine - pgfouine: fixed unit tests

2006-04-02 Thread User Gsmet
Log Message: --- fixed unit tests Modified Files: -- pgfouine/tests: TestLogStream.class.php (r1.4 -> r1.5) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgfouine/pgfouine/tests/TestLogStream.class.php.diff?r1=1.4&r2=1.5) TestCase.class.php (r1.5 ->

[COMMITTERS] pgfouine - pgfouine: updated changelog

2006-04-02 Thread User Gsmet
Log Message: --- updated changelog Modified Files: -- pgfouine: ChangeLog (r1.23 -> r1.24) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgfouine/pgfouine/ChangeLog.diff?r1=1.23&r2=1.24) ---(end of broadcast)-

[COMMITTERS] python - fe: Use Transactor attribute for Function execution.

2006-04-02 Thread James William Pye
Log Message: --- Use Transactor attribute for Function execution. This gives clients the ability to specify what client3.Transaction to use to execute the StoreProcedure. (aids the remote console project) Additional improvements and changes: In Transact(), only rollback if the connection

[COMMITTERS] python - be: Add interfaces to secure_read and secure_write.

2006-04-02 Thread James William Pye
Log Message: --- Add interfaces to secure_read and secure_write. These functions provide adventurous stored procedure authors with the ability to read and write strings directly to and from the wire. The intent is to provide the capacity to create custom subprotocols--such as that used by

[COMMITTERS] python - rc: Imported Sources

2006-04-02 Thread James William Pye
Update of /cvsroot/python/rc In directory pgfoundry.org:/tmp/cvs-serv37535 Log Message: Import remote Python console. Status: Vendor Tag: VOID Release Tags: INIT N rc/LICENSE U rc/setup.py N rc/MANIFEST.in N rc/src/pg_python No conflicts created by this import -

[COMMITTERS] python - rc: Remove old file.

2006-04-02 Thread James William Pye
Log Message: --- Remove old file. [This was from a prior attempt at a remote console] Removed Files: - rc: ppython (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/python/rc/ppython) ---(end of broadcast)--- TIP 5

[COMMITTERS] npgsql - Npgsql: 2006-04-02 Francisco Figueiredo Jr.

2006-04-02 Thread User Fxjr
Log Message: --- 2006-04-02 Francisco Figueiredo Jr. <[EMAIL PROTECTED]> * NpgsqlCommand.cs: Fix for [#1000577]. Added some shortcuts when getting connector in code. Modified Files: -- Npgsql/src/Npgsql: NpgsqlCommand.cs (r1.93 -> r1.94) (http:

[COMMITTERS] npgsql - Npgsql: 2006-04-02 Francisco Figueiredo Jr.

2006-04-02 Thread User Fxjr
Log Message: --- 2006-04-02 Francisco Figueiredo Jr. <[EMAIL PROTECTED]> * NpgsqlConnectedState.cs, NpgsqlConnector.cs, NpgsqlMediator.cs, NpgsqlState.cs: Fix for [#1000577]. Modified Files: -- Npgsql/src/Npgsql: NpgsqlConnectedSt

[COMMITTERS] pgsql: Update max row size to 400gb, per Tom.

2006-04-02 Thread Bruce Momjian
Log Message: --- Update max row size to 400gb, per Tom. Modified Files: -- pgsql/doc: FAQ (r1.378 -> r1.379) (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/FAQ.diff?r1=1.378&r2=1.379) pgsql/doc/src/FAQ: FAQ.html (r1.334 -> r1.335)

[COMMITTERS] pgsql: Update for max row size.

2006-04-02 Thread Bruce Momjian
Log Message: --- Update for max row size. Modified Files: -- pgsql/doc: FAQ (r1.379 -> r1.380) (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/FAQ.diff?r1=1.379&r2=1.380) pgsql/doc/src/FAQ: FAQ.html (r1.335 -> r1.336) (http://deve

[COMMITTERS] pgsql: Add to qsort TODO.detail.

2006-04-02 Thread Bruce Momjian
Log Message: --- Add to qsort TODO.detail. Modified Files: -- pgsql/doc/TODO.detail: qsort (r1.5 -> r1.6) (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/TODO.detail/qsort.diff?r1=1.5&r2=1.6) ---(end of broadcast)-