[COMMITTERS] pgsql: Clarify tar documentation about return error codes.

2007-09-14 Thread Bruce Momjian
Log Message: --- Clarify tar documentation about return error codes. Backpatch to 8.2.X. Modified Files: -- pgsql/doc/src/sgml: backup.sgml (r2.100 -> r2.101) (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/backup.sgml?r1=2.100&r2=2.101) --

[COMMITTERS] pgsql: Update tsearch include location in example.

2007-09-14 Thread Bruce Momjian
Log Message: --- Update tsearch include location in example. Oleg. Modified Files: -- pgsql/doc/src/sgml: textsearch.sgml (r1.16 -> r1.17) (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/textsearch.sgml?r1=1.16&r2=1.17)

[COMMITTERS] pgsql: Clarify tar documentation about return error codes.

2007-09-14 Thread Bruce Momjian
Log Message: --- Clarify tar documentation about return error codes. Backpatch to 8.2.X. Tags: REL8_2_STABLE Modified Files: -- pgsql/doc/src/sgml: backup.sgml (r2.95.2.1 -> r2.95.2.2) (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/ba

[COMMITTERS] pgsql: Update documentation to mention that autovacuum also does analyze

2007-09-14 Thread Bruce Momjian
Log Message: --- Update documentation to mention that autovacuum also does analyze so we don't need to recommend nightly analyzes anymore unless autovacuum is off. Modified Files: -- pgsql/doc/src/sgml: maintenance.sgml (r1.80 -> r1.81) (http://developer.po

Re: [COMMITTERS] pgsql: Fix missed version-stamping.

2007-09-14 Thread Bruce Momjian
Tom Lane wrote: > Log Message: > --- > Fix missed version-stamping. > > Tags: > > REL8_2_STABLE > > Modified Files: > -- > pgsql/src/include: > pg_config.h.win32 (r1.38.2.7 -> r1.38.2.8) > > (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/includ

[COMMITTERS] pgsql: Fix missed version-stamping.

2007-09-14 Thread Tom Lane
Log Message: --- Fix missed version-stamping. Tags: REL8_2_STABLE Modified Files: -- pgsql/src/include: pg_config.h.win32 (r1.38.2.7 -> r1.38.2.8) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/include/pg_config.h.win32?r1=1.38.2.7&r2=1.38.2.8)

[COMMITTERS] pgsql: Add LDAP URL documentation.

2007-09-14 Thread Bruce Momjian
Log Message: --- Add LDAP URL documentation. Albe Laurenz Modified Files: -- pgsql/doc/src/sgml: libpq.sgml (r1.243 -> r1.244) (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/libpq.sgml?r1=1.243&r2=1.244) pgsql/doc/src/sgml/ref:

[COMMITTERS] npgsql - Npgsql2: New Directory

2007-09-14 Thread User Fxjr
Update of /cvsroot/npgsql/Npgsql2/docs In directory pgfoundry.org:/tmp/cvs-serv47870/docs Log Message: Directory /cvsroot/npgsql/Npgsql2/docs added to the repository ---(end of broadcast)--- TIP 3: Have you checked our extensive FAQ?

[COMMITTERS] npgsql - Npgsql2: Added Npgsql2 documentation from original Npgsql

2007-09-14 Thread User Fxjr
Log Message: --- Added Npgsql2 documentation from original Npgsql documentation. Added Files: --- Npgsql2/docs: NpgsqlConnectionStateMachine.png (r1.1) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/npgsql/Npgsql2/docs/NpgsqlConnectionStateMachine.png?re

[COMMITTERS] pgsql: Add some links for escape strings.

2007-09-14 Thread Bruce Momjian
Log Message: --- Add some links for escape strings. Brendan Jurd Fix markup in previous commit. Modified Files: -- pgsql/doc/src/sgml: func.sgml (r1.393 -> r1.394) (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/func.sgml?r1=1.393&r2=1.394)

[COMMITTERS] npgsql - Npgsql2: Fixed UserManual documentation.

2007-09-14 Thread User Fxjr
Log Message: --- Fixed UserManual documentation. Thanks Frank Chow (reverseark at gmail dot com) for heads up! Modified Files: -- Npgsql2/docs: UserManual.html (r1.1 -> r1.2) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/npgsql/Npgsql2/docs/UserMan

[COMMITTERS] pgsql: Minor editorialization on release notes.

2007-09-14 Thread Tom Lane
Log Message: --- Minor editorialization on release notes. Modified Files: -- pgsql/doc/src/sgml: release.sgml (r1.504 -> r1.505) (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/release.sgml?r1=1.504&r2=1.505) ---(end

[COMMITTERS] pgsql: Minor editorialization on release notes.

2007-09-14 Thread Tom Lane
Log Message: --- Minor editorialization on release notes. Tags: REL8_2_STABLE Modified Files: -- pgsql/doc/src/sgml: release.sgml (r1.488.2.12 -> r1.488.2.13) (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/release.sgml?r1=1.488.2.12&r2

[COMMITTERS] pgsql: Minor editorialization on release notes.

2007-09-14 Thread Tom Lane
Log Message: --- Minor editorialization on release notes. Tags: REL8_0_STABLE Modified Files: -- pgsql/doc/src/sgml: release.sgml (r1.321.4.37 -> r1.321.4.38) (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/release.sgml?r1=1.321.4.37&r2

[COMMITTERS] pgsql: Minor editorialization on release notes.

2007-09-14 Thread Tom Lane
Log Message: --- Minor editorialization on release notes. Tags: REL7_4_STABLE Modified Files: -- pgsql/doc/src/sgml: release.sgml (r1.235.2.55 -> r1.235.2.56) (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/release.sgml?r1=1.235.2.55&r2

[COMMITTERS] pgsql: Document atan2() as y/x, rather than x/y, to conform to general

2007-09-14 Thread Bruce Momjian
Log Message: --- Document atan2() as y/x, rather than x/y, to conform to general usage. Andrew Maclean Modified Files: -- pgsql/doc/src/sgml: func.sgml (r1.394 -> r1.395) (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/func.sgml?r1=1.394&r2=

[COMMITTERS] pgsql: Fix markup that doesn't work in back branches.

2007-09-14 Thread Tom Lane
Log Message: --- Fix markup that doesn't work in back branches. Tags: REL7_3_STABLE Modified Files: -- pgsql/doc/src/sgml: release.sgml (r1.163.2.45 -> r1.163.2.46) (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/release.sgml?r1=1.163.2

[COMMITTERS] pgsql: Fix GSS API pointer checking.

2007-09-14 Thread Bruce Momjian
Log Message: --- Fix GSS API pointer checking. Kris Jurka Modified Files: -- pgsql/src/backend/libpq: auth.c (r1.155 -> r1.156) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/libpq/auth.c?r1=1.155&r2=1.156) pqcomm.c (r1.195 -> r1.196

[COMMITTERS] pgsql: Minor editorialization on release notes.

2007-09-14 Thread Tom Lane
Log Message: --- Minor editorialization on release notes. Tags: REL7_3_STABLE Modified Files: -- pgsql/doc/src/sgml: release.sgml (r1.163.2.44 -> r1.163.2.45) (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/release.sgml?r1=1.163.2.44&r2

[COMMITTERS] pgsql: Minor editorialization on release notes.

2007-09-14 Thread Tom Lane
Log Message: --- Minor editorialization on release notes. Tags: REL8_1_STABLE Modified Files: -- pgsql/doc/src/sgml: release.sgml (r1.400.2.44 -> r1.400.2.45) (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/release.sgml?r1=1.400.2.44&r2

[COMMITTERS] pgsql: Fix markup that doesn't work in back branches.

2007-09-14 Thread Tom Lane
Log Message: --- Fix markup that doesn't work in back branches. Tags: REL7_4_STABLE Modified Files: -- pgsql/doc/src/sgml: release.sgml (r1.235.2.56 -> r1.235.2.57) (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/release.sgml?r1=1.235.2

[COMMITTERS] pgsql: Fix markup that doesn't work in back branches.

2007-09-14 Thread Tom Lane
Log Message: --- Fix markup that doesn't work in back branches. Tags: REL8_0_STABLE Modified Files: -- pgsql/doc/src/sgml: release.sgml (r1.321.4.38 -> r1.321.4.39) (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/release.sgml?r1=1.321.4

[COMMITTERS] pgsql: Fix markup that doesn't work in back branches.

2007-09-14 Thread Tom Lane
Log Message: --- Fix markup that doesn't work in back branches. Tags: REL8_1_STABLE Modified Files: -- pgsql/doc/src/sgml: release.sgml (r1.400.2.45 -> r1.400.2.46) (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/release.sgml?r1=1.400.2

[COMMITTERS] pgsql: Fix markup that doesn't work in back branches.

2007-09-14 Thread Tom Lane
Log Message: --- Fix markup that doesn't work in back branches. Tags: REL8_2_STABLE Modified Files: -- pgsql/doc/src/sgml: release.sgml (r1.488.2.13 -> r1.488.2.14) (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/release.sgml?r1=1.488.2

[COMMITTERS] pgsql: Fix markup that doesn't work in back branches.

2007-09-14 Thread Tom Lane
Log Message: --- Fix markup that doesn't work in back branches. Modified Files: -- pgsql/doc/src/sgml: release.sgml (r1.505 -> r1.506) (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/release.sgml?r1=1.505&r2=1.506) --

[COMMITTERS] pgsql: Remove GIN interface section, which is now documented in SGML.

2007-09-14 Thread Bruce Momjian
Log Message: --- Remove GIN interface section, which is now documented in SGML. Heikki Linnakangas Modified Files: -- pgsql/src/backend/access/gin: README (r1.2 -> r1.3) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/access/gin/README?r1=1.2

[COMMITTERS] pgsql: Update to mention alternate project name is "Postgres".

2007-09-14 Thread Bruce Momjian
Log Message: --- Update to mention alternate project name is "Postgres". Modified Files: -- pgsql/doc: FAQ (r1.428 -> r1.429) (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/FAQ?r1=1.428&r2=1.429) pgsql/doc/src/FAQ: FAQ.html (r1.384 -> r1.

[COMMITTERS] pgsql: Update pronunciation FAQ item.

2007-09-14 Thread Bruce Momjian
Log Message: --- Update pronunciation FAQ item. Modified Files: -- pgsql/doc: FAQ (r1.429 -> r1.430) (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/FAQ?r1=1.429&r2=1.430) pgsql/doc/src/FAQ: FAQ.html (r1.385 -> r1.386) (http://dev

[COMMITTERS] pgsql: Add: > > * Make it possible to use RETURNING together with

2007-09-14 Thread Bruce Momjian
Log Message: --- Add: > > * Make it possible to use RETURNING together with conditional DO INSTEAD > rules, such as for partitioning setups > > http://archives.postgresql.org/pgsql-hackers/2007-09/msg00577.php Modified Files: -- pgsql/doc: TODO (r1.2213 -> r1

[COMMITTERS] pgsql: Fix markup.

2007-09-14 Thread Bruce Momjian
Log Message: --- Fix markup. Modified Files: -- pgsql/doc: FAQ (r1.430 -> r1.431) (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/FAQ?r1=1.430&r2=1.431) pgsql/doc/src/FAQ: FAQ.html (r1.386 -> r1.387) (http://developer.postgresql.o

[COMMITTERS] pgsql: Add: > > o Prevent long-lived temporary tables from causing

2007-09-14 Thread Bruce Momjian
Log Message: --- Add: > > o Prevent long-lived temporary tables from causing frozen-xid > advancement starvation > > http://archives.postgresql.org/pgsql-general/2007-06/msg01645.php Modified Files: -- pgsql/doc: TODO (r1.2214 -> r1.2215)

[COMMITTERS] pgsql: update configure for 8.2.5 ...

2007-09-14 Thread Marc G. Fournier
Log Message: --- update configure for 8.2.5 ... Tags: REL8_2_STABLE Modified Files: -- pgsql: configure (r1.523.2.9 -> r1.523.2.10) (http://developer.postgresql.org/cvsweb.cgi/pgsql/configure?r1=1.523.2.9&r2=1.523.2.10) configure.in (r1.490.2

[COMMITTERS] pgsql: update configure for 8.1.10

2007-09-14 Thread Marc G. Fournier
Log Message: --- update configure for 8.1.10 Tags: REL8_1_STABLE Modified Files: -- pgsql: configure (r1.461.2.19 -> r1.461.2.20) (http://developer.postgresql.org/cvsweb.cgi/pgsql/configure?r1=1.461.2.19&r2=1.461.2.20) configure.in (r1.431.2.

[COMMITTERS] dbsamples - pagila: remove references to rob role.

2007-09-14 Thread User Xzilla
Log Message: --- remove references to rob role. per report from ioguix Modified Files: -- pagila: pagila-schema.sql (r1.6 -> r1.7) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/dbsamples/pagila/pagila-schema.sql.diff?r1=1.6&r2=1.7) -

[COMMITTERS] pgsql: tag configure for 8.0.14

2007-09-14 Thread Marc G. Fournier
Log Message: --- tag configure for 8.0.14 Tags: REL8_0_STABLE Modified Files: -- pgsql: configure (r1.424.4.19 -> r1.424.4.20) (http://developer.postgresql.org/cvsweb.cgi/pgsql/configure?r1=1.424.4.19&r2=1.424.4.20) configure.in (r1.398.4.18

[COMMITTERS] snapshot - src: Use cursors for fetching data for "Fast" refreshes.

2007-09-14 Thread User Cunha17
Log Message: --- Use cursors for fetching data for "Fast" refreshes. Modified Files: -- src/pl: performFastRefresh.pl (r1.4 -> r1.5) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/snapshot/src/pl/performFastRefresh.pl.diff?r1=1.4&r2=1.5)

[COMMITTERS] pgsql: update configure for 7.4.18

2007-09-14 Thread Marc G. Fournier
Log Message: --- update configure for 7.4.18 Tags: REL7_4_STABLE Modified Files: -- pgsql: configure (r1.310.2.28 -> r1.310.2.29) (http://developer.postgresql.org/cvsweb.cgi/pgsql/configure?r1=1.310.2.28&r2=1.310.2.29) configure.in (r1.301.2.

[COMMITTERS] snapshot - src: replace "fetchrow_array" with "fetchrow_arrayref".

2007-09-14 Thread User Cunha17
Log Message: --- replace "fetchrow_array" with "fetchrow_arrayref". Modified Files: -- src/pl: performCompleteRefresh.pl (r1.5 -> r1.6) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/snapshot/src/pl/performCompleteRefresh.pl.diff?r1=1.5&r2=1.6) perfor

[COMMITTERS] pgsql: tag configure for 7.3.20

2007-09-14 Thread Marc G. Fournier
Log Message: --- tag configure for 7.3.20 Tags: REL7_3_STABLE Modified Files: -- pgsql: configure (r1.226.2.30 -> r1.226.2.31) (http://developer.postgresql.org/cvsweb.cgi/pgsql/configure?r1=1.226.2.30&r2=1.226.2.31) configure.in (r1.217.2.28

[COMMITTERS] pgsql: Update Japanese FAQ.

2007-09-14 Thread Bruce Momjian
Log Message: --- Update Japanese FAQ. Jun Kuwamura Modified Files: -- pgsql/doc: FAQ_japanese (r1.43 -> r1.44) (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/FAQ_japanese?r1=1.43&r2=1.44) pgsql/doc/src/FAQ: FAQ_japanese.html (r1.43 -> r1