[COMMITTERS] pgsql: Fix a whitespace problem.

2005-05-02 Thread Dennis Bjorklund
Log Message: --- Fix a whitespace problem. From Alvaro Herrera. Tags: REL8_0_STABLE Modified Files: -- pgsql/src/bin/psql/po: es.po (r1.7 -> r1.7.4.1) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/bin/psql/po/es.po.diff?r1=1.7&r2=1.7.4.1) ---

[COMMITTERS] pgsql: Fix typos in documentation.

2005-05-02 Thread Neil Conway
Log Message: --- Fix typos in documentation. Modified Files: -- pgsql/contrib/pgcrypto: README.pgcrypto (r1.9 -> r1.10) (http://developer.postgresql.org/cvsweb.cgi/pgsql/contrib/pgcrypto/README.pgcrypto.diff?r1=1.9&r2=1.10) ---(end

[COMMITTERS] autodoc - autodoc: Prevent Dia 0.94 from crashing by rearranging the

2005-05-02 Thread User Rbt
Log Message: --- Prevent Dia 0.94 from crashing by rearranging the Dependency attributes. Modified Files: -- autodoc: zigzag.dia.tmpl (r1.4 -> r1.5) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/autodoc/autodoc/zigzag.dia.tmpl.diff?r1=1.4&r2=1.5) --

[COMMITTERS] autodoc - autodoc: Changelog for the 1.25 release.

2005-05-02 Thread User Rbt
Log Message: --- Changelog for the 1.25 release. Modified Files: -- autodoc: ChangeLog (r1.3 -> r1.4) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/autodoc/autodoc/ChangeLog.diff?r1=1.3&r2=1.4) ---(end of broadcast)--

[COMMITTERS] autodoc - autodoc: Eliminate Dia warnings for newer versions of dia (new

2005-05-02 Thread User Rbt
Log Message: --- Eliminate Dia warnings for newer versions of dia (new elements). Luckily, Dia will completely ignore these saved values and calculate it's own instead which is convenient because we really have no idea where to place things. Modified Files: -- autodoc:

[COMMITTERS] pgaccess - pgaccess: provide default minimal sorting of report results

2005-05-02 Thread User Cmaj
Log Message: --- provide default minimal sorting of report results using oid column Modified Files: -- pgaccess/lib: reports.tcl (r1.1.1.1 -> r1.2) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgaccess/pgaccess/lib/reports.tcl.diff?r1=1.1.1.1&r2=1.2) -

[COMMITTERS] python - be: New Directory

2005-05-02 Thread James William Pye
Update of /cvsroot/python/be/test In directory pgfoundry.org:/tmp/cvs-serv33555/test Log Message: Directory /cvsroot/python/be/test added to the repository ---(end of broadcast)--- TIP 5: Have you checked our extensive FAQ? http://w

[COMMITTERS] pgsql: Add FAQ on who controls the project.

2005-05-02 Thread Bruce Momjian
Log Message: --- Add FAQ on who controls the project. Modified Files: -- pgsql/doc: FAQ (r1.348 -> r1.349) (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/FAQ.diff?r1=1.348&r2=1.349) pgsql/doc/src/FAQ: FAQ.html (r1.305 -> r1.306)

[COMMITTERS] pgsql: Completed: < * Remove unreferenced table files created by

2005-05-02 Thread Bruce Momjian
Log Message: --- Completed: < * Remove unreferenced table files created by transactions that were > * -Check for unreferenced table files created by transactions that were Modified Files: -- pgsql/doc: TODO (r1.1518 -> r1.1519) (http://developer.postgresql

[COMMITTERS] pgsql: Check the file system on postmaster startup and report any

2005-05-02 Thread Bruce Momjian
Log Message: --- Check the file system on postmaster startup and report any unreferenced files in the server log. Heikki Linnakangas Modified Files: -- pgsql/doc/src/sgml: maintenance.sgml (r1.41 -> r1.42) (http://developer.postgresql.org/cvsweb.cgi/pgsql/

[COMMITTERS] python - be: Implement C Interface for extension module and have the PL

2005-05-02 Thread James William Pye
Log Message: --- Implement C Interface for extension module and have the PL use it. Accessing the objects in the extension module meant getting all the attributes one needed. Now, only one attribute need be gotten by a C user, "CI". While not all functions are yet provided, the ones pl.c n