[COMMITTERS] pgsql: Update size references in installation instructions to be a bit

2009-12-09 Thread Magnus Hagander
Log Message: --- Update size references in installation instructions to be a bit more up-to-date with current versions. Modified Files: -- pgsql/doc/src/sgml: installation.sgml (r1.331 -> r1.332) (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/

[COMMITTERS] pgsql: Update size references in installation instructions to be a bit

2009-12-09 Thread Magnus Hagander
Log Message: --- Update size references in installation instructions to be a bit more up-to-date with current versions. Tags: REL8_4_STABLE Modified Files: -- pgsql/doc/src/sgml: installation.sgml (r1.325.2.3 -> r1.325.2.4) (http://anoncvs.postgresql.

[COMMITTERS] pgsql: Add notes about updating disk and shared memory size information

2009-12-09 Thread Magnus Hagander
Log Message: --- Add notes about updating disk and shared memory size information in the documentation when doing new major release. Modified Files: -- pgsql/src/tools: RELEASE_CHANGES (r1.91 -> r1.92) (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/too

[COMMITTERS] pg-migrator - pg_migrator: Fix --help display so -c is shown for check,

2009-12-09 Thread User Bmomjian
Log Message: --- Fix --help display so -c is shown for check, not -C. Modified Files: -- pg_migrator/src: option.c (r1.25 -> r1.26) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pg-migrator/pg_migrator/src/option.c?r1=1.25&r2=1.26) -- Sent via pgsql-commit

[COMMITTERS] pgsql: Update release notes for releases 8.4.2, 8.3.9, 8.2.15, 8.1.19,

2009-12-09 Thread Tom Lane
Log Message: --- Update release notes for releases 8.4.2, 8.3.9, 8.2.15, 8.1.19, 8.0.23, 7.4.27. Modified Files: -- pgsql/doc/src/sgml: release-7.4.sgml (r1.3 -> r1.4) (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/release-7.4.sgml?r1=1.3&r2=1

[COMMITTERS] pgsql: Update release notes for releases 8.4.2, 8.3.9, 8.2.15, 8.1.19,

2009-12-09 Thread Tom Lane
Log Message: --- Update release notes for releases 8.4.2, 8.3.9, 8.2.15, 8.1.19, 8.0.23, 7.4.27. Tags: REL8_4_STABLE Modified Files: -- pgsql/doc/src/sgml: release-7.4.sgml (r1.1.12.2 -> r1.1.12.3) (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/doc/s

[COMMITTERS] pgsql: Update release notes for releases 8.4.2, 8.3.9, 8.2.15, 8.1.19,

2009-12-09 Thread Tom Lane
Log Message: --- Update release notes for releases 8.4.2, 8.3.9, 8.2.15, 8.1.19, 8.0.23, 7.4.27. Tags: REL8_3_STABLE Modified Files: -- pgsql/doc/src/sgml: release-7.4.sgml (r1.1.2.3 -> r1.1.2.4) (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/doc/src

[COMMITTERS] pgsql: Update release notes for releases 8.4.2, 8.3.9, 8.2.15, 8.1.19,

2009-12-09 Thread Tom Lane
Log Message: --- Update release notes for releases 8.4.2, 8.3.9, 8.2.15, 8.1.19, 8.0.23, 7.4.27. Tags: REL8_2_STABLE Modified Files: -- pgsql/doc/src/sgml: release-7.4.sgml (r1.1.4.3 -> r1.1.4.4) (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/doc/src

[COMMITTERS] pgsql: Update release notes for releases 8.4.2, 8.3.9, 8.2.15, 8.1.19,

2009-12-09 Thread Tom Lane
Log Message: --- Update release notes for releases 8.4.2, 8.3.9, 8.2.15, 8.1.19, 8.0.23, 7.4.27. Tags: REL8_1_STABLE Modified Files: -- pgsql/doc/src/sgml: release-7.4.sgml (r1.1.6.3 -> r1.1.6.4) (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/doc/src

[COMMITTERS] pgsql: Update release notes for releases 8.4.2, 8.3.9, 8.2.15, 8.1.19,

2009-12-09 Thread Tom Lane
Log Message: --- Update release notes for releases 8.4.2, 8.3.9, 8.2.15, 8.1.19, 8.0.23, 7.4.27. Tags: REL8_0_STABLE Modified Files: -- pgsql/doc/src/sgml: release-7.4.sgml (r1.1.8.3 -> r1.1.8.4) (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/doc/src

[COMMITTERS] pgsql: Update release notes for releases 8.4.2, 8.3.9, 8.2.15, 8.1.19,

2009-12-09 Thread Tom Lane
Log Message: --- Update release notes for releases 8.4.2, 8.3.9, 8.2.15, 8.1.19, 8.0.23, 7.4.27. Tags: REL7_4_STABLE Modified Files: -- pgsql/doc/src/sgml: release-7.4.sgml (r1.1.10.3 -> r1.1.10.4) (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/doc/s

[COMMITTERS] pgsql: Fix levenshtein with costs.

2009-12-09 Thread Robert Haas
Log Message: --- Fix levenshtein with costs. The previous code multiplied by the cost in only 3 of the 7 relevant locations. Marcin Mank, slightly adjusted by me. Tags: REL8_4_STABLE Modified Files: -- pgsql/contrib/fuzzystrmatch: fuzzystrmatch.c (r1.30 -> r

[COMMITTERS] pgsql: Fix levenshtein with costs.

2009-12-09 Thread Robert Haas
Log Message: --- Fix levenshtein with costs. The previous code multiplied by the cost in only 3 of the 7 relevant locations. Marcin Mank, slightly adjusted by me. Modified Files: -- pgsql/contrib/fuzzystrmatch: fuzzystrmatch.c (r1.30 -> r1.31) (http://ano

[COMMITTERS] pgsql: tag for 8.4.2

2009-12-09 Thread Marc G. Fournier
Log Message: --- tag for 8.4.2 Tags: REL8_4_STABLE Modified Files: -- pgsql: configure (r1.644.2.1 -> r1.644.2.2) (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/configure?r1=1.644.2.1&r2=1.644.2.2) configure.in (r1.602.2.1 -> r1.602.2.2)

[COMMITTERS] pgsql: tag 8.3.9

2009-12-09 Thread Marc G. Fournier
Log Message: --- tag 8.3.9 Tags: REL8_3_STABLE Modified Files: -- pgsql: configure (r1.578.2.15 -> r1.578.2.16) (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/configure?r1=1.578.2.15&r2=1.578.2.16) configure.in (r1.546.2.13 -> r1.546.2.14)

[COMMITTERS] pgsql: tag 8.2.15

2009-12-09 Thread Marc G. Fournier
Log Message: --- tag 8.2.15 Tags: REL8_2_STABLE Modified Files: -- pgsql: configure (r1.523.2.26 -> r1.523.2.27) (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/configure?r1=1.523.2.26&r2=1.523.2.27) configure.in (r1.490.2.26 -> r1.490.2.27)

[COMMITTERS] pgsql: tag 8.1.19

2009-12-09 Thread Marc G. Fournier
Log Message: --- tag 8.1.19 Tags: REL8_1_STABLE Modified Files: -- pgsql: configure (r1.461.2.33 -> r1.461.2.34) (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/configure?r1=1.461.2.33&r2=1.461.2.34) configure.in (r1.431.2.33 -> r1.431.2.34)

[COMMITTERS] pgsql: tag 8.0.23

2009-12-09 Thread Marc G. Fournier
Log Message: --- tag 8.0.23 Tags: REL8_0_STABLE Modified Files: -- pgsql: configure (r1.424.4.32 -> r1.424.4.33) (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/configure?r1=1.424.4.32&r2=1.424.4.33) configure.in (r1.398.4.33 -> r1.398.4.34)

[COMMITTERS] pgsql: tag 7.4.27

2009-12-09 Thread Marc G. Fournier
Log Message: --- tag 7.4.27 Tags: REL7_4_STABLE Modified Files: -- pgsql: configure (r1.310.2.39 -> r1.310.2.40) (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/configure?r1=1.310.2.39&r2=1.310.2.40) configure.in (r1.301.2.38 -> r1.301.2.39)

[COMMITTERS] pgbulkload - pgbulkload: pg_bulkload 3.0 alpha 2.

2009-12-09 Thread User Itagaki
Log Message: --- pg_bulkload 3.0 alpha 2. - Support the function loader (TYPE = FUNCTION). - Support loader logs with LOGFILE, PARSE_BADFILE, and DUPLICATE_BADFILE. Modified Files: -- pgbulkload: README.pg_bulkload (r1.3 -> r1.4) (http://cvs.pgfoundry.org/

[COMMITTERS] pgsql: Add init[db] option to pg_ctl pg_ctl gets a new mode that runs

2009-12-09 Thread Peter Eisentraut
Log Message: --- Add init[db] option to pg_ctl pg_ctl gets a new mode that runs initdb. Adjust the documentation a bit to not assume that initdb is the only way to run database cluster initialization. But don't replace initdb as the canonical way. Author: Zdenek Kotala Modified File