[COMMITTERS] pgsql: doc: Fix a few typos and awkward links

2017-03-18 Thread Peter Eisentraut
doc: Fix a few typos and awkward links Branch -- REL9_4_STABLE Details --- http://git.postgresql.org/pg/commitdiff/03ca8c249953e0051193183a5f987d64fcef4aa5 Modified Files -- doc/src/sgml/config.sgml| 4 ++-- doc/src/sgml/ecpg.sgml | 2 +- doc/src/sgml/h

[COMMITTERS] pgsql: doc: Fix a few typos and awkward links

2017-03-18 Thread Peter Eisentraut
doc: Fix a few typos and awkward links Branch -- master Details --- http://git.postgresql.org/pg/commitdiff/767ce36ff36747e334ce3e163d57d5376403db37 Modified Files -- doc/src/sgml/backup.sgml| 4 ++-- doc/src/sgml/config.sgml| 4 ++-- doc/src/sgml/ecpg.s

[COMMITTERS] pgsql: doc: Fix a few typos and awkward links

2017-03-18 Thread Peter Eisentraut
doc: Fix a few typos and awkward links Branch -- REL9_5_STABLE Details --- http://git.postgresql.org/pg/commitdiff/3e04d005c455153a2242c172ed61db2f0b362bc6 Modified Files -- doc/src/sgml/config.sgml| 4 ++-- doc/src/sgml/ecpg.sgml | 2 +- doc/src/sgml/h

[COMMITTERS] pgsql: doc: Fix a few typos and awkward links

2017-03-18 Thread Peter Eisentraut
doc: Fix a few typos and awkward links Branch -- REL9_6_STABLE Details --- http://git.postgresql.org/pg/commitdiff/09079b72b7fd354f9d18833bdb7ac15e9cc35a86 Modified Files -- doc/src/sgml/backup.sgml| 4 ++-- doc/src/sgml/config.sgml| 4 ++-- doc/src/sgml

[COMMITTERS] pgsql: doc: Fix a few typos and awkward links

2017-03-18 Thread Peter Eisentraut
doc: Fix a few typos and awkward links Branch -- REL9_2_STABLE Details --- http://git.postgresql.org/pg/commitdiff/10a3637eaf9d95c3b8a969a380895ddac1cbbe0f Modified Files -- doc/src/sgml/config.sgml| 4 ++-- doc/src/sgml/ecpg.sgml | 2 +- doc/src/sgml/h

[COMMITTERS] pgsql: doc: Fix a few typos and awkward links

2017-03-18 Thread Peter Eisentraut
doc: Fix a few typos and awkward links Branch -- REL9_3_STABLE Details --- http://git.postgresql.org/pg/commitdiff/5fdc70826fd023498c1480ae7f398183a5c9be91 Modified Files -- doc/src/sgml/config.sgml| 4 ++-- doc/src/sgml/ecpg.sgml | 2 +- doc/src/sgml/h

[COMMITTERS] pgsql: Avoid use of already-closed relcache entry.

2017-03-18 Thread Tom Lane
Avoid use of already-closed relcache entry. Oversight in commit 17f8ffa1e. Per buildfarm member prion. Branch -- master Details --- http://git.postgresql.org/pg/commitdiff/e3044f6184beac395e88b4e1230e6c9d449db7f2 Modified Files -- src/backend/commands/matview.c | 4 ++-- 1 f

[COMMITTERS] pgsql: Fix REFRESH MATERIALIZED VIEW to report activity to the stats co

2017-03-18 Thread Tom Lane
Fix REFRESH MATERIALIZED VIEW to report activity to the stats collector. The non-concurrent code path for REFRESH MATERIALIZED VIEW failed to report its updates to the stats collector. This is bad since it means auto-analyze doesn't know there's any work to be done. Adjust it to report the refre

[COMMITTERS] pgsql: doc: Improve wording

2017-03-18 Thread Peter Eisentraut
doc: Improve wording Link to CREATE and ALTER ROLE consistently, instead of mixing CREATE USER and ALTER ROLE. Branch -- master Details --- http://git.postgresql.org/pg/commitdiff/27f1f585fd7ee749cacd3de8c2c77a457ef4c288 Modified Files -- doc/src/sgml/config.sgml | 4 ++-- 1

