[COMMITTERS] newsysviews - newsysview: s/TEXT/NAME/ where appropriate; add schema

2005-04-05 Thread User Decibel
Log Message: --- s/TEXT/NAME/ where appropriate; add schema columns where needed (though I probably missed some) Modified Files: -- newsysview/doc: definition.txt (r1.5 -> r1.6) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/newsysviews/newsysview/doc/defini

[COMMITTERS] newsysviews - newsysview: add index views.

2005-04-05 Thread User Andrewsn
Log Message: --- add index views. add 7.4 compat. fix some stuff. Modified Files: -- newsysview/sql: _typefuncs.sql (r1.1 -> r1.2) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/newsysviews/newsysview/sql/_typefuncs.sql.diff?r1=1.1&r2=1.2) table_colum

[COMMITTERS] pgsql: Adjust grammar for plpgsql's OPEN command so that a cursor can be

2005-04-05 Thread Tom Lane
Log Message: --- Adjust grammar for plpgsql's OPEN command so that a cursor can be OPENed on non-SELECT commands such as EXPLAIN or SHOW (anything that returns tuples is allowed). This flexibility already existed for bound cursors, but OPEN was artificially restricting what it would take.

[COMMITTERS] newsysviews - newsysview: pg_database.template should be a boolean

2005-04-05 Thread User Decibel
Log Message: --- pg_database.template should be a boolean Modified Files: -- newsysview/doc: definition.txt (r1.6 -> r1.7) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/newsysviews/newsysview/doc/definition.txt.diff?r1=1.6&r2=1.7) --

[COMMITTERS] pgsql: This file was whacked by pgindent before it knew it shouldn't

2005-04-05 Thread Neil Conway
Log Message: --- This file was whacked by pgindent before it knew it shouldn't remove braces around single statements (for PG_TRY macros). This patch fixes it. Alvaro Herrera. Modified Files: -- pgsql/src/backend/utils/resowner: resowner.c (r1.11 -> r1.12)

[COMMITTERS] newsysviews - newsysview: Add build script

2005-04-05 Thread User Decibel
Log Message: --- Add build script Added Files: --- newsysview/sql: .cvsignore (r1.1) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/newsysviews/newsysview/sql/.cvsignore?rev=1.1&content-type=text/x-cvsweb-markup) build.sh (r1.1) (http://cvs.pgfou

[COMMITTERS] pgsql: Include information about a domain's CHECK constraint, if any, in

2005-04-05 Thread Neil Conway
Log Message: --- Include information about a domain's CHECK constraint, if any, in the output of \dD in psql. From Greg Sabino Mullane. Modified Files: -- pgsql/src/bin/psql: describe.c (r1.114 -> r1.115) (http://developer.postgresql.org/cvsweb.cgi/pgsql/sr

[COMMITTERS] newsysviews - newsysview: Make type definitions as old, add TODO to

2005-04-05 Thread User Decibel
Log Message: --- Make type definitions as old, add TODO to types.sql Modified Files: -- newsysview/doc: definition.txt (r1.7 -> r1.8) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/newsysviews/newsysview/doc/definition.txt.diff?r1=1.7&r2=1.8) newsysview/s