LICENSE
README.md
pyproject.toml
setup.cfg
setup.py
django_postgres_extra.egg-info/PKG-INFO
django_postgres_extra.egg-info/SOURCES.txt
django_postgres_extra.egg-info/dependency_links.txt
django_postgres_extra.egg-info/requires.txt
django_postgres_extra.egg-info/top_level.txt
psqlextra/__init__.py
psqlextra/_version.py
psqlextra/apps.py
psqlextra/compiler.py
psqlextra/expressions.py
psqlextra/lookups.py
psqlextra/query.py
psqlextra/sql.py
psqlextra/type_assertions.py
psqlextra/types.py
psqlextra/util.py
psqlextra/backend/__init__.py
psqlextra/backend/base.py
psqlextra/backend/base_impl.py
psqlextra/backend/introspection.py
psqlextra/backend/operations.py
psqlextra/backend/schema.py
psqlextra/backend/migrations/__init__.py
psqlextra/backend/migrations/patched_autodetector.py
psqlextra/backend/migrations/patched_migrations.py
psqlextra/backend/migrations/patched_project_state.py
psqlextra/backend/migrations/operations/__init__.py
psqlextra/backend/migrations/operations/add_default_partition.py
psqlextra/backend/migrations/operations/add_hash_partition.py
psqlextra/backend/migrations/operations/add_list_partition.py
psqlextra/backend/migrations/operations/add_range_partition.py
psqlextra/backend/migrations/operations/apply_state.py
psqlextra/backend/migrations/operations/create_materialized_view_model.py
psqlextra/backend/migrations/operations/create_partitioned_model.py
psqlextra/backend/migrations/operations/create_view_model.py
psqlextra/backend/migrations/operations/delete_default_partition.py
psqlextra/backend/migrations/operations/delete_hash_partition.py
psqlextra/backend/migrations/operations/delete_list_partition.py
psqlextra/backend/migrations/operations/delete_materialized_view_model.py
psqlextra/backend/migrations/operations/delete_partition.py
psqlextra/backend/migrations/operations/delete_partitioned_model.py
psqlextra/backend/migrations/operations/delete_range_partition.py
psqlextra/backend/migrations/operations/delete_view_model.py
psqlextra/backend/migrations/operations/partition.py
psqlextra/backend/migrations/state/__init__.py
psqlextra/backend/migrations/state/materialized_view.py
psqlextra/backend/migrations/state/model.py
psqlextra/backend/migrations/state/partitioning.py
psqlextra/backend/migrations/state/view.py
psqlextra/backend/side_effects/__init__.py
psqlextra/backend/side_effects/hstore_required.py
psqlextra/backend/side_effects/hstore_unique.py
psqlextra/fields/__init__.py
psqlextra/fields/hstore_field.py
psqlextra/indexes/__init__.py
psqlextra/indexes/case_insensitive_unique_index.py
psqlextra/indexes/conditional_unique_index.py
psqlextra/indexes/unique_index.py
psqlextra/management/__init__.py
psqlextra/management/commands/__init__.py
psqlextra/management/commands/pgmakemigrations.py
psqlextra/management/commands/pgpartition.py
psqlextra/management/commands/pgrefreshmv.py
psqlextra/manager/__init__.py
psqlextra/manager/manager.py
psqlextra/models/__init__.py
psqlextra/models/base.py
psqlextra/models/options.py
psqlextra/models/partitioned.py
psqlextra/models/view.py
psqlextra/partitioning/__init__.py
psqlextra/partitioning/config.py
psqlextra/partitioning/constants.py
psqlextra/partitioning/current_time_strategy.py
psqlextra/partitioning/error.py
psqlextra/partitioning/manager.py
psqlextra/partitioning/partition.py
psqlextra/partitioning/plan.py
psqlextra/partitioning/range_partition.py
psqlextra/partitioning/range_strategy.py
psqlextra/partitioning/shorthands.py
psqlextra/partitioning/strategy.py
psqlextra/partitioning/time_partition.py
psqlextra/partitioning/time_partition_size.py
psqlextra/partitioning/time_strategy.py
tests/benchmarks/__init__.py
tests/benchmarks/test_insert_nothing.py
tests/benchmarks/test_upsert.py
tests/benchmarks/test_upsert_bulk.py
tests/snapshots/__init__.py
tests/snapshots/snap_test_management_command_partition.py