Re: BRIN range operator class
Emre Hasegeli <emre@hasegeli.com>
From: Emre Hasegeli <emre@hasegeli.com>
To: Alvaro Herrera <alvherre@2ndquadrant.com>
Cc: Andreas Karlsson <andreas@proxel.se>,
PostgreSQL Hackers <pgsql-hackers@postgresql.org>
Date: 2015-05-10T14:57:12Z
Lists: pgsql-hackers
Attachments
- brin-inclusion-v09-02-strategy-numbers.patch (application/octet-stream) patch v9-0002
- brin-inclusion-v09-03-remove-assert-checking.patch (application/octet-stream) patch v9-0003
- brin-inclusion-v09-05-box-vs-point-operators.patch (application/octet-stream) patch v9-0005
- brin-inclusion-v09-06-inclusion-opclasses.patch (application/octet-stream) patch v9-0006
> I pushed patches 04 and 07, as well as adopting some of the changes to > the regression test in 06. I'm afraid I caused a bit of merge pain for > you -- sorry about that. No problem. I rebased the remaining ones.
Commits
-
Refactor per-page logic common to all redo routines to a new function.
- f8f4227976a2 9.5.0 cited
-
Reduce use of heavyweight locking inside hash AM.
- 76837c1507cb 9.3.0 cited
-
Scan the buffer pool just once, not once per fork, during relation drop.
- ece01aae4792 9.2.0 cited
-
Major patch from Thomas Lockhart <Thomas.G.Lockhart@jpl.nasa.gov>
- 9e2a87b62db8 7.1.1 cited