Re: btree_gin and btree_gist for enums
Andrew Dunstan <andrew@dunslane.net>
From: Andrew Dunstan <andrew@dunslane.net>
To: PostgreSQL-development <pgsql-hackers@postgresql.org>
Date: 2016-03-17T15:21:48Z
Lists: pgsql-hackers
Attachments
- enum-btree-gist-gin-2.patch (text/x-patch) patch
On 03/17/2016 06:44 AM, Andrew Dunstan wrote: > Here is a patch to add enum support to btree_gin and btree_gist. I > didn't include distance operations, as I didn't think it terribly > important, and there isn't a simple way to compute it sanely and > efficiently, so no KNN support. > > This time including the data file for the gist regression tests. cheers andrew
Commits
-
Add btree_gin support for enum types
- 4ad0f88c443c 10.0 landed
-
Add btree_gist support for enum types.
- f7946a92b689 10.0 landed
-
Use CallerFInfoFunctionCall with btree_gist for numeric types
- 4b1c68d63e86 10.0 landed
-
Add a direct function call mechanism using the caller's context.
- 29bf5016835a 10.0 landed
-
Add support for EUI-64 MAC addresses as macaddr8
- c7a9fa399d55 10.0 cited
-
Add an Assert that enum_cmp_internal() gets passed an FmgrInfo pointer.
- 6d493e1a0135 10.0 landed