postgresql/src/backend/catalog
Michael Paquier f94cec6447 Include partitioned indexes to system view pg_indexes
pg_tables already includes partitioned tables, so for consistency
pg_indexes should show partitioned indexes.

Author: Suraj Kharage
Reviewed-by: Amit Langote, Michael Paquier
Discussion: https://postgr.es/m/CAF1DzPVrYo4XNTEnc=PqVp6aLJc7LFYpYR4rX=_5pV=wJ2KdZg@mail.gmail.com
2018-12-18 16:37:51 +09:00
..
.gitignore Replace our traditional initial-catalog-data format with a better design. 2018-04-08 13:17:27 -04:00
Catalog.pm Remove WITH OIDS support, change oid catalog column visibility. 2018-11-20 16:00:17 -08:00
Makefile Create a separate oid range for oids assigned by genbki.pl. 2018-12-13 14:50:57 -08:00
aclchk.c Remove WITH OIDS support, change oid catalog column visibility. 2018-11-20 16:00:17 -08:00
catalog.c Remove WITH OIDS support, change oid catalog column visibility. 2018-11-20 16:00:17 -08:00
dependency.c Create an RTE field to record the query's lock mode for each relation. 2018-09-30 13:55:51 -04:00
genbki.pl Create a separate oid range for oids assigned by genbki.pl. 2018-12-13 14:50:57 -08:00
heap.c Fix tablespace handling for partitioned tables 2018-12-17 15:37:40 -03:00
index.c Remove WITH OIDS support, change oid catalog column visibility. 2018-11-20 16:00:17 -08:00
indexing.c Remove WITH OIDS support, change oid catalog column visibility. 2018-11-20 16:00:17 -08:00
information_schema.sql Add some missing schema qualifications 2018-12-03 14:21:52 +09:00
namespace.c Remove WITH OIDS support, change oid catalog column visibility. 2018-11-20 16:00:17 -08:00
objectaccess.c Update copyright for 2018 2018-01-02 23:30:12 -05:00
objectaddress.c Remove WITH OIDS support, change oid catalog column visibility. 2018-11-20 16:00:17 -08:00
partition.c Post-feature-freeze pgindent run. 2018-04-26 14:47:16 -04:00
pg_aggregate.c Remove WITH OIDS support, change oid catalog column visibility. 2018-11-20 16:00:17 -08:00
pg_collation.c Remove WITH OIDS support, change oid catalog column visibility. 2018-11-20 16:00:17 -08:00
pg_constraint.c Remove WITH OIDS support, change oid catalog column visibility. 2018-11-20 16:00:17 -08:00
pg_conversion.c Remove WITH OIDS support, change oid catalog column visibility. 2018-11-20 16:00:17 -08:00
pg_db_role_setting.c Update copyright for 2018 2018-01-02 23:30:12 -05:00
pg_depend.c Local partitioned indexes 2018-01-19 11:49:22 -03:00
pg_enum.c Remove WITH OIDS support, change oid catalog column visibility. 2018-11-20 16:00:17 -08:00
pg_inherits.c Post-feature-freeze pgindent run. 2018-04-26 14:47:16 -04:00
pg_largeobject.c Remove WITH OIDS support, change oid catalog column visibility. 2018-11-20 16:00:17 -08:00
pg_namespace.c Remove WITH OIDS support, change oid catalog column visibility. 2018-11-20 16:00:17 -08:00
pg_operator.c Remove WITH OIDS support, change oid catalog column visibility. 2018-11-20 16:00:17 -08:00
pg_proc.c Remove WITH OIDS support, change oid catalog column visibility. 2018-11-20 16:00:17 -08:00
pg_publication.c Remove WITH OIDS support, change oid catalog column visibility. 2018-11-20 16:00:17 -08:00
pg_range.c Update copyright for 2018 2018-01-02 23:30:12 -05:00
pg_shdepend.c Update copyright for 2018 2018-01-02 23:30:12 -05:00
pg_subscription.c Remove WITH OIDS support, change oid catalog column visibility. 2018-11-20 16:00:17 -08:00
pg_type.c Remove WITH OIDS support, change oid catalog column visibility. 2018-11-20 16:00:17 -08:00
sql_feature_packages.txt > I have installed your patch and adjusted the names of the standards 2004-12-02 22:51:28 +00:00
sql_features.txt Update SQL features list 2018-05-21 15:29:22 -04:00
storage.c Further cleanup of client dependencies on src/include/catalog headers. 2018-04-09 14:39:58 -04:00
system_views.sql Include partitioned indexes to system view pg_indexes 2018-12-18 16:37:51 +09:00
toasting.c Remove WITH OIDS support, change oid catalog column visibility. 2018-11-20 16:00:17 -08:00