- #1962
7606a5b87
Thanks @DanielFGray! - Export PgEntity type in pg-introspection
- #1943
46d8289b4
Thanks @benjie! -pg-introspection
now exportsreservedWords
which are a list of reserved keywords in PostgreSQL (in uppercase; though SQL is case insensitive).
-
#1927
00d32d887
Thanks @benjie! - Excludes table constraints on tables from extensions if configured to not include extensions. -
#1927
c62eee10b
Thanks @benjie! - Add pg_am to pg-introspection to enable determining index access method
-
#1894
7851d89ab
Thanks @benjie! - Fix logic around RBAC permissions for tables and sequences. -
#1893
470ee4000
Thanks @benjie! - Import latest PG16 docs into pg-introspection
- #1801
2d447a6b4
Thanks @benjie! - Fix bug where the owner of a database object wasn't seen as having any privileges.
- #408
bc14d488d
Thanks @benjie! - When sorting, specify a concrete locale to localeCompare to ensure stable ordering across machines.
- #386
8230fcaeb
Thanks @benjie! - If an issue occurs whilst retrieving attributes for a constraint, we now log an error and return an empty array.
759ad403d
Thanks @benjie! - Alpha release - see https://postgraphile.org/news/2023-04-26-version-5-alpha
0ab95d0b1
- Update sponsors.
677c8f5fc
- Create new getTags() introspection helper and use it. Rename GraphileBuild.GraphileBuildSchemaOptions to GraphileBuild.SchemaOptions. Fix a couple minor inflection bugs. Add some missing descriptions. Fix the initial inflection types to not leak implementation details. Fix inflectors to use ResolvedPreset rather than Preset.
9b296ba54
- More secure, more compatible, and lots of fixes across the monorepo