Guest User

Untitled

a guest
Nov 18th, 2018
291
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 49.83 KB | None | 0 0
  1. /nix/store/cy2cpagavdva5fl70km0jxqnbq0xkkms-postgresql-11.1
  2. ├── bin
  3. │   ├── clusterdb
  4. │   ├── createdb
  5. │   ├── createuser
  6. │   ├── dropdb
  7. │   ├── dropuser
  8. │   ├── ecpg
  9. │   ├── initdb
  10. │   ├── oid2name
  11. │   ├── pg_archivecleanup
  12. │   ├── pg_basebackup
  13. │   ├── pgbench
  14. │   ├── pg_config
  15. │   ├── pg_controldata
  16. │   ├── pg_ctl
  17. │   ├── pg_dump
  18. │   ├── pg_dumpall
  19. │   ├── pg_isready
  20. │   ├── pg_receivewal
  21. │   ├── pg_recvlogical
  22. │   ├── pg_resetwal
  23. │   ├── pg_restore
  24. │   ├── pg_rewind
  25. │   ├── pg_standby
  26. │   ├── pg_test_fsync
  27. │   ├── pg_test_timing
  28. │   ├── pg_upgrade
  29. │   ├── pg_verify_checksums
  30. │   ├── pg_waldump
  31. │   ├── postgres
  32. │   ├── postmaster -> postgres
  33. │   ├── psql
  34. │   ├── reindexdb
  35. │   ├── vacuumdb
  36. │   └── vacuumlo
  37. ├── include
  38. │   ├── ecpg_config.h
  39. │   ├── ecpgerrno.h
  40. │   ├── ecpg_informix.h
  41. │   ├── ecpglib.h
  42. │   ├── ecpgtype.h
  43. │   ├── informix
  44. │   │   └── esql
  45. │   │   ├── datetime.h
  46. │   │   ├── decimal.h
  47. │   │   └── sqltypes.h
  48. │   ├── internal
  49. │   │   ├── c.h
  50. │   │   ├── libpq
  51. │   │   │   └── pqcomm.h
  52. │   │   ├── libpq-int.h
  53. │   │   ├── port.h
  54. │   │   ├── postgres_fe.h
  55. │   │   └── pqexpbuffer.h
  56. │   ├── libpq
  57. │   │   └── libpq-fs.h
  58. │   ├── libpq-events.h
  59. │   ├── libpq-fe.h
  60. │   ├── pg_config_ext.h
  61. │   ├── pg_config.h
  62. │   ├── pg_config_manual.h
  63. │   ├── pg_config_os.h
  64. │   ├── pgtypes_date.h
  65. │   ├── pgtypes_error.h
  66. │   ├── pgtypes.h
  67. │   ├── pgtypes_interval.h
  68. │   ├── pgtypes_numeric.h
  69. │   ├── pgtypes_timestamp.h
  70. │   ├── postgres_ext.h
  71. │   ├── server
  72. │   │   ├── access
  73. │   │   │   ├── amapi.h
  74. │   │   │   ├── amvalidate.h
  75. │   │   │   ├── attnum.h
  76. │   │   │   ├── brin.h
  77. │   │   │   ├── brin_internal.h
  78. │   │   │   ├── brin_page.h
  79. │   │   │   ├── brin_pageops.h
  80. │   │   │   ├── brin_revmap.h
  81. │   │   │   ├── brin_tuple.h
  82. │   │   │   ├── brin_xlog.h
  83. │   │   │   ├── bufmask.h
  84. │   │   │   ├── clog.h
  85. │   │   │   ├── commit_ts.h
  86. │   │   │   ├── genam.h
  87. │   │   │   ├── generic_xlog.h
  88. │   │   │   ├── ginblock.h
  89. │   │   │   ├── gin.h
  90. │   │   │   ├── gin_private.h
  91. │   │   │   ├── ginxlog.h
  92. │   │   │   ├── gist.h
  93. │   │   │   ├── gist_private.h
  94. │   │   │   ├── gistscan.h
  95. │   │   │   ├── gistxlog.h
  96. │   │   │   ├── hash.h
  97. │   │   │   ├── hash_xlog.h
  98. │   │   │   ├── heapam.h
  99. │   │   │   ├── heapam_xlog.h
  100. │   │   │   ├── hio.h
  101. │   │   │   ├── htup_details.h
  102. │   │   │   ├── htup.h
  103. │   │   │   ├── itup.h
  104. │   │   │   ├── multixact.h
  105. │   │   │   ├── nbtree.h
  106. │   │   │   ├── nbtxlog.h
  107. │   │   │   ├── parallel.h
  108. │   │   │   ├── printsimple.h
  109. │   │   │   ├── printtup.h
  110. │   │   │   ├── reloptions.h
  111. │   │   │   ├── relscan.h
  112. │   │   │   ├── rewriteheap.h
  113. │   │   │   ├── rmgr.h
  114. │   │   │   ├── rmgrlist.h
  115. │   │   │   ├── sdir.h
  116. │   │   │   ├── session.h
  117. │   │   │   ├── skey.h
  118. │   │   │   ├── slru.h
  119. │   │   │   ├── spgist.h
  120. │   │   │   ├── spgist_private.h
  121. │   │   │   ├── spgxlog.h
  122. │   │   │   ├── stratnum.h
  123. │   │   │   ├── subtrans.h
  124. │   │   │   ├── sysattr.h
  125. │   │   │   ├── timeline.h
  126. │   │   │   ├── transam.h
  127. │   │   │   ├── tsmapi.h
  128. │   │   │   ├── tupconvert.h
  129. │   │   │   ├── tupdesc_details.h
  130. │   │   │   ├── tupdesc.h
  131. │   │   │   ├── tupmacs.h
  132. │   │   │   ├── tuptoaster.h
  133. │   │   │   ├── twophase.h
  134. │   │   │   ├── twophase_rmgr.h
  135. │   │   │   ├── valid.h
  136. │   │   │   ├── visibilitymap.h
  137. │   │   │   ├── xact.h
  138. │   │   │   ├── xlogdefs.h
  139. │   │   │   ├── xlog.h
  140. │   │   │   ├── xloginsert.h
  141. │   │   │   ├── xlog_internal.h
  142. │   │   │   ├── xlogreader.h
  143. │   │   │   ├── xlogrecord.h
  144. │   │   │   └── xlogutils.h
  145. │   │   ├── bootstrap
  146. │   │   │   └── bootstrap.h
  147. │   │   ├── catalog
  148. │   │   │   ├── binary_upgrade.h
  149. │   │   │   ├── catalog.h
  150. │   │   │   ├── catversion.h
  151. │   │   │   ├── dependency.h
  152. │   │   │   ├── genbki.h
  153. │   │   │   ├── heap.h
  154. │   │   │   ├── index.h
  155. │   │   │   ├── indexing.h
  156. │   │   │   ├── namespace.h
  157. │   │   │   ├── objectaccess.h
  158. │   │   │   ├── objectaddress.h
  159. │   │   │   ├── opfam_internal.h
  160. │   │   │   ├── partition.h
  161. │   │   │   ├── pg_aggregate_d.h
  162. │   │   │   ├── pg_aggregate.h
  163. │   │   │   ├── pg_am_d.h
  164. │   │   │   ├── pg_am.h
  165. │   │   │   ├── pg_amop_d.h
  166. │   │   │   ├── pg_amop.h
  167. │   │   │   ├── pg_amproc_d.h
  168. │   │   │   ├── pg_amproc.h
  169. │   │   │   ├── pg_attrdef_d.h
  170. │   │   │   ├── pg_attrdef.h
  171. │   │   │   ├── pg_attribute_d.h
  172. │   │   │   ├── pg_attribute.h
  173. │   │   │   ├── pg_authid_d.h
  174. │   │   │   ├── pg_authid.h
  175. │   │   │   ├── pg_auth_members_d.h
  176. │   │   │   ├── pg_auth_members.h
  177. │   │   │   ├── pg_cast_d.h
  178. │   │   │   ├── pg_cast.h
  179. │   │   │   ├── pg_class_d.h
  180. │   │   │   ├── pg_class.h
  181. │   │   │   ├── pg_collation_d.h
  182. │   │   │   ├── pg_collation.h
  183. │   │   │   ├── pg_constraint_d.h
  184. │   │   │   ├── pg_constraint.h
  185. │   │   │   ├── pg_control.h
  186. │   │   │   ├── pg_conversion_d.h
  187. │   │   │   ├── pg_conversion.h
  188. │   │   │   ├── pg_database_d.h
  189. │   │   │   ├── pg_database.h
  190. │   │   │   ├── pg_db_role_setting_d.h
  191. │   │   │   ├── pg_db_role_setting.h
  192. │   │   │   ├── pg_default_acl_d.h
  193. │   │   │   ├── pg_default_acl.h
  194. │   │   │   ├── pg_depend_d.h
  195. │   │   │   ├── pg_depend.h
  196. │   │   │   ├── pg_description_d.h
  197. │   │   │   ├── pg_description.h
  198. │   │   │   ├── pg_enum_d.h
  199. │   │   │   ├── pg_enum.h
  200. │   │   │   ├── pg_event_trigger_d.h
  201. │   │   │   ├── pg_event_trigger.h
  202. │   │   │   ├── pg_extension_d.h
  203. │   │   │   ├── pg_extension.h
  204. │   │   │   ├── pg_foreign_data_wrapper_d.h
  205. │   │   │   ├── pg_foreign_data_wrapper.h
  206. │   │   │   ├── pg_foreign_server_d.h
  207. │   │   │   ├── pg_foreign_server.h
  208. │   │   │   ├── pg_foreign_table_d.h
  209. │   │   │   ├── pg_foreign_table.h
  210. │   │   │   ├── pg_index_d.h
  211. │   │   │   ├── pg_index.h
  212. │   │   │   ├── pg_inherits_d.h
  213. │   │   │   ├── pg_inherits.h
  214. │   │   │   ├── pg_init_privs_d.h
  215. │   │   │   ├── pg_init_privs.h
  216. │   │   │   ├── pg_language_d.h
  217. │   │   │   ├── pg_language.h
  218. │   │   │   ├── pg_largeobject_d.h
  219. │   │   │   ├── pg_largeobject.h
  220. │   │   │   ├── pg_largeobject_metadata_d.h
  221. │   │   │   ├── pg_largeobject_metadata.h
  222. │   │   │   ├── pg_namespace_d.h
  223. │   │   │   ├── pg_namespace.h
  224. │   │   │   ├── pg_opclass_d.h
  225. │   │   │   ├── pg_opclass.h
  226. │   │   │   ├── pg_operator_d.h
  227. │   │   │   ├── pg_operator.h
  228. │   │   │   ├── pg_opfamily_d.h
  229. │   │   │   ├── pg_opfamily.h
  230. │   │   │   ├── pg_partitioned_table_d.h
  231. │   │   │   ├── pg_partitioned_table.h
  232. │   │   │   ├── pg_pltemplate_d.h
  233. │   │   │   ├── pg_pltemplate.h
  234. │   │   │   ├── pg_policy_d.h
  235. │   │   │   ├── pg_policy.h
  236. │   │   │   ├── pg_proc_d.h
  237. │   │   │   ├── pg_proc.h
  238. │   │   │   ├── pg_publication_d.h
  239. │   │   │   ├── pg_publication.h
  240. │   │   │   ├── pg_publication_rel_d.h
  241. │   │   │   ├── pg_publication_rel.h
  242. │   │   │   ├── pg_range_d.h
  243. │   │   │   ├── pg_range.h
  244. │   │   │   ├── pg_replication_origin_d.h
  245. │   │   │   ├── pg_replication_origin.h
  246. │   │   │   ├── pg_rewrite_d.h
  247. │   │   │   ├── pg_rewrite.h
  248. │   │   │   ├── pg_seclabel_d.h
  249. │   │   │   ├── pg_seclabel.h
  250. │   │   │   ├── pg_sequence_d.h
  251. │   │   │   ├── pg_sequence.h
  252. │   │   │   ├── pg_shdepend_d.h
  253. │   │   │   ├── pg_shdepend.h
  254. │   │   │   ├── pg_shdescription_d.h
  255. │   │   │   ├── pg_shdescription.h
  256. │   │   │   ├── pg_shseclabel_d.h
  257. │   │   │   ├── pg_shseclabel.h
  258. │   │   │   ├── pg_statistic_d.h
  259. │   │   │   ├── pg_statistic_ext_d.h
  260. │   │   │   ├── pg_statistic_ext.h
  261. │   │   │   ├── pg_statistic.h
  262. │   │   │   ├── pg_subscription_d.h
  263. │   │   │   ├── pg_subscription.h
  264. │   │   │   ├── pg_subscription_rel_d.h
  265. │   │   │   ├── pg_subscription_rel.h
  266. │   │   │   ├── pg_tablespace_d.h
  267. │   │   │   ├── pg_tablespace.h
  268. │   │   │   ├── pg_transform_d.h
  269. │   │   │   ├── pg_transform.h
  270. │   │   │   ├── pg_trigger_d.h
  271. │   │   │   ├── pg_trigger.h
  272. │   │   │   ├── pg_ts_config_d.h
  273. │   │   │   ├── pg_ts_config.h
  274. │   │   │   ├── pg_ts_config_map_d.h
  275. │   │   │   ├── pg_ts_config_map.h
  276. │   │   │   ├── pg_ts_dict_d.h
  277. │   │   │   ├── pg_ts_dict.h
  278. │   │   │   ├── pg_ts_parser_d.h
  279. │   │   │   ├── pg_ts_parser.h
  280. │   │   │   ├── pg_ts_template_d.h
  281. │   │   │   ├── pg_ts_template.h
  282. │   │   │   ├── pg_type_d.h
  283. │   │   │   ├── pg_type.h
  284. │   │   │   ├── pg_user_mapping_d.h
  285. │   │   │   ├── pg_user_mapping.h
  286. │   │   │   ├── schemapg.h
  287. │   │   │   ├── storage.h
  288. │   │   │   ├── storage_xlog.h
  289. │   │   │   └── toasting.h
  290. │   │   ├── c.h
  291. │   │   ├── commands
  292. │   │   │   ├── alter.h
  293. │   │   │   ├── async.h
  294. │   │   │   ├── cluster.h
  295. │   │   │   ├── collationcmds.h
  296. │   │   │   ├── comment.h
  297. │   │   │   ├── conversioncmds.h
  298. │   │   │   ├── copy.h
  299. │   │   │   ├── createas.h
  300. │   │   │   ├── dbcommands.h
  301. │   │   │   ├── dbcommands_xlog.h
  302. │   │   │   ├── defrem.h
  303. │   │   │   ├── discard.h
  304. │   │   │   ├── event_trigger.h
  305. │   │   │   ├── explain.h
  306. │   │   │   ├── extension.h
  307. │   │   │   ├── lockcmds.h
  308. │   │   │   ├── matview.h
  309. │   │   │   ├── policy.h
  310. │   │   │   ├── portalcmds.h
  311. │   │   │   ├── prepare.h
  312. │   │   │   ├── proclang.h
  313. │   │   │   ├── progress.h
  314. │   │   │   ├── publicationcmds.h
  315. │   │   │   ├── schemacmds.h
  316. │   │   │   ├── seclabel.h
  317. │   │   │   ├── sequence.h
  318. │   │   │   ├── subscriptioncmds.h
  319. │   │   │   ├── tablecmds.h
  320. │   │   │   ├── tablespace.h
  321. │   │   │   ├── trigger.h
  322. │   │   │   ├── typecmds.h
  323. │   │   │   ├── user.h
  324. │   │   │   ├── vacuum.h
  325. │   │   │   ├── variable.h
  326. │   │   │   └── view.h
  327. │   │   ├── common
  328. │   │   │   ├── base64.h
  329. │   │   │   ├── config_info.h
  330. │   │   │   ├── controldata_utils.h
  331. │   │   │   ├── fe_memutils.h
  332. │   │   │   ├── file_perm.h
  333. │   │   │   ├── file_utils.h
  334. │   │   │   ├── int128.h
  335. │   │   │   ├── int.h
  336. │   │   │   ├── ip.h
  337. │   │   │   ├── keywords.h
  338. │   │   │   ├── md5.h
  339. │   │   │   ├── pg_lzcompress.h
  340. │   │   │   ├── relpath.h
  341. │   │   │   ├── restricted_token.h
  342. │   │   │   ├── saslprep.h
  343. │   │   │   ├── scram-common.h
  344. │   │   │   ├── sha2.h
  345. │   │   │   ├── string.h
  346. │   │   │   ├── unicode_norm.h
  347. │   │   │   ├── unicode_norm_table.h
  348. │   │   │   └── username.h
  349. │   │   ├── datatype
  350. │   │   │   └── timestamp.h
  351. │   │   ├── dynloader.h
  352. │   │   ├── executor
  353. │   │   │   ├── execdebug.h
  354. │   │   │   ├── execdesc.h
  355. │   │   │   ├── execExpr.h
  356. │   │   │   ├── execParallel.h
  357. │   │   │   ├── execPartition.h
  358. │   │   │   ├── executor.h
  359. │   │   │   ├── functions.h
  360. │   │   │   ├── hashjoin.h
  361. │   │   │   ├── instrument.h
  362. │   │   │   ├── nodeAgg.h
  363. │   │   │   ├── nodeAppend.h
  364. │   │   │   ├── nodeBitmapAnd.h
  365. │   │   │   ├── nodeBitmapHeapscan.h
  366. │   │   │   ├── nodeBitmapIndexscan.h
  367. │   │   │   ├── nodeBitmapOr.h
  368. │   │   │   ├── nodeCtescan.h
  369. │   │   │   ├── nodeCustom.h
  370. │   │   │   ├── nodeForeignscan.h
  371. │   │   │   ├── nodeFunctionscan.h
  372. │   │   │   ├── nodeGather.h
  373. │   │   │   ├── nodeGatherMerge.h
  374. │   │   │   ├── nodeGroup.h
  375. │   │   │   ├── nodeHash.h
  376. │   │   │   ├── nodeHashjoin.h
  377. │   │   │   ├── nodeIndexonlyscan.h
  378. │   │   │   ├── nodeIndexscan.h
  379. │   │   │   ├── nodeLimit.h
  380. │   │   │   ├── nodeLockRows.h
  381. │   │   │   ├── nodeMaterial.h
  382. │   │   │   ├── nodeMergeAppend.h
  383. │   │   │   ├── nodeMergejoin.h
  384. │   │   │   ├── nodeModifyTable.h
  385. │   │   │   ├── nodeNamedtuplestorescan.h
  386. │   │   │   ├── nodeNestloop.h
  387. │   │   │   ├── nodeProjectSet.h
  388. │   │   │   ├── nodeRecursiveunion.h
  389. │   │   │   ├── nodeResult.h
  390. │   │   │   ├── nodeSamplescan.h
  391. │   │   │   ├── nodeSeqscan.h
  392. │   │   │   ├── nodeSetOp.h
  393. │   │   │   ├── nodeSort.h
  394. │   │   │   ├── nodeSubplan.h
  395. │   │   │   ├── nodeSubqueryscan.h
  396. │   │   │   ├── nodeTableFuncscan.h
  397. │   │   │   ├── nodeTidscan.h
  398. │   │   │   ├── nodeUnique.h
  399. │   │   │   ├── nodeValuesscan.h
  400. │   │   │   ├── nodeWindowAgg.h
  401. │   │   │   ├── nodeWorktablescan.h
  402. │   │   │   ├── spi.h
  403. │   │   │   ├── spi_priv.h
  404. │   │   │   ├── tablefunc.h
  405. │   │   │   ├── tqueue.h
  406. │   │   │   ├── tstoreReceiver.h
  407. │   │   │   └── tuptable.h
  408. │   │   ├── extension
  409. │   │   │   ├── cube
  410. │   │   │   │   └── cubedata.h
  411. │   │   │   ├── hstore
  412. │   │   │   │   └── hstore.h
  413. │   │   │   ├── isn
  414. │   │   │   │   └── isn.h
  415. │   │   │   ├── ltree
  416. │   │   │   │   └── ltree.h
  417. │   │   │   └── seg
  418. │   │   │   └── segdata.h
  419. │   │   ├── fe_utils
  420. │   │   │   ├── conditional.h
  421. │   │   │   ├── connect.h
  422. │   │   │   ├── mbprint.h
  423. │   │   │   ├── print.h
  424. │   │   │   ├── psqlscan.h
  425. │   │   │   ├── psqlscan_int.h
  426. │   │   │   ├── simple_list.h
  427. │   │   │   └── string_utils.h
  428. │   │   ├── fmgr.h
  429. │   │   ├── foreign
  430. │   │   │   ├── fdwapi.h
  431. │   │   │   └── foreign.h
  432. │   │   ├── funcapi.h
  433. │   │   ├── getaddrinfo.h
  434. │   │   ├── getopt_long.h
  435. │   │   ├── lib
  436. │   │   │   ├── binaryheap.h
  437. │   │   │   ├── bipartite_match.h
  438. │   │   │   ├── bloomfilter.h
  439. │   │   │   ├── dshash.h
  440. │   │   │   ├── hyperloglog.h
  441. │   │   │   ├── ilist.h
  442. │   │   │   ├── knapsack.h
  443. │   │   │   ├── pairingheap.h
  444. │   │   │   ├── rbtree.h
  445. │   │   │   ├── simplehash.h
  446. │   │   │   └── stringinfo.h
  447. │   │   ├── libpq
  448. │   │   │   ├── auth.h
  449. │   │   │   ├── be-fsstubs.h
  450. │   │   │   ├── crypt.h
  451. │   │   │   ├── hba.h
  452. │   │   │   ├── ifaddr.h
  453. │   │   │   ├── libpq-be.h
  454. │   │   │   ├── libpq-fs.h
  455. │   │   │   ├── libpq.h
  456. │   │   │   ├── pqcomm.h
  457. │   │   │   ├── pqformat.h
  458. │   │   │   ├── pqmq.h
  459. │   │   │   ├── pqsignal.h
  460. │   │   │   └── scram.h
  461. │   │   ├── mb
  462. │   │   │   └── pg_wchar.h
  463. │   │   ├── miscadmin.h
  464. │   │   ├── nodes
  465. │   │   │   ├── bitmapset.h
  466. │   │   │   ├── execnodes.h
  467. │   │   │   ├── extensible.h
  468. │   │   │   ├── lockoptions.h
  469. │   │   │   ├── makefuncs.h
  470. │   │   │   ├── memnodes.h
  471. │   │   │   ├── nodeFuncs.h
  472. │   │   │   ├── nodes.h
  473. │   │   │   ├── params.h
  474. │   │   │   ├── parsenodes.h
  475. │   │   │   ├── pg_list.h
  476. │   │   │   ├── plannodes.h
  477. │   │   │   ├── primnodes.h
  478. │   │   │   ├── print.h
  479. │   │   │   ├── readfuncs.h
  480. │   │   │   ├── relation.h
  481. │   │   │   ├── replnodes.h
  482. │   │   │   ├── tidbitmap.h
  483. │   │   │   └── value.h
  484. │   │   ├── optimizer
  485. │   │   │   ├── clauses.h
  486. │   │   │   ├── cost.h
  487. │   │   │   ├── geqo_copy.h
  488. │   │   │   ├── geqo_gene.h
  489. │   │   │   ├── geqo.h
  490. │   │   │   ├── geqo_misc.h
  491. │   │   │   ├── geqo_mutation.h
  492. │   │   │   ├── geqo_pool.h
  493. │   │   │   ├── geqo_random.h
  494. │   │   │   ├── geqo_recombination.h
  495. │   │   │   ├── geqo_selection.h
  496. │   │   │   ├── joininfo.h
  497. │   │   │   ├── orclauses.h
  498. │   │   │   ├── pathnode.h
  499. │   │   │   ├── paths.h
  500. │   │   │   ├── placeholder.h
  501. │   │   │   ├── plancat.h
  502. │   │   │   ├── planmain.h
  503. │   │   │   ├── planner.h
  504. │   │   │   ├── predtest.h
  505. │   │   │   ├── prep.h
  506. │   │   │   ├── restrictinfo.h
  507. │   │   │   ├── subselect.h
  508. │   │   │   ├── tlist.h
  509. │   │   │   └── var.h
  510. │   │   ├── parser
  511. │   │   │   ├── analyze.h
  512. │   │   │   ├── gram.h
  513. │   │   │   ├── gramparse.h
  514. │   │   │   ├── kwlist.h
  515. │   │   │   ├── parse_agg.h
  516. │   │   │   ├── parse_clause.h
  517. │   │   │   ├── parse_coerce.h
  518. │   │   │   ├── parse_collate.h
  519. │   │   │   ├── parse_cte.h
  520. │   │   │   ├── parse_enr.h
  521. │   │   │   ├── parse_expr.h
  522. │   │   │   ├── parse_func.h
  523. │   │   │   ├── parse_node.h
  524. │   │   │   ├── parse_oper.h
  525. │   │   │   ├── parse_param.h
  526. │   │   │   ├── parse_relation.h
  527. │   │   │   ├── parser.h
  528. │   │   │   ├── parse_target.h
  529. │   │   │   ├── parsetree.h
  530. │   │   │   ├── parse_type.h
  531. │   │   │   ├── parse_utilcmd.h
  532. │   │   │   ├── scanner.h
  533. │   │   │   └── scansup.h
  534. │   │   ├── partitioning
  535. │   │   │   ├── partbounds.h
  536. │   │   │   ├── partdefs.h
  537. │   │   │   └── partprune.h
  538. │   │   ├── pg_config_ext.h
  539. │   │   ├── pg_config.h
  540. │   │   ├── pg_config_manual.h
  541. │   │   ├── pg_config_os.h
  542. │   │   ├── pg_getopt.h
  543. │   │   ├── pgstat.h
  544. │   │   ├── pgtar.h
  545. │   │   ├── pgtime.h
  546. │   │   ├── pg_trace.h
  547. │   │   ├── plpgsql.h
  548. │   │   ├── port
  549. │   │   │   ├── aix.h
  550. │   │   │   ├── atomics
  551. │   │   │   │   ├── arch-arm.h
  552. │   │   │   │   ├── arch-hppa.h
  553. │   │   │   │   ├── arch-ia64.h
  554. │   │   │   │   ├── arch-ppc.h
  555. │   │   │   │   ├── arch-x86.h
  556. │   │   │   │   ├── fallback.h
  557. │   │   │   │   ├── generic-acc.h
  558. │   │   │   │   ├── generic-gcc.h
  559. │   │   │   │   ├── generic.h
  560. │   │   │   │   ├── generic-msvc.h
  561. │   │   │   │   ├── generic-sunpro.h
  562. │   │   │   │   └── generic-xlc.h
  563. │   │   │   ├── atomics.h
  564. │   │   │   ├── cygwin.h
  565. │   │   │   ├── darwin.h
  566. │   │   │   ├── freebsd.h
  567. │   │   │   ├── hpux.h
  568. │   │   │   ├── linux.h
  569. │   │   │   ├── netbsd.h
  570. │   │   │   ├── openbsd.h
  571. │   │   │   ├── pg_bswap.h
  572. │   │   │   ├── pg_crc32c.h
  573. │   │   │   ├── solaris.h
  574. │   │   │   ├── win32
  575. │   │   │   │   ├── arpa
  576. │   │   │   │   │   └── inet.h
  577. │   │   │   │   ├── dlfcn.h
  578. │   │   │   │   ├── grp.h
  579. │   │   │   │   ├── netdb.h
  580. │   │   │   │   ├── netinet
  581. │   │   │   │   │   └── in.h
  582. │   │   │   │   ├── pwd.h
  583. │   │   │   │   └── sys
  584. │   │   │   │   ├── socket.h
  585. │   │   │   │   └── wait.h
  586. │   │   │   ├── win32.h
  587. │   │   │   ├── win32_msvc
  588. │   │   │   │   ├── dirent.h
  589. │   │   │   │   ├── sys
  590. │   │   │   │   │   ├── file.h
  591. │   │   │   │   │   ├── param.h
  592. │   │   │   │   │   └── time.h
  593. │   │   │   │   ├── unistd.h
  594. │   │   │   │   └── utime.h
  595. │   │   │   └── win32_port.h
  596. │   │   ├── portability
  597. │   │   │   ├── instr_time.h
  598. │   │   │   └── mem.h
  599. │   │   ├── port.h
  600. │   │   ├── postgres_ext.h
  601. │   │   ├── postgres_fe.h
  602. │   │   ├── postgres.h
  603. │   │   ├── postmaster
  604. │   │   │   ├── autovacuum.h
  605. │   │   │   ├── bgworker.h
  606. │   │   │   ├── bgworker_internals.h
  607. │   │   │   ├── bgwriter.h
  608. │   │   │   ├── fork_process.h
  609. │   │   │   ├── pgarch.h
  610. │   │   │   ├── postmaster.h
  611. │   │   │   ├── startup.h
  612. │   │   │   ├── syslogger.h
  613. │   │   │   └── walwriter.h
  614. │   │   ├── regex
  615. │   │   │   ├── regcustom.h
  616. │   │   │   ├── regerrs.h
  617. │   │   │   ├── regex.h
  618. │   │   │   ├── regexport.h
  619. │   │   │   └── regguts.h
  620. │   │   ├── replication
  621. │   │   │   ├── basebackup.h
  622. │   │   │   ├── decode.h
  623. │   │   │   ├── logicalfuncs.h
  624. │   │   │   ├── logical.h
  625. │   │   │   ├── logicallauncher.h
  626. │   │   │   ├── logicalproto.h
  627. │   │   │   ├── logicalrelation.h
  628. │   │   │   ├── logicalworker.h
  629. │   │   │   ├── message.h
  630. │   │   │   ├── origin.h
  631. │   │   │   ├── output_plugin.h
  632. │   │   │   ├── pgoutput.h
  633. │   │   │   ├── reorderbuffer.h
  634. │   │   │   ├── slot.h
  635. │   │   │   ├── snapbuild.h
  636. │   │   │   ├── syncrep.h
  637. │   │   │   ├── walreceiver.h
  638. │   │   │   ├── walsender.h
  639. │   │   │   ├── walsender_private.h
  640. │   │   │   └── worker_internal.h
  641. │   │   ├── rewrite
  642. │   │   │   ├── prs2lock.h
  643. │   │   │   ├── rewriteDefine.h
  644. │   │   │   ├── rewriteHandler.h
  645. │   │   │   ├── rewriteManip.h
  646. │   │   │   ├── rewriteRemove.h
  647. │   │   │   ├── rewriteSupport.h
  648. │   │   │   └── rowsecurity.h
  649. │   │   ├── rusagestub.h
  650. │   │   ├── snowball
  651. │   │   │   ├── header.h
  652. │   │   │   └── libstemmer
  653. │   │   │   ├── api.h
  654. │   │   │   ├── header.h
  655. │   │   │   ├── stem_ISO_8859_1_danish.h
  656. │   │   │   ├── stem_ISO_8859_1_dutch.h
  657. │   │   │   ├── stem_ISO_8859_1_english.h
  658. │   │   │   ├── stem_ISO_8859_1_finnish.h
  659. │   │   │   ├── stem_ISO_8859_1_french.h
  660. │   │   │   ├── stem_ISO_8859_1_german.h
  661. │   │   │   ├── stem_ISO_8859_1_hungarian.h
  662. │   │   │   ├── stem_ISO_8859_1_italian.h
  663. │   │   │   ├── stem_ISO_8859_1_norwegian.h
  664. │   │   │   ├── stem_ISO_8859_1_porter.h
  665. │   │   │   ├── stem_ISO_8859_1_portuguese.h
  666. │   │   │   ├── stem_ISO_8859_1_spanish.h
  667. │   │   │   ├── stem_ISO_8859_1_swedish.h
  668. │   │   │   ├── stem_ISO_8859_2_romanian.h
  669. │   │   │   ├── stem_KOI8_R_russian.h
  670. │   │   │   ├── stem_UTF_8_danish.h
  671. │   │   │   ├── stem_UTF_8_dutch.h
  672. │   │   │   ├── stem_UTF_8_english.h
  673. │   │   │   ├── stem_UTF_8_finnish.h
  674. │   │   │   ├── stem_UTF_8_french.h
  675. │   │   │   ├── stem_UTF_8_german.h
  676. │   │   │   ├── stem_UTF_8_hungarian.h
  677. │   │   │   ├── stem_UTF_8_italian.h
  678. │   │   │   ├── stem_UTF_8_norwegian.h
  679. │   │   │   ├── stem_UTF_8_porter.h
  680. │   │   │   ├── stem_UTF_8_portuguese.h
  681. │   │   │   ├── stem_UTF_8_romanian.h
  682. │   │   │   ├── stem_UTF_8_russian.h
  683. │   │   │   ├── stem_UTF_8_spanish.h
  684. │   │   │   ├── stem_UTF_8_swedish.h
  685. │   │   │   └── stem_UTF_8_turkish.h
  686. │   │   ├── statistics
  687. │   │   │   ├── extended_stats_internal.h
  688. │   │   │   └── statistics.h
  689. │   │   ├── storage
  690. │   │   │   ├── backendid.h
  691. │   │   │   ├── barrier.h
  692. │   │   │   ├── block.h
  693. │   │   │   ├── buffile.h
  694. │   │   │   ├── buf.h
  695. │   │   │   ├── buf_internals.h
  696. │   │   │   ├── bufmgr.h
  697. │   │   │   ├── bufpage.h
  698. │   │   │   ├── checksum.h
  699. │   │   │   ├── checksum_impl.h
  700. │   │   │   ├── condition_variable.h
  701. │   │   │   ├── copydir.h
  702. │   │   │   ├── dsm.h
  703. │   │   │   ├── dsm_impl.h
  704. │   │   │   ├── fd.h
  705. │   │   │   ├── freespace.h
  706. │   │   │   ├── fsm_internals.h
  707. │   │   │   ├── indexfsm.h
  708. │   │   │   ├── ipc.h
  709. │   │   │   ├── item.h
  710. │   │   │   ├── itemid.h
  711. │   │   │   ├── itemptr.h
  712. │   │   │   ├── large_object.h
  713. │   │   │   ├── latch.h
  714. │   │   │   ├── lmgr.h
  715. │   │   │   ├── lockdefs.h
  716. │   │   │   ├── lock.h
  717. │   │   │   ├── lwlock.h
  718. │   │   │   ├── lwlocknames.h
  719. │   │   │   ├── off.h
  720. │   │   │   ├── pg_sema.h
  721. │   │   │   ├── pg_shmem.h
  722. │   │   │   ├── pmsignal.h
  723. │   │   │   ├── predicate.h
  724. │   │   │   ├── predicate_internals.h
  725. │   │   │   ├── procarray.h
  726. │   │   │   ├── proc.h
  727. │   │   │   ├── proclist.h
  728. │   │   │   ├── proclist_types.h
  729. │   │   │   ├── procsignal.h
  730. │   │   │   ├── reinit.h
  731. │   │   │   ├── relfilenode.h
  732. │   │   │   ├── sharedfileset.h
  733. │   │   │   ├── shmem.h
  734. │   │   │   ├── shm_mq.h
  735. │   │   │   ├── shm_toc.h
  736. │   │   │   ├── sinvaladt.h
  737. │   │   │   ├── sinval.h
  738. │   │   │   ├── s_lock.h
  739. │   │   │   ├── smgr.h
  740. │   │   │   ├── spin.h
  741. │   │   │   ├── standbydefs.h
  742. │   │   │   └── standby.h
  743. │   │   ├── tcop
  744. │   │   │   ├── deparse_utility.h
  745. │   │   │   ├── dest.h
  746. │   │   │   ├── fastpath.h
  747. │   │   │   ├── pquery.h
  748. │   │   │   ├── tcopprot.h
  749. │   │   │   └── utility.h
  750. │   │   ├── tsearch
  751. │   │   │   ├── dicts
  752. │   │   │   │   ├── regis.h
  753. │   │   │   │   └── spell.h
  754. │   │   │   ├── ts_cache.h
  755. │   │   │   ├── ts_locale.h
  756. │   │   │   ├── ts_public.h
  757. │   │   │   ├── ts_type.h
  758. │   │   │   └── ts_utils.h
  759. │   │   ├── utils
  760. │   │   │   ├── aclchk_internal.h
  761. │   │   │   ├── acl.h
  762. │   │   │   ├── arrayaccess.h
  763. │   │   │   ├── array.h
  764. │   │   │   ├── ascii.h
  765. │   │   │   ├── attoptcache.h
  766. │   │   │   ├── backend_random.h
  767. │   │   │   ├── builtins.h
  768. │   │   │   ├── bytea.h
  769. │   │   │   ├── cash.h
  770. │   │   │   ├── catcache.h
  771. │   │   │   ├── combocid.h
  772. │   │   │   ├── date.h
  773. │   │   │   ├── datetime.h
  774. │   │   │   ├── datum.h
  775. │   │   │   ├── dsa.h
  776. │   │   │   ├── dynahash.h
  777. │   │   │   ├── dynamic_loader.h
  778. │   │   │   ├── elog.h
  779. │   │   │   ├── errcodes.h
  780. │   │   │   ├── evtcache.h
  781. │   │   │   ├── expandeddatum.h
  782. │   │   │   ├── expandedrecord.h
  783. │   │   │   ├── fmgroids.h
  784. │   │   │   ├── fmgrprotos.h
  785. │   │   │   ├── fmgrtab.h
  786. │   │   │   ├── formatting.h
  787. │   │   │   ├── freepage.h
  788. │   │   │   ├── geo_decls.h
  789. │   │   │   ├── guc.h
  790. │   │   │   ├── guc_tables.h
  791. │   │   │   ├── hashutils.h
  792. │   │   │   ├── help_config.h
  793. │   │   │   ├── hsearch.h
  794. │   │   │   ├── index_selfuncs.h
  795. │   │   │   ├── inet.h
  796. │   │   │   ├── int8.h
  797. │   │   │   ├── inval.h
  798. │   │   │   ├── jsonapi.h
  799. │   │   │   ├── jsonb.h
  800. │   │   │   ├── json.h
  801. │   │   │   ├── logtape.h
  802. │   │   │   ├── lsyscache.h
  803. │   │   │   ├── memdebug.h
  804. │   │   │   ├── memutils.h
  805. │   │   │   ├── nabstime.h
  806. │   │   │   ├── numeric.h
  807. │   │   │   ├── palloc.h
  808. │   │   │   ├── partcache.h
  809. │   │   │   ├── pg_crc.h
  810. │   │   │   ├── pg_locale.h
  811. │   │   │   ├── pg_lsn.h
  812. │   │   │   ├── pg_rusage.h
  813. │   │   │   ├── pidfile.h
  814. │   │   │   ├── plancache.h
  815. │   │   │   ├── portal.h
  816. │   │   │   ├── probes.h
  817. │   │   │   ├── ps_status.h
  818. │   │   │   ├── queryenvironment.h
  819. │   │   │   ├── rangetypes.h
  820. │   │   │   ├── regproc.h
  821. │   │   │   ├── relcache.h
  822. │   │   │   ├── relfilenodemap.h
  823. │   │   │   ├── rel.h
  824. │   │   │   ├── relmapper.h
  825. │   │   │   ├── relptr.h
  826. │   │   │   ├── reltrigger.h
  827. │   │   │   ├── resowner.h
  828. │   │   │   ├── resowner_private.h
  829. │   │   │   ├── rls.h
  830. │   │   │   ├── ruleutils.h
  831. │   │   │   ├── sampling.h
  832. │   │   │   ├── selfuncs.h
  833. │   │   │   ├── sharedtuplestore.h
  834. │   │   │   ├── snapmgr.h
  835. │   │   │   ├── snapshot.h
  836. │   │   │   ├── sortsupport.h
  837. │   │   │   ├── spccache.h
  838. │   │   │   ├── syscache.h
  839. │   │   │   ├── timeout.h
  840. │   │   │   ├── timestamp.h
  841. │   │   │   ├── tqual.h
  842. │   │   │   ├── tuplesort.h
  843. │   │   │   ├── tuplestore.h
  844. │   │   │   ├── typcache.h
  845. │   │   │   ├── tzparser.h
  846. │   │   │   ├── uuid.h
  847. │   │   │   ├── varbit.h
  848. │   │   │   ├── varlena.h
  849. │   │   │   └── xml.h
  850. │   │   └── windowapi.h
  851. │   ├── sql3types.h
  852. │   ├── sqlca.h
  853. │   ├── sqlda-compat.h
  854. │   ├── sqlda.h
  855. │   └── sqlda-native.h
  856. ├── lib
  857. │   ├── libecpg_compat.so -> libecpg_compat.so.3.11
  858. │   ├── libecpg_compat.so.3 -> libecpg_compat.so.3.11
  859. │   ├── libecpg_compat.so.3.11
  860. │   ├── libecpg.so -> libecpg.so.6.11
  861. │   ├── libecpg.so.6 -> libecpg.so.6.11
  862. │   ├── libecpg.so.6.11
  863. │   ├── libpgcommon.a
  864. │   ├── libpgfeutils.a
  865. │   ├── libpgport.a
  866. │   ├── pgxs
  867. │   │   ├── config
  868. │   │   │   ├── install-sh
  869. │   │   │   └── missing
  870. │   │   └── src
  871. │   │   ├── Makefile.global
  872. │   │   ├── Makefile.port
  873. │   │   ├── makefiles
  874. │   │   │   └── pgxs.mk
  875. │   │   ├── Makefile.shlib
  876. │   │   ├── nls-global.mk
  877. │   │   └── test
  878. │   │   └── regress
  879. │   │   └── pg_regress
  880. │   └── pkgconfig
  881. │   ├── libecpg_compat.pc
  882. │   ├── libecpg.pc
  883. │   ├── libpgtypes.pc
  884. │   └── libpq.pc
  885. ├── nix-support
  886. │   └── propagated-build-inputs
  887. └── share
  888. ├── conversion_create.sql
  889. ├── errcodes.txt
  890. ├── extension
  891. │   ├── adminpack--1.0--1.1.sql
  892. │   ├── adminpack--1.0.sql
  893. │   ├── adminpack--1.1--2.0.sql
  894. │   ├── adminpack.control
  895. │   ├── amcheck--1.0--1.1.sql
  896. │   ├── amcheck--1.0.sql
  897. │   ├── amcheck.control
  898. │   ├── autoinc--1.0.sql
  899. │   ├── autoinc.control
  900. │   ├── autoinc--unpackaged--1.0.sql
  901. │   ├── bloom--1.0.sql
  902. │   ├── bloom.control
  903. │   ├── btree_gin--1.0--1.1.sql
  904. │   ├── btree_gin--1.0.sql
  905. │   ├── btree_gin--1.1--1.2.sql
  906. │   ├── btree_gin--1.2--1.3.sql
  907. │   ├── btree_gin.control
  908. │   ├── btree_gin--unpackaged--1.0.sql
  909. │   ├── btree_gist--1.0--1.1.sql
  910. │   ├── btree_gist--1.1--1.2.sql
  911. │   ├── btree_gist--1.2--1.3.sql
  912. │   ├── btree_gist--1.2.sql
  913. │   ├── btree_gist--1.3--1.4.sql
  914. │   ├── btree_gist--1.4--1.5.sql
  915. │   ├── btree_gist.control
  916. │   ├── btree_gist--unpackaged--1.0.sql
  917. │   ├── citext--1.0--1.1.sql
  918. │   ├── citext--1.1--1.2.sql
  919. │   ├── citext--1.2--1.3.sql
  920. │   ├── citext--1.3--1.4.sql
  921. │   ├── citext--1.4--1.5.sql
  922. │   ├── citext--1.4.sql
  923. │   ├── citext.control
  924. │   ├── citext--unpackaged--1.0.sql
  925. │   ├── cube--1.0--1.1.sql
  926. │   ├── cube--1.1--1.2.sql
  927. │   ├── cube--1.2--1.3.sql
  928. │   ├── cube--1.2.sql
  929. │   ├── cube--1.3--1.4.sql
  930. │   ├── cube.control
  931. │   ├── cube--unpackaged--1.0.sql
  932. │   ├── dblink--1.0--1.1.sql
  933. │   ├── dblink--1.1--1.2.sql
  934. │   ├── dblink--1.2.sql
  935. │   ├── dblink.control
  936. │   ├── dblink--unpackaged--1.0.sql
  937. │   ├── dict_int--1.0.sql
  938. │   ├── dict_int.control
  939. │   ├── dict_int--unpackaged--1.0.sql
  940. │   ├── dict_xsyn--1.0.sql
  941. │   ├── dict_xsyn.control
  942. │   ├── dict_xsyn--unpackaged--1.0.sql
  943. │   ├── earthdistance--1.0--1.1.sql
  944. │   ├── earthdistance--1.1.sql
  945. │   ├── earthdistance.control
  946. │   ├── earthdistance--unpackaged--1.0.sql
  947. │   ├── file_fdw--1.0.sql
  948. │   ├── file_fdw.control
  949. │   ├── fuzzystrmatch--1.0--1.1.sql
  950. │   ├── fuzzystrmatch--1.1.sql
  951. │   ├── fuzzystrmatch.control
  952. │   ├── fuzzystrmatch--unpackaged--1.0.sql
  953. │   ├── hstore--1.0--1.1.sql
  954. │   ├── hstore--1.1--1.2.sql
  955. │   ├── hstore--1.2--1.3.sql
  956. │   ├── hstore--1.3--1.4.sql
  957. │   ├── hstore--1.4--1.5.sql
  958. │   ├── hstore--1.4.sql
  959. │   ├── hstore.control
  960. │   ├── hstore--unpackaged--1.0.sql
  961. │   ├── insert_username--1.0.sql
  962. │   ├── insert_username.control
  963. │   ├── insert_username--unpackaged--1.0.sql
  964. │   ├── intagg--1.0--1.1.sql
  965. │   ├── intagg--1.1.sql
  966. │   ├── intagg.control
  967. │   ├── intagg--unpackaged--1.0.sql
  968. │   ├── intarray--1.0--1.1.sql
  969. │   ├── intarray--1.1--1.2.sql
  970. │   ├── intarray--1.2.sql
  971. │   ├── intarray.control
  972. │   ├── intarray--unpackaged--1.0.sql
  973. │   ├── isn--1.0--1.1.sql
  974. │   ├── isn--1.1--1.2.sql
  975. │   ├── isn--1.1.sql
  976. │   ├── isn.control
  977. │   ├── isn--unpackaged--1.0.sql
  978. │   ├── lo--1.0--1.1.sql
  979. │   ├── lo--1.1.sql
  980. │   ├── lo.control
  981. │   ├── lo--unpackaged--1.0.sql
  982. │   ├── ltree--1.0--1.1.sql
  983. │   ├── ltree--1.1.sql
  984. │   ├── ltree.control
  985. │   ├── ltree--unpackaged--1.0.sql
  986. │   ├── moddatetime--1.0.sql
  987. │   ├── moddatetime.control
  988. │   ├── moddatetime--unpackaged--1.0.sql
  989. │   ├── pageinspect--1.0--1.1.sql
  990. │   ├── pageinspect--1.1--1.2.sql
  991. │   ├── pageinspect--1.2--1.3.sql
  992. │   ├── pageinspect--1.3--1.4.sql
  993. │   ├── pageinspect--1.4--1.5.sql
  994. │   ├── pageinspect--1.5--1.6.sql
  995. │   ├── pageinspect--1.5.sql
  996. │   ├── pageinspect--1.6--1.7.sql
  997. │   ├── pageinspect.control
  998. │   ├── pageinspect--unpackaged--1.0.sql
  999. │   ├── pg_buffercache--1.0--1.1.sql
  1000. │   ├── pg_buffercache--1.1--1.2.sql
  1001. │   ├── pg_buffercache--1.2--1.3.sql
  1002. │   ├── pg_buffercache--1.2.sql
  1003. │   ├── pg_buffercache.control
  1004. │   ├── pg_buffercache--unpackaged--1.0.sql
  1005. │   ├── pgcrypto--1.0--1.1.sql
  1006. │   ├── pgcrypto--1.1--1.2.sql
  1007. │   ├── pgcrypto--1.2--1.3.sql
  1008. │   ├── pgcrypto--1.3.sql
  1009. │   ├── pgcrypto.control
  1010. │   ├── pgcrypto--unpackaged--1.0.sql
  1011. │   ├── pg_freespacemap--1.0--1.1.sql
  1012. │   ├── pg_freespacemap--1.1--1.2.sql
  1013. │   ├── pg_freespacemap--1.1.sql
  1014. │   ├── pg_freespacemap.control
  1015. │   ├── pg_freespacemap--unpackaged--1.0.sql
  1016. │   ├── pg_prewarm--1.0--1.1.sql
  1017. │   ├── pg_prewarm--1.1--1.2.sql
  1018. │   ├── pg_prewarm--1.1.sql
  1019. │   ├── pg_prewarm.control
  1020. │   ├── pgrowlocks--1.0--1.1.sql
  1021. │   ├── pgrowlocks--1.1--1.2.sql
  1022. │   ├── pgrowlocks--1.2.sql
  1023. │   ├── pgrowlocks.control
  1024. │   ├── pgrowlocks--unpackaged--1.0.sql
  1025. │   ├── pg_stat_statements--1.0--1.1.sql
  1026. │   ├── pg_stat_statements--1.1--1.2.sql
  1027. │   ├── pg_stat_statements--1.2--1.3.sql
  1028. │   ├── pg_stat_statements--1.3--1.4.sql
  1029. │   ├── pg_stat_statements--1.4--1.5.sql
  1030. │   ├── pg_stat_statements--1.4.sql
  1031. │   ├── pg_stat_statements--1.5--1.6.sql
  1032. │   ├── pg_stat_statements.control
  1033. │   ├── pg_stat_statements--unpackaged--1.0.sql
  1034. │   ├── pgstattuple--1.0--1.1.sql
  1035. │   ├── pgstattuple--1.1--1.2.sql
  1036. │   ├── pgstattuple--1.2--1.3.sql
  1037. │   ├── pgstattuple--1.3--1.4.sql
  1038. │   ├── pgstattuple--1.4--1.5.sql
  1039. │   ├── pgstattuple--1.4.sql
  1040. │   ├── pgstattuple.control
  1041. │   ├── pgstattuple--unpackaged--1.0.sql
  1042. │   ├── pg_trgm--1.0--1.1.sql
  1043. │   ├── pg_trgm--1.1--1.2.sql
  1044. │   ├── pg_trgm--1.2--1.3.sql
  1045. │   ├── pg_trgm--1.3--1.4.sql
  1046. │   ├── pg_trgm--1.3.sql
  1047. │   ├── pg_trgm.control
  1048. │   ├── pg_trgm--unpackaged--1.0.sql
  1049. │   ├── pg_visibility--1.0--1.1.sql
  1050. │   ├── pg_visibility--1.1--1.2.sql
  1051. │   ├── pg_visibility--1.1.sql
  1052. │   ├── pg_visibility.control
  1053. │   ├── plpgsql--1.0.sql
  1054. │   ├── plpgsql.control
  1055. │   ├── plpgsql--unpackaged--1.0.sql
  1056. │   ├── postgres_fdw--1.0.sql
  1057. │   ├── postgres_fdw.control
  1058. │   ├── refint--1.0.sql
  1059. │   ├── refint.control
  1060. │   ├── refint--unpackaged--1.0.sql
  1061. │   ├── seg--1.0--1.1.sql
  1062. │   ├── seg--1.1--1.2.sql
  1063. │   ├── seg--1.1.sql
  1064. │   ├── seg--1.2--1.3.sql
  1065. │   ├── seg.control
  1066. │   ├── seg--unpackaged--1.0.sql
  1067. │   ├── sslinfo--1.0--1.1.sql
  1068. │   ├── sslinfo--1.1--1.2.sql
  1069. │   ├── sslinfo--1.2.sql
  1070. │   ├── sslinfo.control
  1071. │   ├── sslinfo--unpackaged--1.0.sql
  1072. │   ├── tablefunc--1.0.sql
  1073. │   ├── tablefunc.control
  1074. │   ├── tablefunc--unpackaged--1.0.sql
  1075. │   ├── tcn--1.0.sql
  1076. │   ├── tcn.control
  1077. │   ├── timetravel--1.0.sql
  1078. │   ├── timetravel.control
  1079. │   ├── timetravel--unpackaged--1.0.sql
  1080. │   ├── tsm_system_rows--1.0.sql
  1081. │   ├── tsm_system_rows.control
  1082. │   ├── tsm_system_time--1.0.sql
  1083. │   ├── tsm_system_time.control
  1084. │   ├── unaccent--1.0--1.1.sql
  1085. │   ├── unaccent--1.1.sql
  1086. │   ├── unaccent.control
  1087. │   ├── unaccent--unpackaged--1.0.sql
  1088. │   ├── uuid-ossp--1.0--1.1.sql
  1089. │   ├── uuid-ossp--1.1.sql
  1090. │   ├── uuid-ossp.control
  1091. │   ├── uuid-ossp--unpackaged--1.0.sql
  1092. │   ├── xml2--1.0--1.1.sql
  1093. │   ├── xml2--1.1.sql
  1094. │   ├── xml2.control
  1095. │   └── xml2--unpackaged--1.0.sql
  1096. ├── information_schema.sql
  1097. ├── pg_hba.conf.sample
  1098. ├── pg_ident.conf.sample
  1099. ├── pg_service.conf.sample
  1100. ├── postgres.bki
  1101. ├── postgres.description
  1102. ├── postgresql.conf.sample
  1103. ├── postgres.shdescription
  1104. ├── psqlrc.sample
  1105. ├── recovery.conf.sample
  1106. ├── snowball_create.sql
  1107. ├── sql_features.txt
  1108. ├── system_views.sql
  1109. ├── timezonesets
  1110. │   ├── Africa.txt
  1111. │   ├── America.txt
  1112. │   ├── Antarctica.txt
  1113. │   ├── Asia.txt
  1114. │   ├── Atlantic.txt
  1115. │   ├── Australia
  1116. │   ├── Australia.txt
  1117. │   ├── Default
  1118. │   ├── Etc.txt
  1119. │   ├── Europe.txt
  1120. │   ├── India
  1121. │   ├── Indian.txt
  1122. │   └── Pacific.txt
  1123. └── tsearch_data
  1124. ├── danish.stop
  1125. ├── dutch.stop
  1126. ├── english.stop
  1127. ├── finnish.stop
  1128. ├── french.stop
  1129. ├── german.stop
  1130. ├── hungarian.stop
  1131. ├── hunspell_sample.affix
  1132. ├── hunspell_sample_long.affix
  1133. ├── hunspell_sample_long.dict
  1134. ├── hunspell_sample_num.affix
  1135. ├── hunspell_sample_num.dict
  1136. ├── ispell_sample.affix
  1137. ├── ispell_sample.dict
  1138. ├── italian.stop
  1139. ├── norwegian.stop
  1140. ├── portuguese.stop
  1141. ├── russian.stop
  1142. ├── spanish.stop
  1143. ├── swedish.stop
  1144. ├── synonym_sample.syn
  1145. ├── thesaurus_sample.ths
  1146. ├── turkish.stop
  1147. ├── unaccent.rules
  1148. └── xsyn_sample.rules
  1149.  
  1150. 64 directories, 1083 files
Add Comment
Please, Sign In to add comment