[COMMITTERS] pgsql: Adjust CREATE TRIGGER and ALTER TABLE ...

2005-03-22 Thread Neil Conway
Log Message: --- Adjust CREATE TRIGGER and ALTER TABLE ... ADD FOREIGN KEY to acquire ExclusiveLock rather than AccessExclusiveLock. This will allow concurrent SELECT queries to proceed on the table. Per discussion with Andrew at SuperNews. Modified Files: -- pgsql/doc/src/

[COMMITTERS] pgsql: Add: > o Add MOVE to PL/pgSQL

2005-03-22 Thread Bruce Momjian
Log Message: --- Add: > o Add MOVE to PL/pgSQL Modified Files: -- pgsql/doc: TODO (r1.1476 -> r1.1477) (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/TODO.diff?r1=1.1476&r2=1.1477) ---(end of broadcast)

[COMMITTERS] pgsql: Assign: > o Update pg_dump and psql to use the new COPY libpq

2005-03-22 Thread Bruce Momjian
Log Message: --- Assign: > o Update pg_dump and psql to use the new COPY libpq API (Christopher) Modified Files: -- pgsql/doc: TODO (r1.1475 -> r1.1476) (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/TODO.diff?r1=1.1475&r2=1.1476)

[COMMITTERS] pgsql: Add: > > * Interpret INTERVAL '1:30' MINUTE TO SECOND as '1

2005-03-22 Thread Bruce Momjian
Log Message: --- Add: > > * Interpret INTERVAL '1:30' MINUTE TO SECOND as '1 minute 30 seconds' Modified Files: -- pgsql/doc: TODO (r1.1474 -> r1.1475) (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/TODO.diff?r1=1.1474&r2=1.1475) -

[COMMITTERS] pgsql: Add INTERVAL items: > * Add support for ANSI time INTERVAL

2005-03-22 Thread Bruce Momjian
Log Message: --- Add INTERVAL items: > * Add support for ANSI time INTERVAL syntax, INTERVAL '1 2:03:04' DAY TO > SECOND > * Add support for ANSI date INTERVAL syntax, INTERVAL '1-2' YEAR TO MONTH > * Process mixed ANSI/PG INTERVAL syntax, and round value to requested > precision 184a188

[COMMITTERS] pgsql: Remove duplicate: < * Allow a warm standby system to also allow

2005-03-22 Thread Bruce Momjian
Log Message: --- Remove duplicate: < * Allow a warm standby system to also allow read-only queries Modified Files: -- pgsql/doc: TODO (r1.1472 -> r1.1473) (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/TODO.diff?r1=1.1472&r2=1.1473) ---

[COMMITTERS] pgsql: Add: > * Allow WAL replay of CREATE TABLESPACE to work when the

