Commits
| Date | Subject | Author | Releases |
|---|---|---|---|
| 2019-01-21 | Replace heapam.h includes with {table, relation}.h where applicable. | Andres Freund | 12.0 |
| 2018-11-21 | Remove WITH OIDS support, change oid catalog column visibility. | Andres Freund | 12.0 |
| 2017-08-20 | Change tupledesc->attrs[n] to TupleDescAttr(tupledesc, n). | Andres Freund | 11.0 |
| 2017-01-27 | Use the new castNode() macro in a number of places. | Andres Freund | 10.0 |