pgsql: Update citext extension for parallel query.

From: Robert Haas <rhaas(at)postgresql(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Update citext extension for parallel query.
Date: 2016-06-07 15:44:16
Message-ID: E1bAJAu-0005sm-Dk@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Update citext extension for parallel query.

All citext functions are PARALLEL SAFE, and a couple of them can
benefit from having aggregate combine functions.

Andreas Karlsson

Branch
------
master

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

Modified Files
--------------
contrib/citext/Makefile | 3 +-
contrib/citext/citext--1.1--1.2.sql | 54 ++++
contrib/citext/citext--1.1.sql | 489 -----------------------------------
contrib/citext/citext--1.2.sql | 493 ++++++++++++++++++++++++++++++++++++
contrib/citext/citext.control | 2 +-
5 files changed, 550 insertions(+), 491 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2016-06-07 16:19:35 pgsql: Improve documentation for contrib/bloom.
Previous Message Robert Haas 2016-06-07 15:40:28 Re: [HACKERS] Re: pgsql: Avoid extra locks in GetSnapshotData if old_snapshot_threshold <