[COMMITTERS] newsysviews - newsysview: Finished pg_users Added pg_groups Added

2005-04-13 Thread User Aglio
Log Message: --- Finished pg_users Added pg_groups Added function to _compat_74 and _compat_80 to support these. Updated definitions.txt Modified Files: -- newsysview/doc: definition.txt (r1.13 -> r1.14) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/newsysvi

[COMMITTERS] newsysviews - newsysview: rules view

2005-04-13 Thread User Andrewsn
Log Message: --- rules view Added Files: --- newsysview/sql: rules.sql (r1.1) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/newsysviews/newsysview/sql/rules.sql?rev=1.1&content-type=text/x-cvsweb-markup) ---(end of broadcast)

[COMMITTERS] pgsql: First phase of project to use fixed OIDs for all system catalogs

2005-04-13 Thread Tom Lane
Log Message: --- First phase of project to use fixed OIDs for all system catalogs and indexes. Extend the macros in include/catalog/*.h to carry the info about hand-assigned OIDs, and adjust the genbki script and bootstrap code to make the relations actually get those OIDs. Remove the sma

[COMMITTERS] pgsql: Simplify initdb-time assignment of OIDs as I proposed yesterday,

2005-04-13 Thread Tom Lane
Log Message: --- Simplify initdb-time assignment of OIDs as I proposed yesterday, and avoid encroaching on the 'user' range of OIDs by allowing automatic OID assignment to use values below 16k until we reach normal operation. initdb not forced since this doesn't make any incompatible chang

[COMMITTERS] python - web: Fix broken links(sp -> project).

2005-04-13 Thread User Jwp
Log Message: --- Fix broken links(sp -> project). Modified Files: -- web/src/documentation/content/xdocs: index.xml (r1.2 -> r1.3) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/python/web/src/documentation/content/xdocs/index.xml.diff?r1=1.2&r2=1.3) ---

[COMMITTERS] pgsql: Change addRangeTableEntryForRelation() to take a Relation pointer

2005-04-13 Thread Tom Lane
Log Message: --- Change addRangeTableEntryForRelation() to take a Relation pointer instead of just a relation OID, thereby not having to open the relation for itself. This actually saves code rather than adding it for most of the existing callers, which had the rel open already. The main p

[COMMITTERS] python - web: Quiet removal of doc/ contents.

2005-04-13 Thread User Jwp
Log Message: --- Quiet removal of doc/ contents. Ignore all files in this directory. When a doc forrest build is made, the chunked output will be copied directly into here for a forrest build(for publishing, but not committing, thus the ignore). Web documentation will normally reflect the

[COMMITTERS] python - web: Site is now explicitly dependent on a doc build.

2005-04-13 Thread User Jwp
Log Message: --- Site is now explicitly dependent on a doc build. forrest will fail without a doc/site.xml file that doc/fwk/xf/forrest.xml will chunk out(documentation project yet to be imported). Modified Files: -- web/src/documentation/content/xdocs: site.xml (r

[COMMITTERS] python - web: Add documentation project to list.

2005-04-13 Thread User Jwp
Log Message: --- Add documentation project to list. Added Files: --- web/src/documentation/content/xdocs/project: doc.xml (r1.1) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/python/web/src/documentation/content/xdocs/project/doc.xml?rev=1.1&content-type=text/x-

[COMMITTERS] pgsql: Revert yesterday's change to make pg_cast.h say 'OID = 0' in DATA

2005-04-13 Thread Tom Lane
Log Message: --- Revert yesterday's change to make pg_cast.h say 'OID = 0' in DATA entries. On reflection, we ought to get rid of that mechanism entirely. Modified Files: -- pgsql/src/include/catalog: pg_cast.h (r1.19 -> r1.20) (http://developer.postgresql.

[COMMITTERS] pgaccess - pgaccess: more non-empty types

2005-04-13 Thread User Cmaj
Log Message: --- more non-empty types Modified Files: -- pgaccess/lib: tables.tcl (r1.5 -> r1.6) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgaccess/pgaccess/lib/tables.tcl.diff?r1=1.5&r2=1.6) ---(end of broadcast)

[COMMITTERS] pgaccess - pgaccess: removed useless horizontal scroll bars (thanks,

2005-04-13 Thread User Cmaj
Log Message: --- removed useless horizontal scroll bars (thanks, word wrap) Modified Files: -- pgaccess/lib: queries.tcl (r1.5 -> r1.6) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgaccess/pgaccess/lib/queries.tcl.diff?r1=1.5&r2=1.6) -