Commits
Showing commits that first shipped in 12 (backpatches included). Clear
| Date | Subject | Author | Releases |
|---|---|---|---|
| 2021-08-27 | Count SP-GiST index scans in pg_stat statistics. | Tom Lane | 12.9 |
| 2021-04-04 | Fix more confusion in SP-GiST. | Tom Lane | 12.7 |
| 2019-09-24 | Fix bug in pairingheap_SpGistSearchItem_cmp() | Alexander Korotkov | 12.0 |
| 2019-09-19 | Improve handling of NULLs in KNN-GiST and KNN-SP-GiST | Alexander Korotkov | 12.0 |
| 2019-09-08 | Fix handling of NULL distances in KNN-GiST | Alexander Korotkov | 12.0 |
| 2019-05-22 | Initial pgindent run for v12. | Tom Lane | 12.0 |
| 2019-03-11 | tableam: Add and use scan APIs. | Andres Freund | 12.0 |
| 2019-01-02 | Update copyright for 2019 | Bruce Momjian | 12.0 |
| 2018-10-31 | Fix memory leak in repeated SPGIST index scans. | Tom Lane | 12.0 |
| 2018-09-18 | Add support for nearest-neighbor (KNN) searches to SP-GiST | Alexander Korotkov | 12.0 |
| 2018-09-11 | Repair double-free in SP-GIST rescan (bug #15378) | Andrew Gierth | 12.0 |