Commits
Showing commits that first shipped in 11 (backpatches included). Clear
| Date | Subject | Author | Releases |
|---|---|---|---|
| 2018-05-18 | Message wording and pluralization improvements | Peter Eisentraut | 11.0 |
| 2018-04-17 | Rationalize handling of array type names in bootstrap data. | Tom Lane | 11.0 |
| 2018-04-07 | Allow group access on PGDATA | Stephen Frost | 11.0 |
| 2018-04-07 | Indexes with INCLUDE columns and their support in B-tree | Teodor Sigaev | 11.0 |
| 2018-04-05 | Allow background workers to bypass datallowconn | Magnus Hagander | 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-09-20 | Sync process names between ps and pg_stat_activity | Peter Eisentraut | 11.0 |
| 2017-09-20 | Make WAL segment size configurable at initdb time. | Andres Freund | 11.0 |
| 2017-08-20 | Change tupledesc->attrs[n] to TupleDescAttr(tupledesc, n). | Andres Freund | 11.0 |