postgresql/src/include/executor
Michael Paquier 8ce3aa9b59 Rename files and headers related to index AM
The following renaming is done so as source files related to index
access methods are more consistent with table access methods (the
original names used for index AMs ware too generic, and could be
confused as including features related to table AMs):
- amapi.h -> indexam.h.
- amapi.c -> indexamapi.c.  Here we have an equivalent with
backend/access/table/tableamapi.c.
- amvalidate.c -> indexamvalidate.c.
- amvalidate.h -> indexamvalidate.h.
- genam.c -> indexgenam.c.
- genam.h -> indexgenam.h.

This has been discussed during the development of v12 when table AM was
worked on, but the renaming never happened.

Author: Michael Paquier
Reviewed-by: Fabien Coelho, Julien Rouhaud
Discussion: https://postgr.es/m/20191223053434.GF34339@paquier.xyz
2019-12-25 10:23:39 +09:00
..
execdebug.h Update copyright for 2019 2019-01-02 12:44:25 -05:00
execdesc.h Phase 2 pgindent run for v12. 2019-05-22 13:04:48 -04:00
execExpr.h Fix inconsistencies and typos in the tree, take 9 2019-08-05 12:14:58 +09:00
execParallel.h Phase 2 pgindent run for v12. 2019-05-22 13:04:48 -04:00
execPartition.h Phase 2 pgindent run for v12. 2019-05-22 13:04:48 -04:00
executor.h Reorder EPQ work, to fix rowmark related bugs and improve efficiency. 2019-09-09 05:14:11 -07:00
functions.h Phase 2 pgindent run for v12. 2019-05-22 13:04:48 -04:00
hashjoin.h Collations with nondeterministic comparison 2019-03-22 12:12:43 +01:00
instrument.h Minor comment improvements for instrumentation.h 2019-12-05 07:56:29 -05:00
nodeAgg.h Remove redundant prototypes for SQL callable functions. 2019-08-16 10:17:32 -07:00
nodeAppend.h Update copyright for 2019 2019-01-02 12:44:25 -05:00
nodeBitmapAnd.h Update copyright for 2019 2019-01-02 12:44:25 -05:00
nodeBitmapHeapscan.h Make the order of the header file includes consistent. 2019-11-25 08:08:57 +05:30
nodeBitmapIndexscan.h Update copyright for 2019 2019-01-02 12:44:25 -05:00
nodeBitmapOr.h Update copyright for 2019 2019-01-02 12:44:25 -05:00
nodeCtescan.h Update copyright for 2019 2019-01-02 12:44:25 -05:00
nodeCustom.h Fix many typos and inconsistencies 2019-07-01 10:00:23 +09:00
nodeForeignscan.h Phase 2 pgindent run for v12. 2019-05-22 13:04:48 -04:00
nodeFunctionscan.h Update copyright for 2019 2019-01-02 12:44:25 -05:00
nodeGather.h Update copyright for 2019 2019-01-02 12:44:25 -05:00
nodeGatherMerge.h Phase 2 pgindent run for v12. 2019-05-22 13:04:48 -04:00
nodeGroup.h Update copyright for 2019 2019-01-02 12:44:25 -05:00
nodeHash.h Phase 2 pgindent run for v12. 2019-05-22 13:04:48 -04:00
nodeHashjoin.h Phase 2 pgindent run for v12. 2019-05-22 13:04:48 -04:00
nodeIndexonlyscan.h Make the order of the header file includes consistent. 2019-11-25 08:08:57 +05:30
nodeIndexscan.h Rename files and headers related to index AM 2019-12-25 10:23:39 +09:00
nodeLimit.h Update copyright for 2019 2019-01-02 12:44:25 -05:00
nodeLockRows.h Update copyright for 2019 2019-01-02 12:44:25 -05:00
nodeMaterial.h Update copyright for 2019 2019-01-02 12:44:25 -05:00
nodeMergeAppend.h Update copyright for 2019 2019-01-02 12:44:25 -05:00
nodeMergejoin.h Update copyright for 2019 2019-01-02 12:44:25 -05:00
nodeModifyTable.h Generated columns 2019-03-30 08:15:57 +01:00
nodeNamedtuplestorescan.h Update copyright for 2019 2019-01-02 12:44:25 -05:00
nodeNestloop.h Update copyright for 2019 2019-01-02 12:44:25 -05:00
nodeProjectSet.h Update copyright for 2019 2019-01-02 12:44:25 -05:00
nodeRecursiveunion.h Update copyright for 2019 2019-01-02 12:44:25 -05:00
nodeResult.h Update copyright for 2019 2019-01-02 12:44:25 -05:00
nodeSamplescan.h Update copyright for 2019 2019-01-02 12:44:25 -05:00
nodeSeqscan.h Phase 2 pgindent run for v12. 2019-05-22 13:04:48 -04:00
nodeSetOp.h Update copyright for 2019 2019-01-02 12:44:25 -05:00
nodeSort.h Update copyright for 2019 2019-01-02 12:44:25 -05:00
nodeSubplan.h Update copyright for 2019 2019-01-02 12:44:25 -05:00
nodeSubqueryscan.h Update copyright for 2019 2019-01-02 12:44:25 -05:00
nodeTableFuncscan.h Update copyright for 2019 2019-01-02 12:44:25 -05:00
nodeTidscan.h Update copyright for 2019 2019-01-02 12:44:25 -05:00
nodeUnique.h Update copyright for 2019 2019-01-02 12:44:25 -05:00
nodeValuesscan.h Update copyright for 2019 2019-01-02 12:44:25 -05:00
nodeWindowAgg.h Update copyright for 2019 2019-01-02 12:44:25 -05:00
nodeWorktablescan.h Update copyright for 2019 2019-01-02 12:44:25 -05:00
spi.h Further adjust SPITupleTable to provide a public row-count field. 2019-07-18 10:37:13 -04:00
spi_priv.h Update copyright for 2019 2019-01-02 12:44:25 -05:00
tablefunc.h Fix inconsistencies in the code 2019-07-08 13:15:09 +09:00
tqueue.h Phase 2 pgindent run for v12. 2019-05-22 13:04:48 -04:00
tstoreReceiver.h Phase 2 pgindent run for v12. 2019-05-22 13:04:48 -04:00
tuptable.h Make the order of the header file includes consistent. 2019-11-25 08:08:57 +05:30