[COMMITTERS] libpqtypes - libpqtypes: Updated groff2html, fixed some man links

2008-05-07 Thread User Achernow
Log Message: --- Updated groff2html, fixed some man links Modified Files: -- libpqtypes: groff2html (r1.2 -> r1.3) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/libpqtypes/libpqtypes/groff2html.diff?r1=1.2&r2=1.3) libpqtypes/docs/man3: PQparamExe

[COMMITTERS] pginstaller - web: The specification of Ver8.3 is applied.

2008-05-07 Thread User H-saito
Log Message: --- The specification of Ver8.3 is applied. with Dave. Modified Files: -- web: index.html (r1.11 -> r1.12) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pginstaller/web/index.html.diff?r1=1.11&r2=1.12) pginst0.png (r1.2 -> r1.3)

[COMMITTERS] pginstaller - web: Add the translation sentence of contrib/UUID.

2008-05-07 Thread User H-saito
Log Message: --- Add the translation sentence of contrib/UUID. Modified Files: -- web: en.xml (r1.1 -> r1.2) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pginstaller/web/en.xml.diff?r1=1.1&r2=1.2) translation.html (r1.2 -> r1.3) (http://cvs

[COMMITTERS] libpqtypes - libpqtypes: add support for all man sections in groff2html,

2008-05-07 Thread User Achernow
Log Message: --- add support for all man sections in groff2html, fix alignment issue in pqt-specs Modified Files: -- libpqtypes: groff2html (r1.3 -> r1.4) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/libpqtypes/libpqtypes/groff2html.diff?r1=1.3&r2=1.4)

[COMMITTERS] libpqtypes - libpqtypes: updated groff2html docs

2008-05-07 Thread User Achernow
Log Message: --- updated groff2html docs Modified Files: -- libpqtypes: groff2html (r1.4 -> r1.5) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/libpqtypes/libpqtypes/groff2html.diff?r1=1.4&r2=1.5) -- Sent via pgsql-committers mailing list (pgsql-committers

[COMMITTERS] pgsql: Make the pg_stat_activity view call a SRF

2008-05-07 Thread Magnus Hagander
Log Message: --- Make the pg_stat_activity view call a SRF (pg_stat_get_activity()) instead of calling a bunch of individual functions. This function can also be called directly, taking a PID as an argument, to return only the data for a single PID. Modified Files: -- pgs

[COMMITTERS] pgstatspack - pgstatspack: Imported Sources

2008-05-07 Thread User Fritshoogland
Update of /cvsroot/pgstatspack/pgstatspack In directory pgfoundry.org:/tmp/cvs-serv72493 Log Message: initial import Status: Vendor Tag: pgstatspack Release Tags: import N pgstatspack/pgstatspack_create_tables.sql N pgstatspack/pgstatspack_create_snap.sql N pgstatspack/pgs

[COMMITTERS] pgsql: Move Client Authentication right after Server Configuration in

2008-05-07 Thread Bruce Momjian
Log Message: --- Move Client Authentication right after Server Configuration in docs. Scott Marlowe Modified Files: -- pgsql/doc/src/sgml: postgres.sgml (r1.85 -> r1.86) (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/postgres.sgml?r1=1.85&r2=

Re: [COMMITTERS] pgsql: Make the pg_stat_activity view call a SRF

2008-05-07 Thread Tom Lane
[EMAIL PROTECTED] (Magnus Hagander) writes: > Make the pg_stat_activity view call a SRF (pg_stat_get_activity()) > instead of calling a bunch of individual functions. > This function can also be called directly, taking a PID as an argument, to > return only the data for a single PID. Hmm, if you

[COMMITTERS] libpqtypes - libpqtypes: enhanced html output from groff2html, fixed

2008-05-07 Thread User Achernow
Log Message: --- enhanced html output from groff2html, fixed alignment issues in some mans Modified Files: -- libpqtypes: groff2html (r1.5 -> r1.6) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/libpqtypes/libpqtypes/groff2html.diff?r1=1.5&r2=1.6) libpqty

Re: [COMMITTERS] pgsql: Make the pg_stat_activity view call a SRF

2008-05-07 Thread Magnus Hagander
Tom Lane wrote: > [EMAIL PROTECTED] (Magnus Hagander) writes: > > Make the pg_stat_activity view call a SRF (pg_stat_get_activity()) > > instead of calling a bunch of individual functions. > > > This function can also be called directly, taking a PID as an > > argument, to return only the data fo

[COMMITTERS] libpqtypes - libpqtypes: makefile changes

2008-05-07 Thread User Achernow
Log Message: --- makefile changes Modified Files: -- libpqtypes: Makefile.am (r1.4 -> r1.5) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/libpqtypes/libpqtypes/Makefile.am.diff?r1=1.4&r2=1.5) configure.ac (r1.1 -> r1.2) (http://cvs.pgfoundry

[COMMITTERS] pgsql: Add Simon Riggs' email address.

2008-05-07 Thread Alvaro Herrera
Log Message: --- Add Simon Riggs' email address. Modified Files: -- pgsql/doc/src/sgml: pgstandby.sgml (r2.4 -> r2.5) (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/pgstandby.sgml?r1=2.4&r2=2.5) -- Sent via pgsql-committers mailing list (pgs

Re: [COMMITTERS] pgsql: Make the pg_stat_activity view call a SRF

2008-05-07 Thread Tom Lane
Magnus Hagander <[EMAIL PROTECTED]> writes: > Tom Lane wrote: >> Why not declare it with OUT parameters, instead? > That does sound like a very good idea... I did notice that as being a > problem, but didn't know how to fix it without thinking more :-) > How do I do that in pg_proc.h? Is there som

[COMMITTERS] pgsql: Add Simon Riggs' email address.

2008-05-07 Thread Alvaro Herrera
Log Message: --- Add Simon Riggs' email address. Tags: REL8_3_STABLE Modified Files: -- pgsql/doc/src/sgml: pgstandby.sgml (r2.4 -> r2.4.2.1) (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/pgstandby.sgml?r1=2.4&r2=2.4.2.1) -- Sent via

[COMMITTERS] libpqtypes - libpqtypes: correctly docs inside pqt-specs...strings,time

2008-05-07 Thread User Achernow
Log Message: --- correctly docs inside pqt-specs...strings,time Modified Files: -- libpqtypes: Makefile.am (r1.5 -> r1.6) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/libpqtypes/libpqtypes/Makefile.am.diff?r1=1.5&r2=1.6) libpqtypes/docs/man3: pq

