graphql-engine/server/src-lib/Hasura/RQL/DDL
Rakesh Emmadi 204cd3514b optimise server startup time (close #1430) (#2120)
1. Reuses postgres connections during startup which reduces the overhead of opening and closing connections. 
2. Faster schema cache building. This is done by fetching all the required data in a single sql statement.
2019-05-08 13:06:42 +05:30
..
Permission multiplexed subscriptions (#1934) 2019-04-17 15:18:41 +05:30
Relationship recover from inconsistent database state (closes #231) (#1863) 2019-04-17 21:59:39 +05:30
Schema optimise server startup time (close #1430) (#2120) 2019-05-08 13:06:42 +05:30
Deps.hs allow exposing postgres functions through GraphQL interface (close #333) (#1073) 2019-01-25 09:01:54 +05:30
EventTrigger.hs fix update_event_trigger query not persisting the changes (#1950) 2019-04-05 17:50:46 +05:30
Headers.hs refactor to remove warnings especially with orphan instances (#1163) 2018-12-13 12:56:15 +05:30
Metadata.hs recover from inconsistent database state (closes #231) (#1863) 2019-04-17 21:59:39 +05:30
Permission.hs schema cache sync improvements (#2098) 2019-05-03 16:12:26 +05:30
QueryTemplate.hs multiplexed subscriptions (#1934) 2019-04-17 15:18:41 +05:30
Relationship.hs optimise server startup time (close #1430) (#2120) 2019-05-08 13:06:42 +05:30
RemoteSchema.hs recover from inconsistent database state (closes #231) (#1863) 2019-04-17 21:59:39 +05:30
Utils.hs schema cache sync improvements (#2098) 2019-05-03 16:12:26 +05:30