Commits
Showing commits that first shipped in 12 (backpatches included). Clear
| Date | Subject | Author | Releases |
|---|---|---|---|
| 2024-02-25 | Promote assertion about !ReindexIsProcessingIndex to runtime error. | Tom Lane | 12.19 |
| 2019-09-19 | Fix freeing old values in index_store_float8_orderby_distances() | 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-06-27 | Update comment | Peter Eisentraut | 12.0 |
| 2019-05-22 | Phase 2 pgindent run for v12. | Tom Lane | 12.0 |
| 2019-05-13 | Standardize ItemIdData terminology. | Peter Geoghegan | 12.0 |
| 2019-03-11 | tableam: Add and use scan APIs. | Andres Freund | 12.0 |
| 2019-01-22 | Rename RelationData.rd_amroutine to rd_indam. | Andres Freund | 12.0 |
| 2019-01-21 | Remove superfluous tqual.h includes. | Andres Freund | 12.0 |
| 2019-01-15 | Don't include heapam.h from others headers. | Andres Freund | 12.0 |
| 2019-01-02 | Update copyright for 2019 | Bruce Momjian | 12.0 |
| 2018-09-18 | Add support for nearest-neighbor (KNN) searches to SP-GiST | Alexander Korotkov | 12.0 |