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/apps.py
psqlextra/compiler.py
psqlextra/expressions.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/__init__.py
tests/conftest.py
tests/db_introspection.py
tests/fake_model.py
tests/migrations.py
tests/test_case_insensitive_unique_index.py
tests/test_conditional_unique_index.py
tests/test_db_backend.py
tests/test_hstore_autodetect.py
tests/test_hstore_field.py
tests/test_hstore_required.py
tests/test_hstore_unique.py
tests/test_insert.py
tests/test_make_migrations.py
tests/test_management_command_partition.py
tests/test_manager.py
tests/test_manager_context.py
tests/test_materialized_view_model.py
tests/test_migration_operations.py
tests/test_on_conflict.py
tests/test_on_conflict_nothing.py
tests/test_on_conflict_update.py
tests/test_partitioned_model.py
tests/test_partitioned_model_state.py
tests/test_partitioning_manager.py
tests/test_partitioning_time.py
tests/test_query.py
tests/test_query_values.py
tests/test_schema_editor_partitioning.py
tests/test_schema_editor_view.py
tests/test_unique_index.py
tests/test_upsert.py
tests/test_view_models.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