pgsql: Doc: Hash Indexes.

From: Amit Kapila <akapila(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Doc: Hash Indexes.
Date: 2021-07-05 05:00:25
Message-ID: E1m0GiX-0001IK-Qa@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Doc: Hash Indexes.

A new chapter for Hash Indexes, designed to help users understand how
they work and when to use them.

Backpatch-through 10 where we have made hash indexes durable.

Author: Simon Riggs
Reviewed-By: Justin Pryzby, Amit Kapila
Discussion: https://postgr.es/m/CANbhV-HRjNPYgHo--P1ewBrFJ-GpZPb9_25P7=Wgu7s7hy_sLQ@mail.gmail.com

Branch
------
REL_11_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/84dc6a46e2e3b0357d9105ba5c3bdc59b2a2bfc3

Modified Files
--------------
doc/src/sgml/filelist.sgml | 1 +
doc/src/sgml/hash.sgml | 162 +++++++++++++++++++++++++++++++++++++++++++++
doc/src/sgml/postgres.sgml | 1 +
3 files changed, 164 insertions(+)

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut 2021-07-05 06:33:23 pgsql: doc: Fix quoting markup
Previous Message Michael Paquier 2021-07-04 12:00:22 pgsql: doc: Mention requirement to --enable-tap-tests on section for TA