pgsql: Add a 64-bit hash function for type citext.

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Add a 64-bit hash function for type citext.
Date: 2018-11-23 18:24:56
Message-ID: E1gQG8O-0006yt-II@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Add a 64-bit hash function for type citext.

Amul Sul, reviewed by Hironobu Suzuki

Discussion: https://postgr.es/m/CAAJ_b947JjnNr9Cp45iNjSqKf6PA5mCTmKsRwPjows93YwQrmw@mail.gmail.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/48c41fa97480756b70ad095fe8d59199df9b12c7

Modified Files
--------------
contrib/citext/Makefile | 4 +++-
contrib/citext/citext--1.5--1.6.sql | 12 ++++++++++++
contrib/citext/citext.c | 20 ++++++++++++++++++++
contrib/citext/citext.control | 2 +-
contrib/citext/expected/citext.out | 12 ++++++++++++
contrib/citext/expected/citext_1.out | 12 ++++++++++++
contrib/citext/sql/citext.sql | 9 +++++++++
7 files changed, 69 insertions(+), 2 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2018-11-23 18:37:37 pgsql: Add a 64-bit hash function for type hstore.
Previous Message Tom Lane 2018-11-23 17:48:59 pgsql: Clamp semijoin selectivity to be not more than inner-join select