From: | Anastasia Lubennikova <a(dot)lubennikova(at)postgrespro(dot)ru> |
---|---|
To: | pgsql-hackers(at)lists(dot)postgresql(dot)org |
Subject: | Re: WIP: Covering + unique indexes. |
Date: | 2018-03-28 14:59:31 |
Message-ID: | 26c51492-1b05-ba73-382b-653d1246ffeb@postgrespro.ru |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
Here is the new version of the patch set.
All patches are rebased to apply without conflicts.
Besides, they contain following fixes:
- pg_dump bug is fixed
- index_truncate_tuple() now has 3rd argument new_indnatts.
- new tests for amcheck, dblink and subscription/t/001_rep_changes.pl
- info about opclass implementors and included columns is now in sgml doc
--
Anastasia Lubennikova
Postgres Professional: http://www.postgrespro.com
The Russian Postgres Company
Attachment | Content-Type | Size |
---|---|---|
0001-Covering-core-v8.patch | text/x-patch | 107.4 KB |
0002-Covering-btree-v8.patch | text/x-patch | 51.3 KB |
0003-Covering-amcheck-v8.patch | text/x-patch | 4.5 KB |
From | Date | Subject | |
---|---|---|---|
Next Message | Dmitry Ivanov | 2018-03-28 15:07:43 | Re: [HACKERS] GSoC 2017: weekly progress reports (week 6) |
Previous Message | Nicolas Thauvin | 2018-03-28 14:54:48 | Re: segfault due to invalid cached plan |