pgsql: Support the new regexp_match() function for citext.

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Support the new regexp_match() function for citext.
Date: 2016-08-18 14:52:48
Message-ID: E1baOga-0008Bz-JG@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Support the new regexp_match() function for citext.

Emre Hasegeli

Patch: <CAE2gYzzF24ZHWqkMukkHwqa0otbES9Rex22LrjQUNbi=oKziNQ(at)mail(dot)gmail(dot)com>

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/f9d747a4e908ad09520cad4c0e8c915074e9964c

Modified Files
--------------
contrib/citext/Makefile | 3 +-
contrib/citext/citext--1.3--1.4.sql | 12 +
contrib/citext/citext--1.3.sql | 493 ----------------------------------
contrib/citext/citext--1.4.sql | 501 +++++++++++++++++++++++++++++++++++
contrib/citext/citext.control | 2 +-
contrib/citext/expected/citext.out | 54 ++++
contrib/citext/expected/citext_1.out | 54 ++++
contrib/citext/sql/citext.sql | 12 +
doc/src/sgml/citext.sgml | 5 +
9 files changed, 641 insertions(+), 495 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2016-08-18 15:17:15 pgsql: Improve psql's tab completion for ALTER EXTENSION foo UPDATE ...
Previous Message Magnus Hagander 2016-08-18 13:37:17 pgsql: Update Windows timezone mapping from Windows 7 and 10