summaryrefslogtreecommitdiff
path: root/src/tools/pgindent/typedefs.list
blob: b4058b88c3e9ef319d1677e13bbbf6bb3165ab4c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
1001
1002
1003
1004
1005
1006
1007
1008
1009
1010
1011
1012
1013
1014
1015
1016
1017
1018
1019
1020
1021
1022
1023
1024
1025
1026
1027
1028
1029
1030
1031
1032
1033
1034
1035
1036
1037
1038
1039
1040
1041
1042
1043
1044
1045
1046
1047
1048
1049
1050
1051
1052
1053
1054
1055
1056
1057
1058
1059
1060
1061
1062
1063
1064
1065
1066
1067
1068
1069
1070
1071
1072
1073
1074
1075
1076
1077
1078
1079
1080
1081
1082
1083
1084
1085
1086
1087
1088
1089
1090
1091
1092
1093
1094
1095
1096
1097
1098
1099
1100
1101
1102
1103
1104
1105
1106
1107
1108
1109
1110
1111
1112
1113
1114
1115
1116
1117
1118
1119
1120
1121
1122
1123
1124
1125
1126
1127
1128
1129
1130
1131
1132
1133
1134
1135
1136
1137
1138
1139
1140
1141
1142
1143
1144
1145
1146
1147
1148
1149
1150
1151
1152
1153
1154
1155
1156
1157
1158
1159
1160
1161
1162
1163
1164
1165
1166
1167
1168
1169
1170
1171
1172
1173
1174
1175
1176
1177
1178
1179
1180
1181
1182
1183
1184
1185
1186
1187
1188
1189
1190
1191
1192
1193
1194
1195
1196
1197
1198
1199
1200
1201
1202
1203
1204
1205
1206
1207
1208
1209
1210
1211
1212
1213
1214
1215
1216
1217
1218
1219
1220
1221
1222
1223
1224
1225
1226
1227
1228
1229
1230
1231
1232
1233
1234
1235
1236
1237
1238
1239
1240
1241
1242
1243
1244
1245
1246
1247
1248
1249
1250
1251
1252
1253
1254
1255
1256
1257
1258
1259
1260
1261
1262
1263
1264
1265
1266
1267
1268
1269
1270
1271
1272
1273
1274
1275
1276
1277
1278
1279
1280
1281
1282
1283
1284
1285
1286
1287
1288
1289
1290
1291
1292
1293
1294
1295
1296
1297
1298
1299
1300
1301
1302
1303
1304
1305
1306
1307
1308
1309
1310
1311
1312
1313
1314
1315
1316
1317
1318
1319
1320
1321
1322
1323
1324
1325
1326
1327
1328
1329
1330
1331
1332
1333
1334
1335
1336
1337
1338
1339
1340
1341
1342
1343
1344
1345
1346
1347
1348
1349
1350
1351
1352
1353
1354
1355
1356
1357
1358
1359
1360
1361
1362
1363
1364
1365
1366
1367
1368
1369
1370
1371
1372
1373
1374
1375
1376
1377
1378
1379
1380
1381
1382
1383
1384
1385
1386
1387
1388
1389
1390
1391
1392
1393
1394
1395
1396
1397
1398
1399
1400
1401
1402
1403
1404
1405
1406
1407
1408
1409
1410
1411
1412
1413
1414
1415
1416
1417
1418
1419
1420
1421
1422
1423
1424
1425
1426
1427
1428
1429
1430
1431
1432
1433
1434
1435
1436
1437
1438
1439
1440
1441
1442
1443
1444
1445
1446
1447
1448
1449
1450
1451
1452
1453
1454
1455
1456
1457
1458
1459
1460
1461
1462
1463
1464
1465
1466
1467
1468
1469
1470
1471
1472
1473
1474
1475
1476
1477
1478
1479
1480
1481
1482
1483
1484
1485
1486
1487
1488
1489
1490
1491
1492
1493
1494
1495
1496
1497
1498
1499
1500
1501
1502
1503
1504
1505
1506
1507
1508
1509
1510
1511
1512
1513
1514
1515
1516
1517
1518
1519
1520
1521
1522
1523
1524
1525
1526
1527
1528
1529
1530
1531
1532
1533
1534
1535
1536
1537
1538
1539
1540
1541
1542
1543
1544
1545
1546
1547
1548
1549
1550
1551
1552
1553
1554
1555
1556
1557
1558
1559
1560
1561
1562
1563
1564
1565
1566
1567
1568
1569
1570
1571
1572
1573
1574
1575
1576
1577
1578
1579
1580
1581
1582
1583
1584
1585
1586
1587
1588
1589
1590
1591
1592
1593
1594
1595
1596
1597
1598
1599
1600
1601
1602
1603
1604
1605
1606
1607
1608
1609
1610
1611
1612
1613
1614
1615
1616
1617
1618
1619
1620
1621
1622
1623
1624
1625
1626
1627
1628
1629
1630
1631
1632
1633
1634
1635
1636
1637
1638
1639
1640
1641
1642
1643
1644
1645
1646
1647
1648
1649
1650
1651
1652
1653
1654
1655
1656
1657
1658
1659
1660
1661
1662
1663
1664
1665
1666
1667
1668
1669
1670
1671
1672
1673
1674
1675
1676
1677
1678
1679
1680
1681
1682
1683
1684
1685
1686
1687
1688
1689
1690
1691
1692
1693
1694
1695
1696
1697
1698
1699
1700
1701
1702
1703
1704
1705
1706
1707
1708
1709
1710
1711
1712
1713
1714
1715
1716
1717
1718
1719
1720
1721
1722
1723
1724
1725
1726
1727
1728
1729
1730
1731
1732
1733
1734
1735
1736
1737
1738
1739
1740
1741
1742
1743
1744
1745
1746
1747
1748
1749
1750
1751
1752
1753
1754
1755
1756
1757
1758
1759
1760
1761
1762
1763
1764
1765
1766
1767
1768
1769
1770
1771
1772
1773
1774
1775
1776
1777
1778
1779
1780
1781
1782
1783
1784
1785
1786
1787
1788
1789
1790
1791
1792
1793
1794
1795
1796
1797
1798
1799
1800
1801
1802
1803
1804
1805
1806
1807
1808
1809
1810
1811
1812
1813
1814
1815
1816
1817
1818
1819
1820
1821
1822
1823
1824
1825
1826
1827
1828
1829
1830
1831
1832
1833
1834
1835
1836
1837
1838
1839
1840
1841
1842
1843
1844
1845
1846
1847
1848
1849
1850
1851
1852
1853
1854
1855
1856
1857
1858
1859
1860
1861
1862
1863
1864
1865
1866
1867
1868
1869
1870
1871
1872
1873
1874
1875
1876
1877
1878
1879
1880
1881
1882
1883
1884
1885
1886
1887
1888
1889
1890
1891
1892
1893
1894
1895
1896
1897
1898
1899
1900
1901
1902
1903
1904
1905
1906
1907
1908
1909
1910
1911
1912
1913
1914
1915
1916
1917
1918
1919
1920
1921
1922
1923
1924
1925
1926
1927
1928
1929
1930
1931
1932
1933
1934
1935
1936
1937
1938
1939
1940
1941
1942
1943
1944
1945
1946
1947
1948
1949
1950
1951
1952
1953
1954
1955
1956
1957
1958
1959
1960
1961
1962
1963
1964
1965
1966
1967
1968
1969
1970
1971
1972
1973
1974
1975
1976
1977
1978
1979
1980
1981
1982
1983
1984
1985
1986
1987
1988
1989
1990
1991
1992
1993
1994
1995
1996
1997
1998
1999
2000
2001
2002
2003
2004
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
2027
2028
2029
2030
2031
2032
2033
2034
2035
2036
2037
2038
2039
2040
2041
2042
2043
2044
2045
2046
2047
2048
2049
2050
2051
2052
2053
2054
2055
2056
2057
2058
2059
2060
2061
2062
2063
2064
2065
2066
2067
2068
2069
2070
2071
2072
2073
2074
2075
2076
2077
2078
2079
2080
2081
2082
2083
2084
2085
2086
2087
2088
2089
2090
2091
2092
2093
2094
2095
2096
2097
2098
2099
2100
2101
2102
2103
2104
2105
2106
2107
2108
2109
2110
2111
2112
2113
2114
2115
2116
2117
2118
2119
2120
2121
2122
2123
2124
2125
2126
2127
2128
2129
2130
2131
2132
2133
2134
2135
2136
2137
2138
2139
2140
2141
2142
2143
2144
2145
2146
2147
2148
2149
2150
2151
2152
2153
2154
2155
2156
2157
2158
2159
2160
2161
2162
2163
2164
2165
2166
2167
2168
2169
2170
2171
2172
2173
2174
2175
2176
2177
2178
2179
2180
2181
2182
2183
2184
2185
2186
2187
2188
2189
2190
2191
2192
2193
2194
2195
2196
2197
2198
2199
2200
2201
2202
2203
2204
2205
2206
2207
2208
2209
2210
2211
2212
2213
2214
2215
2216
2217
2218
2219
2220
2221
2222
2223
2224
2225
2226
2227
2228
2229
2230
2231
2232
2233
2234
2235
2236
2237
2238
2239
2240
2241
2242
2243
2244
2245
2246
2247
2248
2249
2250
2251
2252
2253
2254
2255
2256
2257
2258
2259
2260
2261
2262
2263
2264
2265
2266
2267
2268
2269
2270
2271
2272
2273
2274
2275
2276
2277
2278
2279
2280
2281
2282
2283
2284
2285
2286
2287
2288
2289
2290
2291
2292
2293
2294
2295
2296
2297
2298
2299
2300
2301
2302
2303
2304
2305
2306
2307
2308
2309
2310
2311
2312
2313
2314
2315
2316
2317
2318
2319
2320
2321
2322
2323
2324
2325
2326
2327
2328
2329
2330
2331
2332
2333
2334
2335
2336
2337
2338
2339
2340
2341
2342
2343
2344
2345
2346
2347
2348
2349
2350
2351
2352
2353
2354
2355
2356
2357
2358
2359
2360
2361
2362
2363
2364
2365
2366
2367
2368
2369
2370
2371
2372
2373
2374
2375
2376
2377
2378
2379
2380
2381
2382
2383
2384
2385
2386
2387
2388
2389
2390
2391
2392
2393
2394
2395
2396
2397
2398
2399
2400
2401
2402
2403
2404
2405
2406
2407
2408
2409
2410
2411
2412
2413
2414
2415
2416
2417
2418
2419
2420
2421
2422
2423
2424
2425
2426
2427
2428
2429
2430
2431
2432
2433
2434
2435
2436
2437
2438
2439
2440
2441
2442
2443
2444
2445
2446
2447
2448
2449
2450
2451
2452
2453
2454
2455
2456
2457
2458
2459
2460
2461
2462
2463
2464
2465
2466
2467
2468
2469
2470
2471
2472
2473
2474
2475
2476
2477
2478
2479
2480
2481
2482
2483
2484
2485
2486
2487
2488
2489
2490
2491
2492
2493
2494
2495
2496
2497
2498
2499
2500
2501
2502
2503
2504
2505
2506
2507
2508
2509
2510
2511
2512
2513
2514
2515
2516
2517
2518
2519
2520
2521
2522
2523
2524
2525
2526
2527
2528
2529
2530
2531
2532
2533
2534
2535
2536
2537
2538
2539
2540
2541
2542
2543
2544
2545
2546
2547
2548
2549
2550
2551
2552
2553
2554
2555
2556
2557
2558
2559
2560
2561
2562
2563
2564
2565
2566
2567
2568
2569
2570
2571
2572
2573
2574
2575
2576
2577
2578
2579
2580
2581
2582
2583
2584
2585
2586
2587
2588
2589
2590
2591
2592
2593
2594
2595
2596
2597
2598
2599
2600
2601
2602
2603
2604
2605
2606
2607
2608
2609
2610
2611
2612
2613
2614
2615
2616
2617
2618
2619
2620
2621
2622
2623
2624
2625
2626
2627
2628
2629
2630
2631
2632
2633
2634
2635
2636
2637
2638
2639
2640
2641
2642
2643
2644
2645
2646
2647
2648
2649
2650
2651
2652
2653
2654
2655
2656
2657
2658
2659
2660
2661
2662
2663
2664
2665
2666
2667
2668
2669
2670
2671
2672
2673
2674
2675
2676
2677
2678
2679
2680
2681
2682
2683
2684
2685
2686
2687
2688
2689
2690
2691
2692
2693
2694
2695
2696
2697
2698
2699
2700
2701
2702
2703
2704
2705
2706
2707
2708
2709
2710
2711
2712
2713
2714
2715
2716
2717
2718
2719
2720
2721
2722
2723
2724
2725
2726
2727
2728
2729
2730
2731
2732
2733
2734
2735
2736
2737
2738
2739
2740
2741
2742
2743
2744
2745
2746
2747
2748
2749
2750
2751
2752
2753
2754
2755
2756
2757
2758
2759
2760
2761
2762
2763
2764
2765
2766
2767
2768
2769
2770
2771
2772
2773
2774
2775
2776
2777
2778
2779
2780
2781
2782
2783
2784
2785
2786
2787
2788
2789
2790
2791
2792
2793
2794
2795
2796
2797
2798
2799
2800
2801
2802
2803
2804
2805
2806
2807
2808
2809
2810
2811
2812
2813
2814
2815
2816
2817
2818
2819
2820
2821
2822
2823
2824
2825
2826
2827
2828
2829
2830
2831
2832
2833
2834
2835
2836
2837
2838
2839
2840
2841
2842
2843
2844
2845
2846
2847
2848
2849
2850
2851
2852
2853
2854
2855
2856
2857
2858
2859
2860
2861
2862
2863
2864
2865
2866
2867
2868
2869
2870
2871
2872
2873
2874
2875
2876
2877
2878
2879
2880
2881
2882
2883
2884
2885
2886
2887
2888
2889
2890
2891
2892
2893
2894
2895
2896
2897
2898
2899
2900
2901
2902
2903
2904
2905
2906
2907
2908
2909
2910
2911
2912
2913
2914
2915
2916
2917
2918
2919
2920
2921
2922
2923
2924
2925
2926
2927
2928
2929
2930
2931
2932
2933
2934
2935
2936
2937
2938
2939
2940
2941
2942
2943
2944
2945
2946
2947
2948
2949
2950
2951
2952
2953
2954
2955
2956
2957
2958
2959
2960
2961
2962
2963
2964
2965
2966
2967
2968
2969
2970
2971
2972
2973
2974
2975
2976
2977
2978
2979
2980
2981
2982
2983
2984
2985
2986
2987
2988
2989
2990
2991
2992
2993
2994
2995
2996
2997
2998
2999
3000
3001
3002
3003
3004
3005
3006
3007
3008
3009
3010
3011
3012
3013
3014
3015
3016
3017
3018
3019
3020
3021
3022
3023
3024
3025
3026
3027
3028
3029
3030
3031
3032
3033
3034
3035
3036
3037
3038
3039
3040
3041
3042
3043
3044
3045
3046
3047
3048
3049
3050
3051
3052
3053
3054
3055
3056
3057
3058
3059
3060
3061
3062
3063
3064
3065
3066
3067
3068
3069
3070
3071
3072
3073
3074
3075
3076
3077
3078
3079
3080
3081
3082
3083
3084
3085
3086
3087
3088
3089
3090
3091
3092
3093
3094
3095
3096
3097
3098
3099
3100
3101
3102
3103
3104
3105
3106
3107
3108
3109
3110
3111
3112
3113
3114
3115
3116
3117
3118
3119
3120
3121
3122
3123
3124
3125
3126
3127
3128
3129
3130
3131
3132
3133
3134
3135
3136
3137
3138
3139
3140
3141
3142
3143
3144
3145
3146
3147
3148
3149
3150
3151
3152
3153
3154
3155
3156
3157
3158
3159
3160
3161
3162
3163
3164
3165
3166
3167
3168
3169
3170
3171
3172
3173
3174
3175
3176
3177
3178
3179
3180
3181
3182
3183
3184
3185
3186
3187
3188
3189
3190
3191
3192
3193
3194
3195
3196
3197
3198
3199
3200
3201
3202
3203
3204
3205
3206
3207
3208
3209
3210
3211
3212
3213
3214
3215
3216
3217
3218
3219
3220
3221
3222
3223
3224
3225
3226
3227
3228
3229
3230
3231
3232
3233
3234
3235
3236
3237
3238
3239
3240
3241
3242
3243
3244
3245
3246
3247
3248
3249
3250
3251
3252
3253
3254
3255
3256
3257
3258
3259
3260
3261
3262
3263
3264
3265
3266
3267
3268
3269
3270
3271
3272
3273
3274
3275
3276
3277
3278
3279
3280
3281
3282
3283
3284
3285
3286
3287
3288
3289
3290
3291
3292
3293
3294
3295
3296
3297
3298
3299
3300
3301
3302
3303
3304
3305
3306
3307
3308
3309
3310
3311
3312
3313
3314
3315
3316
3317
3318
3319
3320
3321
3322
3323
3324
3325
3326
3327
3328
3329
3330
3331
3332
3333
3334
3335
3336
3337
3338
3339
3340
3341
3342
3343
3344
3345
3346
3347
3348
3349
3350
3351
3352
3353
3354
3355
3356
3357
3358
3359
3360
3361
3362
3363
3364
3365
3366
3367
3368
3369
3370
3371
3372
3373
3374
3375
3376
3377
3378
3379
3380
3381
3382
3383
3384
3385
3386
3387
3388
3389
3390
3391
3392
3393
3394
3395
3396
3397
3398
3399
3400
3401
3402
3403
3404
3405
3406
3407
3408
3409
3410
3411
3412
3413
3414
3415
3416
3417
3418
3419
3420
3421
3422
3423
3424
3425
3426
3427
3428
3429
3430
3431
3432
3433
3434
3435
3436
3437
3438
3439
3440
3441
3442
3443
3444
3445
3446
3447
3448
3449
3450
3451
3452
3453
3454
3455
3456
3457
3458
3459
3460
3461
3462
3463
3464
3465
3466
3467
3468
3469
3470
3471
3472
3473
3474
3475
3476
3477
3478
3479
3480
3481
3482
3483
3484
3485
3486
3487
3488
3489
3490
3491
3492
3493
3494
3495
3496
3497
3498
3499
3500
3501
3502
3503
3504
3505
3506
3507
3508
3509
3510
3511
3512
3513
3514
3515
3516
3517
3518
3519
3520
3521
3522
3523
3524
3525
3526
3527
3528
3529
3530
3531
3532
3533
3534
3535
3536
3537
3538
3539
3540
3541
3542
3543
3544
3545
3546
3547
3548
3549
3550
3551
3552
3553
3554
3555
3556
3557
3558
3559
3560
3561
3562
3563
3564
3565
3566
3567
3568
3569
3570
3571
3572
3573
3574
3575
3576
3577
3578
3579
3580
3581
3582
3583
3584
3585
3586
3587
3588
3589
3590
3591
3592
3593
3594
3595
3596
3597
3598
3599
3600
3601
3602
3603
3604
3605
3606
3607
3608
3609
3610
3611
3612
3613
3614
3615
3616
3617
3618
3619
3620
3621
3622
3623
3624
3625
3626
3627
3628
3629
3630
3631
3632
3633
3634
3635
3636
3637
3638
3639
3640
3641
3642
3643
3644
3645
3646
3647
3648
3649
3650
3651
3652
3653
3654
3655
3656
3657
3658
3659
3660
3661
3662
3663
3664
3665
3666
3667
3668
3669
3670
3671
3672
3673
3674
3675
3676
3677
3678
3679
3680
3681
3682
3683
3684
3685
3686
3687
3688
3689
3690
3691
3692
3693
3694
3695
3696
3697
3698
3699
3700
3701
3702
3703
3704
3705
3706
3707
3708
3709
3710
3711
3712
3713
3714
3715
3716
3717
3718
3719
3720
3721
3722
3723
3724
3725
3726
3727
3728
3729
3730
3731
3732
3733
3734
3735
3736
3737
3738
3739
3740
3741
3742
3743
3744
3745
3746
3747
3748
3749
3750
3751
3752
3753
3754
3755
3756
3757
3758
3759
3760
3761
3762
3763
3764
3765
3766
3767
3768
3769
3770
3771
3772
3773
3774
3775
3776
3777
3778
3779
3780
3781
3782
3783
3784
3785
3786
3787
3788
3789
3790
3791
3792
3793
3794
3795
3796
3797
3798
3799
3800
3801
3802
3803
3804
3805
3806
3807
3808
3809
3810
3811
3812
3813
3814
3815
3816
3817
3818
3819
3820
3821
3822
3823
3824
3825
3826
3827
3828
3829
3830
3831
3832
3833
3834
3835
3836
3837
3838
3839
3840
3841
3842
3843
3844
3845
3846
3847
3848
3849
3850
3851
3852
3853
3854
3855
3856
3857
3858
3859
3860
3861
3862
3863
3864
3865
3866
3867
3868
3869
3870
3871
3872
3873
3874
3875
3876
3877
3878
3879
3880
3881
3882
3883
3884
3885
3886
3887
3888
3889
3890
3891
3892
3893
3894
3895
3896
3897
3898
3899
3900
3901
3902
3903
3904
3905
3906
3907
3908
3909
3910
3911
3912
3913
3914
3915
3916
3917
3918
3919
3920
3921
3922
3923
3924
3925
3926
3927
3928
3929
3930
3931
3932
3933
3934
3935
3936
3937
3938
3939
3940
3941
3942
3943
3944
3945
ACCESS_ALLOWED_ACE
ACL
ACL_SIZE_INFORMATION
AFFIX
ASN1_INTEGER
ASN1_OBJECT
ASN1_OCTET_STRING
ASN1_STRING
AV
A_ArrayExpr
A_Const
A_Expr
A_Expr_Kind
A_Indices
A_Indirection
A_Star
AbsoluteTime
AccessMethodInfo
AccessPriv
Acl
AclItem
AclMaskHow
AclMode
AclResult
AcquireSampleRowsFunc
ActionList
ActiveSnapshotElt
AddForeignUpdateTargets_function
AddrInfo
AffixNode
AffixNodeData
AfterTriggerEvent
AfterTriggerEventChunk
AfterTriggerEventData
AfterTriggerEventList
AfterTriggerShared
AfterTriggerSharedData
AfterTriggersData
AfterTriggersQueryData
AfterTriggersTableData
AfterTriggersTransData
Agg
AggClauseCosts
AggInfo
AggPath
AggSplit
AggState
AggStatePerAgg
AggStatePerGroup
AggStatePerHash
AggStatePerPhase
AggStatePerTrans
AggStrategy
AggTransInfo
Aggref
AggregateInstrumentation
AlenState
Alias
AllocBlock
AllocFreeListLink
AllocPointer
AllocSet
AllocSetContext
AllocSetFreeList
AllocateDesc
AllocateDescKind
AlterCollationStmt
AlterDatabaseRefreshCollStmt
AlterDatabaseSetStmt
AlterDatabaseStmt
AlterDefaultPrivilegesStmt
AlterDomainStmt
AlterEnumStmt
AlterEventTrigStmt
AlterExtensionContentsStmt
AlterExtensionStmt
AlterFdwStmt
AlterForeignServerStmt
AlterFunctionStmt
AlterObjectDependsStmt
AlterObjectSchemaStmt
AlterOpFamilyStmt
AlterOperatorStmt
AlterOwnerStmt
AlterPolicyStmt
AlterPublicationAction
AlterPublicationStmt
AlterRoleSetStmt
AlterRoleStmt
AlterSeqStmt
AlterStatsStmt
AlterSubscriptionStmt
AlterSubscriptionType
AlterSystemStmt
AlterTSConfigType
AlterTSConfigurationStmt
AlterTSDictionaryStmt
AlterTableCmd
AlterTableMoveAllStmt
AlterTableSpaceOptionsStmt
AlterTableStmt
AlterTableType
AlterTableUtilityContext
AlterTypeRecurseParams
AlterTypeStmt
AlterUserMappingStmt
AlteredTableInfo
AlternativeSubPlan
AmcheckOptions
AnalyzeAttrComputeStatsFunc
AnalyzeAttrFetchFunc
AnalyzeForeignTable_function
AnlExprData
AnlIndexData
AnyArrayType
Append
AppendPath
AppendRelInfo
AppendState
ApplyErrorCallbackArg
ApplyExecutionData
ApplySubXactData
Archive
ArchiveCheckConfiguredCB
ArchiveEntryPtrType
ArchiveFileCB
ArchiveFormat
ArchiveHandle
ArchiveMode
ArchiveModuleCallbacks
ArchiveModuleInit
ArchiveModuleState
ArchiveOpts
ArchiveShutdownCB
ArchiveStreamState
ArchiverOutput
ArchiverStage
ArrayAnalyzeExtraData
ArrayBuildState
ArrayBuildStateAny
ArrayBuildStateArr
ArrayCoerceExpr
ArrayConstIterState
ArrayExpr
ArrayExprIterState
ArrayIOData
ArrayIterator
ArrayMapState
ArrayMetaState
ArrayParseState
ArraySubWorkspace
ArrayType
AsyncQueueControl
AsyncQueueEntry
AsyncRequest
AttInMetadata
AttStatsSlot
AttoptCacheEntry
AttoptCacheKey
AttrDefInfo
AttrDefault
AttrMap
AttrMissing
AttrNumber
AttributeOpts
AuthRequest
AuthToken
AutoPrewarmSharedState
AutoVacOpts
AutoVacuumShmemStruct
AutoVacuumWorkItem
AutoVacuumWorkItemType
AuxProcType
BF_ctx
BF_key
BF_word
BF_word_signed
BIGNUM
BIO
BIO_METHOD
BITVECP
BMS_Comparison
BMS_Membership
BN_CTX
BOOL
BOOLEAN
BOX
BTArrayKeyInfo
BTBuildState
BTCycleId
BTDedupInterval
BTDedupState
BTDedupStateData
BTDeletedPageData
BTIndexStat
BTInsertState
BTInsertStateData
BTLeader
BTMetaPageData
BTOneVacInfo
BTOptions
BTPS_State
BTPageOpaque
BTPageOpaqueData
BTPageStat
BTPageState
BTParallelScanDesc
BTPendingFSM
BTScanInsert
BTScanInsertData
BTScanOpaque
BTScanOpaqueData
BTScanPos
BTScanPosData
BTScanPosItem
BTShared
BTSortArrayContext
BTSpool
BTStack
BTStackData
BTVacInfo
BTVacState
BTVacuumPosting
BTVacuumPostingData
BTWriteState
BUF_MEM
BYTE
BY_HANDLE_FILE_INFORMATION
Backend
BackendId
BackendParameters
BackendState
BackendType
BackgroundWorker
BackgroundWorkerArray
BackgroundWorkerHandle
BackgroundWorkerSlot
BackupState
Barrier
BaseBackupCmd
BaseBackupTargetHandle
BaseBackupTargetType
BeginDirectModify_function
BeginForeignInsert_function
BeginForeignModify_function
BeginForeignScan_function
BeginSampleScan_function
BernoulliSamplerData
BgWorkerStartTime
BgwHandleStatus
BinaryArithmFunc
BindParamCbData
BipartiteMatchState
BitString
BitmapAnd
BitmapAndPath
BitmapAndState
BitmapHeapPath
BitmapHeapScan
BitmapHeapScanState
BitmapIndexScan
BitmapIndexScanState
BitmapOr
BitmapOrPath
BitmapOrState
Bitmapset
BlobInfo
Block
BlockId
BlockIdData
BlockInfoRecord
BlockNumber
BlockSampler
BlockSamplerData
BlockedProcData
BlockedProcsData
BloomBuildState
BloomFilter
BloomMetaPageData
BloomOpaque
BloomOptions
BloomPageOpaque
BloomPageOpaqueData
BloomScanOpaque
BloomScanOpaqueData
BloomSignatureWord
BloomState
BloomTuple
BoolAggState
BoolExpr
BoolExprType
BoolTestType
Boolean
BooleanTest
BpChar
BrinBuildState
BrinDesc
BrinMemTuple
BrinMetaPageData
BrinOpaque
BrinOpcInfo
BrinOptions
BrinRevmap
BrinSpecialSpace
BrinStatsData
BrinTuple
BrinValues
BtreeCheckState
BtreeLevel
Bucket
BufFile
Buffer
BufferAccessStrategy
BufferAccessStrategyType
BufferCachePagesContext
BufferCachePagesRec
BufferDesc
BufferDescPadded
BufferHeapTupleTableSlot
BufferLookupEnt
BufferStrategyControl
BufferTag
BufferUsage
BuildAccumulator
BuiltinScript
BulkInsertState
BulkInsertStateData
CACHESIGN
CAC_state
CCFastEqualFN
CCHashFN
CEOUC_WAIT_MODE
CFuncHashTabEntry
CHAR
CHECKPOINT
CHKVAL
CIRCLE
CMPDAffix
CONTEXT
COP
CRITICAL_SECTION
CRSSnapshotAction
CState
CTECycleClause
CTEMaterialize
CTESearchClause
CV
CachedExpression
CachedPlan
CachedPlanSource
CallContext
CallStmt
CancelRequestPacket
Cardinality
CaseExpr
CaseTestExpr
CaseWhen
Cash
CastInfo
CatCList
CatCTup
CatCache
CatCacheHeader
CatalogId
CatalogIdMapEntry
CatalogIndexState
ChangeVarNodes_context
CheckPoint
CheckPointStmt
CheckpointStatsData
CheckpointerRequest
CheckpointerShmemStruct
Chromosome
CkptSortItem
CkptTsStatus
ClientAuthentication_hook_type
ClientCertMode
ClientCertName
ClientConnectionInfo
ClientData
ClonePtrType
ClosePortalStmt
ClosePtrType
Clump
ClusterInfo
ClusterParams
ClusterStmt
CmdType
CoalesceExpr
CoerceParamHook
CoerceToDomain
CoerceToDomainValue
CoerceViaIO
CoercionContext
CoercionForm
CoercionPathType
CollAliasData
CollInfo
CollateClause
CollateExpr
CollateStrength
CollectedATSubcmd
CollectedCommand
CollectedCommandType
ColorTrgm
ColorTrgmInfo
ColumnCompareData
ColumnDef
ColumnIOData
ColumnRef
ColumnsHashData
CombinationGenerator
ComboCidEntry
ComboCidEntryData
ComboCidKey
ComboCidKeyData
Command
CommandDest
CommandId
CommandTag
CommandTagBehavior
CommentItem
CommentStmt
CommitTimestampEntry
CommitTimestampShared
CommonEntry
CommonTableExpr
CompareScalarsContext
CompiledExprState
CompositeIOData
CompositeTypeStmt
CompoundAffixFlag
CompressFileHandle
CompressionLocation
CompressorState
ComputeXidHorizonsResult
ConditionVariable
ConditionVariableMinimallyPadded
ConditionalStack
ConfigData
ConfigVariable
ConnCacheEntry
ConnCacheKey
ConnParams
ConnStatusType
ConnType
ConnectionStateEnum
ConsiderSplitContext
Const
ConstrCheck
ConstrType
Constraint
ConstraintCategory
ConstraintInfo
ConstraintsSetStmt
ControlData
ControlFileData
ConvInfo
ConvProcInfo
ConversionLocation
ConvertRowtypeExpr
CookedConstraint
CopyDest
CopyFormatOptions
CopyFromState
CopyFromStateData
CopyHeaderChoice
CopyInsertMethod
CopyMultiInsertBuffer
CopyMultiInsertInfo
CopySource
CopyStmt
CopyToState
CopyToStateData
Cost
CostSelector
Counters
CoverExt
CoverPos
CreateAmStmt
CreateCastStmt
CreateConversionStmt
CreateDBRelInfo
CreateDBStrategy
CreateDomainStmt
CreateEnumStmt
CreateEventTrigStmt
CreateExtensionStmt
CreateFdwStmt
CreateForeignServerStmt
CreateForeignTableStmt
CreateFunctionStmt
CreateOpClassItem
CreateOpClassStmt
CreateOpFamilyStmt
CreatePLangStmt
CreatePolicyStmt
CreatePublicationStmt
CreateRangeStmt
CreateReplicationSlotCmd
CreateRoleStmt
CreateSchemaStmt
CreateSchemaStmtContext
CreateSeqStmt
CreateStatsStmt
CreateStmt
CreateStmtContext
CreateSubscriptionStmt
CreateTableAsStmt
CreateTableSpaceStmt
CreateTransformStmt
CreateTrigStmt
CreateUserMappingStmt
CreatedbStmt
CredHandle
CteItem
CteScan
CteScanState
CteState
CtlCommand
CtxtHandle
CurrentOfExpr
CustomExecMethods
CustomOutPtrType
CustomPath
CustomScan
CustomScanMethods
CustomScanState
CycleCtr
DBState
DCHCacheEntry
DEADLOCK_INFO
DECountItem
DH
DIR
DNSServiceErrorType
DNSServiceRef
DR_copy
DR_intorel
DR_printtup
DR_sqlfunction
DR_transientrel
DSA
DWORD
DataDumperPtr
DataPageDeleteStack
DatabaseInfo
DateADT
Datum
DatumTupleFields
DbInfo
DbInfoArr
DeClonePtrType
DeadLockState
DeallocateStmt
DeclareCursorStmt
DecodedBkpBlock
DecodedXLogRecord
DecodingOutputState
DefElem
DefElemAction
DefaultACLInfo
DefineStmt
DeleteStmt
DependencyGenerator
DependencyGeneratorData
DependencyType
DestReceiver
DictISpell
DictInt
DictSimple
DictSnowball
DictSubState
DictSyn
DictThesaurus
DimensionInfo
DirectoryMethodData
DirectoryMethodFile
DisableTimeoutParams
DiscardMode
DiscardStmt
DistanceValue
DistinctExpr
DoStmt
DocRepresentation
DomainConstraintCache
DomainConstraintRef
DomainConstraintState
DomainConstraintType
DomainIOData
DropBehavior
DropOwnedStmt
DropReplicationSlotCmd
DropRoleStmt
DropStmt
DropSubscriptionStmt
DropTableSpaceStmt
DropUserMappingStmt
DropdbStmt
DumpComponents
DumpId
DumpOptions
DumpSignalInformation
DumpableAcl
DumpableObject
DumpableObjectType
DumpableObjectWithAcl
DynamicFileList
DynamicZoneAbbrev
EC_KEY
EDGE
ENGINE
EOM_flatten_into_method
EOM_get_flat_size_method
EPQState
EPlan
EState
EStatus
EVP_CIPHER
EVP_CIPHER_CTX
EVP_MD
EVP_MD_CTX
EVP_PKEY
EachState
Edge
EditableObjectType
ElementsState
EnableTimeoutParams
EndBlobPtrType
EndBlobsPtrType
EndDataPtrType
EndDirectModify_function
EndForeignInsert_function
EndForeignModify_function
EndForeignScan_function
EndOfWalRecoveryInfo
EndSampleScan_function
EnumItem
EolType
EphemeralNameRelationType
EphemeralNamedRelation
EphemeralNamedRelationData
EphemeralNamedRelationMetadata
EphemeralNamedRelationMetadataData
EquivalenceClass
EquivalenceMember
ErrorContextCallback
ErrorData
ErrorSaveContext
EstimateDSMForeignScan_function
EstimationInfo
EventTriggerCacheEntry
EventTriggerCacheItem
EventTriggerCacheStateType
EventTriggerData
EventTriggerEvent
EventTriggerInfo
EventTriggerQueryState
ExceptionLabelMap
ExceptionMap
ExecAuxRowMark
ExecEvalBoolSubroutine
ExecEvalJsonExprContext
ExecEvalSubroutine
ExecForeignBatchInsert_function
ExecForeignDelete_function
ExecForeignInsert_function
ExecForeignTruncate_function
ExecForeignUpdate_function
ExecParallelEstimateContext
ExecParallelInitializeDSMContext
ExecPhraseData
ExecProcNodeMtd
ExecRowMark
ExecScanAccessMtd
ExecScanRecheckMtd
ExecStatus
ExecStatusType
ExecuteStmt
ExecutorCheckPerms_hook_type
ExecutorEnd_hook_type
ExecutorFinish_hook_type
ExecutorRun_hook_type
ExecutorStart_hook_type
ExpandedArrayHeader
ExpandedObjectHeader
ExpandedObjectMethods
ExpandedRange
ExpandedRecordFieldInfo
ExpandedRecordHeader
ExplainDirectModify_function
ExplainForeignModify_function
ExplainForeignScan_function
ExplainFormat
ExplainOneQuery_hook_type
ExplainState
ExplainStmt
ExplainWorkersState
ExportedSnapshot
Expr
ExprContext
ExprContextCallbackFunction
ExprContext_CB
ExprDoneCond
ExprEvalOp
ExprEvalOpLookup
ExprEvalRowtypeCache
ExprEvalStep
ExprState
ExprStateEvalFunc
ExtendBufferedFlags
ExtendBufferedWhat
ExtensibleNode
ExtensibleNodeEntry
ExtensibleNodeMethods
ExtensionControlFile
ExtensionInfo
ExtensionVersionInfo
FDWCollateState
FD_SET
FILE
FILETIME
FPI
FSMAddress
FSMPage
FSMPageData
FakeRelCacheEntry
FakeRelCacheEntryData
FastPathStrongRelationLockData
FdwInfo
FdwRoutine
FetchDirection
FetchStmt
FieldSelect
FieldStore
File
FileFdwExecutionState
FileFdwPlanState
FileNameMap
FileSet
FileTag
FinalPathExtraData
FindColsContext
FindSplitData
FindSplitStrat
FixedParallelExecutorState
FixedParallelState
FixedParamState
FlagMode
Float
FlushPosition
FmgrBuiltin
FmgrHookEventType
FmgrInfo
ForBothCellState
ForBothState
ForEachState
ForFiveState
ForFourState
ForThreeState
ForeignAsyncConfigureWait_function
ForeignAsyncNotify_function
ForeignAsyncRequest_function
ForeignDataWrapper
ForeignKeyCacheInfo
ForeignKeyOptInfo
ForeignPath
ForeignScan
ForeignScanState
ForeignServer
ForeignServerInfo
ForeignTable
ForeignTruncateInfo
ForkNumber
FormData_pg_aggregate
FormData_pg_am
FormData_pg_amop
FormData_pg_amproc
FormData_pg_attrdef
FormData_pg_attribute
FormData_pg_auth_members
FormData_pg_authid
FormData_pg_cast
FormData_pg_class
FormData_pg_collation
FormData_pg_constraint
FormData_pg_conversion
FormData_pg_database
FormData_pg_default_acl
FormData_pg_depend
FormData_pg_enum
FormData_pg_event_trigger
FormData_pg_extension
FormData_pg_foreign_data_wrapper
FormData_pg_foreign_server
FormData_pg_foreign_table
FormData_pg_index
FormData_pg_inherits
FormData_pg_language
FormData_pg_largeobject
FormData_pg_largeobject_metadata
FormData_pg_namespace
FormData_pg_opclass
FormData_pg_operator
FormData_pg_opfamily
FormData_pg_partitioned_table
FormData_pg_policy
FormData_pg_proc
FormData_pg_publication
FormData_pg_publication_namespace
FormData_pg_publication_rel
FormData_pg_range
FormData_pg_replication_origin
FormData_pg_rewrite
FormData_pg_sequence
FormData_pg_sequence_data
FormData_pg_shdepend
FormData_pg_statistic
FormData_pg_statistic_ext
FormData_pg_statistic_ext_data
FormData_pg_subscription
FormData_pg_subscription_rel
FormData_pg_tablespace
FormData_pg_transform
FormData_pg_trigger
FormData_pg_ts_config
FormData_pg_ts_config_map
FormData_pg_ts_dict
FormData_pg_ts_parser
FormData_pg_ts_template
FormData_pg_type
FormData_pg_user_mapping
Form_pg_aggregate
Form_pg_am
Form_pg_amop
Form_pg_amproc
Form_pg_attrdef
Form_pg_attribute
Form_pg_auth_members
Form_pg_authid
Form_pg_cast
Form_pg_class
Form_pg_collation
Form_pg_constraint
Form_pg_conversion
Form_pg_database
Form_pg_default_acl
Form_pg_depend
Form_pg_enum
Form_pg_event_trigger
Form_pg_extension
Form_pg_foreign_data_wrapper
Form_pg_foreign_server
Form_pg_foreign_table
Form_pg_index
Form_pg_inherits
Form_pg_language
Form_pg_largeobject
Form_pg_largeobject_metadata
Form_pg_namespace
Form_pg_opclass
Form_pg_operator
Form_pg_opfamily
Form_pg_partitioned_table
Form_pg_policy
Form_pg_proc
Form_pg_publication
Form_pg_publication_namespace
Form_pg_publication_rel
Form_pg_range
Form_pg_replication_origin
Form_pg_rewrite
Form_pg_sequence
Form_pg_sequence_data
Form_pg_shdepend
Form_pg_statistic
Form_pg_statistic_ext
Form_pg_statistic_ext_data
Form_pg_subscription
Form_pg_subscription_rel
Form_pg_tablespace
Form_pg_transform
Form_pg_trigger
Form_pg_ts_config
Form_pg_ts_config_map
Form_pg_ts_dict
Form_pg_ts_parser
Form_pg_ts_template
Form_pg_type
Form_pg_user_mapping
FormatNode
FreeBlockNumberArray
FreeListData
FreePageBtree
FreePageBtreeHeader
FreePageBtreeInternalKey
FreePageBtreeLeafKey
FreePageBtreeSearchResult
FreePageManager
FreePageSpanLeader
FromCharDateMode
FromExpr
FullTransactionId
FuncCall
FuncCallContext
FuncCandidateList
FuncDetailCode
FuncExpr
FuncInfo
FuncLookupError
FunctionCallInfo
FunctionCallInfoBaseData
FunctionParameter
FunctionParameterMode
FunctionScan
FunctionScanPerFuncState
FunctionScanState
FuzzyAttrMatchState
GBT_NUMKEY
GBT_NUMKEY_R
GBT_VARKEY
GBT_VARKEY_R
GENERAL_NAME
GISTBuildBuffers
GISTBuildState
GISTDeletedPageContents
GISTENTRY
GISTInsertStack
GISTInsertState
GISTIntArrayBigOptions
GISTIntArrayOptions
GISTNodeBuffer
GISTNodeBufferPage
GISTPageOpaque
GISTPageOpaqueData
GISTPageSplitInfo
GISTSTATE
GISTScanOpaque
GISTScanOpaqueData
GISTSearchHeapItem
GISTSearchItem
GISTTYPE
GIST_SPLITVEC
GMReaderTupleBuffer
GROUP
GV
Gather
GatherMerge
GatherMergePath
GatherMergeState
GatherPath
GatherState
Gene
GeneratePruningStepsContext
GenerationBlock
GenerationContext
GenerationPointer
GenericCosts
GenericXLogState
GeqoPrivateData
GetForeignJoinPaths_function
GetForeignModifyBatchSize_function
GetForeignPaths_function
GetForeignPlan_function
GetForeignRelSize_function
GetForeignRowMarkType_function
GetForeignUpperPaths_function
GetState
GiSTOptions
GinBtree
GinBtreeData
GinBtreeDataLeafInsertData
GinBtreeEntryInsertData
GinBtreeStack
GinBuildState
GinChkVal
GinEntries
GinEntryAccumulator
GinIndexStat
GinMetaPageData
GinNullCategory
GinOptions
GinPageOpaque
GinPageOpaqueData
GinPlaceToPageRC
GinPostingList
GinQualCounts
GinScanEntry
GinScanKey
GinScanOpaque
GinScanOpaqueData
GinState
GinStatsData
GinTernaryValue
GinTupleCollector
GinVacuumState
GistBuildMode
GistEntryVector
GistHstoreOptions
GistInetKey
GistNSN
GistOptBufferingMode
GistSortedBuildLevelState
GistSplitUnion
GistSplitVector
GistTsVectorOptions
GistVacState
GlobalTransaction
GlobalVisHorizonKind
GlobalVisState
GrantRoleStmt
GrantStmt
GrantTargetType
Group
GroupClause
GroupPath
GroupPathExtraData
GroupResultPath
GroupState
GroupVarInfo
GroupingFunc
GroupingSet
GroupingSetData
GroupingSetKind
GroupingSetsPath
GucAction
GucBoolAssignHook
GucBoolCheckHook
GucContext
GucEnumAssignHook
GucEnumCheckHook
GucIntAssignHook
GucIntCheckHook
GucRealAssignHook
GucRealCheckHook
GucShowHook
GucSource
GucStack
GucStackState
GucStringAssignHook
GucStringCheckHook
GzipCompressorState
HANDLE
HASHACTION
HASHBUCKET
HASHCTL
HASHELEMENT
HASHHDR
HASHSEGMENT
HASH_SEQ_STATUS
HE
HEntry
HIST_ENTRY
HKEY
HLOCAL
HMAC_CTX
HMODULE
HOldEntry
HRESULT
HSParser
HSpool
HStore
HTAB
HTSV_Result
HV
Hash
HashAggBatch
HashAggSpill
HashAllocFunc
HashBuildState
HashCompareFunc
HashCopyFunc
HashIndexStat
HashInstrumentation
HashJoin
HashJoinState
HashJoinTable
HashJoinTuple
HashMemoryChunk
HashMetaPage
HashMetaPageData
HashOptions
HashPageOpaque
HashPageOpaqueData
HashPageStat
HashPath
HashScanOpaque
HashScanOpaqueData
HashScanPosData
HashScanPosItem
HashSkewBucket
HashState
HashValueFunc
HbaLine
HeadlineJsonState
HeadlineParsedText
HeadlineWordEntry
HeapCheckContext
HeapPageFreeze
HeapScanDesc
HeapTuple
HeapTupleData
HeapTupleFields
HeapTupleForceOption
HeapTupleFreeze
HeapTupleHeader
HeapTupleHeaderData
HeapTupleTableSlot
HistControl
HotStandbyState
I32
ICU_Convert_Func
ID
INFIX
INT128
INTERFACE_INFO
IOContext
IOFuncSelector
IOObject
IOOp
IPCompareMethod
ITEM
IV
IdentLine
IdentifierLookup
IdentifySystemCmd
IfStackElem
ImportForeignSchemaStmt
ImportForeignSchemaType
ImportForeignSchema_function
ImportQual
InProgressEnt
IncludeWal
InclusionOpaque
IncrementVarSublevelsUp_context
IncrementalSort
IncrementalSortExecutionStatus
IncrementalSortGroupInfo
IncrementalSortInfo
IncrementalSortPath
IncrementalSortState
Index
IndexAMProperty
IndexAmRoutine
IndexArrayKeyInfo
IndexAttachInfo
IndexAttrBitmapKind
IndexBuildCallback
IndexBuildResult
IndexBulkDeleteCallback
IndexBulkDeleteResult
IndexClause
IndexClauseSet
IndexDeleteCounts
IndexDeletePrefetchState
IndexElem
IndexFetchHeapData
IndexFetchTableData
IndexInfo
IndexList
IndexOnlyScan
IndexOnlyScanState
IndexOptInfo
IndexOrderByDistance
IndexPath
IndexRuntimeKeyInfo
IndexScan
IndexScanDesc
IndexScanState
IndexStateFlagsAction
IndexStmt
IndexTuple
IndexTupleData
IndexUniqueCheck
IndexVacuumInfo
IndxInfo
InferClause
InferenceElem
InfoItem
InhInfo
InheritableSocket
InitSampleScan_function
InitializeDSMForeignScan_function
InitializeWorkerForeignScan_function
InlineCodeBlock
InsertStmt
Instrumentation
Int128AggState
Int8TransTypeData
IntRBTreeNode
Integer
IntegerSet
InternalDefaultACL
InternalGrant
Interval
IntoClause
InvalMessageArray
InvalidationMsgsGroup
IpcMemoryId
IpcMemoryKey
IpcMemoryState
IpcSemaphoreId
IpcSemaphoreKey
IsForeignPathAsyncCapable_function
IsForeignRelUpdatable_function
IsForeignScanParallelSafe_function
IsoConnInfo
IspellDict
Item
ItemId
ItemIdData
ItemPointer
ItemPointerData
IterateDirectModify_function
IterateForeignScan_function
IterateJsonStringValuesState
JEntry
JHashState
JOBOBJECTINFOCLASS
JOBOBJECT_BASIC_LIMIT_INFORMATION
JOBOBJECT_BASIC_UI_RESTRICTIONS
JOBOBJECT_SECURITY_LIMIT_INFORMATION
JitContext
JitInstrumentation
JitProviderCallbacks
JitProviderCompileExprCB
JitProviderInit
JitProviderReleaseContextCB
JitProviderResetAfterErrorCB
Join
JoinCostWorkspace
JoinExpr
JoinHashEntry
JoinPath
JoinPathExtraData
JoinState
JoinType
JsObject
JsValue
JsonAggConstructor
JsonAggState
JsonArgument
JsonArrayAgg
JsonArrayConstructor
JsonArrayQueryConstructor
JsonBaseObjectInfo
JsonBehavior
JsonBehaviorType
JsonCoercion
JsonCommon
JsonConstructorExpr
JsonConstructorExprState
JsonConstructorType
JsonEncoding
JsonExpr
JsonExprOp
JsonFormat
JsonFormatType
JsonFunc
JsonFuncExpr
JsonHashEntry
JsonIsPredicate
JsonItemCoercions
JsonIterateStringValuesAction
JsonKeyValue
JsonLexContext
JsonLikeRegexContext
JsonManifestFileField
JsonManifestParseContext
JsonManifestParseState
JsonManifestSemanticState
JsonManifestWALRangeField
JsonObjectAgg
JsonObjectConstructor
JsonOutput
JsonParseContext
JsonParseErrorType
JsonParseExpr
JsonPath
JsonPathBool
JsonPathDatatypeStatus
JsonPathExecContext
JsonPathExecResult
JsonPathGinAddPathItemFunc
JsonPathGinContext
JsonPathGinExtractNodesFunc
JsonPathGinNode
JsonPathGinNodeType
JsonPathGinPath
JsonPathGinPathItem
JsonPathItem
JsonPathItemType
JsonPathKeyword
JsonPathMutableContext
JsonPathParseItem
JsonPathParseResult
JsonPathPredicateCallback
JsonPathString
JsonPathVarCallback
JsonPathVariableEvalContext
JsonQuotes
JsonReturning
JsonScalarExpr
JsonSemAction
JsonTokenType
JsonTransformStringValuesAction
JsonTypeCategory
JsonUniqueBuilderState
JsonUniqueCheckState
JsonUniqueHashEntry
JsonUniqueParsingState
JsonUniqueStackEntry
JsonValueExpr
JsonValueList
JsonValueListIterator
JsonValueType
JsonWrapper
Jsonb
JsonbAggState
JsonbContainer
JsonbInState
JsonbIterState
JsonbIterator
JsonbIteratorToken
JsonbPair
JsonbParseState
JsonbSubWorkspace
JsonbTypeCategory
JsonbValue
JumbleState
JunkFilter
KeyAction
KeyActions
KeyArray
KeySuffix
KeyWord
LARGE_INTEGER
LDAP
LDAPMessage
LDAPURLDesc
LDAP_TIMEVAL
LINE
LLVMAttributeRef
LLVMBasicBlockRef
LLVMBuilderRef
LLVMIntPredicate
LLVMJitContext
LLVMJitHandle
LLVMMemoryBufferRef
LLVMModuleRef
LLVMOrcJITStackRef
LLVMOrcModuleHandle
LLVMOrcTargetAddress
LLVMPassManagerBuilderRef
LLVMPassManagerRef
LLVMSharedModuleRef
LLVMTargetMachineRef
LLVMTargetRef
LLVMTypeRef
LLVMValueRef
LOCALLOCK
LOCALLOCKOWNER
LOCALLOCKTAG
LOCALPREDICATELOCK
LOCK
LOCKMASK
LOCKMETHODID
LOCKMODE
LOCKTAG
LONG
LONG_PTR
LOOP
LPBYTE
LPCTSTR
LPCWSTR
LPDWORD
LPFILETIME
LPSECURITY_ATTRIBUTES
LPSERVICE_STATUS
LPSTR
LPTHREAD_START_ROUTINE
LPTSTR
LPVOID
LPWSTR
LSEG
LUID
LVPagePruneState
LVRelState
LVSavedErrInfo
LWLock
LWLockHandle
LWLockMode
LWLockPadded
LZ4CompressorState
LZ4F_compressionContext_t
LZ4F_decompressOptions_t
LZ4F_decompressionContext_t
LZ4F_errorCode_t
LZ4F_preferences_t
LZ4File
LabelProvider
LagTracker
LargeObjectDesc
LastAttnumInfo
Latch
LerpFunc
LexDescr
LexemeEntry
LexemeHashKey
LexemeInfo
LexemeKey
LexizeData
LibraryInfo
Limit
LimitOption
LimitPath
LimitState
LimitStateCond
List
ListCell
ListDictionary
ListParsedLex
ListenAction
ListenActionKind
ListenStmt
LoadStmt
LocalBufferLookupEnt
LocalPgBackendStatus
LocalTransactionId
LocationIndex
LocationLen
LockAcquireResult
LockClauseStrength
LockData
LockInfoData
LockInstanceData
LockMethod
LockMethodData
LockRelId
LockRows
LockRowsPath
LockRowsState
LockStmt
LockTagType
LockTupleMode
LockViewRecurse_context
LockWaitPolicy
LockingClause
LogOpts
LogStmtLevel
LogicalDecodeBeginCB
LogicalDecodeBeginPrepareCB
LogicalDecodeChangeCB
LogicalDecodeCommitCB
LogicalDecodeCommitPreparedCB
LogicalDecodeFilterByOriginCB
LogicalDecodeFilterPrepareCB
LogicalDecodeMessageCB
LogicalDecodePrepareCB
LogicalDecodeRollbackPreparedCB
LogicalDecodeShutdownCB
LogicalDecodeStartupCB
LogicalDecodeStreamAbortCB
LogicalDecodeStreamChangeCB
LogicalDecodeStreamCommitCB
LogicalDecodeStreamMessageCB
LogicalDecodeStreamPrepareCB
LogicalDecodeStreamStartCB
LogicalDecodeStreamStopCB
LogicalDecodeStreamTruncateCB
LogicalDecodeTruncateCB
LogicalDecodingContext
LogicalErrorCallbackState
LogicalOutputPluginInit
LogicalOutputPluginWriterPrepareWrite
LogicalOutputPluginWriterUpdateProgress
LogicalOutputPluginWriterWrite
LogicalRepBeginData
LogicalRepCommitData
LogicalRepCommitPreparedTxnData
LogicalRepCtxStruct
LogicalRepMode
LogicalRepMsgType
LogicalRepPartMapEntry
LogicalRepPreparedTxnData
LogicalRepRelId
LogicalRepRelMapEntry
LogicalRepRelation
LogicalRepRollbackPreparedTxnData
LogicalRepStreamAbortData
LogicalRepTupleData
LogicalRepTyp
LogicalRepWorker
LogicalRewriteMappingData
LogicalTape
LogicalTapeSet
LsnReadQueue
LsnReadQueueNextFun
LsnReadQueueNextStatus
LtreeGistOptions
LtreeSignature
MAGIC
MBuf
MCVItem
MCVList
MEMORY_BASIC_INFORMATION
MGVTBL
MINIDUMPWRITEDUMP
MINIDUMP_TYPE
MJEvalResult
MTTargetRelLookup
MVDependencies
MVDependency
MVNDistinct
MVNDistinctItem
Material
MaterialPath
MaterialState
MdfdVec
Memoize
MemoizeEntry
MemoizeInstrumentation
MemoizeKey
MemoizePath
MemoizeState
MemoizeTuple
MemoryChunk
MemoryContext
MemoryContextCallback
MemoryContextCallbackFunction
MemoryContextCounters
MemoryContextData
MemoryContextMethodID
MemoryContextMethods
MemoryStatsPrintFunc
MergeAction
MergeActionState
MergeAppend
MergeAppendPath
MergeAppendState
MergeJoin
MergeJoinClause
MergeJoinState
MergePath
MergeScanSelCache
MergeStmt
MergeWhenClause
MetaCommand
MinMaxAggInfo
MinMaxAggPath
MinMaxExpr
MinMaxMultiOptions
MinMaxOp
MinimalTuple
MinimalTupleData
MinimalTupleTableSlot
MinmaxMultiOpaque
MinmaxOpaque
ModifyTable
ModifyTableContext
ModifyTablePath
ModifyTableState
MonotonicFunction
MorphOpaque
MsgType
MultiAssignRef
MultiSortSupport
MultiSortSupportData
MultiXactId
MultiXactMember
MultiXactOffset
MultiXactStateData
MultiXactStatus
MultirangeIOData
MultirangeParseState
MultirangeType
NDBOX
NODE
NTSTATUS
NUMCacheEntry
NUMDesc
NUMProc
NV
Name
NameData
NameHashEntry
NamedArgExpr
NamedLWLockTranche
NamedLWLockTrancheRequest
NamedTuplestoreScan
NamedTuplestoreScanState
NamespaceInfo
NestLoop
NestLoopParam
NestLoopState
NestPath
NewColumnValue
NewConstraint
NextSampleBlock_function
NextSampleTuple_function
NextValueExpr
Node
NodeTag
NonEmptyRange
Notification
NotificationHash
NotificationList
NotifyStmt
Nsrt
NtDllRoutine
NullIfExpr
NullTest
NullTestType
NullableDatum
Numeric
NumericAggState
NumericDigit
NumericSortSupport
NumericSumAccum
NumericVar
OM_uint32
OP
OSAPerGroupState
OSAPerQueryState
OSInfo
OSSLCipher
OSSLDigest
OVERLAPPED
ObjectAccessDrop
ObjectAccessNamespaceSearch
ObjectAccessPostAlter
ObjectAccessPostCreate
ObjectAccessType
ObjectAddress
ObjectAddressAndFlags
ObjectAddressExtra
ObjectAddressStack
ObjectAddresses
ObjectClass
ObjectPropertyType
ObjectType
ObjectWithArgs
Offset
OffsetNumber
OffsetVarNodes_context
Oid
OidOptions
OkeysState
OldSnapshotControlData
OldSnapshotTimeMapping
OldToNewMapping
OldToNewMappingData
OnCommitAction
OnCommitItem
OnConflictAction
OnConflictClause
OnConflictExpr
OnConflictSetState
OpBtreeInterpretation
OpClassCacheEnt
OpExpr
OpFamilyMember
OpFamilyOpFuncGroup
OpclassInfo
Operator
OperatorElement
OpfamilyInfo
OprCacheEntry
OprCacheKey
OprInfo
OprProofCacheEntry
OprProofCacheKey
OutputContext
OutputPluginCallbacks
OutputPluginOptions
OutputPluginOutputType
OverrideSearchPath
OverrideStackEntry
OverridingKind
PACE_HEADER
PACL
PATH
PBOOL
PCtxtHandle
PERL_CONTEXT
PERL_SI
PFN
PGAlignedBlock
PGAlignedXLogBlock
PGAsyncStatusType
PGCALL2
PGChecksummablePage
PGContextVisibility
PGEvent
PGEventConnDestroy
PGEventConnReset
PGEventId
PGEventProc
PGEventRegister
PGEventResultCopy
PGEventResultCreate
PGEventResultDestroy
PGFInfoFunction
PGFileType
PGFunction
PGIOAlignedBlock
PGLZ_HistEntry
PGLZ_Strategy
PGLoadBalanceType
PGMessageField
PGModuleMagicFunction
PGNoticeHooks
PGOutputData
PGOutputTxnData
PGPROC
PGP_CFB
PGP_Context
PGP_MPI
PGP_PubKey
PGP_S2K
PGPing
PGQueryClass
PGRUsage
PGSemaphore
PGSemaphoreData
PGShmemHeader
PGTargetServerType
PGTernaryBool
PGTransactionStatusType
PGVerbosity
PG_Locale_Strategy
PG_Lock_Status
PG_init_t
PGcancel
PGcmdQueueEntry
PGconn
PGdataValue
PGlobjfuncs
PGnotify
PGpipelineStatus
PGresAttDesc
PGresAttValue
PGresParamDesc
PGresult
PGresult_data
PHANDLE
PLAINTREE
PLAssignStmt
PLUID_AND_ATTRIBUTES
PLcword
PLpgSQL_case_when
PLpgSQL_condition
PLpgSQL_datum
PLpgSQL_datum_type
PLpgSQL_diag_item
PLpgSQL_exception
PLpgSQL_exception_block
PLpgSQL_execstate
PLpgSQL_expr
PLpgSQL_func_hashkey
PLpgSQL_function
PLpgSQL_getdiag_kind
PLpgSQL_if_elsif
PLpgSQL_label_type
PLpgSQL_nsitem
PLpgSQL_nsitem_type
PLpgSQL_plugin
PLpgSQL_promise_type
PLpgSQL_raise_option
PLpgSQL_raise_option_type
PLpgSQL_rec
PLpgSQL_recfield
PLpgSQL_resolve_option
PLpgSQL_row
PLpgSQL_stmt
PLpgSQL_stmt_assert
PLpgSQL_stmt_assign
PLpgSQL_stmt_block
PLpgSQL_stmt_call
PLpgSQL_stmt_case
PLpgSQL_stmt_close
PLpgSQL_stmt_commit
PLpgSQL_stmt_dynexecute
PLpgSQL_stmt_dynfors
PLpgSQL_stmt_execsql
PLpgSQL_stmt_exit
PLpgSQL_stmt_fetch
PLpgSQL_stmt_forc
PLpgSQL_stmt_foreach_a
PLpgSQL_stmt_fori
PLpgSQL_stmt_forq
PLpgSQL_stmt_fors
PLpgSQL_stmt_getdiag
PLpgSQL_stmt_if
PLpgSQL_stmt_loop
PLpgSQL_stmt_open
PLpgSQL_stmt_perform
PLpgSQL_stmt_raise
PLpgSQL_stmt_return
PLpgSQL_stmt_return_next
PLpgSQL_stmt_return_query
PLpgSQL_stmt_rollback
PLpgSQL_stmt_type
PLpgSQL_stmt_while
PLpgSQL_trigtype
PLpgSQL_type
PLpgSQL_type_type
PLpgSQL_var
PLpgSQL_variable
PLwdatum
PLword
PLyArrayToOb
PLyCursorObject
PLyDatumToOb
PLyDatumToObFunc
PLyExceptionEntry
PLyExecutionContext
PLyObToArray
PLyObToDatum
PLyObToDatumFunc
PLyObToDomain
PLyObToScalar
PLyObToTransform
PLyObToTuple
PLyObject_AsString_t
PLyPlanObject
PLyProcedure
PLyProcedureEntry
PLyProcedureKey
PLyResultObject
PLySRFState
PLySavedArgs
PLyScalarToOb
PLySubtransactionData
PLySubtransactionObject
PLyTransformToOb
PLyTupleToOb
PLyUnicode_FromStringAndSize_t
PLy_elog_impl_t
PMINIDUMP_CALLBACK_INFORMATION
PMINIDUMP_EXCEPTION_INFORMATION
PMINIDUMP_USER_STREAM_INFORMATION
PMSignalData
PMSignalReason
PMState
POLYGON
PQArgBlock
PQEnvironmentOption
PQExpBuffer
PQExpBufferData
PQcommMethods
PQconninfoOption
PQnoticeProcessor
PQnoticeReceiver
PQprintOpt
PQsslKeyPassHook_OpenSSL_type
PREDICATELOCK
PREDICATELOCKTAG
PREDICATELOCKTARGET
PREDICATELOCKTARGETTAG
PROCESS_INFORMATION
PROCLOCK
PROCLOCKTAG
PROC_HDR
PSID
PSID_AND_ATTRIBUTES
PSQL_COMP_CASE
PSQL_ECHO
PSQL_ECHO_HIDDEN
PSQL_ERROR_ROLLBACK
PTEntryArray
PTIterationArray
PTOKEN_PRIVILEGES
PTOKEN_USER
PULONG
PUTENVPROC
PVIndStats
PVIndVacStatus
PVOID
PVShared
PX_Alias
PX_Cipher
PX_Combo
PX_HMAC
PX_MD
Page
PageData
PageGistNSN
PageHeader
PageHeaderData
PageXLogRecPtr
PagetableEntry
Pairs
ParallelAppendState
ParallelApplyWorkerEntry
ParallelApplyWorkerInfo
ParallelApplyWorkerShared
ParallelBitmapHeapState
ParallelBlockTableScanDesc
ParallelBlockTableScanWorker
ParallelBlockTableScanWorkerData
ParallelCompletionPtr
ParallelContext
ParallelExecutorInfo
ParallelHashGrowth
ParallelHashJoinBatch
ParallelHashJoinBatchAccessor
ParallelHashJoinState
ParallelIndexScanDesc
ParallelReadyList
ParallelSlot
ParallelSlotArray
ParallelSlotResultHandler
ParallelState
ParallelTableScanDesc
ParallelTableScanDescData
ParallelTransState
ParallelVacuumState
ParallelWorkerContext
ParallelWorkerInfo
Param
ParamCompileHook
ParamExecData
ParamExternData
ParamFetchHook
ParamKind
ParamListInfo
ParamPathInfo
ParamRef
ParamsErrorCbData
ParentMapEntry
ParseCallbackState
ParseExprKind
ParseNamespaceColumn
ParseNamespaceItem
ParseParamRefHook
ParseState
ParsedLex
ParsedScript
ParsedText
ParsedWord
ParserSetupHook
ParserState
PartClauseInfo
PartClauseMatchStatus
PartClauseTarget
PartialFileSetState
PartitionBoundInfo
PartitionBoundInfoData
PartitionBoundSpec
PartitionCmd
PartitionDesc
PartitionDescData
PartitionDirectory
PartitionDirectoryEntry
PartitionDispatch
PartitionElem
PartitionHashBound
PartitionKey
PartitionListValue
PartitionMap
PartitionPruneCombineOp
PartitionPruneContext
PartitionPruneInfo
PartitionPruneState
PartitionPruneStep
PartitionPruneStepCombine
PartitionPruneStepOp
PartitionPruningData
PartitionRangeBound
PartitionRangeDatum
PartitionRangeDatumKind
PartitionScheme
PartitionSpec
PartitionTupleRouting
PartitionedRelPruneInfo
PartitionedRelPruningData
PartitionwiseAggregateType
PasswordType
Path
PathClauseUsage
PathCostComparison
PathHashStack
PathKey
PathKeyInfo
PathKeysComparison
PathTarget
PathkeyMutatorState
PathkeySortCost
PatternInfo
PatternInfoArray
Pattern_Prefix_Status
Pattern_Type
PendingFsyncEntry
PendingRelDelete
PendingRelSync
PendingUnlinkEntry
PendingWriteback
PerLockTagEntry
PerlInterpreter
Perl_ppaddr_t
Permutation
PermutationStep
PermutationStepBlocker
PermutationStepBlockerType
PgArchData
PgBackendGSSStatus
PgBackendSSLStatus
PgBackendStatus
PgBenchExpr
PgBenchExprLink
PgBenchExprList
PgBenchExprType
PgBenchFunction
PgBenchValue
PgBenchValueType
PgChecksumMode
PgFdwAnalyzeState
PgFdwConnState
PgFdwDirectModifyState
PgFdwModifyState
PgFdwOption
PgFdwPathExtraData
PgFdwRelationInfo
PgFdwScanState
PgIfAddrCallback
PgStatShared_Archiver
PgStatShared_BgWriter
PgStatShared_Checkpointer
PgStatShared_Common
PgStatShared_Database
PgStatShared_Function
PgStatShared_HashEntry
PgStatShared_IO
PgStatShared_Relation
PgStatShared_ReplSlot
PgStatShared_SLRU
PgStatShared_Subscription
PgStatShared_Wal
PgStat_ArchiverStats
PgStat_BackendSubEntry
PgStat_BgWriterStats
PgStat_BktypeIO
PgStat_CheckpointerStats
PgStat_Counter
PgStat_EntryRef
PgStat_EntryRefHashEntry
PgStat_FetchConsistency
PgStat_FunctionCallUsage
PgStat_FunctionCounts
PgStat_HashKey
PgStat_IO
PgStat_Kind
PgStat_KindInfo
PgStat_LocalState
PgStat_PendingDroppedStatsItem
PgStat_PendingIO
PgStat_PendingWalStats
PgStat_SLRUStats
PgStat_ShmemControl
PgStat_Snapshot
PgStat_SnapshotEntry
PgStat_StatDBEntry
PgStat_StatFuncEntry
PgStat_StatReplSlotEntry
PgStat_StatSubEntry
PgStat_StatTabEntry
PgStat_SubXactStatus
PgStat_TableCounts
PgStat_TableStatus
PgStat_TableXactStatus
PgStat_WalStats
PgXmlErrorContext
PgXmlStrictness
Pg_finfo_record
Pg_magic_struct
PipeProtoChunk
PipeProtoHeader
PlaceHolderInfo
PlaceHolderVar
Plan
PlanDirectModify_function
PlanForeignModify_function
PlanInvalItem
PlanRowMark
PlanState
PlannedStmt
PlannerGlobal
PlannerInfo
PlannerParamItem
Point
Pointer
PolicyInfo
PolyNumAggState
Pool
PopulateArrayContext
PopulateArrayState
PopulateRecordCache
PopulateRecordsetState
Port
Portal
PortalHashEnt
PortalStatus
PortalStrategy
PostParseColumnRefHook
PostgresPollingStatusType
PostingItem
PostponedQual
PreParseColumnRefHook
PredClass
PredIterInfo
PredIterInfoData
PredXactList
PredXactListElement
PredicateLockData
PredicateLockTargetType
PrefetchBufferResult
PrepParallelRestorePtrType
PrepareStmt
PreparedStatement
PresortedKeyData
PrewarmType
PrintExtraTocPtrType
PrintTocDataPtrType
PrintfArgType
PrintfArgValue
PrintfTarget
PrinttupAttrInfo
PrivTarget
PrivateRefCountEntry
ProcArrayStruct
ProcLangInfo
ProcSignalBarrierType
ProcSignalHeader
ProcSignalReason
ProcSignalSlot
ProcState
ProcWaitStatus
ProcessUtilityContext
ProcessUtility_hook_type
ProcessingMode
ProgressCommandType
ProjectSet
ProjectSetPath
ProjectSetState
ProjectionInfo
ProjectionPath
PromptInterruptContext
ProtocolVersion
PrsStorage
PruneState
PruneStepResult
PsqlScanCallbacks
PsqlScanQuoteType
PsqlScanResult
PsqlScanState
PsqlScanStateData
PsqlSettings
Publication
PublicationActions
PublicationDesc
PublicationInfo
PublicationObjSpec
PublicationObjSpecType
PublicationPartOpt
PublicationRelInfo
PublicationSchemaInfo
PublicationTable
PullFilter
PullFilterOps
PushFilter
PushFilterOps
PushFunction
PyCFunction
PyMappingMethods
PyMethodDef
PyModuleDef
PyObject
PySequenceMethods
PyTypeObject
Py_ssize_t
QPRS_STATE
QTN2QTState
QTNode
QUERYTYPE
QUERY_SECURITY_CONTEXT_TOKEN_FN
QualCost
QualItem
Query
QueryCompletion
QueryDesc
QueryEnvironment
QueryInfo
QueryItem
QueryItemType
QueryMode
QueryOperand
QueryOperator
QueryRepresentation
QueryRepresentationOperand
QuerySource
QueueBackendStatus
QueuePosition
QuitSignalReason
RBTNode
RBTOrderControl
RBTree
RBTreeIterator
REPARSE_JUNCTION_DATA_BUFFER
RIX
RI_CompareHashEntry
RI_CompareKey
RI_ConstraintInfo
RI_QueryHashEntry
RI_QueryKey
RTEKind
RTEPermissionInfo
RWConflict
RWConflictPoolHeader
Range
RangeBound
RangeBox
RangeFunction
RangeIOData
RangeQueryClause
RangeSubselect
RangeTableFunc
RangeTableFuncCol
RangeTableSample
RangeTblEntry
RangeTblFunction
RangeTblRef
RangeType
RangeVar
RangeVarGetRelidCallback
Ranges
RawColumnDefault
RawParseMode
RawStmt
ReInitializeDSMForeignScan_function
ReScanForeignScan_function
ReadBufPtrType
ReadBufferMode
ReadBytePtrType
ReadExtraTocPtrType
ReadFunc
ReadLocalXLogPageNoWaitPrivate
ReadReplicationSlotCmd
ReassignOwnedStmt
RecheckForeignScan_function
RecordCacheEntry
RecordCompareData
RecordIOData
RecoveryLockListsEntry
RecoveryPauseState
RecoveryState
RecoveryTargetTimeLineGoal
RecoveryTargetType
RectBox
RecursionContext
RecursiveUnion
RecursiveUnionPath
RecursiveUnionState
RefetchForeignRow_function
RefreshMatViewStmt
RegProcedure
Regis
RegisNode
RegisteredBgWorker
ReindexErrorInfo
ReindexIndexInfo
ReindexObjectType
ReindexParams
ReindexStmt
ReindexType
RelFileLocator
RelFileLocatorBackend
RelIdCacheEnt
RelInfo
RelInfoArr
RelMapFile
RelMapping
RelOptInfo
RelOptKind
RelToCheck
RelToCluster
RelabelType
Relation
RelationData
RelationInfo
RelationPtr
RelationSyncEntry
RelcacheCallbackFunction
ReleaseMatchCB
RelfilenumberMapEntry
RelfilenumberMapKey
Relids
RelocationBufferInfo
RelptrFreePageBtree
RelptrFreePageManager
RelptrFreePageSpanLeader
RenameStmt
ReopenPtrType
ReorderBuffer
ReorderBufferApplyChangeCB
ReorderBufferApplyTruncateCB
ReorderBufferBeginCB
ReorderBufferChange
ReorderBufferChangeType
ReorderBufferCommitCB
ReorderBufferCommitPreparedCB
ReorderBufferDiskChange
ReorderBufferIterTXNEntry
ReorderBufferIterTXNState
ReorderBufferMessageCB
ReorderBufferPrepareCB
ReorderBufferRollbackPreparedCB
ReorderBufferStreamAbortCB
ReorderBufferStreamChangeCB
ReorderBufferStreamCommitCB
ReorderBufferStreamMessageCB
ReorderBufferStreamPrepareCB
ReorderBufferStreamStartCB
ReorderBufferStreamStopCB
ReorderBufferStreamTruncateCB
ReorderBufferTXN
ReorderBufferTXNByIdEnt
ReorderBufferToastEnt
ReorderBufferTupleBuf
ReorderBufferTupleCidEnt
ReorderBufferTupleCidKey
ReorderBufferUpdateProgressTxnCB
ReorderTuple
RepOriginId
ReparameterizeForeignPathByChild_function
ReplaceVarsFromTargetList_context
ReplaceVarsNoMatchOption
ReplicaIdentityStmt
ReplicationKind
ReplicationSlot
ReplicationSlotCtlData
ReplicationSlotInvalidationCause
ReplicationSlotOnDisk
ReplicationSlotPersistency
ReplicationSlotPersistentData
ReplicationState
ReplicationStateCtl
ReplicationStateOnDisk
ResTarget
ReservoirState
ReservoirStateData
ResourceArray
ResourceOwner
ResourceReleaseCallback
ResourceReleaseCallbackItem
ResourceReleasePhase
RestoreOptions
RestorePass
RestrictInfo
Result
ResultRelInfo
ResultState
ReturnSetInfo
ReturnStmt
RevmapContents
RewriteMappingDataEntry
RewriteMappingFile
RewriteRule
RewriteState
RmgrData
RmgrDescData
RmgrId
RoleNameItem
RoleSpec
RoleSpecType
RoleStmtType
RollupData
RowCompareExpr
RowCompareType
RowExpr
RowIdentityVarInfo
RowMarkClause
RowMarkType
RowSecurityDesc
RowSecurityPolicy
RtlGetLastNtStatus_t
RuleInfo
RuleLock
RuleStmt
RunningTransactions
RunningTransactionsData
SC_HANDLE
SECURITY_ATTRIBUTES
SECURITY_STATUS
SEG
SERIALIZABLEXACT
SERIALIZABLEXID
SERIALIZABLEXIDTAG
SERVICE_STATUS
SERVICE_STATUS_HANDLE
SERVICE_TABLE_ENTRY
SID_AND_ATTRIBUTES
SID_IDENTIFIER_AUTHORITY
SID_NAME_USE
SISeg
SIZE_T
SMgrRelation
SMgrRelationData
SMgrSortArray
SOCKADDR
SOCKET
SPELL
SPICallbackArg
SPIExecuteOptions
SPIParseOpenOptions
SPIPlanPtr
SPIPrepareOptions
SPITupleTable
SPLITCOST
SPNode
SPNodeData
SPPageDesc
SQLDropObject
SQLFunctionCache
SQLFunctionCachePtr
SQLFunctionParseInfo
SQLFunctionParseInfoPtr
SSL
SSLExtensionInfoContext
SSL_CTX
STARTUPINFO
STRLEN
SV
SYNCHRONIZATION_BARRIER
SampleScan
SampleScanGetSampleSize_function
SampleScanState
SavedTransactionCharacteristics
ScalarArrayOpExpr
ScalarArrayOpExprHashEntry
ScalarArrayOpExprHashTable
ScalarIOData
ScalarItem
ScalarMCVItem
Scan
ScanDirection
ScanKey
ScanKeyData
ScanKeywordHashFunc
ScanKeywordList
ScanState
ScanTypeControl
ScannerCallbackState
SchemaQuery
SecBuffer
SecBufferDesc
SecLabelItem
SecLabelStmt
SeenRelsEntry
SelectLimit
SelectStmt
Selectivity
SemTPadded
SemiAntiJoinFactors
SeqScan
SeqScanState
SeqTable
SeqTableData
SerCommitSeqNo
SerialControl
SerializableXactHandle
SerializedActiveRelMaps
SerializedClientConnectionInfo
SerializedRanges
SerializedReindexState
SerializedSnapshotData
SerializedTransactionState
Session
SessionBackupState
SessionEndType
SetConstraintState
SetConstraintStateData
SetConstraintTriggerData
SetExprState
SetFunctionReturnMode
SetOp
SetOpCmd
SetOpPath
SetOpState
SetOpStatePerGroup
SetOpStrategy
SetOperation
SetOperationStmt
SetQuantifier
SetToDefault
SetupWorkerPtrType
ShDependObjectInfo
SharedAggInfo
SharedBitmapState
SharedDependencyObjectType
SharedDependencyType
SharedExecutorInstrumentation
SharedFileSet
SharedHashInfo
SharedIncrementalSortInfo
SharedInvalCatalogMsg
SharedInvalCatcacheMsg
SharedInvalRelcacheMsg
SharedInvalRelmapMsg
SharedInvalSmgrMsg
SharedInvalSnapshotMsg
SharedInvalidationMessage
SharedJitInstrumentation
SharedMemoizeInfo
SharedRecordTableEntry
SharedRecordTableKey
SharedRecordTypmodRegistry
SharedSortInfo
SharedTuplestore
SharedTuplestoreAccessor
SharedTuplestoreChunk
SharedTuplestoreParticipant
SharedTypmodTableEntry
Sharedsort
ShellTypeInfo
ShippableCacheEntry
ShippableCacheKey
ShmemIndexEnt
ShutdownForeignScan_function
ShutdownInformation
ShutdownMode
SignTSVector
SimpleActionList
SimpleActionListCell
SimpleEcontextStackEntry
SimpleOidList
SimpleOidListCell
SimplePtrList
SimplePtrListCell
SimpleStats
SimpleStringList
SimpleStringListCell
SingleBoundSortItem
Size
SkipPages
SlabBlock
SlabContext
SlabSlot
SlotNumber
SlruCtl
SlruCtlData
SlruErrorCause
SlruPageStatus
SlruScanCallback
SlruShared
SlruSharedData
SlruWriteAll
SlruWriteAllData
SnapBuild
SnapBuildOnDisk
SnapBuildState
Snapshot
SnapshotData
SnapshotType
SockAddr
Sort
SortBy
SortByDir
SortByNulls
SortCoordinate
SortGroupClause
SortItem
SortPath
SortShimExtra
SortState
SortSupport
SortSupportData
SortTuple
SortTupleComparator
SortedPoint
SpGistBuildState
SpGistCache
SpGistDeadTuple
SpGistDeadTupleData
SpGistInnerTuple
SpGistInnerTupleData
SpGistLUPCache
SpGistLastUsedPage
SpGistLeafTuple
SpGistLeafTupleData
SpGistMetaPageData
SpGistNodeTuple
SpGistNodeTupleData
SpGistOptions
SpGistPageOpaque
SpGistPageOpaqueData
SpGistScanOpaque
SpGistScanOpaqueData
SpGistSearchItem
SpGistState
SpGistTypeDesc
SpecialJoinInfo
SpinDelayStatus
SplitInterval
SplitLR
SplitPoint
SplitTextOutputData
SplitVar
SplitedPageLayout
StackElem
StartBlobPtrType
StartBlobsPtrType
StartDataPtrType
StartReplicationCmd
StartupStatusEnum
StatEntry
StatExtEntry
StateFileChunk
StatisticExtInfo
StatsBuildData
StatsData
StatsElem
StatsExtInfo
StdAnalyzeData
StdRdOptIndexCleanup
StdRdOptions
Step
StopList
StrategyNumber
StreamCtl
String
StringInfo
StringInfoData
StripnullState
SubLink
SubLinkType
SubOpts
SubPlan
SubPlanState
SubRemoveRels
SubTransactionId
SubXactCallback
SubXactCallbackItem
SubXactEvent
SubXactInfo
SubqueryScan
SubqueryScanPath
SubqueryScanState
SubqueryScanStatus
SubscriptExecSetup
SubscriptExecSteps
SubscriptRoutines
SubscriptTransform
SubscriptingRef
SubscriptingRefState
Subscription
SubscriptionInfo
SubscriptionRelState
SupportRequestCost
SupportRequestIndexCondition
SupportRequestRows
SupportRequestSelectivity
SupportRequestSimplify
SupportRequestWFuncMonotonic
Syn
SyncOps
SyncRepConfigData
SyncRepStandbyData
SyncRequestHandler
SyncRequestType
SysFKRelationship
SysScanDesc
SyscacheCallbackFunction
SystemRowsSamplerData
SystemSamplerData
SystemTimeSamplerData
TAR_MEMBER
TBMIterateResult
TBMIteratingState
TBMIterator
TBMSharedIterator
TBMSharedIteratorState
TBMStatus
TBlockState
TIDBitmap
TM_FailureData
TM_IndexDelete
TM_IndexDeleteOp
TM_IndexStatus
TM_Result
TOKEN_DEFAULT_DACL
TOKEN_INFORMATION_CLASS
TOKEN_PRIVILEGES
TOKEN_USER
TParser
TParserCharTest
TParserPosition
TParserSpecial
TParserState
TParserStateAction
TParserStateActionItem
TQueueDestReceiver
TRGM
TSAnyCacheEntry
TSConfigCacheEntry
TSConfigInfo
TSDictInfo
TSDictionaryCacheEntry
TSExecuteCallback
TSLexeme
TSParserCacheEntry
TSParserInfo
TSQuery
TSQueryData
TSQueryParserState
TSQuerySign
TSReadPointer
TSTemplateInfo
TSTernaryValue
TSTokenTypeStorage
TSVector
TSVectorBuildState
TSVectorData
TSVectorParseState
TSVectorStat
TState
TStatus
TStoreState
TXNEntryFile
TYPCATEGORY
T_Action
T_WorkerStatus
TableAmRoutine
TableAttachInfo
TableDataInfo
TableFunc
TableFuncRoutine
TableFuncScan
TableFuncScanState
TableInfo
TableLikeClause
TableSampleClause
TableScanDesc
TableScanDescData
TableSpaceCacheEntry
TableSpaceOpts
TablespaceList
TablespaceListCell
TapeBlockTrailer
TapeShare
TarMethodData
TarMethodFile
TargetEntry
TclExceptionNameMap
Tcl_DString
Tcl_FileProc
Tcl_HashEntry
Tcl_HashTable
Tcl_Interp
Tcl_NotifierProcs
Tcl_Obj
Tcl_Time
TempNamespaceStatus
TestDecodingData
TestDecodingTxnData
TestSpec
TextFreq
TextPositionState
TheLexeme
TheSubstitute
TidExpr
TidExprType
TidHashKey
TidOpExpr
TidPath
TidRangePath
TidRangeScan
TidRangeScanState
TidScan
TidScanState
TimeADT
TimeLineHistoryCmd
TimeLineHistoryEntry
TimeLineID
TimeOffset
TimeStamp
TimeTzADT
TimeZoneAbbrevTable
TimeoutId
TimeoutType
Timestamp
TimestampTz
TmFromChar
TmToChar
ToastAttrInfo
ToastCompressionId
ToastTupleContext
ToastedAttribute
TocEntry
TokenAuxData
TokenizedAuthLine
TrackItem
TransApplyAction
TransInvalidationInfo
TransState
TransactionId
TransactionState
TransactionStateData
TransactionStmt
TransactionStmtKind
TransformInfo
TransformJsonStringValuesState
TransitionCaptureState
TrgmArc
TrgmArcInfo
TrgmBound
TrgmColor
TrgmColorInfo
TrgmGistOptions
TrgmNFA
TrgmPackArcInfo
TrgmPackedArc
TrgmPackedGraph
TrgmPackedState
TrgmPrefix
TrgmState
TrgmStateKey
TrieChar
Trigger
TriggerData
TriggerDesc
TriggerEvent
TriggerFlags
TriggerInfo
TriggerTransition
TruncateStmt
TsmRoutine
TupOutputState
TupSortStatus
TupStoreStatus
TupleConstr
TupleConversionMap
TupleDesc
TupleHashEntry
TupleHashEntryData
TupleHashIterator
TupleHashTable
TupleQueueReader
TupleTableSlot
TupleTableSlotOps
TuplesortClusterArg
TuplesortDatumArg
TuplesortIndexArg
TuplesortIndexBTreeArg
TuplesortIndexHashArg
TuplesortInstrumentation
TuplesortMethod
TuplesortPublic
TuplesortSpaceType
Tuplesortstate
Tuplestorestate
TwoPhaseCallback
TwoPhaseFileHeader
TwoPhaseLockRecord
TwoPhasePgStatRecord
TwoPhasePredicateLockRecord
TwoPhasePredicateRecord
TwoPhasePredicateRecordType
TwoPhasePredicateXactRecord
TwoPhaseRecordOnDisk
TwoPhaseRmgrId
TwoPhaseStateData
Type
TypeCacheEntry
TypeCacheEnumData
TypeCast
TypeCat
TypeFuncClass
TypeInfo
TypeName
U
U32
U8
UChar
UCharIterator
UColAttribute
UColAttributeValue
UCollator
UConverter
UErrorCode
UINT
ULARGE_INTEGER
ULONG
ULONG_PTR
UV
UVersionInfo
UnicodeNormalizationForm
UnicodeNormalizationQC
Unique
UniquePath
UniquePathMethod
UniqueState
UnlistenStmt
UnresolvedTup
UnresolvedTupData
UpdateContext
UpdateStmt
UpperRelationKind
UpperUniquePath
UserAuth
UserMapping
UserOpts
VacAttrStats
VacAttrStatsP
VacDeadItems
VacErrPhase
VacOptValue
VacuumParams
VacuumRelation
VacuumStmt
ValidateIndexState
ValuesScan
ValuesScanState
Var
VarBit
VarChar
VarParamState
VarString
VarStringSortSupport
Variable
VariableAssignHook
VariableCache
VariableCacheData
VariableSetKind
VariableSetStmt
VariableShowStmt
VariableSpace
VariableStatData
VariableSubstituteHook
Variables
VersionedQuery
Vfd
ViewCheckOption
ViewOptCheckOption
ViewOptions
ViewStmt
VirtualTransactionId
VirtualTupleTableSlot
VolatileFunctionStatus
Vsrt
WAIT_ORDER
WALAvailability
WALInsertLock
WALInsertLockPadded
WALOpenSegment
WALReadError
WalRcvWakeupReason
WALSegmentCloseCB
WALSegmentContext
WALSegmentOpenCB
WCHAR
WCOKind
WFW_WaitOption
WIDGET
WORD
WORKSTATE
WSABUF
WSADATA
WSANETWORKEVENTS
WSAPROTOCOL_INFO
WaitEvent
WaitEventActivity
WaitEventClient
WaitEventIO
WaitEventIPC
WaitEventSet
WaitEventTimeout
WaitPMResult
WalCloseMethod
WalCompression
WalLevel
WalRcvData
WalRcvExecResult
WalRcvExecStatus
WalRcvState
WalRcvStreamOptions
WalReceiverConn
WalReceiverFunctionsType
WalSnd
WalSndCtlData
WalSndSendDataCallback
WalSndState
WalTimeSample
WalUsage
WalWriteMethod
Walfile
WindowAgg
WindowAggPath
WindowAggState
WindowAggStatus
WindowClause
WindowClauseSortData
WindowDef
WindowFunc
WindowFuncExprState
WindowFuncLists
WindowObject
WindowObjectData
WindowStatePerAgg
WindowStatePerAggData
WindowStatePerFunc
WithCheckOption
WithClause
WordEntry
WordEntryIN
WordEntryPos
WordEntryPosVector
WordEntryPosVector1
WorkTableScan
WorkTableScanState
WorkerInfo
WorkerInfoData
WorkerInstrumentation
WorkerJobDumpPtrType
WorkerJobRestorePtrType
Working_State
WriteBufPtrType
WriteBytePtrType
WriteDataCallback
WriteDataPtrType
WriteExtraTocPtrType
WriteFunc
WriteManifestState
WriteTarState
WritebackContext
X509
X509_EXTENSION
X509_NAME
X509_NAME_ENTRY
X509_STORE
X509_STORE_CTX
XLTW_Oper
XLogCtlData
XLogCtlInsert
XLogDumpConfig
XLogDumpPrivate
XLogLongPageHeader
XLogLongPageHeaderData
XLogPageHeader
XLogPageHeaderData
XLogPageReadCB
XLogPageReadPrivate
XLogPageReadResult
XLogPrefetchStats
XLogPrefetcher
XLogPrefetcherFilter
XLogReaderRoutine
XLogReaderState
XLogRecData
XLogRecPtr
XLogRecStats
XLogRecord
XLogRecordBlockCompressHeader
XLogRecordBlockHeader
XLogRecordBlockImageHeader
XLogRecordBuffer
XLogRecoveryCtlData
XLogRedoAction
XLogSegNo
XLogSource
XLogStats
XLogwrtResult
XLogwrtRqst
XPV
XPVIV
XPVMG
XactCallback
XactCallbackItem
XactEvent
XactLockTableWaitInfo
XidBoundsViolation
XidCacheStatus
XidCommitStatus
XidStatus
XmlExpr
XmlExprOp
XmlOptionType
XmlSerialize
XmlTableBuilderData
YYLTYPE
YYSTYPE
YY_BUFFER_STATE
ZSTD_CCtx
ZSTD_DCtx
ZSTD_inBuffer
ZSTD_outBuffer
_SPI_connection
_SPI_plan
__AssignProcessToJobObject
__CreateJobObject
__CreateRestrictedToken
__IsProcessInJob
__QueryInformationJobObject
__SetInformationJobObject
__time64_t
_dev_t
_ino_t
_locale_t
_resultmap
_stringlist
acquireLocksOnSubLinks_context
adjust_appendrel_attrs_context
aff_regex_struct
allocfunc
amadjustmembers_function
ambeginscan_function
ambuild_function
ambuildempty_function
ambuildphasename_function
ambulkdelete_function
amcanreturn_function
amcostestimate_function
amendscan_function
amestimateparallelscan_function
amgetbitmap_function
amgettuple_function
aminitparallelscan_function
aminsert_function
ammarkpos_function
amoptions_function
amparallelrescan_function
amproperty_function
amrescan_function
amrestrpos_function
amvacuumcleanup_function
amvalidate_function
array_iter
array_unnest_fctx
assign_collations_context
autovac_table
av_relation
avl_dbase
avl_node
avl_tree
avw_dbase
backslashResult
backup_manifest_info
backup_manifest_option
base_yy_extra_type
basebackup_options
bbsink
bbsink_copystream
bbsink_gzip
bbsink_lz4
bbsink_ops
bbsink_server
bbsink_shell
bbsink_state
bbsink_throttle
bbsink_zstd
bbstreamer
bbstreamer_archive_context
bbstreamer_extractor
bbstreamer_gzip_decompressor
bbstreamer_gzip_writer
bbstreamer_lz4_frame
bbstreamer_member
bbstreamer_ops
bbstreamer_plain_writer
bbstreamer_recovery_injector
bbstreamer_tar_archiver
bbstreamer_tar_parser
bbstreamer_zstd_frame
bgworker_main_type
binaryheap
binaryheap_comparator
bitmapword
bits16
bits32
bits8
bloom_filter
boolKEY
brin_column_state
brin_serialize_callback_type
bytea
cached_re_str
canonicalize_state
cashKEY
catalogid_hash
cfp
check_agg_arguments_context
check_function_callback
check_network_data
check_object_relabel_type
check_password_hook_type
check_ungrouped_columns_context
chr
clock_t
cmpEntriesArg
codes_t
collation_cache_entry
color
colormaprange
compare_context
config_var_value
contain_aggs_of_level_context
convert_testexpr_context
copy_data_dest_cb
copy_data_source_cb
core_YYSTYPE
core_yy_extra_type
core_yyscan_t
corrupt_items
cost_qual_eval_context
cp_hash_func
create_upper_paths_hook_type
createdb_failure_params
crosstab_HashEnt
crosstab_cat_desc
datapagemap_iterator_t
datapagemap_t
dateKEY
datetkn
dce_uuid_t
dclist_head
decimal
deparse_columns
deparse_context
deparse_expr_cxt
deparse_namespace
destructor
dev_t
digit
disassembledLeaf
dlist_head
dlist_iter
dlist_mutable_iter
dlist_node
ds_state
dsa_area
dsa_area_control
dsa_area_pool
dsa_area_span
dsa_handle
dsa_pointer
dsa_pointer_atomic
dsa_segment_header
dsa_segment_index
dsa_segment_map
dshash_compare_function
dshash_hash
dshash_hash_function
dshash_parameters
dshash_partition
dshash_seq_status
dshash_table
dshash_table_control
dshash_table_handle
dshash_table_item
dsm_control_header
dsm_control_item
dsm_handle
dsm_op
dsm_segment
dsm_segment_detach_callback
eLogType
ean13
eary
ec_matches_callback_type
ec_member_foreign_arg
ec_member_matches_arg
emit_log_hook_type
eval_const_expressions_context
exec_thread_arg
execution_state
explain_get_index_name_hook_type
f_smgr
fd_set
fe_scram_state
fe_scram_state_enum
fetch_range_request
file_action_t
file_entry_t
file_type_t
filehash_hash
filehash_iterator
filemap_t
fill_string_relopt
finalize_primnode_context
find_dependent_phvs_context
find_expr_references_context
fix_join_expr_context
fix_scan_expr_context
fix_upper_expr_context
fix_windowagg_cond_context
flatten_join_alias_vars_context
flatten_rtes_walker_context
float4
float4KEY
float8
float8KEY
floating_decimal_32
floating_decimal_64
fmAggrefPtr
fmExprContextCallbackFunction
fmNodePtr
fmStringInfo
fmgr_hook_type
foreign_glob_cxt
foreign_loc_cxt
freeaddrinfo_ptr_t
freefunc
fsec_t
gbt_vsrt_arg
gbtree_ninfo
gbtree_vinfo
generate_series_fctx
generate_series_numeric_fctx
generate_series_timestamp_fctx
generate_series_timestamptz_fctx
generate_subscripts_fctx
get_attavgwidth_hook_type
get_index_stats_hook_type
get_relation_info_hook_type
get_relation_stats_hook_type
getaddrinfo_ptr_t
getnameinfo_ptr_t
gid_t
gin_leafpage_items_state
ginxlogCreatePostingTree
ginxlogDeleteListPages
ginxlogDeletePage
ginxlogInsert
ginxlogInsertDataInternal
ginxlogInsertEntry
ginxlogInsertListPage
ginxlogRecompressDataLeaf
ginxlogSplit
ginxlogUpdateMeta
ginxlogVacuumDataLeafPage
gistxlogDelete
gistxlogPage
gistxlogPageDelete
gistxlogPageReuse
gistxlogPageSplit
gistxlogPageUpdate
grouping_sets_data
gseg_picksplit_item
gss_buffer_desc
gss_cred_id_t
gss_ctx_id_t
gss_name_t
gtrgm_consistent_cache
gzFile
hashfunc
hbaPort
heap_page_items_state
help_handler
hlCheck
hstoreCheckKeyLen_t
hstoreCheckValLen_t
hstorePairs_t
hstoreUniquePairs_t
hstoreUpgrade_t
hyperLogLogState
ifState
ilist
import_error_callback_arg
indexed_tlist
inet
inetKEY
inet_struct
init_function
inline_cte_walker_context
inline_error_callback_arg
ino_t
instr_time
int128
int16
int16KEY
int2vector
int32
int32KEY
int32_t
int64
int64KEY
int8
internalPQconninfoOption
intptr_t
intset_internal_node
intset_leaf_node
intset_node
intvKEY
io_stat_col
itemIdCompact
itemIdCompactData
iterator
jmp_buf
join_search_hook_type
json_aelem_action
json_manifest_error_callback
json_manifest_perfile_callback
json_manifest_perwalrange_callback
json_ofield_action
json_scalar_action
json_struct_action
keyEntryData
key_t
lclContext
lclTocEntry
leafSegmentInfo
leaf_item
libpq_source
line_t
lineno_t
list_sort_comparator
local_relopt
local_relopts
local_source
locale_t
locate_agg_of_level_context
locate_var_of_level_context
locate_windowfunc_context
logstreamer_param
lquery
lquery_level
lquery_variant
ltree
ltree_gist
ltree_level
ltxtquery
mXactCacheEnt
mac8KEY
macKEY
macaddr
macaddr8
macaddr_sortsupport_state
manifest_file
manifest_files_hash
manifest_files_iterator
manifest_wal_range
map_variable_attnos_context
max_parallel_hazard_context
mb2wchar_with_len_converter
mbchar_verifier
mbcharacter_incrementer
mbdisplaylen_converter
mblen_converter
mbstr_verifier
memoize_hash
memoize_iterator
metastring
mix_data_t
mixedStruct
mode_t
movedb_failure_params
multirange_bsearch_comparison
multirange_unnest_fctx
mxact
mxtruncinfo
needs_fmgr_hook_type
network_sortsupport_state
nodeitem
normal_rand_fctx
ntile_context
numeric
object_access_hook_type
object_access_hook_type_str
off_t
oidKEY
oidvector
on_dsm_detach_callback
on_exit_nicely_callback
openssl_tls_init_hook_typ
ossl_EVP_cipher_func
other
output_type
pagetable_hash
pagetable_iterator
pairingheap
pairingheap_comparator
pairingheap_node
parallel_worker_main_type
parse_error_callback_arg
parser_context
partition_method_t
pendingPosition
pgParameterStatus
pg_atomic_flag
pg_atomic_uint32
pg_atomic_uint64
pg_be_sasl_mech
pg_checksum_context
pg_checksum_raw_context
pg_checksum_type
pg_compress_algorithm
pg_compress_specification
pg_conn_host
pg_conn_host_type
pg_conv_map
pg_crc32
pg_crc32c
pg_cryptohash_ctx
pg_cryptohash_errno
pg_cryptohash_type
pg_ctype_cache
pg_enc
pg_enc2gettext
pg_enc2name
pg_encname
pg_fe_sasl_mech
pg_funcptr_t
pg_gssinfo
pg_hmac_ctx
pg_hmac_errno
pg_int64
pg_local_to_utf_combined
pg_locale_t
pg_mb_radix_tree
pg_md5_ctx
pg_on_exit_callback
pg_prng_state
pg_re_flags
pg_saslprep_rc
pg_sha1_ctx
pg_sha224_ctx
pg_sha256_ctx
pg_sha384_ctx
pg_sha512_ctx
pg_snapshot
pg_stack_base_t
pg_time_t
pg_time_usec_t
pg_tz
pg_tz_cache
pg_tzenum
pg_unicode_decompinfo
pg_unicode_decomposition
pg_unicode_norminfo
pg_unicode_normprops
pg_unicode_recompinfo
pg_utf_to_local_combined
pg_uuid_t
pg_wc_probefunc
pg_wchar
pg_wchar_tbl
pgp_armor_headers_state
pgsocket
pgsql_thing_t
pgssEntry
pgssGlobalStats
pgssHashKey
pgssSharedState
pgssStoreKind
pgssVersion
pgstat_entry_ref_hash_hash
pgstat_entry_ref_hash_iterator
pgstat_page
pgstat_snapshot_hash
pgstattuple_type
pgthreadlock_t
pid_t
pivot_field
planner_hook_type
plperl_array_info
plperl_call_data
plperl_interp_desc
plperl_proc_desc
plperl_proc_key
plperl_proc_ptr
plperl_query_desc
plperl_query_entry
plpgsql_CastHashEntry
plpgsql_CastHashKey
plpgsql_HashEnt
pltcl_call_state
pltcl_interp_desc
pltcl_proc_desc
pltcl_proc_key
pltcl_proc_ptr
pltcl_query_desc
pointer
polymorphic_actuals
pos_trgm
post_parse_analyze_hook_type
postprocess_result_function
pqbool
pqsigfunc
printQueryOpt
printTableContent
printTableFooter
printTableOpt
printTextFormat
printTextLineFormat
printTextLineWrap
printTextRule
printXheaderWidthType
printfunc
priv_map
process_file_callback_t
process_sublinks_context
proclist_head
proclist_mutable_iter
proclist_node
promptStatus_t
pthread_barrier_t
pthread_cond_t
pthread_key_t
pthread_mutex_t
pthread_once_t
pthread_t
ptrdiff_t
published_rel
pull_var_clause_context
pull_varattnos_context
pull_varnos_context
pull_vars_context
pullup_replace_vars_context
pushdown_safety_info
qc_hash_func
qsort_arg_comparator
qsort_comparator
query_pathkeys_callback
radius_attribute
radius_packet
rangeTableEntry_used_context
rank_context
rbt_allocfunc
rbt_combiner
rbt_comparator
rbt_freefunc
reduce_outer_joins_state
reference
regex_arc_t
regex_t
regexp
regexp_matches_ctx
registered_buffer
regmatch_t
regoff_t
regproc
relopt_bool
relopt_enum
relopt_enum_elt_def
relopt_gen
relopt_int
relopt_kind
relopt_parse_elt
relopt_real
relopt_string
relopt_type
relopt_value
relopts_validator
remoteConn
remoteConnHashEnt
remoteDep
rendezvousHashEntry
replace_rte_variables_callback
replace_rte_variables_context
ret_type
rewind_source
rewrite_event
rf_context
rm_detail_t
role_auth_extra
row_security_policy_hook_type
rsv_callback
saophash_hash
save_buffer
scram_state
scram_state_enum
sem_t
sequence_magic
set_join_pathlist_hook_type
set_rel_pathlist_hook_type
shm_mq
shm_mq_handle
shm_mq_iovec
shm_mq_result
shm_toc
shm_toc_entry
shm_toc_estimator
shmem_request_hook_type
shmem_startup_hook_type
sig_atomic_t
sigjmp_buf
signedbitmapword
sigset_t
size_t
slist_head
slist_iter
slist_mutable_iter
slist_node
slock_t
socket_set
socklen_t
spgBulkDeleteState
spgChooseIn
spgChooseOut
spgChooseResultType
spgConfigIn
spgConfigOut
spgInnerConsistentIn
spgInnerConsistentOut
spgLeafConsistentIn
spgLeafConsistentOut
spgNodePtr
spgPickSplitIn
spgPickSplitOut
spgVacPendingItem
spgxlogAddLeaf
spgxlogAddNode
spgxlogMoveLeafs
spgxlogPickSplit
spgxlogSplitTuple
spgxlogState
spgxlogVacuumLeaf
spgxlogVacuumRedirect
spgxlogVacuumRoot
split_pathtarget_context
split_pathtarget_item
sql_error_callback_arg
sqlparseInfo
sqlparseState
ss_lru_item_t
ss_scan_location_t
ss_scan_locations_t
ssize_t
standard_qp_extra
stemmer_module
stmtCacheEntry
storeInfo
storeRes_func
stream_stop_callback
string
substitute_actual_parameters_context
substitute_actual_srf_parameters_context
substitute_phv_relids_context
symbol
tablespaceinfo
teSection
temp_tablespaces_extra
test_re_flags
test_regex_ctx
test_shm_mq_header
test_spec
test_start_function
text
timeKEY
time_t
timeout_handler_proc
timeout_params
timerCA
tlist_vinfo
toast_compress_header
tokenize_error_callback_arg
transferMode
transfer_thread_arg
trgm
trgm_mb_char
trivalue
tsKEY
ts_parserstate
ts_tokenizer
ts_tokentype
tsearch_readline_state
tuplehash_hash
tuplehash_iterator
type
tzEntry
u_char
u_int
uchr
uid_t
uint128
uint16
uint16_t
uint32
uint32_t
uint64
uint64_t
uint8
uint8_t
uintptr_t
unicodeStyleBorderFormat
unicodeStyleColumnFormat
unicodeStyleFormat
unicodeStyleRowFormat
unicode_linestyle
unit_conversion
unlogged_relation_entry
utf_local_conversion_func
uuidKEY
uuid_rc_t
uuid_sortsupport_state
uuid_t
va_list
vacuumingOptions
validate_string_relopt
varatt_expanded
varattrib_1b
varattrib_1b_e
varattrib_4b
vbits
verifier_context
walrcv_check_conninfo_fn
walrcv_connect_fn
walrcv_create_slot_fn
walrcv_disconnect_fn
walrcv_endstreaming_fn
walrcv_exec_fn
walrcv_get_backend_pid_fn
walrcv_get_conninfo_fn
walrcv_get_senderinfo_fn
walrcv_identify_system_fn
walrcv_readtimelinehistoryfile_fn
walrcv_receive_fn
walrcv_send_fn
walrcv_server_version_fn
walrcv_startstreaming_fn
wchar2mb_with_len_converter
wchar_t
win32_deadchild_waitinfo
wint_t
worker_state
worktable
wrap
xl_brin_createidx
xl_brin_desummarize
xl_brin_insert
xl_brin_revmap_extend
xl_brin_samepage_update
xl_brin_update
xl_btree_dedup
xl_btree_delete
xl_btree_insert
xl_btree_mark_page_halfdead
xl_btree_metadata
xl_btree_newroot
xl_btree_reuse_page
xl_btree_split
xl_btree_unlink_page
xl_btree_update
xl_btree_vacuum
xl_clog_truncate
xl_commit_ts_truncate
xl_dbase_create_file_copy_rec
xl_dbase_create_wal_log_rec
xl_dbase_drop_rec
xl_end_of_recovery
xl_hash_add_ovfl_page
xl_hash_delete
xl_hash_init_bitmap_page
xl_hash_init_meta_page
xl_hash_insert
xl_hash_move_page_contents
xl_hash_split_allocate_page
xl_hash_split_complete
xl_hash_squeeze_page
xl_hash_update_meta_page
xl_hash_vacuum_one_page
xl_heap_confirm
xl_heap_delete
xl_heap_freeze_page
xl_heap_freeze_plan
xl_heap_freeze_tuple
xl_heap_header
xl_heap_inplace
xl_heap_insert
xl_heap_lock
xl_heap_lock_updated
xl_heap_multi_insert
xl_heap_new_cid
xl_heap_prune
xl_heap_rewrite_mapping
xl_heap_truncate
xl_heap_update
xl_heap_vacuum
xl_heap_visible
xl_invalid_page
xl_invalid_page_key
xl_invalidations
xl_logical_message
xl_multi_insert_tuple
xl_multixact_create
xl_multixact_truncate
xl_overwrite_contrecord
xl_parameter_change
xl_relmap_update
xl_replorigin_drop
xl_replorigin_set
xl_restore_point
xl_running_xacts
xl_seq_rec
xl_smgr_create
xl_smgr_truncate
xl_standby_lock
xl_standby_locks
xl_tblspc_create_rec
xl_tblspc_drop_rec
xl_xact_abort
xl_xact_assignment
xl_xact_commit
xl_xact_dbinfo
xl_xact_invals
xl_xact_origin
xl_xact_parsed_abort
xl_xact_parsed_commit
xl_xact_parsed_prepare
xl_xact_prepare
xl_xact_relfilelocators
xl_xact_stats_item
xl_xact_stats_items
xl_xact_subxacts
xl_xact_twophase
xl_xact_xinfo
xmlBuffer
xmlBufferPtr
xmlChar
xmlDocPtr
xmlErrorPtr
xmlExternalEntityLoader
xmlGenericErrorFunc
xmlNodePtr
xmlNodeSetPtr
xmlParserCtxtPtr
xmlParserInputPtr
xmlStructuredErrorFunc
xmlTextWriter
xmlTextWriterPtr
xmlXPathCompExprPtr
xmlXPathContextPtr
xmlXPathObjectPtr
xmltype
xpath_workspace
xsltSecurityPrefsPtr
xsltStylesheetPtr
xsltTransformContextPtr
yy_parser
yy_size_t
yyscan_t
z_stream
z_streamp
zic_t
ZSTD_CStream