2005-03-22 Thread Bruce Momjian
Log Message: --- Add: > * Allow WAL replay of CREATE TABLESPACE to work when the directory > structure on the recovery computer is different from the original Modified Files: -- pgsql/doc: TODO (r1.1471 -> r1.1472) (http://developer.postgresql.org/cvsweb

Re: [COMMITTERS] pgsql: WAL must log CREATE and DROP DATABASE operations

2005-03-22 Thread Bruce Momjian
Added to TODO: * Allow WAL replay of CREATE TABLESPACE to work when the directory structure on the recovery computer is different from the original --- Tom Lane wrote: > Log Message: > --- > WAL must log CREATE a

[COMMITTERS] pgsql: Add: > o Update pg_dump and psql to use the new COPY libpq API

2005-03-22 Thread Bruce Momjian
Log Message: --- Add: > o Update pg_dump and psql to use the new COPY libpq API Modified Files: -- pgsql/doc: TODO (r1.1470 -> r1.1471) (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/TODO.diff?r1=1.1470&r2=1.1471) ---(

[COMMITTERS] pgsql: Remove: < o Update to use the newer COPY syntax

2005-03-22 Thread Bruce Momjian
Log Message: --- Remove: < o Update to use the newer COPY syntax Modified Files: -- pgsql/doc: TODO (r1.1469 -> r1.1470) (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/TODO.diff?r1=1.1469&r2=1.1470) ---(end of broadcast

[COMMITTERS] pgsql: Add for pg_dump: > o Update to use the newer COPY syntax

2005-03-22 Thread Bruce Momjian
Log Message: --- Add for pg_dump: > o Update to use the newer COPY syntax Modified Files: -- pgsql/doc: TODO (r1.1468 -> r1.1469) (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/TODO.diff?r1=1.1468&r2=1.1469) ---(end of

[COMMITTERS] pgsql: Add: > > * Support table partitioning that allows a single

2005-03-22 Thread Bruce Momjian
Log Message: --- Add: > > * Support table partitioning that allows a single table to be stored > in subtables that are partitioned based on the primary key or a WHERE > clause Modified Files: -- pgsql/doc: TODO (r1.1467 -> r1.1468) (http://developer.p

[COMMITTERS] pgsql: Remove: < < o Prevent conflicting SET options from being set

2005-03-22 Thread Bruce Momjian
Log Message: --- Remove: < < o Prevent conflicting SET options from being set < < This requires a checking function to be called after the server < configuration file is read. Modified Files: -- pgsql/doc: TODO (r1.1466 -> r1.1467)

[COMMITTERS] pgaccess - pgaccess: upgrading to tablelist 3.8

2005-03-22 Thread User Cmaj
Log Message: --- upgrading to tablelist 3.8 Added Files: --- pgaccess/lib/widgets/tablelist3.8/images: checked_aqua.xbm (r1.1) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgaccess/pgaccess/lib/widgets/tablelist3.8/images/checked_aqua.xbm?rev=1.1&content-type=t

[COMMITTERS] pgaccess - pgaccess: New Directory

2005-03-22 Thread User Cmaj
Update of /cvsroot/pgaccess/pgaccess/lib/widgets/tablelist3.8 In directory pgfoundry.org:/tmp/cvs-serv2211/tablelist3.8 Log Message: Directory /cvsroot/pgaccess/pgaccess/lib/widgets/tablelist3.8 added to the repository ---(end of broadcast)--- TIP

[COMMITTERS] pgsql: WAL must log CREATE and DROP DATABASE operations *without* using

2005-03-22 Thread Tom Lane
Log Message: --- WAL must log CREATE and DROP DATABASE operations *without* using any explicit paths, so that the log can be replayed in a data directory with a different absolute path than the original had. To avoid forcing initdb in the 8.0 branch, continue to accept the old WAL log reco

[COMMITTERS] pgsql: WAL must log CREATE and DROP DATABASE operations *without* using

2005-03-22 Thread Tom Lane
Log Message: --- WAL must log CREATE and DROP DATABASE operations *without* using any explicit paths, so that the log can be replayed in a data directory with a different absolute path than the original had. To avoid forcing initdb in the 8.0 branch, continue to accept the old WAL log reco

[COMMITTERS] pgaccess - pgaccess: New Directory

2005-03-22 Thread User Cmaj
Update of /cvsroot/pgaccess/pgaccess/lib/widgets/tablelist3.8/scripts In directory pgfoundry.org:/tmp/cvs-serv2257/tablelist3.8/scripts Log Message: Directory /cvsroot/pgaccess/pgaccess/lib/widgets/tablelist3.8/scripts added to the repository ---(end of broadcast)---

[COMMITTERS] pgaccess - pgaccess: updating tables to use tablelist for data display

2005-03-22 Thread User Cmaj
Log Message: --- updating tables to use tablelist for data display and edit Modified Files: -- pgaccess: changelog (r1.4 -> r1.5) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgaccess/pgaccess/changelog.diff?r1=1.4&r2=1.5) pgaccess/lib: queries.

[COMMITTERS] pgaccess - pgaccess: New Directory

2005-03-22 Thread User Cmaj
Update of /cvsroot/pgaccess/pgaccess/lib/widgets/tablelist3.8/images In directory pgfoundry.org:/tmp/cvs-serv2257/tablelist3.8/images Log Message: Directory /cvsroot/pgaccess/pgaccess/lib/widgets/tablelist3.8/images added to the repository ---(end of broadcast)--

[COMMITTERS] docbot - docbot: Fixed do_learn and do_forget to handle three

2005-03-22 Thread User Devdas
Log Message: --- Fixed do_learn and do_forget to handle three parameters instead of two. Modified Files: -- docbot: docbot.pl (r1.26 -> r1.27) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/docbot/docbot/docbot.pl.diff?r1=1.26&r2=1.27)

[COMMITTERS] pgsql: Use InitFunctionCallInfoData() macro instead of MemSet in

2005-03-22 Thread Tom Lane
Log Message: --- Use InitFunctionCallInfoData() macro instead of MemSet in performance critical places in execQual. By Atsushi Ogawa; some minor cleanup by moi. Modified Files: -- pgsql/src/backend/executor: execQual.c (r1.173 -> r1.174) (http://developer.

[COMMITTERS] docbot - docbot: Updated db dump.

2005-03-22 Thread User Dfetter
Log Message: --- Updated db dump. Modified Files: -- docbot: rtfm_please.sql (r1.2 -> r1.3) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/docbot/docbot/rtfm_please.sql.diff?r1=1.2&r2=1.3) ---(end of broadcast)

[COMMITTERS] docbot - docbot: Rename to pg_docbot.

2005-03-22 Thread User Dfetter
Log Message: --- Rename to pg_docbot. Modified Files: -- docbot: docbot.pl (r1.25 -> r1.26) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/docbot/docbot/docbot.pl.diff?r1=1.25&r2=1.26) ---(end of broadcast)---