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
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)
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
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)
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
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
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
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=
[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
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
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
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
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
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
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
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
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&
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
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
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:
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
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
22 matches
Mail list logo