ash_postgres/lib
Zach Daniel 10cf60cdc1 fix: remove Agent "convenience" for determining min pg version
We need to require that users provide this function. To that end we're
adding a warning in a minor release branch telling users to define this.
The agent was acting as a bottleneck that all queries must go through,
causing nontrivial performance issues at scale.
2024-08-13 09:58:25 -04:00
..
data_layer fix: remove Agent "convenience" for determining min pg version 2024-08-13 09:58:25 -04:00
extensions
functions improvement: add binding() expression 2024-07-15 10:25:39 -04:00
migration_generator chore: Cleanup Test Output (#366) 2024-08-07 10:38:00 -04:00
mix improvement: dynamically select and allow setting a repo 2024-07-31 17:48:55 -04:00
repo fix: remove Agent "convenience" for determining min pg version 2024-08-13 09:58:25 -04:00
types
verifiers docs: remove unused code from docs 2024-06-25 08:25:17 -04:00
ash_postgres.ex
check_constraint.ex
custom_aggregate.ex
custom_extension.ex
custom_index.ex improvement: add storage type option (#342) 2024-07-08 09:54:50 -04:00
data_layer.ex fix: handle filter condition on create (#368) 2024-08-12 14:48:45 -04:00
ecto_migration_default.ex
igniter.ex improvement: dynamically select and allow setting a repo 2024-07-31 17:48:55 -04:00
manual_relationship.ex
migration.ex
multitenancy.ex
reference.ex
repo.ex fix: remove Agent "convenience" for determining min pg version 2024-08-13 09:58:25 -04:00
sql_implementation.ex chore: format 2024-08-12 14:45:04 -04:00
statement.ex
type.ex
version_agent.ex