graphql-engine/server/src-lib/Hasura/Backends/Postgres
Auke Booij 88488362e0 chore(server): various code cleanups
- Derive a few `instance`s
- Delete some dead code (methods and types)
- Delete some `INLINE` pragmas that are unlikely to have a big effect
- Monomorphize Postgres `LISTEN` code to avoid effect juggling
- Generalize some methods in `pg-client` so that others can be simplified
- Handle errors differently for `TxET` to deduplicate code
- Use `hoist` instead of specialized combinators such as `mapActionT`

PR-URL: https://github.com/hasura/graphql-engine-mono/pull/8130
GitOrigin-RevId: bc1e908b6c0869f440a214a76744e92d40fea1e6
2023-03-14 17:47:49 +00:00
..
Connection chore(server): various code cleanups 2023-03-14 17:47:49 +00:00
DDL Rewrite Tracing to allow for only one TraceT in the entire stack. 2023-03-13 17:38:39 +00:00
Execute Rewrite Tracing to allow for only one TraceT in the entire stack. 2023-03-13 17:38:39 +00:00
Instances feature(server): make execution statistics available through logging 2023-03-14 11:33:45 +00:00
Schema server: fix naming convention bugs 2023-03-06 06:23:20 +00:00
SQL feature(server): support subscriptions in logical models 2023-02-28 11:18:43 +00:00
Translate feature(server): support subscriptions in logical models 2023-02-28 11:18:43 +00:00
Types server: codecs for computed field definitions 2023-03-09 23:46:41 +00:00
Connection.hs server: split the Postgres Connection module 2022-03-09 07:15:17 +00:00
DDL.hs Evie/postgres/module docs 2022-02-08 09:25:35 +00:00