summaryrefslogtreecommitdiff
path: root/src/backend/utils/misc/queryenvironment.c
AgeCommit message (Expand)Author
2019-01-21Replace uses of heap_open et al with the corresponding table_* function.Andres Freund
2019-01-21Replace heapam.h includes with {table, relation}.h where applicable.Andres Freund
2019-01-02Update copyright for 2019Bruce Momjian
2018-07-11Fix more wrong paths in header commentsAlexander Korotkov
2018-01-02Update copyright for 2018Bruce Momjian
2017-03-31Add infrastructure to support EphemeralNamedRelation references.Kevin Grittner