Commits
| Date | Subject | Author | Releases |
|---|---|---|---|
| 2025-12-30 | Change IndexAmRoutines to be statically-allocated structs. | Tom Lane | 19 (unreleased) |
| 2020-08-01 | Invent "amadjustmembers" AM method for validating opclass members. | Tom Lane | 14.0 |
| 2017-06-21 | Initial pgindent run with pg_bsd_indent version 2.0. | Tom Lane | 10.0 |
| 2016-08-14 | Fix assorted bugs in contrib/bloom. | Tom Lane | 9.6.0 |
| 2016-08-13 | Add SQL-accessible functions for inspecting index AM properties. | Tom Lane | 9.6.0 |
| 2016-08-11 | Trivial cosmetic cleanup in bloom/blutils.c. | Tom Lane | 9.6.0 |
| 2016-06-03 | Measure Bloom index signature-length reloption in bits, not words. | Tom Lane | 9.6.0 |
| 2016-05-25 | Fix contrib/bloom to work for unlogged indexes. | Tom Lane | 9.6.0 |
| 2016-04-12 | Improve API of GenericXLogRegister(). | Tom Lane | 9.6.0 |
| 2016-04-03 | Fix contrib/bloom to not fail under CLOBBER_CACHE_ALWAYS. | Tom Lane | 9.6.0 |
| 2016-04-02 | Add missing "static". | Tom Lane | 9.6.0 |