Commit message (Expand) | Author | Age | |
---|---|---|---|
* | Replace AclObjectKind with ObjectType | Peter Eisentraut | 2018-01-19 |
* | Update copyright for 2018 | Bruce Momjian | 2018-01-02 |
* | Support domains over composite types. | Tom Lane | 2017-10-26 |
* | Reduce memory usage of targetlist SRFs. | Andres Freund | 2017-10-08 |
* | Fix intra-query memory leakage in nodeProjectSet.c. | Tom Lane | 2017-10-06 |
* | Change tupledesc->attrs[n] to TupleDescAttr(tupledesc, n). | Andres Freund | 2017-08-20 |
* | Phase 3 of pgindent updates. | Tom Lane | 2017-06-21 |
* | Provide an error cursor for "can't call an SRF here" errors. | Tom Lane | 2017-04-18 |
* | Faster expression evaluation and targetlist projection. | Andres Freund | 2017-03-25 |