Commits
Showing commits that first shipped in 12 (backpatches included). Clear
| Date | Subject | Author | Releases |
|---|---|---|---|
| 2022-04-21 | Fix CLUSTER tuplesorts on abbreviated expressions. | Peter Geoghegan | 12.11 |
| 2021-07-13 | Robustify tuplesort's free_sort_tuple function | David Rowley | 12.8 |
| 2021-07-13 | Fix theoretical bug in tuplesort | David Rowley | 12.8 |
| 2019-10-15 | Fix CLUSTER on expression indexes. | Andres Freund | 12.1 |
| 2019-05-22 | Phase 2 pgindent run for v12. | Tom Lane | 12.0 |
| 2019-03-20 | Make heap TID a tiebreaker nbtree index column. | Peter Geoghegan | 12.0 |
| 2019-03-20 | Refactor nbtree insertion scankeys. | Peter Geoghegan | 12.0 |
| 2019-03-11 | Move hash_any prototype from access/hash.h to utils/hashutils.h | Alvaro Herrera | 12.0 |
| 2019-01-02 | Update copyright for 2019 | Bruce Momjian | 12.0 |
| 2018-11-16 | Introduce notion of different types of slots (without implementing them). | Andres Freund | 12.0 |
| 2018-11-01 | Adjust trace_sort log messages. | Peter Geoghegan | 12.0 |
| 2018-09-25 | Split ExecStoreTuple into ExecStoreHeapTuple and ExecStoreBufferHeapTuple. | Andres Freund | 12.0 |