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
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
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.
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)
--
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)
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
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
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