Re: GiST support for UUIDs
Michael Paquier <michael.paquier@gmail.com>
From: Michael Paquier <michael.paquier@gmail.com>
To: Paul A Jungwirth <pj@illuminatedcomputing.com>
Cc: Tom Lane <tgl@sss.pgh.pa.us>, PostgreSQL-development <pgsql-hackers@postgresql.org>
Date: 2016-10-03T01:42:39Z
Lists: pgsql-hackers
On Wed, Aug 19, 2015 at 1:25 PM, Paul A Jungwirth <pj@illuminatedcomputing.com> wrote: > This is my first patch, so my apologies if anything is missing. I went > the guidelines and I think I have everything covered. :-) I am moving this patch to next CF, removing Julien Rouhaud and Teodor Sigaev as reviewers because they have not showed up once on this thread for reviews. -- Michael
Commits
-
Test all contrib-created operator classes with amvalidate.
- ade49c605f1d 10.0 landed
-
Add uuid to the set of types supported by contrib/btree_gist.
- 11da83a0e70d 10.0 landed
-
Allow CREATE EXTENSION to follow extension update paths.
- 40b449ae84dc 10.0 cited