Increase number of hash join buckets for underestimate.
If we expect batching at the very beginning, we size nbuckets for
"full work_mem" (see how many tuples we can get into work_mem,
while not breaking NTUP_PER_BUCKET threshold).
If we expect to be fine without batching, we start with the 'righ
Add --latency-limit option to pgbench.
This allows transactions that take longer than specified limit to be counted
separately. With --rate, transactions that are already late by the time we
get to execute them are skipped altogether. Using --latency-limit with
--rate allows you to "catch up" more
doc: improve USING and NATURAL JOIN descriptions
Patch by David G Johnston
Branch
--
master
Details
---
http://git.postgresql.org/pg/commitdiff/032f3b7e166cfa2818b0a9572324e362bf8895df
Modified Files
--
doc/src/sgml/queries.sgml | 57 ++-
Consistently use NULL for invalid GUC unit strings
Patch by Euler Taveira
Branch
--
master
Details
---
http://git.postgresql.org/pg/commitdiff/d6c8e8d7aca9ab175e6aefef9974b65bd589dd80
Modified Files
--
src/backend/utils/misc/guc.c |2 +-
1 file changed, 1 insertion(+), 1
docs: error for adding _validated_ domains for existing uses
Report by David G Johnston
Branch
--
master
Details
---
http://git.postgresql.org/pg/commitdiff/7ab96d18f94d5e8c2deab8a6126632a194ea32f1
Modified Files
--
doc/src/sgml/ref/alter_domain.sgml |3 ++-
1 file chang
C comments: adjust execTuples.c for new structure
Report by Peter Geoghegan
Branch
--
master
Details
---
http://git.postgresql.org/pg/commitdiff/fe65280fea7e3c930727ed74328613a4410e487a
Modified Files
--
src/backend/executor/execTuples.c |9 +
1 file changed, 1 in
doc: mention more changes needed to use huge pages
Report by Laurence Parry
Branch
--
master
Details
---
http://git.postgresql.org/pg/commitdiff/ebd33f27ab023ef0e72ba162f2974ec49d96e8e3
Modified Files
--
doc/src/sgml/runtime.sgml |7 +++
1 file changed, 7 insertions(
doc: mention TM is ignored for to_date/to_timestamp()
Report by Goulven Guillard
Branch
--
master
Details
---
http://git.postgresql.org/pg/commitdiff/8660b40d0c59e4880f246fa91e2137ddd13655d8
Modified Files
--
doc/src/sgml/func.sgml |4 +++-
1 file changed, 3 insertions(+
psql: Fix \? output alignment
This was inadvertently changed in commit c64e68fd.
Branch
--
master
Details
---
http://git.postgresql.org/pg/commitdiff/7ce09e614805d2965baaf33e0d6bcbbb04aa9414
Modified Files
--
src/bin/psql/help.c |2 +-
1 file changed, 1 insertion(+), 1 de
psql: Fix \? output alignment
This was inadvertently changed in commit c64e68fd.
Branch
--
REL9_4_STABLE
Details
---
http://git.postgresql.org/pg/commitdiff/ec757c2735fdc6e845fd9edd8da65db35d9c4836
Modified Files
--
src/bin/psql/help.c |2 +-
1 file changed, 1 insertion(+
doc: Fix copy-and-paste mistakes
Branch
--
REL9_4_STABLE
Details
---
http://git.postgresql.org/pg/commitdiff/44992e68375a27410089ad43a706ffa80f311783
Modified Files
--
doc/src/sgml/ref/create_aggregate.sgml | 12 ++--
1 file changed, 6 insertions(+), 6 deletions(-)
doc: Improve ALTER VIEW / SET documentation
The way the ALTER VIEW / SET options were listed in the synopsis was
very confusing. Move the list to the main description, similar to how
the ALTER TABLE reference page does it.
Branch
--
REL9_4_STABLE
Details
---
http://git.postgresql.org/pg
doc: Improve ALTER VIEW / SET documentation
The way the ALTER VIEW / SET options were listed in the synopsis was
very confusing. Move the list to the main description, similar to how
the ALTER TABLE reference page does it.
Branch
--
master
Details
---
http://git.postgresql.org/pg/commit
doc: Fix copy-and-paste mistakes
Branch
--
master
Details
---
http://git.postgresql.org/pg/commitdiff/5dc4b50b028f430f639c74f5d449ac8ec27d3cf5
Modified Files
--
doc/src/sgml/ref/create_aggregate.sgml | 12 ++--
1 file changed, 6 insertions(+), 6 deletions(-)
--
Se
Fix typo in docs.
Shigeru Hanada
Branch
--
REL9_4_STABLE
Details
---
http://git.postgresql.org/pg/commitdiff/79ec6e399f1377a56633c0e4b4c8ed768c230ec2
Modified Files
--
doc/src/sgml/bgworker.sgml |2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
Sent via pgsql-com
Fix typo in docs.
Shigeru Hanada
Branch
--
master
Details
---
http://git.postgresql.org/pg/commitdiff/0ff5047d52ab84dad682ad140b6992c294580eb1
Modified Files
--
doc/src/sgml/bgworker.sgml |2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
Sent via pgsql-committers
16 matches
Mail list logo