summaryrefslogtreecommitdiff
path: root/django/db/backends/postgresql
AgeCommit message (Expand)Author
2026-04-30Fixed #37075 -- Allowed overriding the PostgreSQL pool's "check" callable.HEADmaininitial-branchRaoni Timo
2026-03-20Fixed #36960 -- Enabled the use of psycopg 3's optimized timestamp loader.Aarni Koskela
2026-03-19Refs #36795 -- Removed unnecessary prohibits_dollar_signs_in_column_aliases f...Simon Charette
2026-03-12Fixed #36727 -- Deprecated Field.get_placeholder in favor of get_placeholder_...Simon Charette
2026-01-18Applied Black's 2026 stable style.Mariusz Felisiak
2026-01-16Fixed #36822 -- Added parameter limit for PostgreSQL with server-side binding.JaeHyuck Sa
2025-12-31Refs #33647 -- Fixed silent data truncation in bulk_create on Postgres.Simon Charette
2025-12-26Fixed #36112 -- Added fallback in last_executed_query() on Oracle and Postgre...VIZZARD-X
2025-12-12Refs #36735 -- Supported shift parameter for UUID7 on PostgreSQL.Lily Acorn
2025-12-12Fixed #36735 -- Added UUID4 and UUID7 database functions.Lily Acorn
2025-12-04Added DatabaseFeatures.prohibits_dollar_signs_in_column_aliases.Tim Graham
2025-12-02Fixed CVE-2025-13372 -- Protected FilteredRelation against SQL injection in c...Jacob Walls
2025-11-20Fixed #36748 -- Filtered non-standard placeholders from UNNEST queries.Chris Wesseling
2025-11-17Fixed #24920 -- Added support for DecimalField with no precision.Mariusz Felisiak
2025-11-14Refs #24928 -- Added introspection support for PostgreSQL HStoreField.Mariusz Felisiak
2025-10-31Fixed #36661 -- Added introspection of database-level delete options.Mariusz Felisiak
2025-10-18Fixed #21961 -- Added support for database-level delete options for ForeignKey.Mariusz Felisiak
2025-10-16Bumped minimum isort version to 7.0.0.Jacob Walls
2025-10-03Fixed #36623 -- Dropped support for PostgreSQL 14 and PostGIS 3.1.Mariusz Felisiak
2025-09-29Skipped NOT NULL constraints on PostgreSQL 18+.Mariusz Felisiak
2025-09-29Fixed #36277 -- Fixed DatabaseFeatures.supports_virtual_generated_columns on ...arsalan64
2025-09-23Fixed #36616 -- Added DatabaseOperations.adapt_durationfield_value().Tim Graham
2025-09-14Refs #27222 -- Refreshed GeneratedFields values on save() initiated update.Simon Charette
2025-09-05Fixed #36564 -- Changed DEFAULT_AUTO_FIELD from AutoField to BigAutoField.Tim Graham
2025-08-28Refs #27222 -- Implemented BaseDatabaseOperations.return_insert_columns()/fet...Simon Charette
2025-08-12Remove unused OneToOneField from DatabaseWrapper.data_types.Tim Graham
2025-07-23Refs #36500 -- Rewrapped long docstrings and block comments via a script.django-bot
2025-07-10Fixed #36502 -- Restored UNNEST strategy for foreign key bulk inserts on Post...Simon Charette
2025-05-20Fixed #34262 -- Added support for AnyValue for SQLite, MySQL, Oracle, and Pos...ontowhee
2025-04-30Refs #36052, #32234 -- Removed create_test_table_with_composite_primary_key f...Simon Charette
2025-04-04Fixed #36289 -- Fixed bulk_create() crash with nullable geometry fields on Po...Simon Charette
2025-03-31Refs #28909 -- Simplified code using unpacking generalizations.Aarni Koskela
2025-03-05Fixed typo in django/db/backends/postgresql/psycopg_any.py comment.Jacob Walls
2025-03-03Fixed #35444 -- Added generic support for Aggregate.order_by.Chris Muthig
2025-02-05Fixed #36165 -- Made PostgreSQL's SchemaEditor._delete_index_sql() respect th...Natalia
2025-01-28Refs #36005 -- Bumped minimum supported versions of 3rd-party packages.Mariusz Felisiak
2025-01-20Fixed #36107 -- Adjusted UNNEST bulk_create strategy to opt-out sized arrays.Simon Charette
2024-12-17Fixed #35969 -- Disallowed specifying a USING clause for altered generated fi...lufafajoshua
2024-12-11Fixed #35936 -- Used unnest for bulk inserts on Postgres when possible.Simon Charette
2024-12-09Refs #35982 -- Made BaseDatabaseOperations.adapt_decimalfield_value() a no-op.Simon Charette
2024-10-31Fixed #35180 -- Recreated PostgreSQL _like indexes when changing between Text...Ben Cail
2024-10-30Fixed #35856 -- Added QuerySet.explain() support for MEMORY/SERIALIZE option ...Anthony Joseph
2024-08-28Fixed #35688 -- Restored timezone and role setters to be PostgreSQL DatabaseW...Sarah Boyce
2024-08-01Reverted "Fixed #28646 -- Prevented duplicate index when unique is set to Tru...Sarah Boyce
2024-07-30Fixed #28646 -- Prevented duplicate index when unique is set to True on Postg...Ben Cail
2024-05-27Fixed #35479 -- Dropped support for PostgreSQL 13 and PostGIS 3.0.Mariusz Felisiak
2024-03-25Removed unused _alter_column_collation_sql() in PostgreSQL DatabaseSchemaEditor.Mariusz Felisiak
2024-03-14Refs #35295 -- Added BaseDatabaseOperations.bulk_insert_sql().Mariusz Felisiak
2024-03-06Fixed #35021 -- Fixed capturing queries when using client-side parameters bin...Michail Chatzis
2024-03-01Refs #33497 -- Added connection pool support for PostgreSQL.Sarah Boyce