Re: Write Ahead Logging for Hash Indexes
Amit Kapila <amit.kapila16@gmail.com>
From: Amit Kapila <amit.kapila16@gmail.com>
To: Jesper Pedersen <jesper.pedersen@redhat.com>
Cc: Robert Haas <robertmhaas@gmail.com>, Jeff Janes <jeff.janes@gmail.com>, pgsql-hackers <pgsql-hackers@postgresql.org>
Date: 2017-01-13T03:23:20Z
Lists: pgsql-hackers
Attachments
- wal_hash_index_v8.patch (application/octet-stream) patch v8
- (unnamed) (text/plain)
On Fri, Jan 13, 2017 at 1:04 AM, Jesper Pedersen <jesper.pedersen@redhat.com> wrote: > On 12/27/2016 01:58 AM, Amit Kapila wrote: >> >> After recent commit's 7819ba1e and 25216c98, this patch requires a >> rebase. Attached is the rebased patch. >> > > This needs a rebase after commit e898437. > Attached find the rebased patch. Thanks! -- With Regards, Amit Kapila. EnterpriseDB: http://www.enterprisedb.com
Commits
-
Add a regression test for snapshot too old with hash indexes.
- 42bdaebf1618 10.0 landed
-
hash: Add write-ahead logging support.
- c11453ce0aea 10.0 landed
-
Improve coding in _hash_addovflpage.
- e898437460f5 10.0 cited
-
Remove _hash_wrtbuf() in favor of calling MarkBufferDirty().
- 25216c989384 10.0 cited
-
Improve hash index bucket split behavior.
- 6d46f4783efe 10.0 cited