Commits
Showing commits that first shipped in 17 (backpatches included). Clear
| Date | Subject | Author | Releases |
|---|---|---|---|
| 2024-06-17 | Fix insertion of SP-GiST REDIRECT tuples during REINDEX CONCURRENTLY. | Tom Lane | 17.0 |
| 2024-03-04 | Remove unused #include's from backend .c files | Peter Eisentraut | 17.0 |
| 2024-01-04 | Update copyright for 2024 | Bruce Momjian | 17.0 |
| 2023-12-21 | Avoid trying to fetch metapage of an SPGist partitioned index. | Tom Lane | 17.0 |
| 2023-12-08 | Allow parallel CREATE INDEX for BRIN indexes | Tomas Vondra | 17.0 |
| 2023-11-25 | Reuse BrinDesc and BrinRevmap in brininsert | Tomas Vondra | 17.0 |
| 2023-10-10 | Add const to values and nulls arguments | Peter Eisentraut | 17.0 |
| 2023-08-23 | ExtendBufferedWhat -> BufferManagerRelation. | Thomas Munro | 17.0 |