Chapter 62. Built-in Index Access Methods

Table of Contents

62.1. B-Tree Indexes
62.1.1. Introduction
62.1.2. Behavior of B-Tree Operator Classes
62.1.3. B-Tree Support Functions
62.1.4. Implementation
62.2. GiST Indexes
62.2.1. Introduction
62.2.2. Built-in Operator Classes
62.2.3. Extensibility
62.2.4. Implementation
62.2.5. Examples
62.3. SP-GiST Indexes
62.3.1. Introduction
62.3.2. Built-in Operator Classes
62.3.3. Extensibility
62.3.4. Implementation
62.4. GIN Indexes
62.4.1. Introduction
62.4.2. Built-in Operator Classes
62.4.3. Extensibility
62.4.4. Implementation
62.4.5. GIN Tips and Tricks
62.4.6. Limitations
62.4.7. Examples
62.5. BRIN Indexes
62.5.1. Introduction
62.5.2. Built-in Operator Classes
62.5.3. Extensibility
62.6. Hash Indexes
62.6.1. Overview
62.6.2. Implementation