summaryrefslogtreecommitdiff
path: root/django/db/backends/postgresql
AgeCommit message (Expand)Author
2025-12-02[6.0.x] Fixed CVE-2025-13372 -- Protected FilteredRelation against SQL inject...Jacob Walls
2025-11-20[6.0.x] Fixed #36748 -- Filtered non-standard placeholders from UNNEST queries.Chris Wesseling
2025-10-16[6.0.x] Bumped minimum isort version to 7.0.0.Jacob Walls
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
2024-02-26Refs #34200 -- Removed unnecessary check in DatabaseWrapper.ensure_role() on ...Florian Apolloner
2024-02-23Simplified using DATABASES["OPTIONS"].Florian Apolloner
2024-02-16Refs #34060 -- Fixed crash when filtering against literal JSON with psycopg2.Simon Charette
2024-02-15Fixed #34060 -- Fixed migrations crash when adding check constraints with JSO...Albert Defler
2024-01-26Applied Black's 2024 stable style.Mariusz Felisiak
2024-01-12Fixed #35028 -- Disabled server-side bindings for named cursors on psycopg >= 3.Simon Charette
2023-11-02Refs #31300 -- Allowed testing GeneratedField without collation.Tim Graham
2023-10-30Refs #29850 -- Added exclusion support to window frames.Sarah Boyce
2023-10-30Fixed #34932 -- Restored varchar_pattern_ops/text_pattern_ops index creation ...Tom Carrick
2023-09-26Fixed #34873 -- Added QuerySet.explain() support for GENERIC_PLAN option on P...Mariusz Felisiak
2023-09-22Fixed #34840 -- Avoided casting string base fields on PostgreSQL.Mariusz Felisiak
2023-09-20Fixed #34851 -- Dropped support for PostgreSQL 12 and PostGIS 2.5.Mariusz Felisiak
2023-09-18Refs #33872 -- Removed django.contrib.postgres.fields.CIText/CICharField/CIEm...Mariusz Felisiak
2023-09-07Fixed #31300 -- Added GeneratedField model field.Jeremy Nauta
2023-07-19Fixed #34701 -- Added support for NULLS [NOT] DISTINCT on PostgreSQL 15+.Simon Charette
2023-05-12Fixed #470 -- Added support for database defaults on fields.Ian Foote
2023-05-10Fixed #34553 -- Fixed improper % escaping of literal in constraints.Simon Charette
2023-05-08Fixed #34544 -- Avoided DBMS_LOB.SUBSTR() wrapping with IS NULL condition on ...Mariusz Felisiak
2023-04-21Fixed #34505 -- Skipped varchar_pattern_ops/text_pattern_ops index creation w...Petter Friberg