Commits
Showing commits that first shipped in 16 (backpatches included). Clear
| Date | Subject | Author | Releases |
|---|---|---|---|
| 2023-09-28 | Fix btmarkpos/btrestrpos array key wraparound bug. | Peter Geoghegan | 16.1 |
| 2023-06-10 | nbtree: Allocate new pages in separate function. | Peter Geoghegan | 16.0 |
| 2023-04-18 | Remove useless argument from nbtree dedup function. | Peter Geoghegan | 16.0 |
| 2023-04-03 | Recycle deleted nbtree pages more aggressively. | Peter Geoghegan | 16.0 |
| 2023-04-02 | Pass down table relation into more index relation functions | Andres Freund | 16.0 |
| 2023-01-02 | Update copyright for 2023 | Bruce Momjian | 16.0 |
| 2022-12-15 | Static assertions cleanup | Peter Eisentraut | 16.0 |
| 2022-08-05 | Add missing parenthesis to max item size macro. | Peter Geoghegan | 16.0 |
| 2022-08-05 | Fix nbtree maximum item size macro. | Peter Geoghegan | 16.0 |