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
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
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
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
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
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
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 |
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
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(-
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 ++
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
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
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
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@
14 matches
Mail list logo