[COMMITTERS] pgsql: Fix not-backwards-compatible pg_upgrade test for prepared transa

2011-08-30 Thread Tom Lane
Fix not-backwards-compatible pg_upgrade test for prepared transactions. There's no reason for this test to use the undocumented pg_prepared_xact() function, when it can use the stable API pg_prepared_xacts instead. Fixes breakage against 8.3, as reported by Justin Arnold. Branch -- master De

[COMMITTERS] pgsql: Fix not-backwards-compatible pg_upgrade test for prepared transa

2011-08-30 Thread Tom Lane
Fix not-backwards-compatible pg_upgrade test for prepared transactions. There's no reason for this test to use the undocumented pg_prepared_xact() function, when it can use the stable API pg_prepared_xacts instead. Fixes breakage against 8.3, as reported by Justin Arnold. Branch -- REL9_1_STA

[COMMITTERS] pgsql: Fix a missed case in code for "moving average" estimate of reltu

2011-08-30 Thread Tom Lane
Fix a missed case in code for "moving average" estimate of reltuples. It is possible for VACUUM to scan no pages at all, if the visibility map shows that all pages are all-visible. In this situation VACUUM has no new information to report about the relation's tuple density, so it wasn't changing

[COMMITTERS] pgsql: Fix a missed case in code for "moving average" estimate of reltu

2011-08-30 Thread Tom Lane
Fix a missed case in code for "moving average" estimate of reltuples. It is possible for VACUUM to scan no pages at all, if the visibility map shows that all pages are all-visible. In this situation VACUUM has no new information to report about the relation's tuple density, so it wasn't changing

[COMMITTERS] pgsql: Fix a missed case in code for "moving average" estimate of reltu

2011-08-30 Thread Tom Lane
Fix a missed case in code for "moving average" estimate of reltuples. It is possible for VACUUM to scan no pages at all, if the visibility map shows that all pages are all-visible. In this situation VACUUM has no new information to report about the relation's tuple density, so it wasn't changing

[COMMITTERS] pgsql: Fix a missed case in code for "moving average" estimate of reltu

2011-08-30 Thread Tom Lane
Fix a missed case in code for "moving average" estimate of reltuples. It is possible for VACUUM to scan no pages at all, if the visibility map shows that all pages are all-visible. In this situation VACUUM has no new information to report about the relation's tuple density, so it wasn't changing

[COMMITTERS] pgsql: Clean up pg_regress --help output

2011-08-30 Thread Peter Eisentraut
Clean up pg_regress --help output Put options listing in a less random order, fix capitalization, and some typos. Branch -- master Details --- http://git.postgresql.org/pg/commitdiff/b83bb97fdbab135a4bf3af8a9bfa06aaa66f0205 Modified Files -- src/test/regress/pg_regress.c |

[COMMITTERS] pgsql: Some markup cleanup to deconfuse the find_gt_lt tool

2011-08-30 Thread Peter Eisentraut
Some markup cleanup to deconfuse the find_gt_lt tool Josh Kupershmidt Branch -- master Details --- http://git.postgresql.org/pg/commitdiff/aeabbccea099cb90ae4584207bb77f7f34eda8d7 Modified Files -- doc/src/sgml/ltree.sgml |2 +- doc/src/sgml/plhandler.sgml

[COMMITTERS] pgsql: Repair brain fade in previous commit, per Josh Kupershmidt.

2011-08-30 Thread Robert Haas
Repair brain fade in previous commit, per Josh Kupershmidt. Branch -- master Details --- http://git.postgresql.org/pg/commitdiff/083549e43a8f717a16e4cb3f23649e13574ff226 Modified Files -- doc/src/sgml/ref/dropuser.sgml |2 +- 1 files changed, 1 insertions(+), 1 deletions(-

[COMMITTERS] pgsql: Add --if-exists option to dropdb and dropuser.

2011-08-30 Thread Robert Haas
Add --if-exists option to dropdb and dropuser. Josh Kupershmidt, with some further editing by me. Branch -- master Details --- http://git.postgresql.org/pg/commitdiff/7fe33a51b962ac3c745f4f820646f8d948960d5e Modified Files -- doc/src/sgml/ref/dropdb.sgml | 10 ++

[COMMITTERS] pgsql: Detect out of date flex in MSVC builds.

2011-08-30 Thread Andrew Dunstan
Detect out of date flex in MSVC builds. Per recent discussion, following a report from Quan Zongliang. The same logic is used as in pgbison.pl. Branch -- master Details --- http://git.postgresql.org/pg/commitdiff/94478aa8b1a19cb0cb423cbc1f8167a4275ad30a Modified Files -- src

[COMMITTERS] pgsql: Fix parsing of time string followed by yesterday/today/tomorrow.

2011-08-30 Thread Robert Haas
Fix parsing of time string followed by yesterday/today/tomorrow. Previously, 'yesterday 04:00:00'::timestamp didn't do the same thing as '04:00:00 yesterday'::timestamp, and the return value from the latter was midnight rather than the specified time. Dean Rasheed, with some stylistic changes Br

[COMMITTERS] oracle-fdw - oracle_fdw: Add DOCS to Makefile.

2011-08-30 Thread User Albe
Log Message: --- Add DOCS to Makefile. Modified Files: -- oracle_fdw: Makefile (r1.1 -> r1.2) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/oracle-fdw/oracle_fdw/Makefile?r1=1.1&r2=1.2) -- Sent via pgsql-committers mailing list (pgsql-committers@postgresql

[COMMITTERS] oracle-fdw - oracle_fdw: Add change log.

2011-08-30 Thread User Albe
Log Message: --- Add change log. Added Files: --- oracle_fdw: CHANGELOG (r1.1) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/oracle-fdw/oracle_fdw/CHANGELOG?rev=1.1&content-type=text/x-cvsweb-markup) -- Sent via pgsql-committers mailing list (pgsql-committers@