Commits
Showing commits that first shipped in 10 (backpatches included). Clear
| Date | Subject | Author | Releases |
|---|---|---|---|
| 2020-03-18 | Add missing errcode() in a few ereport calls. | Amit Kapila | 10.13 |
| 2017-06-21 | Phase 3 of pgindent updates. | Tom Lane | 10.0 |
| 2017-06-21 | Phase 2 of pgindent updates. | Tom Lane | 10.0 |
| 2017-06-13 | Re-run pgindent. | Tom Lane | 10.0 |
| 2017-06-04 | Assorted translatable string fixes | Alvaro Herrera | 10.0 |
| 2017-02-27 | hash: Refactor bucket squeeze code. | Robert Haas | 10.0 |
| 2017-01-03 | Update copyright via script for 2017 | Bruce Momjian | 10.0 |
| 2016-09-09 | Rewrite PageIndexDeleteNoCompact into a form that only deletes 1 tuple. | Tom Lane | 10.0 |
| 2016-09-09 | Convert PageAddItem into a macro to save a few cycles. | Tom Lane | 10.0 |
| 2016-09-09 | Invent PageIndexTupleOverwrite, and teach BRIN and GiST to use it. | Tom Lane | 10.0 |
| 2016-09-09 | In PageIndexTupleDelete, don't assume stored item lengths are MAXALIGNed. | Tom Lane | 10.0 |
| 2016-09-09 | Faster PageIsVerified() for the all zeroes case. | Andres Freund | 10.0 |