master
server/bigquery: computed fields SQL generation and execution
server/postgres: prefix identifiers longer than 63 characters with their md5 hash
(Fix #3456) Guard calls to JSON_QUERY on null arguments
[server] re-add native sql output
server: migrate to aeson-2 in preparation for ghc 9.2 upgrade
server: Preserve ordering when possible, and sort when it's not.
server/bigquery: apply 'order by' to 'array_agg' projection inside an array relationship join sub-query
mssql: support query multiplexing in subscriptions
[server] fix LIMIT optimization not respecting ORDER BY
server: improve backend-specific test setup