[COMMITTERS] pgsql: Revert 9246af6799819847faa33baf441251003acbb8fe because

2015-12-18 Thread Teodor Sigaev
Revert 9246af6799819847faa33baf441251003acbb8fe because I miss too much. Patch is returned to commitfest process. Branch -- master Details --- http://git.postgresql.org/pg/commitdiff/bbbd807097092c7f292872e7da02eee35d67e54b Modified Files -- doc/src/sgml/array.sgml

[COMMITTERS] pgsql: pgbench: Change terminology from "threshold" to "parameter".

2015-12-18 Thread Robert Haas
pgbench: Change terminology from "threshold" to "parameter". Per a recommendation from Tomas Vondra, it's more helpful to refer to the value that determines how skewed a Gaussian or exponential distribution is as a parameter rather than a threshold. Since it's not quite too late to get this right

[COMMITTERS] pgsql: pgbench: Change terminology from "threshold" to "parameter".

2015-12-18 Thread Robert Haas
pgbench: Change terminology from "threshold" to "parameter". Per a recommendation from Tomas Vondra, it's more helpful to refer to the value that determines how skewed a Gaussian or exponential distribution is as a parameter rather than a threshold. Since it's not quite too late to get this right

Re: [COMMITTERS] pgsql: Allow to omit boundaries in array subscript

2015-12-18 Thread Teodor Sigaev
I will work on it. Tom Lane wrote: Teodor Sigaev writes: Allow to omit boundaries in array subscript For the record, this patch wasn't nearly ready to commit. * User-facing documentation is very poor; at the least it needs copy-editing by someone with better command of English. * Comments

[COMMITTERS] pgsql: Remove duplicate word.

2015-12-18 Thread Robert Haas
Remove duplicate word. Kyotaro Horiguchi Branch -- master Details --- http://git.postgresql.org/pg/commitdiff/6e7b335930200f71115fccd4903d04fe4de42021 Modified Files -- src/backend/replication/syncrep.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -- Sent via p

[COMMITTERS] pgsql: Fix TupleQueueReaderNext not to ignore its nowait argument.

2015-12-18 Thread Robert Haas
Fix TupleQueueReaderNext not to ignore its nowait argument. This was a silly goof on my (rhaas's) part. Report and fix by Rushabh Lathia. Branch -- master Details --- http://git.postgresql.org/pg/commitdiff/2bdfcb52c5d1446a1f19cc8bf16d44911658bcac Modified Files -- src/back

[COMMITTERS] pgsql: Fix copy-and-paste error in logical decoding callback.

2015-12-18 Thread Robert Haas
Fix copy-and-paste error in logical decoding callback. This could result in the error context misidentifying where the error actually occurred. Craig Ringer Branch -- REL9_5_STABLE Details --- http://git.postgresql.org/pg/commitdiff/550e9c23053c2540620dd0f72525ce2e47fd40a5 Modified Fil

[COMMITTERS] pgsql: Fix copy-and-paste error in logical decoding callback.

2015-12-18 Thread Robert Haas
Fix copy-and-paste error in logical decoding callback. This could result in the error context misidentifying where the error actually occurred. Craig Ringer Branch -- master Details --- http://git.postgresql.org/pg/commitdiff/4496226782c47e78b428babbcc16dec4f7329f2b Modified Files

[COMMITTERS] pgsql: Fix typo in comment.

2015-12-18 Thread Robert Haas
Fix typo in comment. Amit Langote Branch -- master Details --- http://git.postgresql.org/pg/commitdiff/9a51698bae86f748279ecedcae018925b5af5b2d Modified Files -- src/backend/access/heap/heapam.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -- Sent via pgsql-com

Re: [COMMITTERS] pgsql: Allow to omit boundaries in array subscript

2015-12-18 Thread Tom Lane
Teodor Sigaev writes: > Allow to omit boundaries in array subscript For the record, this patch wasn't nearly ready to commit. * User-facing documentation is very poor; at the least it needs copy-editing by someone with better command of English. * Comments are next to nonexistent. I note for e

[COMMITTERS] pgsql: Allow to omit boundaries in array subscript

2015-12-18 Thread Teodor Sigaev
Allow to omit boundaries in array subscript Allow to omiy lower or upper or both boundaries in array subscript for selecting slice of array. Author: YUriy Zhuravlev Branch -- master Details --- http://git.postgresql.org/pg/commitdiff/9246af6799819847faa33baf441251003acbb8fe Modified Fi

[COMMITTERS] pgsql: Cube extension kNN support

2015-12-18 Thread Teodor Sigaev
Cube extension kNN support Introduce distance operators over cubes: <#> taxicab distance <-> euclidean distance <=> chebyshev distance Also add kNN support of those distances in GiST opclass. Author: Stas Kelvich Branch -- master Details --- http://git.postgresql.org/pg/commitdiff/33b