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
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
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
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
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
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
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
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
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
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
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
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
12 matches
Mail list logo