Commits
Showing commits that first shipped in 16 (backpatches included). Clear
| Date | Subject | Author | Releases |
|---|---|---|---|
| 2024-03-05 | Fix incorrectly reported stats kind in "can't happen" ERROR | David Rowley | 16.3 |
| 2023-02-24 | Fix incorrect format placeholders | Peter Eisentraut | 16.0 |
| 2023-02-07 | Remove useless casts to (void *) in arguments of some system functions | Peter Eisentraut | 16.0 |
| 2023-01-02 | Update copyright for 2023 | Bruce Momjian | 16.0 |
| 2022-09-05 | Fix incorrect uses of Datum conversion macros | Peter Eisentraut | 16.0 |
| 2022-08-24 | Further reduce warnings with -Wshadow=compatible-local | David Rowley | 16.0 |
| 2022-08-17 | Avoid using list_length() to test for empty list. | Tom Lane | 16.0 |
| 2022-08-05 | Partially undo commit 94da73281. | Tom Lane | 16.0 |
| 2022-08-05 | Fix handling of bare boolean expressions in mcv_get_match_bitmap. | Tom Lane | 16.0 |
| 2022-08-05 | Fix non-bulletproof ScalarArrayOpExpr code for extended statistics. | Tom Lane | 16.0 |
| 2022-07-12 | Invent qsort_interruptible(). | Tom Lane | 16.0 |