[COMMITTERS] libpqtypes - libpqtypes: error in PQtypesObjectHooks docs, needed return

2008-05-07 Thread User Achernow
Log Message: --- error in PQtypesObjectHooks docs, needed return docs Modified Files: -- libpqtypes/docs/man3: PQtypesObjectHooks.3 (r1.2 -> r1.3) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/libpqtypes/libpqtypes/docs/man3/PQtypesObjectHooks.3.diff?r1=1.2&

[COMMITTERS] pgsql: Remove OID/foreign key mention in psql variable interpolation

2008-05-07 Thread Bruce Momjian
Log Message: --- Remove OID/foreign key mention in psql variable interpolation docs. Modified Files: -- pgsql/doc/src/sgml/ref: psql-ref.sgml (r1.201 -> r1.202) (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/ref/psql-ref.sgml?r1=1.201&r2=1.202

[COMMITTERS] pgsql: Add to TODO: > * Add database and transaction-level triggers >

2008-05-07 Thread Bruce Momjian
Log Message: --- Add to TODO: > * Add database and transaction-level triggers > > http://archives.postgresql.org/pgsql-hackers/2008-03/msg00451.php Modified Files: -- pgsql/doc: TODO (r1.2447 -> r1.2448) (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/d

[COMMITTERS] pgsql: Add to TODO: > > o Add CREATE SCHEMA ...

2008-05-07 Thread Bruce Momjian
Log Message: --- Add to TODO: > > o Add CREATE SCHEMA ... LIKE that copies a schema > Modified Files: -- pgsql/doc: TODO (r1.2448 -> r1.2449) (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/doc/TODO?r1=1.2448&r2=1.2449) pgsql/doc/src/FAQ:

[COMMITTERS] pgsql: Update TODO wording: < * Improve detection of shared memory

2008-05-07 Thread Bruce Momjian
Log Message: --- Update TODO wording: < * Improve detection of shared memory segments being used by other < FreeBSD jails > * Improve detection of shared memory segments being used by others > by checking the SysV shared memory field 'nattch' > http://archives.postgresql.org/pgsql-h

[COMMITTERS] libpqtypes - libpqtypes: man page updates

2008-05-07 Thread User Achernow
Log Message: --- man page updates Modified Files: -- libpqtypes/docs/man3: pqt-composites.3 (r1.3 -> r1.4) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/libpqtypes/libpqtypes/docs/man3/pqt-composites.3.diff?r1=1.3&r2=1.4) pqt-handlers.3 (r1.3 -> r1.4