postgresql/src/backend
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
..
access Replace heapam.h includes with {table, relation}.h where applicable. 2019-01-21 10:51:37 -08:00
bootstrap Don't include genam.h from execnodes.h and relscan.h anymore. 2019-01-14 17:02:12 -08:00
catalog Replace heapam.h includes with {table, relation}.h where applicable. 2019-01-21 10:51:37 -08:00
commands Replace heapam.h includes with {table, relation}.h where applicable. 2019-01-21 10:51:37 -08:00
executor Replace heapam.h includes with {table, relation}.h where applicable. 2019-01-21 10:51:37 -08:00
foreign Update copyright for 2019 2019-01-02 12:44:25 -05:00
jit Make naming of tupdesc related structs more consistent with the rest of PG. 2019-01-14 16:25:50 -08:00
lib Update copyright for 2019 2019-01-02 12:44:25 -05:00
libpq Update copyright for 2019 2019-01-02 12:44:25 -05:00
main Replace @postgresql.org with @lists.postgresql.org for mailinglists 2019-01-19 19:06:35 +01:00
nodes Allow COPY FROM to filter data using WHERE conditions 2019-01-20 00:22:14 +01:00
optimizer Replace heapam.h includes with {table, relation}.h where applicable. 2019-01-21 10:51:37 -08:00
parser Replace heapam.h includes with {table, relation}.h where applicable. 2019-01-21 10:51:37 -08:00
partitioning Don't include heapam.h from others headers. 2019-01-14 16:24:41 -08:00
po Translation updates 2018-06-25 12:37:18 +02:00
port Update copyright for 2019 2019-01-02 12:44:25 -05:00
postmaster Replace @postgresql.org with @lists.postgresql.org for mailinglists 2019-01-19 19:06:35 +01:00
regex Update copyright for 2019 2019-01-02 12:44:25 -05:00
replication Replace heapam.h includes with {table, relation}.h where applicable. 2019-01-21 10:51:37 -08:00
rewrite Replace heapam.h includes with {table, relation}.h where applicable. 2019-01-21 10:51:37 -08:00
snowball Update copyright for 2019 2019-01-02 12:44:25 -05:00
statistics Replace heapam.h includes with {table, relation}.h where applicable. 2019-01-21 10:51:37 -08:00
storage Replace heapam.h includes with {table, relation}.h where applicable. 2019-01-21 10:51:37 -08:00
tcop Update copyright for 2019 2019-01-02 12:44:25 -05:00
tsearch Update copyright for 2019 2019-01-02 12:44:25 -05:00
utils Replace heapam.h includes with {table, relation}.h where applicable. 2019-01-21 10:51:37 -08:00
.gitignore Add .gitignore entries for AIX-specific intermediate build artifacts. 2015-07-08 20:44:22 -04:00
Makefile Ensure link commands list *.o files before LDFLAGS. 2019-01-02 13:57:54 -05:00
common.mk Remove PARTIAL_LINKING build mode. 2018-03-30 17:33:04 -07:00
nls.mk Translation updates 2018-06-25 12:37:18 +02:00