postgresql/contrib/sepgsql
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
..
expected Update sepgsql to add mandatory access control for TRUNCATE 2019-11-23 10:46:44 -05:00
sql Update sepgsql to add mandatory access control for TRUNCATE 2019-11-23 10:46:44 -05:00
.gitignore Minor sepgsql regression test fixes. 2011-02-02 23:46:51 -05:00
Makefile Split all OBJS style lines in makefiles into one-line-per-entry style. 2019-11-05 14:41:07 -08:00
database.c Rename files and headers related to index AM 2019-12-25 10:23:39 +09:00
dml.c Fix typos in the code 2019-10-30 10:03:00 +09:00
hooks.c Update sepgsql to add mandatory access control for TRUNCATE 2019-11-23 10:46:44 -05:00
label.c Rename files and headers related to index AM 2019-12-25 10:23:39 +09:00
launcher Update copyright for 2019 2019-01-02 12:44:25 -05:00
proc.c Rename files and headers related to index AM 2019-12-25 10:23:39 +09:00
relation.c Rename files and headers related to index AM 2019-12-25 10:23:39 +09:00
schema.c Rename files and headers related to index AM 2019-12-25 10:23:39 +09:00
selinux.c Remove useless "return;" lines 2019-11-28 16:48:37 -03:00
sepgsql-regtest.te Update sepgsql to add mandatory access control for TRUNCATE 2019-11-23 10:46:44 -05:00
sepgsql.h Update sepgsql to add mandatory access control for TRUNCATE 2019-11-23 10:46:44 -05:00
sepgsql.sql.in sepgsql_setcon(). 2012-03-15 16:08:40 -04:00
test_sepgsql Update sepgsql to add mandatory access control for TRUNCATE 2019-11-23 10:46:44 -05:00
uavc.c PG_FINALLY 2019-11-01 11:18:03 +01:00