Commit message (Expand) | Author | Age | |
---|---|---|---|
* | Update copyright for 2019 | Bruce Momjian | 2019-01-02 |
* | Remove WITH OIDS support, change oid catalog column visibility. | Andres Freund | 2018-11-20 |
* | Introduce notion of different types of slots (without implementing them). | Andres Freund | 2018-11-15 |
* | Rejigger materializing and fetching a HeapTuple from a slot. | Andres Freund | 2018-11-15 |
* | 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 |