Re: Support for REINDEX CONCURRENTLY
Michael Paquier <michael.paquier@gmail.com>
From: Michael Paquier <michael.paquier@gmail.com>
To: Stephen Frost <sfrost@snowman.net>
Cc: Jim Nasby <jim@nasby.net>, Tom Lane <tgl@sss.pgh.pa.us>, Alvaro Herrera <alvherre@2ndquadrant.com>, Andres Freund <andres@2ndquadrant.com>, Greg Stark <stark@mit.edu>, "pgsql-hackers@postgresql.org" <pgsql-hackers@postgresql.org>
Date: 2012-10-13T02:50:44Z
Lists: pgsql-hackers
Attachments
- 20121012_reindex_concurrent_v2.patch (application/octet-stream) patch v2
Hi all, Please find attached the version 2 of the patch for this feature, it corrects the following things: - toast relations are now rebuilt concurrently as well as other indexes - concurrent constraint indexes (PRIMARY KEY, UNIQUE, EXCLUSION) are dropped correctly at the end of process - exclusion constraints are supported, at least it looks to work correctly. - Fixed a couple of bugs when constraint indexes were involved in process. I am adding this version to the commit fest of next month for review. Regards, -- Michael Paquier http://michael.otacoo.com
Commits
Same data as JSON:
GET /api/v1/messages/:b64id/commits
the thread's linked commits as JSON, with link sources.
API reference →
-
Background worker processes
- da07a1e85651 9.3.0 cited
-
Fix assorted bugs in CREATE/DROP INDEX CONCURRENTLY.
- 3c84046490be 9.3.0 cited
-
Work around unportable behavior of malloc(0) and realloc(NULL, 0).
- 09ac603c36d1 9.3.0 cited
-
Properly set relpersistence for fake relcache entries.
- beb850e1d873 9.3.0 cited