In pg_upgrade, use the new postmaster -C option to get the real data
directory, for config-only directory installs. Only works for PG 9.2+
servers.
Branch
--
master
Details
---
http://git.postgresql.org/pg/commitdiff/caa1054df8408b165e5f66ff25c87b6dd0a0a1e7
Modified Files
--
Support index-only scans using the visibility map to avoid heap fetches.
When a btree index contains all columns required by the query, and the
visibility map shows that all tuples on a target heap page are
visible-to-all, we don't need to fetch that heap page. This patch depends
on the previous
Try to fix memory barriers on x86_64.
%esp is no good; must use %rsp there.
Branch
--
master
Details
---
http://git.postgresql.org/pg/commitdiff/6a6082c27c148eb452d804af306e8745f6e49b36
Modified Files
--
src/include/storage/barrier.h | 20 +++-
1 files chang
Add missing space.
Dickson S. Guedes
Branch
--
REL9_1_STABLE
Details
---
http://git.postgresql.org/pg/commitdiff/1ae092ae14b0eaf5a2d3ae8908d0edfd3cc39dd4
Modified Files
--
doc/src/sgml/func.sgml |2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
--
Sent via pgsql-
Add missing space.
Dickson S. Guedes
Branch
--
master
Details
---
http://git.postgresql.org/pg/commitdiff/13168ae4ebb6eac6f668a4a157e7fe3ffae22d85
Modified Files
--
doc/src/sgml/func.sgml |2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
--
Sent via pgsql-committ