master
btree_gist: fix NaN handling in float4/float8 opclasses.
Support "make check" in contrib
Remove now-useless btree_gist--1.2.sql script.
Remove btree_gist's useless logic for encoding-aware truncation.
Sync signatures of gbt_var_consistent() and gbt_num_consistent().
Add index-only scan support to btree_gist.
Make contrib modules' installation scripts more secure.
Add uuid to the set of types supported by contrib/btree_gist.
Add support for EUI-64 MAC addresses as macaddr8
Add btree_gist support for enum types.
Update btree_gist extension for parallel query
Fix gist_bool_ops to use gbtreekey2
btree_gist: Merge the last two versions into version 1.8
Create btree_gist v1.9, in which inet/cidr opclasses aren't default.
Pre-beta mechanical code beautification, step 1: run pgindent.
Add trailing commas to enum definitions
Tighten up btree_gist's handling of truncated bounds.