Doc: minor clarifications in xindex.sgml.
I noticed some slightly confusing or out-of-date verbiage here
while working on the window RANGE patch. Seems worth committing
separately.
Branch
--
master
Details
---
https://git.postgresql.org/pg/commitdiff/64fb645914741ffc3aee646308416c209c6f
Hi,
On 2018-02-02 18:37:11 +, Robert Haas wrote:
> Support parallel btree index builds.
Wheee! Congrats Peter, Rushash, and everyone else involved!
- Andres
On Sun, Feb 4, 2018 at 9:42 AM, Andres Freund wrote:
> Wheee! Congrats Peter, Rushash, and everyone else involved!
Thanks!
--
Peter Geoghegan
Andres Freund writes:
> On 2018-02-02 18:37:11 +, Robert Haas wrote:
>> Support parallel btree index builds.
> Wheee! Congrats Peter, Rushash, and everyone else involved!
I'll be happier about it when the valgrind buildfarm animals are
happy.
regards, tom lane
On Sun, Feb 4, 2018 at 10:11 AM, Tom Lane wrote:
> I'll be happier about it when the valgrind buildfarm animals are
> happy.
I don't know if you noticed, but I did post a patch for that on Friday.
--
Peter Geoghegan
Release notes for 10.2, 9.6.7, 9.5.11, 9.4.16, 9.3.21.
Branch
--
REL9_4_STABLE
Details
---
https://git.postgresql.org/pg/commitdiff/f20a9972c7501f55390ff3dff33caed7340cd217
Modified Files
--
doc/src/sgml/release-9.3.sgml | 300 +
doc/src/sgm
Release notes for 10.2, 9.6.7, 9.5.11, 9.4.16, 9.3.21.
Branch
--
REL9_6_STABLE
Details
---
https://git.postgresql.org/pg/commitdiff/b2e15d39d74f226f25a9362f1a1834bf25f47288
Modified Files
--
doc/src/sgml/release-9.3.sgml | 300 +++
doc/src/sgml/release-
Release notes for 10.2, 9.6.7, 9.5.11, 9.4.16, 9.3.21.
Branch
--
REL9_3_STABLE
Details
---
https://git.postgresql.org/pg/commitdiff/b76aa1f5c078f4202006ef59112cd7890f47d979
Modified Files
--
doc/src/sgml/release-9.3.sgml | 300 ++
1 file
Release notes for 10.2, 9.6.7, 9.5.11, 9.4.16, 9.3.21.
Branch
--
master
Details
---
https://git.postgresql.org/pg/commitdiff/cf1cba3110f339eddecd66cdf7d8f9b4370f34c2
Modified Files
--
doc/src/sgml/release-9.3.sgml | 300 +++
doc/src/sgml/release-9.4.sgm
Release notes for 10.2, 9.6.7, 9.5.11, 9.4.16, 9.3.21.
Branch
--
REL9_5_STABLE
Details
---
https://git.postgresql.org/pg/commitdiff/0878b91f8d99e325ab1b697393187e804f0b104b
Modified Files
--
doc/src/sgml/release-9.3.sgml | 300
doc/src/sgml/rel
Release notes for 10.2, 9.6.7, 9.5.11, 9.4.16, 9.3.21.
Branch
--
REL_10_STABLE
Details
---
https://git.postgresql.org/pg/commitdiff/1be67528e1088d8660acd13cb5eb6824a797ae08
Modified Files
--
doc/src/sgml/release-10.sgml | 1163 +
doc/sr
doc: Update mentions of MD5 in the documentation
Reported-by: Shay Rojansky
Branch
--
REL_10_STABLE
Details
---
https://git.postgresql.org/pg/commitdiff/20446a4a04240ce9880331eea3082c906ede4f26
Modified Files
--
doc/src/sgml/runtime.sgml | 34 +--
doc: Update mentions of MD5 in the documentation
Reported-by: Shay Rojansky
Branch
--
master
Details
---
https://git.postgresql.org/pg/commitdiff/ad14919ac901e9703d81a5bf8a6b608719c85b60
Modified Files
--
doc/src/sgml/runtime.sgml | 34 +-
1 f
On Sat, Feb 3, 2018 at 3:08 PM, Tom Lane wrote:
> Thomas Munro writes:
>> However, it's not surprising that you drew the
>> opposite conclusion (ie that it might in fact not be in the TOC),
>> since the shm space is really only necessary for EXPLAIN ANALYZE.
>> Perhaps I should make it skip setti
Skip setting up shared instrumentation for Hash node if not needed.
We don't need to set up the shared space for hash join instrumentation data
if instrumentation hasn't been requested. Let's follow the example of the
similar Sort node code and save a few cycles by skipping that when we can.
Thi
Thomas Munro writes:
> On Sat, Feb 3, 2018 at 3:08 PM, Tom Lane wrote:
>> OK. Please send in a patch to either do that or switch this call to use
>> noError = false. Or possibly both: shouldn't there be some other signal
>> path that tells the worker whether instrumentation is needed? I'll
>>
16 matches
Mail list logo