CHANGES.rst
MANIFEST.in
Makefile
Makefile.release
Makefile.virtualenv
README.rst
requirements-test.txt
requirements.txt
setup.cfg
setup.py
version.txt
docs/Makefile
docs/api.rst
docs/ast.rst
docs/changes.rst
docs/conf.py
docs/ddl.rst
docs/development.rst
docs/dml.rst
docs/enums.rst
docs/index.rst
docs/installation.rst
docs/introduction.rst
docs/keywords.rst
docs/lockdefs.rst
docs/lockoptions.rst
docs/nodes.rst
docs/parsenodes.rst
docs/parser.rst
docs/pg_am.rst
docs/pg_attribute.rst
docs/pg_class.rst
docs/pg_trigger.rst
docs/primnodes.rst
docs/printers.rst
docs/sfuncs.rst
docs/stream.rst
docs/usage.rst
docs/visitors.rst
docs/xml.rst
libpg_query/LICENSE
libpg_query/Makefile
libpg_query/pg_query.h
libpg_query/protobuf/pg_query.pb-c.c
libpg_query/protobuf/pg_query.pb-c.h
libpg_query/protobuf/pg_query.proto
libpg_query/src/pg_query.c
libpg_query/src/pg_query_deparse.c
libpg_query/src/pg_query_fingerprint.c
libpg_query/src/pg_query_fingerprint.h
libpg_query/src/pg_query_internal.h
libpg_query/src/pg_query_json_plpgsql.c
libpg_query/src/pg_query_json_plpgsql.h
libpg_query/src/pg_query_normalize.c
libpg_query/src/pg_query_outfuncs.h
libpg_query/src/pg_query_outfuncs_json.c
libpg_query/src/pg_query_outfuncs_protobuf.c
libpg_query/src/pg_query_parse.c
libpg_query/src/pg_query_parse_plpgsql.c
libpg_query/src/pg_query_readfuncs.h
libpg_query/src/pg_query_readfuncs_protobuf.c
libpg_query/src/pg_query_scan.c
libpg_query/src/pg_query_split.c
libpg_query/src/postgres_deparse.c
libpg_query/src/postgres_deparse.h
libpg_query/src/include/pg_query_enum_defs.c
libpg_query/src/include/pg_query_fingerprint_conds.c
libpg_query/src/include/pg_query_fingerprint_defs.c
libpg_query/src/include/pg_query_json_helper.c
libpg_query/src/include/pg_query_outfuncs_conds.c
libpg_query/src/include/pg_query_outfuncs_defs.c
libpg_query/src/include/pg_query_readfuncs_conds.c
libpg_query/src/include/pg_query_readfuncs_defs.c
libpg_query/src/postgres/src_backend_catalog_namespace.c
libpg_query/src/postgres/src_backend_catalog_pg_proc.c
libpg_query/src/postgres/src_backend_commands_define.c
libpg_query/src/postgres/src_backend_nodes_bitmapset.c
libpg_query/src/postgres/src_backend_nodes_copyfuncs.c
libpg_query/src/postgres/src_backend_nodes_equalfuncs.c
libpg_query/src/postgres/src_backend_nodes_extensible.c
libpg_query/src/postgres/src_backend_nodes_list.c
libpg_query/src/postgres/src_backend_nodes_makefuncs.c
libpg_query/src/postgres/src_backend_nodes_nodeFuncs.c
libpg_query/src/postgres/src_backend_nodes_nodes.c
libpg_query/src/postgres/src_backend_nodes_value.c
libpg_query/src/postgres/src_backend_parser_gram.c
libpg_query/src/postgres/src_backend_parser_parser.c
libpg_query/src/postgres/src_backend_parser_scan.c
libpg_query/src/postgres/src_backend_parser_scansup.c
libpg_query/src/postgres/src_backend_storage_ipc_ipc.c
libpg_query/src/postgres/src_backend_tcop_postgres.c
libpg_query/src/postgres/src_backend_utils_activity_pgstat_database.c
libpg_query/src/postgres/src_backend_utils_adt_datum.c
libpg_query/src/postgres/src_backend_utils_adt_expandeddatum.c
libpg_query/src/postgres/src_backend_utils_adt_format_type.c
libpg_query/src/postgres/src_backend_utils_adt_numutils.c
libpg_query/src/postgres/src_backend_utils_adt_ruleutils.c
libpg_query/src/postgres/src_backend_utils_error_assert.c
libpg_query/src/postgres/src_backend_utils_error_elog.c
libpg_query/src/postgres/src_backend_utils_fmgr_fmgr.c
libpg_query/src/postgres/src_backend_utils_init_globals.c
libpg_query/src/postgres/src_backend_utils_mb_mbutils.c
libpg_query/src/postgres/src_backend_utils_misc_guc_tables.c
libpg_query/src/postgres/src_backend_utils_mmgr_alignedalloc.c
libpg_query/src/postgres/src_backend_utils_mmgr_aset.c
libpg_query/src/postgres/src_backend_utils_mmgr_generation.c
libpg_query/src/postgres/src_backend_utils_mmgr_mcxt.c
libpg_query/src/postgres/src_backend_utils_mmgr_slab.c
libpg_query/src/postgres/src_common_encnames.c
libpg_query/src/postgres/src_common_hashfn.c
libpg_query/src/postgres/src_common_keywords.c
libpg_query/src/postgres/src_common_kwlist_d.h
libpg_query/src/postgres/src_common_kwlookup.c
libpg_query/src/postgres/src_common_psprintf.c
libpg_query/src/postgres/src_common_stringinfo.c
libpg_query/src/postgres/src_common_wchar.c
libpg_query/src/postgres/src_pl_plpgsql_src_pl_comp.c
libpg_query/src/postgres/src_pl_plpgsql_src_pl_funcs.c
libpg_query/src/postgres/src_pl_plpgsql_src_pl_gram.c
libpg_query/src/postgres/src_pl_plpgsql_src_pl_handler.c
libpg_query/src/postgres/src_pl_plpgsql_src_pl_reserved_kwlist_d.h
libpg_query/src/postgres/src_pl_plpgsql_src_pl_scanner.c
libpg_query/src/postgres/src_pl_plpgsql_src_pl_unreserved_kwlist_d.h
libpg_query/src/postgres/src_port_pg_bitutils.c
libpg_query/src/postgres/src_port_pgstrcasecmp.c
libpg_query/src/postgres/src_port_qsort.c
libpg_query/src/postgres/src_port_snprintf.c
libpg_query/src/postgres/src_port_strerror.c
libpg_query/src/postgres/src_port_strlcpy.c
libpg_query/src/postgres/include/c.h
libpg_query/src/postgres/include/copyfuncs.funcs.c
libpg_query/src/postgres/include/copyfuncs.switch.c
libpg_query/src/postgres/include/equalfuncs.funcs.c
libpg_query/src/postgres/include/equalfuncs.switch.c
libpg_query/src/postgres/include/fmgr.h
libpg_query/src/postgres/include/funcapi.h
libpg_query/src/postgres/include/gram.h
libpg_query/src/postgres/include/gramparse.h
libpg_query/src/postgres/include/kwlist_d.h
libpg_query/src/postgres/include/miscadmin.h
libpg_query/src/postgres/include/pg_config.h
libpg_query/src/postgres/include/pg_config_ext.h
libpg_query/src/postgres/include/pg_config_manual.h
libpg_query/src/postgres/include/pg_config_os.h
libpg_query/src/postgres/include/pg_getopt.h
libpg_query/src/postgres/include/pg_trace.h
libpg_query/src/postgres/include/pgstat.h
libpg_query/src/postgres/include/pgtime.h
libpg_query/src/postgres/include/pl_gram.h
libpg_query/src/postgres/include/pl_reserved_kwlist.h
libpg_query/src/postgres/include/pl_reserved_kwlist_d.h
libpg_query/src/postgres/include/pl_unreserved_kwlist.h
libpg_query/src/postgres/include/pl_unreserved_kwlist_d.h
libpg_query/src/postgres/include/plerrcodes.h
libpg_query/src/postgres/include/plpgsql.h
libpg_query/src/postgres/include/port.h
libpg_query/src/postgres/include/postgres.h
libpg_query/src/postgres/include/postgres_ext.h
libpg_query/src/postgres/include/varatt.h
libpg_query/src/postgres/include/access/amapi.h
libpg_query/src/postgres/include/access/attmap.h
libpg_query/src/postgres/include/access/attnum.h
libpg_query/src/postgres/include/access/clog.h
libpg_query/src/postgres/include/access/commit_ts.h
libpg_query/src/postgres/include/access/detoast.h
libpg_query/src/postgres/include/access/genam.h
libpg_query/src/postgres/include/access/gin.h
libpg_query/src/postgres/include/access/htup.h
libpg_query/src/postgres/include/access/htup_details.h
libpg_query/src/postgres/include/access/itup.h
libpg_query/src/postgres/include/access/parallel.h
libpg_query/src/postgres/include/access/printtup.h
libpg_query/src/postgres/include/access/relation.h
libpg_query/src/postgres/include/access/relscan.h
libpg_query/src/postgres/include/access/rmgr.h
libpg_query/src/postgres/include/access/rmgrlist.h
libpg_query/src/postgres/include/access/sdir.h
libpg_query/src/postgres/include/access/skey.h
libpg_query/src/postgres/include/access/stratnum.h
libpg_query/src/postgres/include/access/sysattr.h
libpg_query/src/postgres/include/access/table.h
libpg_query/src/postgres/include/access/tableam.h
libpg_query/src/postgres/include/access/toast_compression.h
libpg_query/src/postgres/include/access/transam.h
libpg_query/src/postgres/include/access/tsmapi.h
libpg_query/src/postgres/include/access/tupconvert.h
libpg_query/src/postgres/include/access/tupdesc.h
libpg_query/src/postgres/include/access/tupmacs.h
libpg_query/src/postgres/include/access/twophase.h
libpg_query/src/postgres/include/access/xact.h
libpg_query/src/postgres/include/access/xlog.h
libpg_query/src/postgres/include/access/xlog_internal.h
libpg_query/src/postgres/include/access/xlogbackup.h
libpg_query/src/postgres/include/access/xlogdefs.h
libpg_query/src/postgres/include/access/xlogprefetcher.h
libpg_query/src/postgres/include/access/xlogreader.h
libpg_query/src/postgres/include/access/xlogrecord.h
libpg_query/src/postgres/include/access/xlogrecovery.h
libpg_query/src/postgres/include/archive/archive_module.h
libpg_query/src/postgres/include/catalog/catalog.h
libpg_query/src/postgres/include/catalog/catversion.h
libpg_query/src/postgres/include/catalog/dependency.h
libpg_query/src/postgres/include/catalog/genbki.h
libpg_query/src/postgres/include/catalog/index.h
libpg_query/src/postgres/include/catalog/indexing.h
libpg_query/src/postgres/include/catalog/namespace.h
libpg_query/src/postgres/include/catalog/objectaccess.h
libpg_query/src/postgres/include/catalog/objectaddress.h
libpg_query/src/postgres/include/catalog/pg_aggregate.h
libpg_query/src/postgres/include/catalog/pg_aggregate_d.h
libpg_query/src/postgres/include/catalog/pg_am.h
libpg_query/src/postgres/include/catalog/pg_am_d.h
libpg_query/src/postgres/include/catalog/pg_attribute.h
libpg_query/src/postgres/include/catalog/pg_attribute_d.h
libpg_query/src/postgres/include/catalog/pg_authid.h
libpg_query/src/postgres/include/catalog/pg_authid_d.h
libpg_query/src/postgres/include/catalog/pg_class.h
libpg_query/src/postgres/include/catalog/pg_class_d.h
libpg_query/src/postgres/include/catalog/pg_collation.h
libpg_query/src/postgres/include/catalog/pg_collation_d.h
libpg_query/src/postgres/include/catalog/pg_constraint.h
libpg_query/src/postgres/include/catalog/pg_constraint_d.h
libpg_query/src/postgres/include/catalog/pg_control.h
libpg_query/src/postgres/include/catalog/pg_conversion.h
libpg_query/src/postgres/include/catalog/pg_conversion_d.h
libpg_query/src/postgres/include/catalog/pg_database.h
libpg_query/src/postgres/include/catalog/pg_database_d.h
libpg_query/src/postgres/include/catalog/pg_depend.h
libpg_query/src/postgres/include/catalog/pg_depend_d.h
libpg_query/src/postgres/include/catalog/pg_event_trigger.h
libpg_query/src/postgres/include/catalog/pg_event_trigger_d.h
libpg_query/src/postgres/include/catalog/pg_index.h
libpg_query/src/postgres/include/catalog/pg_index_d.h
libpg_query/src/postgres/include/catalog/pg_language.h
libpg_query/src/postgres/include/catalog/pg_language_d.h
libpg_query/src/postgres/include/catalog/pg_namespace.h
libpg_query/src/postgres/include/catalog/pg_namespace_d.h
libpg_query/src/postgres/include/catalog/pg_opclass.h
libpg_query/src/postgres/include/catalog/pg_opclass_d.h
libpg_query/src/postgres/include/catalog/pg_operator.h
libpg_query/src/postgres/include/catalog/pg_operator_d.h
libpg_query/src/postgres/include/catalog/pg_opfamily.h
libpg_query/src/postgres/include/catalog/pg_opfamily_d.h
libpg_query/src/postgres/include/catalog/pg_partitioned_table.h
libpg_query/src/postgres/include/catalog/pg_partitioned_table_d.h
libpg_query/src/postgres/include/catalog/pg_proc.h
libpg_query/src/postgres/include/catalog/pg_proc_d.h
libpg_query/src/postgres/include/catalog/pg_publication.h
libpg_query/src/postgres/include/catalog/pg_publication_d.h
libpg_query/src/postgres/include/catalog/pg_replication_origin.h
libpg_query/src/postgres/include/catalog/pg_replication_origin_d.h
libpg_query/src/postgres/include/catalog/pg_statistic.h
libpg_query/src/postgres/include/catalog/pg_statistic_d.h
libpg_query/src/postgres/include/catalog/pg_statistic_ext.h
libpg_query/src/postgres/include/catalog/pg_statistic_ext_d.h
libpg_query/src/postgres/include/catalog/pg_transform.h
libpg_query/src/postgres/include/catalog/pg_transform_d.h
libpg_query/src/postgres/include/catalog/pg_trigger.h
libpg_query/src/postgres/include/catalog/pg_trigger_d.h
libpg_query/src/postgres/include/catalog/pg_ts_config.h
libpg_query/src/postgres/include/catalog/pg_ts_config_d.h
libpg_query/src/postgres/include/catalog/pg_ts_dict.h
libpg_query/src/postgres/include/catalog/pg_ts_dict_d.h
libpg_query/src/postgres/include/catalog/pg_ts_parser.h
libpg_query/src/postgres/include/catalog/pg_ts_parser_d.h
libpg_query/src/postgres/include/catalog/pg_ts_template.h
libpg_query/src/postgres/include/catalog/pg_ts_template_d.h
libpg_query/src/postgres/include/catalog/pg_type.h
libpg_query/src/postgres/include/catalog/pg_type_d.h
libpg_query/src/postgres/include/catalog/storage.h
libpg_query/src/postgres/include/commands/async.h
libpg_query/src/postgres/include/commands/dbcommands.h
libpg_query/src/postgres/include/commands/defrem.h
libpg_query/src/postgres/include/commands/event_trigger.h
libpg_query/src/postgres/include/commands/explain.h
libpg_query/src/postgres/include/commands/prepare.h
libpg_query/src/postgres/include/commands/tablespace.h
libpg_query/src/postgres/include/commands/trigger.h
libpg_query/src/postgres/include/commands/user.h
libpg_query/src/postgres/include/commands/vacuum.h
libpg_query/src/postgres/include/common/cryptohash.h
libpg_query/src/postgres/include/common/file_perm.h
libpg_query/src/postgres/include/common/hashfn.h
libpg_query/src/postgres/include/common/int.h
libpg_query/src/postgres/include/common/keywords.h
libpg_query/src/postgres/include/common/kwlookup.h
libpg_query/src/postgres/include/common/pg_prng.h
libpg_query/src/postgres/include/common/relpath.h
libpg_query/src/postgres/include/common/scram-common.h
libpg_query/src/postgres/include/common/sha2.h
libpg_query/src/postgres/include/common/string.h
libpg_query/src/postgres/include/common/unicode_east_asian_fw_table.h
libpg_query/src/postgres/include/common/unicode_nonspacing_table.h
libpg_query/src/postgres/include/datatype/timestamp.h
libpg_query/src/postgres/include/executor/execdesc.h
libpg_query/src/postgres/include/executor/executor.h
libpg_query/src/postgres/include/executor/functions.h
libpg_query/src/postgres/include/executor/instrument.h
libpg_query/src/postgres/include/executor/spi.h
libpg_query/src/postgres/include/executor/tablefunc.h
libpg_query/src/postgres/include/executor/tuptable.h
libpg_query/src/postgres/include/foreign/fdwapi.h
libpg_query/src/postgres/include/jit/jit.h
libpg_query/src/postgres/include/lib/dshash.h
libpg_query/src/postgres/include/lib/ilist.h
libpg_query/src/postgres/include/lib/pairingheap.h
libpg_query/src/postgres/include/lib/simplehash.h
libpg_query/src/postgres/include/lib/sort_template.h
libpg_query/src/postgres/include/lib/stringinfo.h
libpg_query/src/postgres/include/libpq/auth.h
libpg_query/src/postgres/include/libpq/crypt.h
libpg_query/src/postgres/include/libpq/hba.h
libpg_query/src/postgres/include/libpq/libpq-be.h
libpg_query/src/postgres/include/libpq/libpq.h
libpg_query/src/postgres/include/libpq/pqcomm.h
libpg_query/src/postgres/include/libpq/pqformat.h
libpg_query/src/postgres/include/libpq/pqsignal.h
libpg_query/src/postgres/include/libpq/sasl.h
libpg_query/src/postgres/include/libpq/scram.h
libpg_query/src/postgres/include/mb/pg_wchar.h
libpg_query/src/postgres/include/mb/stringinfo_mb.h
libpg_query/src/postgres/include/nodes/bitmapset.h
libpg_query/src/postgres/include/nodes/execnodes.h
libpg_query/src/postgres/include/nodes/extensible.h
libpg_query/src/postgres/include/nodes/lockoptions.h
libpg_query/src/postgres/include/nodes/makefuncs.h
libpg_query/src/postgres/include/nodes/memnodes.h
libpg_query/src/postgres/include/nodes/miscnodes.h
libpg_query/src/postgres/include/nodes/nodeFuncs.h
libpg_query/src/postgres/include/nodes/nodes.h
libpg_query/src/postgres/include/nodes/nodetags.h
libpg_query/src/postgres/include/nodes/params.h
libpg_query/src/postgres/include/nodes/parsenodes.h
libpg_query/src/postgres/include/nodes/pathnodes.h
libpg_query/src/postgres/include/nodes/pg_list.h
libpg_query/src/postgres/include/nodes/plannodes.h
libpg_query/src/postgres/include/nodes/primnodes.h
libpg_query/src/postgres/include/nodes/print.h
libpg_query/src/postgres/include/nodes/queryjumble.h
libpg_query/src/postgres/include/nodes/replnodes.h
libpg_query/src/postgres/include/nodes/supportnodes.h
libpg_query/src/postgres/include/nodes/tidbitmap.h
libpg_query/src/postgres/include/nodes/value.h
libpg_query/src/postgres/include/optimizer/cost.h
libpg_query/src/postgres/include/optimizer/geqo.h
libpg_query/src/postgres/include/optimizer/geqo_gene.h
libpg_query/src/postgres/include/optimizer/optimizer.h
libpg_query/src/postgres/include/optimizer/paths.h
libpg_query/src/postgres/include/optimizer/planmain.h
libpg_query/src/postgres/include/parser/analyze.h
libpg_query/src/postgres/include/parser/kwlist.h
libpg_query/src/postgres/include/parser/parse_agg.h
libpg_query/src/postgres/include/parser/parse_coerce.h
libpg_query/src/postgres/include/parser/parse_expr.h
libpg_query/src/postgres/include/parser/parse_func.h
libpg_query/src/postgres/include/parser/parse_node.h
libpg_query/src/postgres/include/parser/parse_oper.h
libpg_query/src/postgres/include/parser/parse_relation.h
libpg_query/src/postgres/include/parser/parse_type.h
libpg_query/src/postgres/include/parser/parser.h
libpg_query/src/postgres/include/parser/parsetree.h
libpg_query/src/postgres/include/parser/scanner.h
libpg_query/src/postgres/include/parser/scansup.h
libpg_query/src/postgres/include/partitioning/partdefs.h
libpg_query/src/postgres/include/port/atomics.h
libpg_query/src/postgres/include/port/pg_bitutils.h
libpg_query/src/postgres/include/port/pg_bswap.h
libpg_query/src/postgres/include/port/pg_crc32c.h
libpg_query/src/postgres/include/port/simd.h
libpg_query/src/postgres/include/port/win32.h
libpg_query/src/postgres/include/port/win32_port.h
libpg_query/src/postgres/include/port/atomics/arch-arm.h
libpg_query/src/postgres/include/port/atomics/arch-hppa.h
libpg_query/src/postgres/include/port/atomics/arch-ppc.h
libpg_query/src/postgres/include/port/atomics/arch-x86.h
libpg_query/src/postgres/include/port/atomics/fallback.h
libpg_query/src/postgres/include/port/atomics/generic-gcc.h
libpg_query/src/postgres/include/port/atomics/generic-msvc.h
libpg_query/src/postgres/include/port/atomics/generic-sunpro.h
libpg_query/src/postgres/include/port/atomics/generic.h
libpg_query/src/postgres/include/port/win32/dlfcn.h
libpg_query/src/postgres/include/port/win32/grp.h
libpg_query/src/postgres/include/port/win32/netdb.h
libpg_query/src/postgres/include/port/win32/pwd.h
libpg_query/src/postgres/include/port/win32/arpa/inet.h
libpg_query/src/postgres/include/port/win32/netinet/in.h
libpg_query/src/postgres/include/port/win32/netinet/tcp.h
libpg_query/src/postgres/include/port/win32/sys/resource.h
libpg_query/src/postgres/include/port/win32/sys/select.h
libpg_query/src/postgres/include/port/win32/sys/socket.h
libpg_query/src/postgres/include/port/win32/sys/un.h
libpg_query/src/postgres/include/port/win32/sys/wait.h
libpg_query/src/postgres/include/port/win32_msvc/dirent.h
libpg_query/src/postgres/include/port/win32_msvc/unistd.h
libpg_query/src/postgres/include/port/win32_msvc/utime.h
libpg_query/src/postgres/include/port/win32_msvc/sys/file.h
libpg_query/src/postgres/include/port/win32_msvc/sys/param.h
libpg_query/src/postgres/include/port/win32_msvc/sys/time.h
libpg_query/src/postgres/include/portability/instr_time.h
libpg_query/src/postgres/include/postmaster/autovacuum.h
libpg_query/src/postgres/include/postmaster/bgworker.h
libpg_query/src/postgres/include/postmaster/bgworker_internals.h
libpg_query/src/postgres/include/postmaster/bgwriter.h
libpg_query/src/postgres/include/postmaster/interrupt.h
libpg_query/src/postgres/include/postmaster/pgarch.h
libpg_query/src/postgres/include/postmaster/postmaster.h
libpg_query/src/postgres/include/postmaster/startup.h
libpg_query/src/postgres/include/postmaster/syslogger.h
libpg_query/src/postgres/include/postmaster/walwriter.h
libpg_query/src/postgres/include/regex/regex.h
libpg_query/src/postgres/include/replication/logicallauncher.h
libpg_query/src/postgres/include/replication/logicalproto.h
libpg_query/src/postgres/include/replication/logicalworker.h
libpg_query/src/postgres/include/replication/origin.h
libpg_query/src/postgres/include/replication/reorderbuffer.h
libpg_query/src/postgres/include/replication/slot.h
libpg_query/src/postgres/include/replication/syncrep.h
libpg_query/src/postgres/include/replication/walreceiver.h
libpg_query/src/postgres/include/replication/walsender.h
libpg_query/src/postgres/include/rewrite/prs2lock.h
libpg_query/src/postgres/include/rewrite/rewriteHandler.h
libpg_query/src/postgres/include/rewrite/rewriteManip.h
libpg_query/src/postgres/include/rewrite/rewriteSupport.h
libpg_query/src/postgres/include/storage/backendid.h
libpg_query/src/postgres/include/storage/block.h
libpg_query/src/postgres/include/storage/buf.h
libpg_query/src/postgres/include/storage/bufmgr.h
libpg_query/src/postgres/include/storage/bufpage.h
libpg_query/src/postgres/include/storage/condition_variable.h
libpg_query/src/postgres/include/storage/dsm.h
libpg_query/src/postgres/include/storage/dsm_impl.h
libpg_query/src/postgres/include/storage/fd.h
libpg_query/src/postgres/include/storage/fileset.h
libpg_query/src/postgres/include/storage/ipc.h
libpg_query/src/postgres/include/storage/item.h
libpg_query/src/postgres/include/storage/itemid.h
libpg_query/src/postgres/include/storage/itemptr.h
libpg_query/src/postgres/include/storage/large_object.h
libpg_query/src/postgres/include/storage/latch.h
libpg_query/src/postgres/include/storage/lmgr.h
libpg_query/src/postgres/include/storage/lock.h
libpg_query/src/postgres/include/storage/lockdefs.h
libpg_query/src/postgres/include/storage/lwlock.h
libpg_query/src/postgres/include/storage/lwlocknames.h
libpg_query/src/postgres/include/storage/off.h
libpg_query/src/postgres/include/storage/pg_sema.h
libpg_query/src/postgres/include/storage/pg_shmem.h
libpg_query/src/postgres/include/storage/pmsignal.h
libpg_query/src/postgres/include/storage/predicate.h
libpg_query/src/postgres/include/storage/proc.h
libpg_query/src/postgres/include/storage/procarray.h
libpg_query/src/postgres/include/storage/proclist_types.h
libpg_query/src/postgres/include/storage/procsignal.h
libpg_query/src/postgres/include/storage/relfilelocator.h
libpg_query/src/postgres/include/storage/s_lock.h
libpg_query/src/postgres/include/storage/sharedfileset.h
libpg_query/src/postgres/include/storage/shm_mq.h
libpg_query/src/postgres/include/storage/shm_toc.h
libpg_query/src/postgres/include/storage/shmem.h
libpg_query/src/postgres/include/storage/sinval.h
libpg_query/src/postgres/include/storage/sinvaladt.h
libpg_query/src/postgres/include/storage/smgr.h
libpg_query/src/postgres/include/storage/spin.h
libpg_query/src/postgres/include/storage/standby.h
libpg_query/src/postgres/include/storage/standbydefs.h
libpg_query/src/postgres/include/storage/sync.h
libpg_query/src/postgres/include/tcop/cmdtag.h
libpg_query/src/postgres/include/tcop/cmdtaglist.h
libpg_query/src/postgres/include/tcop/deparse_utility.h
libpg_query/src/postgres/include/tcop/dest.h
libpg_query/src/postgres/include/tcop/fastpath.h
libpg_query/src/postgres/include/tcop/pquery.h
libpg_query/src/postgres/include/tcop/tcopprot.h
libpg_query/src/postgres/include/tcop/utility.h
libpg_query/src/postgres/include/tsearch/ts_cache.h
libpg_query/src/postgres/include/utils/acl.h
libpg_query/src/postgres/include/utils/aclchk_internal.h
libpg_query/src/postgres/include/utils/array.h
libpg_query/src/postgres/include/utils/backend_progress.h
libpg_query/src/postgres/include/utils/backend_status.h
libpg_query/src/postgres/include/utils/builtins.h
libpg_query/src/postgres/include/utils/bytea.h
libpg_query/src/postgres/include/utils/catcache.h
libpg_query/src/postgres/include/utils/date.h
libpg_query/src/postgres/include/utils/datetime.h
libpg_query/src/postgres/include/utils/datum.h
libpg_query/src/postgres/include/utils/dsa.h
libpg_query/src/postgres/include/utils/elog.h
libpg_query/src/postgres/include/utils/errcodes.h
libpg_query/src/postgres/include/utils/expandeddatum.h
libpg_query/src/postgres/include/utils/expandedrecord.h
libpg_query/src/postgres/include/utils/float.h
libpg_query/src/postgres/include/utils/fmgroids.h
libpg_query/src/postgres/include/utils/fmgrprotos.h
libpg_query/src/postgres/include/utils/fmgrtab.h
libpg_query/src/postgres/include/utils/guc.h
libpg_query/src/postgres/include/utils/guc_hooks.h
libpg_query/src/postgres/include/utils/guc_tables.h
libpg_query/src/postgres/include/utils/hsearch.h
libpg_query/src/postgres/include/utils/inval.h
libpg_query/src/postgres/include/utils/logtape.h
libpg_query/src/postgres/include/utils/lsyscache.h
libpg_query/src/postgres/include/utils/memdebug.h
libpg_query/src/postgres/include/utils/memutils.h
libpg_query/src/postgres/include/utils/memutils_internal.h
libpg_query/src/postgres/include/utils/memutils_memorychunk.h
libpg_query/src/postgres/include/utils/numeric.h
libpg_query/src/postgres/include/utils/palloc.h
libpg_query/src/postgres/include/utils/partcache.h
libpg_query/src/postgres/include/utils/pg_locale.h
libpg_query/src/postgres/include/utils/pgstat_internal.h
libpg_query/src/postgres/include/utils/plancache.h
libpg_query/src/postgres/include/utils/portal.h
libpg_query/src/postgres/include/utils/probes.h
libpg_query/src/postgres/include/utils/ps_status.h
libpg_query/src/postgres/include/utils/queryenvironment.h
libpg_query/src/postgres/include/utils/regproc.h
libpg_query/src/postgres/include/utils/rel.h
libpg_query/src/postgres/include/utils/relcache.h
libpg_query/src/postgres/include/utils/reltrigger.h
libpg_query/src/postgres/include/utils/resowner.h
libpg_query/src/postgres/include/utils/ruleutils.h
libpg_query/src/postgres/include/utils/sharedtuplestore.h
libpg_query/src/postgres/include/utils/snapmgr.h
libpg_query/src/postgres/include/utils/snapshot.h
libpg_query/src/postgres/include/utils/sortsupport.h
libpg_query/src/postgres/include/utils/syscache.h
libpg_query/src/postgres/include/utils/timeout.h
libpg_query/src/postgres/include/utils/timestamp.h
libpg_query/src/postgres/include/utils/tuplesort.h
libpg_query/src/postgres/include/utils/tuplestore.h
libpg_query/src/postgres/include/utils/typcache.h
libpg_query/src/postgres/include/utils/varlena.h
libpg_query/src/postgres/include/utils/wait_event.h
libpg_query/src/postgres/include/utils/xml.h
libpg_query/srcdata/all_known_enums.json
libpg_query/srcdata/enum_defs.json
libpg_query/srcdata/nodetypes.json
libpg_query/srcdata/struct_defs.json
libpg_query/srcdata/typedefs.json
libpg_query/test/sql/postgres_regress/advisory_lock.sql
libpg_query/test/sql/postgres_regress/aggregates.sql
libpg_query/test/sql/postgres_regress/alter_generic.sql
libpg_query/test/sql/postgres_regress/alter_operator.sql
libpg_query/test/sql/postgres_regress/alter_table.sql
libpg_query/test/sql/postgres_regress/amutils.sql
libpg_query/test/sql/postgres_regress/arrays.sql
libpg_query/test/sql/postgres_regress/async.sql
libpg_query/test/sql/postgres_regress/bit.sql
libpg_query/test/sql/postgres_regress/bitmapops.sql
libpg_query/test/sql/postgres_regress/boolean.sql
libpg_query/test/sql/postgres_regress/box.sql
libpg_query/test/sql/postgres_regress/brin.sql
libpg_query/test/sql/postgres_regress/brin_bloom.sql
libpg_query/test/sql/postgres_regress/brin_multi.sql
libpg_query/test/sql/postgres_regress/btree_index.sql
libpg_query/test/sql/postgres_regress/case.sql
libpg_query/test/sql/postgres_regress/char.sql
libpg_query/test/sql/postgres_regress/circle.sql
libpg_query/test/sql/postgres_regress/cluster.sql
libpg_query/test/sql/postgres_regress/collate.icu.utf8.sql
libpg_query/test/sql/postgres_regress/collate.linux.utf8.sql
libpg_query/test/sql/postgres_regress/collate.sql
libpg_query/test/sql/postgres_regress/collate.windows.win1252.sql
libpg_query/test/sql/postgres_regress/combocid.sql
libpg_query/test/sql/postgres_regress/comments.sql
libpg_query/test/sql/postgres_regress/compression.sql
libpg_query/test/sql/postgres_regress/constraints.sql
libpg_query/test/sql/postgres_regress/conversion.sql
libpg_query/test/sql/postgres_regress/copy.sql
libpg_query/test/sql/postgres_regress/copy2.sql
libpg_query/test/sql/postgres_regress/copydml.sql
libpg_query/test/sql/postgres_regress/copyselect.sql
libpg_query/test/sql/postgres_regress/create_aggregate.sql
libpg_query/test/sql/postgres_regress/create_am.sql
libpg_query/test/sql/postgres_regress/create_cast.sql
libpg_query/test/sql/postgres_regress/create_function_c.sql
libpg_query/test/sql/postgres_regress/create_function_sql.sql
libpg_query/test/sql/postgres_regress/create_index.sql
libpg_query/test/sql/postgres_regress/create_index_spgist.sql
libpg_query/test/sql/postgres_regress/create_misc.sql
libpg_query/test/sql/postgres_regress/create_operator.sql
libpg_query/test/sql/postgres_regress/create_procedure.sql
libpg_query/test/sql/postgres_regress/create_role.sql
libpg_query/test/sql/postgres_regress/create_schema.sql
libpg_query/test/sql/postgres_regress/create_table.sql
libpg_query/test/sql/postgres_regress/create_table_like.sql
libpg_query/test/sql/postgres_regress/create_type.sql
libpg_query/test/sql/postgres_regress/create_view.sql
libpg_query/test/sql/postgres_regress/date.sql
libpg_query/test/sql/postgres_regress/dbsize.sql
libpg_query/test/sql/postgres_regress/delete.sql
libpg_query/test/sql/postgres_regress/dependency.sql
libpg_query/test/sql/postgres_regress/domain.sql
libpg_query/test/sql/postgres_regress/drop_if_exists.sql
libpg_query/test/sql/postgres_regress/drop_operator.sql
libpg_query/test/sql/postgres_regress/enum.sql
libpg_query/test/sql/postgres_regress/equivclass.sql
libpg_query/test/sql/postgres_regress/errors.sql
libpg_query/test/sql/postgres_regress/event_trigger.sql
libpg_query/test/sql/postgres_regress/explain.sql
libpg_query/test/sql/postgres_regress/expressions.sql
libpg_query/test/sql/postgres_regress/fast_default.sql
libpg_query/test/sql/postgres_regress/float4.sql
libpg_query/test/sql/postgres_regress/float8.sql
libpg_query/test/sql/postgres_regress/foreign_data.sql
libpg_query/test/sql/postgres_regress/foreign_key.sql
libpg_query/test/sql/postgres_regress/functional_deps.sql
libpg_query/test/sql/postgres_regress/generated.sql
libpg_query/test/sql/postgres_regress/geometry.sql
libpg_query/test/sql/postgres_regress/gin.sql
libpg_query/test/sql/postgres_regress/gist.sql
libpg_query/test/sql/postgres_regress/groupingsets.sql
libpg_query/test/sql/postgres_regress/guc.sql
libpg_query/test/sql/postgres_regress/hash_func.sql
libpg_query/test/sql/postgres_regress/hash_index.sql
libpg_query/test/sql/postgres_regress/hash_part.sql
libpg_query/test/sql/postgres_regress/horology.sql
libpg_query/test/sql/postgres_regress/identity.sql
libpg_query/test/sql/postgres_regress/incremental_sort.sql
libpg_query/test/sql/postgres_regress/index_including.sql
libpg_query/test/sql/postgres_regress/index_including_gist.sql
libpg_query/test/sql/postgres_regress/indexing.sql
libpg_query/test/sql/postgres_regress/indirect_toast.sql
libpg_query/test/sql/postgres_regress/inet.sql
libpg_query/test/sql/postgres_regress/infinite_recurse.sql
libpg_query/test/sql/postgres_regress/inherit.sql
libpg_query/test/sql/postgres_regress/init_privs.sql
libpg_query/test/sql/postgres_regress/insert.sql
libpg_query/test/sql/postgres_regress/insert_conflict.sql
libpg_query/test/sql/postgres_regress/int2.sql
libpg_query/test/sql/postgres_regress/int4.sql
libpg_query/test/sql/postgres_regress/int8.sql
libpg_query/test/sql/postgres_regress/interval.sql
libpg_query/test/sql/postgres_regress/join.sql
libpg_query/test/sql/postgres_regress/join_hash.sql
libpg_query/test/sql/postgres_regress/json.sql
libpg_query/test/sql/postgres_regress/json_encoding.sql
libpg_query/test/sql/postgres_regress/jsonb.sql
libpg_query/test/sql/postgres_regress/jsonb_jsonpath.sql
libpg_query/test/sql/postgres_regress/jsonpath.sql
libpg_query/test/sql/postgres_regress/jsonpath_encoding.sql
libpg_query/test/sql/postgres_regress/largeobject.sql
libpg_query/test/sql/postgres_regress/limit.sql
libpg_query/test/sql/postgres_regress/line.sql
libpg_query/test/sql/postgres_regress/lock.sql
libpg_query/test/sql/postgres_regress/lseg.sql
libpg_query/test/sql/postgres_regress/macaddr.sql
libpg_query/test/sql/postgres_regress/macaddr8.sql
libpg_query/test/sql/postgres_regress/matview.sql
libpg_query/test/sql/postgres_regress/md5.sql
libpg_query/test/sql/postgres_regress/memoize.sql
libpg_query/test/sql/postgres_regress/merge.sql
libpg_query/test/sql/postgres_regress/misc.sql
libpg_query/test/sql/postgres_regress/misc_functions.sql
libpg_query/test/sql/postgres_regress/misc_sanity.sql
libpg_query/test/sql/postgres_regress/money.sql
libpg_query/test/sql/postgres_regress/multirangetypes.sql
libpg_query/test/sql/postgres_regress/mvcc.sql
libpg_query/test/sql/postgres_regress/name.sql
libpg_query/test/sql/postgres_regress/namespace.sql
libpg_query/test/sql/postgres_regress/numeric.sql
libpg_query/test/sql/postgres_regress/numeric_big.sql
libpg_query/test/sql/postgres_regress/numerology.sql
libpg_query/test/sql/postgres_regress/object_address.sql
libpg_query/test/sql/postgres_regress/oid.sql
libpg_query/test/sql/postgres_regress/oidjoins.sql
libpg_query/test/sql/postgres_regress/opr_sanity.sql
libpg_query/test/sql/postgres_regress/partition_aggregate.sql
libpg_query/test/sql/postgres_regress/partition_info.sql
libpg_query/test/sql/postgres_regress/partition_join.sql
libpg_query/test/sql/postgres_regress/partition_prune.sql
libpg_query/test/sql/postgres_regress/password.sql
libpg_query/test/sql/postgres_regress/path.sql
libpg_query/test/sql/postgres_regress/pg_lsn.sql
libpg_query/test/sql/postgres_regress/plancache.sql
libpg_query/test/sql/postgres_regress/plpgsql.sql
libpg_query/test/sql/postgres_regress/point.sql
libpg_query/test/sql/postgres_regress/polygon.sql
libpg_query/test/sql/postgres_regress/polymorphism.sql
libpg_query/test/sql/postgres_regress/portals.sql
libpg_query/test/sql/postgres_regress/portals_p2.sql
libpg_query/test/sql/postgres_regress/prepare.sql
libpg_query/test/sql/postgres_regress/prepared_xacts.sql
libpg_query/test/sql/postgres_regress/privileges.sql
libpg_query/test/sql/postgres_regress/psql.sql
libpg_query/test/sql/postgres_regress/psql_crosstab.sql
libpg_query/test/sql/postgres_regress/publication.sql
libpg_query/test/sql/postgres_regress/random.sql
libpg_query/test/sql/postgres_regress/rangefuncs.sql
libpg_query/test/sql/postgres_regress/rangetypes.sql
libpg_query/test/sql/postgres_regress/regex.sql
libpg_query/test/sql/postgres_regress/regproc.sql
libpg_query/test/sql/postgres_regress/reindex_catalog.sql
libpg_query/test/sql/postgres_regress/reloptions.sql
libpg_query/test/sql/postgres_regress/replica_identity.sql
libpg_query/test/sql/postgres_regress/returning.sql
libpg_query/test/sql/postgres_regress/roleattributes.sql
libpg_query/test/sql/postgres_regress/rowsecurity.sql
libpg_query/test/sql/postgres_regress/rowtypes.sql
libpg_query/test/sql/postgres_regress/rules.sql
libpg_query/test/sql/postgres_regress/sanity_check.sql
libpg_query/test/sql/postgres_regress/security_label.sql
libpg_query/test/sql/postgres_regress/select.sql
libpg_query/test/sql/postgres_regress/select_distinct.sql
libpg_query/test/sql/postgres_regress/select_distinct_on.sql
libpg_query/test/sql/postgres_regress/select_having.sql
libpg_query/test/sql/postgres_regress/select_implicit.sql
libpg_query/test/sql/postgres_regress/select_into.sql
libpg_query/test/sql/postgres_regress/select_parallel.sql
libpg_query/test/sql/postgres_regress/select_views.sql
libpg_query/test/sql/postgres_regress/sequence.sql
libpg_query/test/sql/postgres_regress/spgist.sql
libpg_query/test/sql/postgres_regress/sqljson.sql
libpg_query/test/sql/postgres_regress/stats.sql
libpg_query/test/sql/postgres_regress/stats_ext.sql
libpg_query/test/sql/postgres_regress/strings.sql
libpg_query/test/sql/postgres_regress/subscription.sql
libpg_query/test/sql/postgres_regress/subselect.sql
libpg_query/test/sql/postgres_regress/sysviews.sql
libpg_query/test/sql/postgres_regress/tablesample.sql
libpg_query/test/sql/postgres_regress/tablespace.sql
libpg_query/test/sql/postgres_regress/temp.sql
libpg_query/test/sql/postgres_regress/test_setup.sql
libpg_query/test/sql/postgres_regress/text.sql
libpg_query/test/sql/postgres_regress/tid.sql
libpg_query/test/sql/postgres_regress/tidrangescan.sql
libpg_query/test/sql/postgres_regress/tidscan.sql
libpg_query/test/sql/postgres_regress/time.sql
libpg_query/test/sql/postgres_regress/timestamp.sql
libpg_query/test/sql/postgres_regress/timestamptz.sql
libpg_query/test/sql/postgres_regress/timetz.sql
libpg_query/test/sql/postgres_regress/transactions.sql
libpg_query/test/sql/postgres_regress/triggers.sql
libpg_query/test/sql/postgres_regress/truncate.sql
libpg_query/test/sql/postgres_regress/tsdicts.sql
libpg_query/test/sql/postgres_regress/tsearch.sql
libpg_query/test/sql/postgres_regress/tsrf.sql
libpg_query/test/sql/postgres_regress/tstypes.sql
libpg_query/test/sql/postgres_regress/tuplesort.sql
libpg_query/test/sql/postgres_regress/txid.sql
libpg_query/test/sql/postgres_regress/type_sanity.sql
libpg_query/test/sql/postgres_regress/typed_table.sql
libpg_query/test/sql/postgres_regress/unicode.sql
libpg_query/test/sql/postgres_regress/union.sql
libpg_query/test/sql/postgres_regress/updatable_views.sql
libpg_query/test/sql/postgres_regress/update.sql
libpg_query/test/sql/postgres_regress/uuid.sql
libpg_query/test/sql/postgres_regress/vacuum.sql
libpg_query/test/sql/postgres_regress/vacuum_parallel.sql
libpg_query/test/sql/postgres_regress/varchar.sql
libpg_query/test/sql/postgres_regress/window.sql
libpg_query/test/sql/postgres_regress/with.sql
libpg_query/test/sql/postgres_regress/write_parallel.sql
libpg_query/test/sql/postgres_regress/xid.sql
libpg_query/test/sql/postgres_regress/xml.sql
libpg_query/test/sql/postgres_regress/xmlmap.sql
libpg_query/vendor/protobuf-c/protobuf-c.c
libpg_query/vendor/protobuf-c/protobuf-c.h
libpg_query/vendor/xxhash/xxhash.c
libpg_query/vendor/xxhash/xxhash.h
pglast/__init__.py
pglast/__main__.py
pglast/ast.py
pglast/ast.pyx
pglast/error.py
pglast/keywords.py
pglast/parser.c
pglast/parser.pyx
pglast/stream.py
pglast/structs.pxd
pglast/visitors.py
pglast.egg-info/PKG-INFO
pglast.egg-info/SOURCES.txt
pglast.egg-info/dependency_links.txt
pglast.egg-info/entry_points.txt
pglast.egg-info/requires.txt
pglast.egg-info/top_level.txt
pglast/enums/__init__.py
pglast/enums/lockdefs.py
pglast/enums/lockoptions.py
pglast/enums/nodes.py
pglast/enums/parsenodes.py
pglast/enums/pg_am.py
pglast/enums/pg_attribute.py
pglast/enums/pg_class.py
pglast/enums/pg_trigger.py
pglast/enums/primnodes.py
pglast/enums/xml.py
pglast/printers/__init__.py
pglast/printers/ddl.py
pglast/printers/dml.py
pglast/printers/sfuncs.py
tests/test_ast.py
tests/test_cli.py
tests/test_parser.py
tests/test_printers.py
tests/test_printers_prettification.py
tests/test_printers_roundtrip.py
tests/test_stream.py
tests/test_visitors.py
tests/test_printers_prettification/ddl/alter_default_privileges.sql
tests/test_printers_prettification/ddl/alter_subscription.sql
tests/test_printers_prettification/ddl/alter_table.sql
tests/test_printers_prettification/ddl/alter_text_search.sql
tests/test_printers_prettification/ddl/comment.sql
tests/test_printers_prettification/ddl/create_aggregate.sql
tests/test_printers_prettification/ddl/create_database.sql
tests/test_printers_prettification/ddl/create_domain.sql
tests/test_printers_prettification/ddl/create_event_trigger.sql
tests/test_printers_prettification/ddl/create_extension.sql
tests/test_printers_prettification/ddl/create_foreign_data_wrapper.sql
tests/test_printers_prettification/ddl/create_foreign_table.sql
tests/test_printers_prettification/ddl/create_function.sql
tests/test_printers_prettification/ddl/create_index.sql
tests/test_printers_prettification/ddl/create_language.sql
tests/test_printers_prettification/ddl/create_rule.sql
tests/test_printers_prettification/ddl/create_schema.sql
tests/test_printers_prettification/ddl/create_sequence.sql
tests/test_printers_prettification/ddl/create_table.sql
tests/test_printers_prettification/ddl/create_transform.sql
tests/test_printers_prettification/ddl/create_trigger.sql
tests/test_printers_prettification/ddl/create_type.sql
tests/test_printers_prettification/ddl/create_view.sql
tests/test_printers_prettification/ddl/grant.sql
tests/test_printers_prettification/ddl/issue110.sql
tests/test_printers_prettification/ddl/notify.sql
tests/test_printers_prettification/ddl/show.sql
tests/test_printers_prettification/dml/copy.sql
tests/test_printers_prettification/dml/fetch.sql
tests/test_printers_prettification/dml/insert.sql
tests/test_printers_prettification/dml/move.sql
tests/test_printers_prettification/dml/select.sql
tests/test_printers_prettification/dml/truncate.sql
tests/test_printers_prettification/dml/update.sql
tests/test_printers_roundtrip/ddl/alter_database.sql
tests/test_printers_roundtrip/ddl/alter_default_privileges.sql
tests/test_printers_roundtrip/ddl/alter_domain.sql
tests/test_printers_roundtrip/ddl/alter_extension.sql
tests/test_printers_roundtrip/ddl/alter_fdw.sql
tests/test_printers_roundtrip/ddl/alter_function.sql
tests/test_printers_roundtrip/ddl/alter_owner.sql
tests/test_printers_roundtrip/ddl/alter_policy.sql
tests/test_printers_roundtrip/ddl/alter_rename.sql
tests/test_printers_roundtrip/ddl/alter_role.sql
tests/test_printers_roundtrip/ddl/alter_sequence.sql
tests/test_printers_roundtrip/ddl/alter_server.sql
tests/test_printers_roundtrip/ddl/alter_set_schema.sql
tests/test_printers_roundtrip/ddl/alter_subscription.sql
tests/test_printers_roundtrip/ddl/alter_table.sql
tests/test_printers_roundtrip/ddl/alter_text_search.sql
tests/test_printers_roundtrip/ddl/alter_type.sql
tests/test_printers_roundtrip/ddl/analyze.sql
tests/test_printers_roundtrip/ddl/cluster.sql
tests/test_printers_roundtrip/ddl/comment.sql
tests/test_printers_roundtrip/ddl/create_access_method.sql
tests/test_printers_roundtrip/ddl/create_aggregate.sql
tests/test_printers_roundtrip/ddl/create_cast.sql
tests/test_printers_roundtrip/ddl/create_collation.sql
tests/test_printers_roundtrip/ddl/create_conversion.sql
tests/test_printers_roundtrip/ddl/create_database.sql
tests/test_printers_roundtrip/ddl/create_fdw.sql
tests/test_printers_roundtrip/ddl/create_function.sql
tests/test_printers_roundtrip/ddl/create_index.sql
tests/test_printers_roundtrip/ddl/create_operator.sql
tests/test_printers_roundtrip/ddl/create_operator_class.sql
tests/test_printers_roundtrip/ddl/create_policy.sql
tests/test_printers_roundtrip/ddl/create_role.sql
tests/test_printers_roundtrip/ddl/create_schema.sql
tests/test_printers_roundtrip/ddl/create_sequence.sql
tests/test_printers_roundtrip/ddl/create_table.sql
tests/test_printers_roundtrip/ddl/create_trigger.sql
tests/test_printers_roundtrip/ddl/create_type.sql
tests/test_printers_roundtrip/ddl/create_view.sql
tests/test_printers_roundtrip/ddl/discard.sql
tests/test_printers_roundtrip/ddl/do.sql
tests/test_printers_roundtrip/ddl/drop.sql
tests/test_printers_roundtrip/ddl/grant.sql
tests/test_printers_roundtrip/ddl/lock_table.sql
tests/test_printers_roundtrip/ddl/reindex.sql
tests/test_printers_roundtrip/ddl/revoke.sql
tests/test_printers_roundtrip/ddl/security_label.sql
tests/test_printers_roundtrip/ddl/vacuum.sql
tests/test_printers_roundtrip/dml/copy.sql
tests/test_printers_roundtrip/dml/cursor.sql
tests/test_printers_roundtrip/dml/delete.sql
tests/test_printers_roundtrip/dml/insert.sql
tests/test_printers_roundtrip/dml/reset.sql
tests/test_printers_roundtrip/dml/select.sql
tests/test_printers_roundtrip/dml/set.sql
tests/test_printers_roundtrip/dml/transaction.sql
tests/test_printers_roundtrip/dml/update.sql
tools/extract_ast.py
tools/extract_enums.py
tools/extract_keywords.py
tools/extract_printers_doc.py