Chapter 63. Built-in Index Access Methods

Table of Contents

63.1. B-Tree Indexes
63.1.1. Introduction
63.1.2. Behavior of B-Tree Operator Classes
63.1.3. B-Tree Support Functions
63.1.4. Implementation
63.2. GiST Indexes
63.2.1. Introduction
63.2.2. Built-in Operator Classes
63.2.3. Extensibility
63.2.4. Implementation
63.2.5. Examples
63.3. SP-GiST Indexes
63.3.1. Introduction
63.3.2. Built-in Operator Classes
63.3.3. Extensibility
63.3.4. Implementation
63.4. GIN Indexes
63.4.1. Introduction
63.4.2. Built-in Operator Classes
63.4.3. Extensibility
63.4.4. Implementation
63.4.5. GIN Tips and Tricks
63.4.6. Limitations
63.4.7. Examples
63.5. BRIN Indexes
63.5.1. Introduction
63.5.2. Built-in Operator Classes
63.5.3. Extensibility
63.6. Hash Indexes
63.6.1. Overview
63.6.2. Implementation