Commits
Showing commits that first shipped in 11 (backpatches included). Clear
| Date | Subject | Author | Releases |
|---|---|---|---|
| 2021-05-14 | Refactor CHECK_FOR_INTERRUPTS() to add flexibility. | Tom Lane | 11.13 |
| 2020-06-05 | Add unlikely() to CHECK_FOR_INTERRUPTS() | Joe Conway | 11.9 |
| 2018-04-07 | Allow group access on PGDATA | Stephen Frost | 11.0 |
| 2018-04-05 | Allow background workers to bypass datallowconn | Magnus Hagander | 11.0 |
| 2018-04-04 | Skip full index scan during cleanup of B-tree indexes when possible | Teodor Sigaev | 11.0 |
| 2018-02-09 | Mark assorted GUC variables as PGDLLIMPORT. | Robert Haas | 11.0 |
| 2018-02-02 | Support parallel btree index builds. | Robert Haas | 11.0 |
| 2018-01-03 | Update copyright for 2018 | Bruce Momjian | 11.0 |
| 2017-12-05 | Mark assorted variables PGDLLIMPORT. | Robert Haas | 11.0 |
| 2017-09-29 | Remove replacement selection sort. | Robert Haas | 11.0 |