Re: [COMMITTERS] pgsql: Avoid having vacuum set reltuples to 0 on non-empty relations in

2017-03-18 Thread Bruce Momjian
On Fri, Mar 17, 2017 at 10:00:17AM -0400, Tom Lane wrote: > Andrew Dunstan writes: > > On 03/17/2017 09:30 AM, Robert Haas wrote: > >> In the department of nitpicks, we usually try to write commit messages > >> so that the first line is a summary line which stands alone, and then > >> there's a bl

[COMMITTERS] pgsql: doc: Add markup

2017-03-18 Thread Peter Eisentraut
doc: Add markup Branch -- master Details --- http://git.postgresql.org/pg/commitdiff/a72188a35bbd71a8cc29f10eab27d4140d296b9d Modified Files -- doc/src/sgml/installation.sgml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -- Sent via pgsql-committers mailing list (pg

[COMMITTERS] pgsql: doc: Update compatibility claim

2017-03-18 Thread Peter Eisentraut
doc: Update compatibility claim Update outdated claim that TRUNCATE is a PostgreSQL extension. Add cross-links between DELETE and TRUNCATE references pages. Branch -- master Details --- http://git.postgresql.org/pg/commitdiff/5e86bb51eaeeb5c70f64102f46c4431cb12999e9 Modified Files

[COMMITTERS] pgsql: doc: Tweak reference page header style

2017-03-18 Thread Peter Eisentraut
doc: Tweak reference page header style Change the header style of references pages in HTML and PDF output to be more like the old style under DSSSL. In particular, the page should start with a header containing the command name, instead of just "Name". Branch -- master Details --- http:

[COMMITTERS] pgsql: Adjust number of tests for pg_dump 001_basic.pl

2017-03-18 Thread Stephen Frost
Adjust number of tests for pg_dump 001_basic.pl When removing a test, need to make sure the count of tests is adjusted when it isn't calculated. Branch -- master Details --- http://git.postgresql.org/pg/commitdiff/805e8bc7029b6eb19f0ca3a68051cfda5bd07ef3 Modified Files -- sr

[COMMITTERS] pgsql: pg_dump: Remove "option requires an argument -- j" test

2017-03-18 Thread Stephen Frost
pg_dump: Remove "option requires an argument -- j" test This is really testing getopt more than pg_dump, and what getopt returns exactly appears to differ based on platform, so remove this test. Per buildfarm. Branch -- master Details --- http://git.postgresql.org/pg/commitdiff/5abda5a3

[COMMITTERS] pgsql: Improve pg_dump regression tests and code coverage

2017-03-18 Thread Stephen Frost
Improve pg_dump regression tests and code coverage These improvements bring the lines-of-code coverage of pg_dump.c up to 87.7% (at least using LCOV 1.12, 1.11 seems to differ slightly). Nearly every function is covered, three of the four which aren't are only called when talking to older PG inst

[COMMITTERS] pgsql: doc: Correct row count in table

2017-03-18 Thread Peter Eisentraut
doc: Correct row count in table The incorrect count causes FOP to error out. Branch -- master Details --- http://git.postgresql.org/pg/commitdiff/164bdbe9c2412d90b62d6f145a43f9e41a90003b Modified Files -- doc/src/sgml/monitoring.sgml | 2 +- 1 file changed, 1 insertion(+), 1

[COMMITTERS] pgsql: Create and use wait events for read, write, and fsync operations

2017-03-18 Thread Robert Haas
Create and use wait events for read, write, and fsync operations. Previous commits, notably 53be0b1add7064ca5db3cd884302dfc3268d884e and 6f3bd98ebfc008cbd676da777bb0b2376c4c4bfa, made it possible to see from pg_stat_activity when a backend was stuck waiting for another backend, but it's also fairl

[COMMITTERS] pgsql: Fix schedule of ecpg test files to only try two-phase commit tes

2017-03-18 Thread Michael Meskes
Fix schedule of ecpg test files to only try two-phase commit test when possible. Branch -- master Details --- http://git.postgresql.org/pg/commitdiff/928250aef5f8363825acbf58540328089c26b0d4 Modified Files -- src/interfaces/ecpg/test/Makefile | 13 - src/inter