Re: BRIN range operator class
Emre Hasegeli <emre@hasegeli.com>
From: Emre Hasegeli <emre@hasegeli.com>
To: Andreas Karlsson <andreas@proxel.se>
Cc: PostgreSQL Hackers <pgsql-hackers@postgresql.org>
Date: 2015-05-03T16:10:48Z
Lists: pgsql-hackers
Attachments
- brin-inclusion-v06-01-sql-level-support-functions.patch (application/octet-stream) patch v6-0001
- brin-inclusion-v06-02-strategy-numbers.patch (application/octet-stream) patch v6-0002
- brin-inclusion-v06-03-remove-assert-checking.patch (application/octet-stream) patch v6-0003
- brin-inclusion-v06-04-fix-brin-deform-tuple.patch (application/octet-stream) patch v6-0004
- brin-inclusion-v06-05-box-vs-point-operators.patch (application/octet-stream) patch v6-0005
- brin-inclusion-v06-06-inclusion-opclasses.patch (application/octet-stream) patch v6-0006
- brin-inclusion-v06-07-remove-minmax-amprocs.patch (application/octet-stream) patch v6-0007
> In which order should I apply the patches? I rebased and renamed them with numbers.
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