saJaeHyukc c1257350ca Fixed #36222 -- Fixed ExclusionConstraint validation crash on excluded fields in condition. 2 weeks ago
..
array_default_migrations 097e3a70c1 Refs #33476 -- Applied Black's 2023 stable style. 2 years ago
array_index_migrations 097e3a70c1 Refs #33476 -- Applied Black's 2023 stable style. 2 years ago
migrations 22fc151bb8 Fixed #36107 -- Adjusted UNNEST bulk_create strategy to opt-out sized arrays. 2 months ago
__init__.py e673c87b56 Fixed #29084 -- Skipped some postgres_tests.test_search tests when pg_catalog isn't English. 2 years ago
fields.py 305757aec1 Applied Black's 2024 stable style. 1 year ago
integration_settings.py 9c19aff7c7 Refs #33476 -- Reformatted code with Black. 3 years ago
models.py 22fc151bb8 Fixed #36107 -- Adjusted UNNEST bulk_create strategy to opt-out sized arrays. 2 months ago
test_aggregates.py 4b977a5d72 Fixed #35444 -- Added generic support for Aggregate.order_by. 3 weeks ago
test_apps.py 4f2ae0644d Fixed #34849 -- Avoided raising RuntimeWarning about import-time queries when apps are reinitialized with test tools. 1 year ago
test_array.py 22fc151bb8 Fixed #36107 -- Adjusted UNNEST bulk_create strategy to opt-out sized arrays. 2 months ago
test_bulk_update.py 2ebfbd894e Refs #33308 -- Moved psycopg2 imports to the psycopg_any module. 2 years ago
test_constraints.py c1257350ca Fixed #36222 -- Fixed ExclusionConstraint validation crash on excluded fields in condition. 2 weeks ago
test_functions.py 9c19aff7c7 Refs #33476 -- Reformatted code with Black. 3 years ago
test_hstore.py ded4854642 Fixed #35944 -- Handled serialization of Unicode values in ArrayField and HStoreField. 3 months ago
test_indexes.py 1f33f21fca Fixed #36165 -- Made PostgreSQL's SchemaEditor._delete_index_sql() respect the "sql" argument. 1 month ago
test_integration.py 9c19aff7c7 Refs #33476 -- Reformatted code with Black. 3 years ago
test_introspection.py 149b55fefa Refs #33308 -- Ensured type handlers are registered for all PostgreSQL specific tests. 2 years ago
test_operations.py cee95e6172 Fixed #35717 -- Reduced Create/RemoveCollation operations when optimizing migrations. 5 months ago
test_ranges.py efb7f9ced2 Refs #36005 -- Used datetime.UTC alias instead of datetime.timezone.utc. 1 month ago
test_search.py 305757aec1 Applied Black's 2024 stable style. 1 year ago
test_signals.py c14e5c64c9 Fixed typo in tests/postgres_tests/test_signals.py comment. 2 years ago
test_trigram.py c3ca6075cc Fixed #35732 -- Wrapped ConcatPair expression in parentheses to ensure operator precedence. 6 months ago
test_unaccent.py 097e3a70c1 Refs #33476 -- Applied Black's 2023 stable style. 2 years ago