postgresql/src/backend/catalog
Amit Kapila 14aec03502 Make the order of the header file includes consistent in backend modules.
Similar to commits 7e735035f2 and dddf4cdc33, this commit makes the order
of header file inclusion consistent for backend modules.

In the passing, removed a couple of duplicate inclusions.

Author: Vignesh C
Reviewed-by: Kuntal Ghosh and Amit Kapila
Discussion: https://postgr.es/m/CALDaNm2Sznv8RR6Ex-iJO6xAdsxgWhCoETkaYX=+9DW3q0QCfA@mail.gmail.com
2019-11-12 08:30:16 +05:30
..
.gitignore Replace our traditional initial-catalog-data format with a better design. 2018-04-08 13:17:27 -04:00
Catalog.pm Create a script that can renumber manually-assigned OIDs. 2019-03-12 10:50:48 -04:00
Makefile Split all OBJS style lines in makefiles into one-line-per-entry style. 2019-11-05 14:41:07 -08:00
aclchk.c Make the order of the header file includes consistent in backend modules. 2019-11-12 08:30:16 +05:30
catalog.c Make the order of the header file includes consistent in backend modules. 2019-11-12 08:30:16 +05:30
dependency.c Selectively include window frames in expression walks/mutates. 2019-10-03 10:54:52 +01:00
genbki.pl Initial pgperltidy run for v12. 2019-05-22 13:36:19 -04:00
heap.c Install dependencies to prevent dropping partition key columns. 2019-07-22 14:55:40 -04:00
index.c Make the order of the header file includes consistent in backend modules. 2019-11-12 08:30:16 +05:30
indexing.c Fix unused variable compiler warning in !debug builds. 2019-04-30 17:45:32 -07:00
information_schema.sql Remove obsolete information schema tables 2019-10-25 21:37:14 +02:00
namespace.c Require the schema qualification in pg_temp.type_name(arg). 2019-08-05 07:48:41 -07:00
objectaccess.c Update copyright for 2019 2019-01-02 12:44:25 -05:00
objectaddress.c Make the order of the header file includes consistent in backend modules. 2019-11-12 08:30:16 +05:30
partition.c Make the order of the header file includes consistent in backend modules. 2019-11-12 08:30:16 +05:30
pg_aggregate.c Message style fixes 2019-09-23 13:38:39 +02:00
pg_collation.c Collations with nondeterministic comparison 2019-03-22 12:12:43 +01:00
pg_constraint.c Fix inconsistencies and typos in the tree, take 10 2019-08-13 13:53:41 +09:00
pg_conversion.c tableam: Add and use scan APIs. 2019-03-11 12:46:41 -07:00
pg_db_role_setting.c tableam: Add and use scan APIs. 2019-03-11 12:46:41 -07:00
pg_depend.c Make identity sequence management more robust 2019-07-22 12:07:10 +02:00
pg_enum.c Make the order of the header file includes consistent in backend modules. 2019-11-12 08:30:16 +05:30
pg_inherits.c Represent Lists as expansible arrays, not chains of cons-cells. 2019-07-15 13:41:58 -04:00
pg_largeobject.c Remove superfluous tqual.h includes. 2019-01-21 12:15:02 -08:00
pg_namespace.c Replace uses of heap_open et al with the corresponding table_* function. 2019-01-21 10:51:37 -08:00
pg_operator.c Phase 2 pgindent run for v12. 2019-05-22 13:04:48 -04:00
pg_proc.c Represent Lists as expansible arrays, not chains of cons-cells. 2019-07-15 13:41:58 -04:00
pg_publication.c Make the order of the header file includes consistent in backend modules. 2019-11-12 08:30:16 +05:30
pg_range.c Remove superfluous tqual.h includes. 2019-01-21 12:15:02 -08:00
pg_shdepend.c Make the order of the header file includes consistent in backend modules. 2019-11-12 08:30:16 +05:30
pg_subscription.c Make the order of the header file includes consistent in backend modules. 2019-11-12 08:30:16 +05:30
pg_type.c Make the order of the header file includes consistent in backend modules. 2019-11-12 08:30:16 +05:30
sql_feature_packages.txt Remove obsolete information schema tables 2019-10-25 21:37:14 +02:00
sql_features.txt Remove obsolete information schema tables 2019-10-25 21:37:14 +02:00
storage.c Make the order of the header file includes consistent in backend modules. 2019-11-12 08:30:16 +05:30
system_views.sql Implement jsonpath .datetime() method 2019-09-25 22:51:51 +03:00
toasting.c Phase 2 pgindent run for v12. 2019-05-22 13:04:48 -04:00