[COMMITTERS] pllolcode - pllolcode: Make conditionals work.

2008-04-24 Thread User Eggyknap
Log Message: --- Make conditionals work. There are still some bugs, I think. The basic form is: BOTH SAEM 3 AN 4, O RLY? YA RLY, VISIBLE "W00T!!1 SAEMZ!!1" MEBBE DIFFRINT 2 AN 1, VISIBLE "I HAS A DIFFRINT" NO WAI, VISIBLE "O NOES!!1" OIC Modified Files: ---

[COMMITTERS] pgsql: Update error messages, per notes from Tom.

2008-04-24 Thread Magnus Hagander
Log Message: --- Update error messages, per notes from Tom. Laurenz Albe Modified Files: -- pgsql/src/backend/access/transam: xlog.c (r1.299 -> r1.300) (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/access/transam/xlog.c?r1=1.299&r2=1.300)

[COMMITTERS] pgsql: Update TODO description for GIT: * Consider smaller indexes that

2008-04-24 Thread Bruce Momjian
Log Message: --- Update TODO description for GIT: * Consider smaller indexes that record a range of values per heap page, rather than having one index entry for every heap row Modified Files: -- pgsql/doc: TODO (r1.2430 -> r1.2431) (http://anoncvs.postgr

[COMMITTERS] pgsql: Remove, item done, description unclear: < * Allow index scans to

2008-04-24 Thread Bruce Momjian
Log Message: --- Remove, item done, description unclear: < * Allow index scans to return matching index keys < < http://archives.postgresql.org/pgsql-hackers/2007-03/msg01079.php Modified Files: -- pgsql/doc: TODO (r1.2431 -> r1.2432) (http://anoncvs.po

[COMMITTERS] pgsql: Add to TODO: < > * Allow adding enumerated values to an

2008-04-24 Thread Bruce Momjian
Log Message: --- Add to TODO: < > * Allow adding enumerated values to an existing enumerated data > type Modified Files: -- pgsql/doc: TODO (r1.2432 -> r1.2433) (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/doc/TODO?r1=1.2432&r2=1.2433) pgsql/doc/

[COMMITTERS] pgsql: Add to TODO: > * Allow index scans to return matching index

2008-04-24 Thread Bruce Momjian
Log Message: --- Add to TODO: > * Allow index scans to return matching index keys, not just the matching > heap locations Modified Files: -- pgsql/doc: TODO (r1.2433 -> r1.2434) (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/doc/TODO?r1=1.2433&r2=1.2434

[COMMITTERS] pgsql: Add URL for: * Allow index scans to return matching index keys,

2008-04-24 Thread Bruce Momjian
Log Message: --- Add URL for: * Allow index scans to return matching index keys, not just the matching heap locations > > http://archives.postgresql.org/pgsql-hackers/2008-04/msg01657.php > Modified Files: -- pgsql/doc: TODO (r1.2434 -> r1.2435) (http

[COMMITTERS] pgsql: Add TODO item: > > o Impove COPY performance > >

2008-04-24 Thread Bruce Momjian
Log Message: --- Add TODO item: > > o Impove COPY performance > > http://archives.postgresql.org/pgsql-hackers/2008-02/msg00954.php Modified Files: -- pgsql/doc: TODO (r1.2435 -> r1.2436) (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/doc/

[COMMITTERS] pgsql: Add to TODO: > * Allow prepared transactions with temporary

2008-04-24 Thread Bruce Momjian
Log Message: --- Add to TODO: > * Allow prepared transactions with temporary tables created and dropped > in the same transaction, and when an ON COMMIT DELETE ROWS temporary > table is accessed > > http://archives.postgresql.org/pgsql-hackers/2008-03/msg00047.php Modified Files:

[COMMITTERS] pgsql: Add embedded usage mention to FAQ, per Greg Smith.

2008-04-24 Thread Bruce Momjian
Log Message: --- Add embedded usage mention to FAQ, per Greg Smith. Modified Files: -- pgsql/doc: FAQ (r1.455 -> r1.456) (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/doc/FAQ?r1=1.455&r2=1.456) pgsql/doc/src/FAQ: FAQ.html (r1.412 -> r1.413)

[COMMITTERS] pgsql: Fix ALTER TABLE ADD COLUMN ...

2008-04-24 Thread Tom Lane
Log Message: --- Fix ALTER TABLE ADD COLUMN ... PRIMARY KEY so that the new column is correctly checked to see if it's been initialized to all non-nulls. The implicit NOT NULL constraint was not being checked during the ALTER (in fact, not even if there was an explicit NOT NULL too), becau

[COMMITTERS] pgsql: Fix ALTER TABLE ADD COLUMN ...

2008-04-24 Thread Tom Lane
Log Message: --- Fix ALTER TABLE ADD COLUMN ... PRIMARY KEY so that the new column is correctly checked to see if it's been initialized to all non-nulls. The implicit NOT NULL constraint was not being checked during the ALTER (in fact, not even if there was an explicit NOT NULL too), becau

[COMMITTERS] pgsql: Fix ALTER TABLE ADD COLUMN ...

2008-04-24 Thread Tom Lane
Log Message: --- Fix ALTER TABLE ADD COLUMN ... PRIMARY KEY so that the new column is correctly checked to see if it's been initialized to all non-nulls. The implicit NOT NULL constraint was not being checked during the ALTER (in fact, not even if there was an explicit NOT NULL too), becau

[COMMITTERS] pgsql: Fix ALTER TABLE ADD COLUMN ...

2008-04-24 Thread Tom Lane
Log Message: --- Fix ALTER TABLE ADD COLUMN ... PRIMARY KEY so that the new column is correctly checked to see if it's been initialized to all non-nulls. The implicit NOT NULL constraint was not being checked during the ALTER (in fact, not even if there was an explicit NOT NULL too), becau

[COMMITTERS] pgsql: Fix ALTER TABLE ADD COLUMN ...

2008-04-24 Thread Tom Lane
Log Message: --- Fix ALTER TABLE ADD COLUMN ... PRIMARY KEY so that the new column is correctly checked to see if it's been initialized to all non-nulls. The implicit NOT NULL constraint was not being checked during the ALTER (in fact, not even if there was an explicit NOT NULL too), becau

[COMMITTERS] pgsql: Update: < * Allow adding enumerated values to an existing

2008-04-24 Thread Bruce Momjian
Log Message: --- Update: < * Allow adding enumerated values to an existing enumerated data > * Allow adding/removing enumerated values to an existing enumerated data Modified Files: -- pgsql/doc: TODO (r1.2437 -> r1.2438) (http://anoncvs.postgresql.org/cvs

[COMMITTERS] pgsql: Remove transformAlterTableStmt's kluge to replace

2008-04-24 Thread Tom Lane
Log Message: --- Remove transformAlterTableStmt's kluge to replace ColumnDef.is_not_null flags by separate AT_SetNotNull subcommands. That was always ugly and inefficient, and it's now clear that it was merely a partial workaround for the bug just identified in ATExecAddColumn. This is ju

[COMMITTERS] pgsql: Update TODO item: > * Allow adding/renaming/removing enumerated

2008-04-24 Thread Bruce Momjian
Log Message: --- Update TODO item: > * Allow adding/renaming/removing enumerated values to an existing > enumerated data type Modified Files: -- pgsql/doc: TODO (r1.2438 -> r1.2439) (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/doc/TODO?r1=1.2438&r2=1.

[COMMITTERS] pgsnap - pgsnap: Beautify three reports.

2008-04-24 Thread User Gleu
Log Message: --- Beautify three reports. Modified Files: -- pgsnap/pgsnap/lib: param.php (r1.4 -> r1.5) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgsnap/pgsnap/pgsnap/lib/param.php.diff?r1=1.4&r2=1.5) pgconfig.php (r1.3 -> r1.4) (http://