Commits
Showing commits that first shipped in 11 (backpatches included). Clear
| Date | Subject | Author | Releases |
|---|---|---|---|
| 2018-03-28 | Fast ALTER TABLE ADD COLUMN with a non-NULL default | Andrew Dunstan | 11.0 |
| 2018-01-03 | Update copyright for 2018 | Bruce Momjian | 11.0 |
| 2017-10-26 | Support domains over composite types. | Tom Lane | 11.0 |
| 2017-09-15 | Add support for coordinating record typmods among parallel workers. | Andres Freund | 11.0 |
| 2017-08-22 | Refactor typcache.c's record typmod hash table. | Andres Freund | 11.0 |
| 2017-08-20 | Partially flatten struct tupleDesc so that it can be used in DSM. | Andres Freund | 11.0 |
| 2017-08-20 | Change tupledesc->attrs[n] to TupleDescAttr(tupledesc, n). | Andres Freund | 11.0 |