Commits
Showing commits that first shipped in 11 (backpatches included). Clear
| Date | Subject | Author | Releases |
|---|---|---|---|
| 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 |