counted btree access method
pgext.cloud · Source code · Documentation · Control file
| Package | cbtree |
|---|---|
| Version | 1.0 |
| PostgreSQL versions | 10 |
| Repository | Unspecified |
| Extension type | Standard |
| Requires CREATE EXTENSION | Yes |
| Requires preload | No |
| Trusted | No |
| Relocatable | Yes |
| Stars | 2 |
| Latest commit | 2018-05-07 |
| Catalogue updated | 2026-08-30 |
| rum | RUM index access method |
| lsm_idx | Experimental LSM-style index access method built on PostgreSQL B-tree internals |
| parray_gin | GIN index operator class and partial-match operators for text arrays |
| spgist | SP-GIST index (access method) |
| lsm3 | LSM tree index access method based on PostgreSQL B-tree indexes |
| bztree | BzTree index access method with equality operator classes for common PostgreSQL scalar types. |
| bloom_fulon | Experimental pgrx index access method for PostgreSQL, created for learning purposes. |
| dummy_index_am | Minimal dummy index access method for testing PostgreSQL index-AM facilities. |