Commits
| Date | Subject | Author | Releases |
|---|---|---|---|
| 2019-01-21 | Replace uses of heap_open et al with the corresponding table_* function. | Andres Freund | 12.0 |
| 2019-01-21 | Replace heapam.h includes with {table, relation}.h where applicable. | Andres Freund | 12.0 |
| 2017-08-20 | Change tupledesc->attrs[n] to TupleDescAttr(tupledesc, n). | Andres Freund | 11.0 |
| 2015-05-08 | Add support for INSERT ... ON CONFLICT DO NOTHING/UPDATE. | Andres Freund | 9.5.0 |