File tree
4 files changed
+21
-39
lines changed- lib/tree_sitter_sql
4 files changed
+21
-39
lines changed+18-36
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
28 | 28 |
| |
29 | 29 |
| |
30 | 30 |
| |
31 |
| - | |
| 31 | + | |
32 | 32 |
| |
33 | 33 |
| |
34 | 34 |
| |
|
Submodule libpg_query updated 81 files
- .github/workflows/ci.yml+8-1
- CHANGELOG.md+9
- Makefile+15-8
- README.md+3-3
- pg_query.h+2-2
- scripts/extract_source.rb+2-2
- scripts/pg_config_overrides.h+17-4
- src/postgres/include/access/amapi.h+4
- src/postgres/include/access/genam.h+9
- src/postgres/include/access/slru.h+3-6
- src/postgres/include/access/tableam.h+2-1
- src/postgres/include/access/transam.h+43
- src/postgres/include/c.h+1-1
- src/postgres/include/catalog/objectaddress.h+4
- src/postgres/include/commands/event_trigger.h+6
- src/postgres/include/common/hashfn_unstable.h+6-52
- src/postgres/include/datatype/timestamp.h+1-1
- src/postgres/include/executor/execdesc.h+1-1
- src/postgres/include/libpq/libpq-be.h+6-3
- src/postgres/include/mb/pg_wchar.h+1
- src/postgres/include/miscadmin.h+10-2
- src/postgres/include/nodes/execnodes.h+3
- src/postgres/include/nodes/pathnodes.h+4-1
- src/postgres/include/nodes/pg_list.h+1-1
- src/postgres/include/nodes/primnodes.h+9-5
- src/postgres/include/parser/parse_coerce.h+3
- src/postgres/include/pg_config.h+28-20
- src/postgres/include/port.h+32-1
- src/postgres/include/port/pg_iovec.h+2-2
- src/postgres/include/port/win32_port.h-2
- src/postgres/include/replication/reorderbuffer.h+9-18
- src/postgres/include/replication/slot.h+5-1
- src/postgres/include/storage/lockdefs.h+2
- src/postgres/include/storage/proc.h+13-16
- src/postgres/include/storage/smgr.h+5-2
- src/postgres/include/utils/catcache.h+1
- src/postgres/include/utils/pgstat_internal.h+19
- src/postgres/include/utils/portal.h+1-1
- src/postgres/include/utils/syscache.h+5
- src/postgres/src_backend_parser_gram.c+1-1
- src/postgres/src_common_wchar.c+47-1
- src/postgres/src_port_snprintf.c+14-17
- test/parse_opts_tests.c+12-12
- test/parse_tests.c+36-36
- test/sql/plpgsql_regress/plpgsql_call.sql+17
- test/sql/plpgsql_regress/plpgsql_simple.sql+12
- test/sql/postgres_regress/aggregates.sql+7-2
- test/sql/postgres_regress/alter_table.sql-2
- test/sql/postgres_regress/arrays.sql+22
- test/sql/postgres_regress/case.sql+5
- test/sql/postgres_regress/collate.icu.utf8.sql+59
- test/sql/postgres_regress/conversion.sql+5
- test/sql/postgres_regress/copy2.sql+15-9
- test/sql/postgres_regress/copydml.sql+4
- test/sql/postgres_regress/create_am.sql+10
- test/sql/postgres_regress/database.sql+7
- test/sql/postgres_regress/domain.sql+11
- test/sql/postgres_regress/fast_default.sql+44
- test/sql/postgres_regress/foreign_key.sql+72-1
- test/sql/postgres_regress/horology.sql+1
- test/sql/postgres_regress/inherit.sql+8
- test/sql/postgres_regress/join.sql+13
- test/sql/postgres_regress/jsonb_jsonpath.sql+4
- test/sql/postgres_regress/merge.sql+52
- test/sql/postgres_regress/partition_join.sql+4
- test/sql/postgres_regress/partition_prune.sql+15
- test/sql/postgres_regress/predicate.sql+46-10
- test/sql/postgres_regress/privileges.sql+36
- test/sql/postgres_regress/returning.sql+24
- test/sql/postgres_regress/rowsecurity.sql+58
- test/sql/postgres_regress/sqljson.sql+25
- test/sql/postgres_regress/sqljson_queryfuncs.sql+4-1
- test/sql/postgres_regress/stats.sql+16
- test/sql/postgres_regress/subselect.sql+31
- test/sql/postgres_regress/tablespace.sql+6
- test/sql/postgres_regress/timestamptz.sql+2-1
- test/sql/postgres_regress/triggers.sql+46
- test/sql/postgres_regress/vacuum.sql+13
- test/sql/postgres_regress/window.sql+7
- test/sql/postgres_regress/with.sql+12
- test/sql/postgres_regress/xml.sql+7-3
0 commit comments