Commits
Showing commits that first shipped in 15 (backpatches included). Clear
| Date | Subject | Author | Releases |
|---|---|---|---|
| 2023-03-29 | Fix dereference of dangling pointer in GiST index buffering build. | Tom Lane | 15.3 |
| 2022-04-04 | Adjust tuplesort API to have bitwise option flags | David Rowley | 15.0 |
| 2022-02-24 | Fix data loss on crash after sorted GiST index build. | Heikki Linnakangas | 15.0 |
| 2022-02-07 | Reduce non-leaf keys overlap in GiST indexes produced by a sorted build | Alexander Korotkov | 15.0 |
| 2022-01-08 | Update copyright for 2022 | Bruce Momjian | 15.0 |
| 2021-07-12 | Replace RelationOpenSmgr() with RelationGetSmgr(). | Tom Lane | 15.0 |