Home
About
Download
Documentation
Community
Developers
Support
Donate
Your account
May 8, 2025:
PostgreSQL 17.5, 16.9, 15.13, 14.18, and 13.21 Released!
|
PostgreSQL 18 Beta 1 Released!
Documentation
→
PostgreSQL 18
Supported Versions:
Current
(
17
)
Development Versions:
18
/
devel
This documentation is for an unsupported version of PostgreSQL.
You may want to view the same page for the
current
version, or one of the other supported versions listed above instead.
Chapter 65. Built-in Index Access Methods
Prev
Up
Part VII. Internals
Home
Next
Chapter 65. Built-in Index Access Methods
Table of Contents
65.1. B-Tree Indexes
65.1.1. Introduction
65.1.2. Behavior of B-Tree Operator Classes
65.1.3. B-Tree Support Functions
65.1.4. Implementation
65.2. GiST Indexes
65.2.1. Introduction
65.2.2. Built-in Operator Classes
65.2.3. Extensibility
65.2.4. Implementation
65.2.5. Examples
65.3. SP-GiST Indexes
65.3.1. Introduction
65.3.2. Built-in Operator Classes
65.3.3. Extensibility
65.3.4. Implementation
65.3.5. Examples
65.4. GIN Indexes
65.4.1. Introduction
65.4.2. Built-in Operator Classes
65.4.3. Extensibility
65.4.4. Implementation
65.4.5. GIN Tips and Tricks
65.4.6. Limitations
65.4.7. Examples
65.5. BRIN Indexes
65.5.1. Introduction
65.5.2. Built-in Operator Classes
65.5.3. Extensibility
65.6. Hash Indexes
65.6.1. Overview
65.6.2. Implementation