postgresql/src/backend/commands
Andres Freund 111944c5ee Replace heapam.h includes with {table, relation}.h where applicable.
A lot of files only included heapam.h for relation_open, heap_open etc
- replace the heapam.h include in those files with the narrower
header.

Author: Andres Freund
Discussion: https://postgr.es/m/20190111000539.xbv7s6w7ilcvm7dp@alap3.anarazel.de
2019-01-21 10:51:37 -08:00
..
Makefile Move vacuumlazy.c into access/heap. 2019-01-15 12:06:19 -08:00
aggregatecmds.c Update copyright for 2019 2019-01-02 12:44:25 -05:00
alter.c Replace heapam.h includes with {table, relation}.h where applicable. 2019-01-21 10:51:37 -08:00
amcmds.c Replace heapam.h includes with {table, relation}.h where applicable. 2019-01-21 10:51:37 -08:00
analyze.c Replace heapam.h includes with {table, relation}.h where applicable. 2019-01-21 10:51:37 -08:00
async.c Update copyright for 2019 2019-01-02 12:44:25 -05:00
cluster.c Don't include heapam.h from others headers. 2019-01-14 16:24:41 -08:00
collationcmds.c Replace heapam.h includes with {table, relation}.h where applicable. 2019-01-21 10:51:37 -08:00
comment.c Replace heapam.h includes with {table, relation}.h where applicable. 2019-01-21 10:51:37 -08:00
constraint.c Don't include genam.h from execnodes.h and relscan.h anymore. 2019-01-14 17:02:12 -08:00
conversioncmds.c Update copyright for 2019 2019-01-02 12:44:25 -05:00
copy.c Allow COPY FROM to filter data using WHERE conditions 2019-01-20 00:22:14 +01:00
createas.c Don't include heapam.h from others headers. 2019-01-14 16:24:41 -08:00
dbcommands.c Update copyright for 2019 2019-01-02 12:44:25 -05:00
define.c Update copyright for 2019 2019-01-02 12:44:25 -05:00
discard.c Update copyright for 2019 2019-01-02 12:44:25 -05:00
dropcmds.c Replace heapam.h includes with {table, relation}.h where applicable. 2019-01-21 10:51:37 -08:00
event_trigger.c Replace heapam.h includes with {table, relation}.h where applicable. 2019-01-21 10:51:37 -08:00
explain.c Update copyright for 2019 2019-01-02 12:44:25 -05:00
extension.c Replace heapam.h includes with {table, relation}.h where applicable. 2019-01-21 10:51:37 -08:00
foreigncmds.c Replace heapam.h includes with {table, relation}.h where applicable. 2019-01-21 10:51:37 -08:00
functioncmds.c Replace heapam.h includes with {table, relation}.h where applicable. 2019-01-21 10:51:37 -08:00
indexcmds.c Don't include heapam.h from others headers. 2019-01-14 16:24:41 -08:00
lockcmds.c Replace heapam.h includes with {table, relation}.h where applicable. 2019-01-21 10:51:37 -08:00
matview.c Don't include genam.h from execnodes.h and relscan.h anymore. 2019-01-14 17:02:12 -08:00
opclasscmds.c Replace heapam.h includes with {table, relation}.h where applicable. 2019-01-21 10:51:37 -08:00
operatorcmds.c Replace heapam.h includes with {table, relation}.h where applicable. 2019-01-21 10:51:37 -08:00
policy.c Replace heapam.h includes with {table, relation}.h where applicable. 2019-01-21 10:51:37 -08:00
portalcmds.c Update copyright for 2019 2019-01-02 12:44:25 -05:00
prepare.c Update copyright for 2019 2019-01-02 12:44:25 -05:00
proclang.c Replace heapam.h includes with {table, relation}.h where applicable. 2019-01-21 10:51:37 -08:00
publicationcmds.c Replace heapam.h includes with {table, relation}.h where applicable. 2019-01-21 10:51:37 -08:00
schemacmds.c Replace heapam.h includes with {table, relation}.h where applicable. 2019-01-21 10:51:37 -08:00
seclabel.c Replace heapam.h includes with {table, relation}.h where applicable. 2019-01-21 10:51:37 -08:00
sequence.c Replace heapam.h includes with {table, relation}.h where applicable. 2019-01-21 10:51:37 -08:00
statscmds.c Replace heapam.h includes with {table, relation}.h where applicable. 2019-01-21 10:51:37 -08:00
subscriptioncmds.c Replace heapam.h includes with {table, relation}.h where applicable. 2019-01-21 10:51:37 -08:00
tablecmds.c Fix creation of duplicate foreign keys on partitions 2019-01-18 15:00:45 -03:00
tablespace.c Update copyright for 2019 2019-01-02 12:44:25 -05:00
trigger.c Fix ALTER TRIGGER ... RENAME, broken in WITH OIDS removal. 2019-01-21 09:13:43 -08:00
tsearchcmds.c Replace heapam.h includes with {table, relation}.h where applicable. 2019-01-21 10:51:37 -08:00
typecmds.c Don't include genam.h from execnodes.h and relscan.h anymore. 2019-01-14 17:02:12 -08:00
user.c Replace heapam.h includes with {table, relation}.h where applicable. 2019-01-21 10:51:37 -08:00
vacuum.c Move vacuumlazy.c into access/heap. 2019-01-15 12:06:19 -08:00
variable.c Update copyright for 2019 2019-01-02 12:44:25 -05:00
view.c Replace heapam.h includes with {table, relation}.h where applicable. 2019-01-21 10:51:37 -08:00