pgsql: Support the new regexp_match() function for citext. - Mailing list pgsql-committers

From Tom Lane
Subject pgsql: Support the new regexp_match() function for citext.
Date
Msg-id E1baOga-0008Bz-JG@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Support the new regexp_match() function for citext.

Emre Hasegeli

Patch: <CAE2gYzzF24ZHWqkMukkHwqa0otbES9Rex22LrjQUNbi=oKziNQ@mail.gmail.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(-)


pgsql-committers by date:

Previous
From: Magnus Hagander
Date:
Subject: pgsql: Update Windows timezone mapping from Windows 7 and 10
Next
From: Tom Lane
Date:
Subject: pgsql: Improve psql's tab completion for ALTER EXTENSION foo UPDATE ...