summaryrefslogtreecommitdiff
path: root/django/db/backends/postgresql/compiler.py
AgeCommit message (Expand)Author
2026-02-24[5.2.x] Bumped minimum isort version to 7.0.0.Jacob Walls
2025-12-31[5.2.x] Refs #33647 -- Fixed silent data truncation in bulk_create on Postgres.Simon Charette
2025-12-02[5.2.x] Fixed CVE-2025-13372 -- Protected FilteredRelation against SQL inject...Jacob Walls
2025-11-20[5.2.x] Fixed #36748 -- Filtered non-standard placeholders from UNNEST queries.Chris Wesseling
2025-07-10[5.2.x] Fixed #36502 -- Restored UNNEST strategy for foreign key bulk inserts...Simon Charette
2025-04-04[5.2.x] Fixed #36289 -- Fixed bulk_create() crash with nullable geometry fiel...Simon Charette
2025-01-20[5.2.x] Fixed #36107 -- Adjusted UNNEST bulk_create strategy to opt-out sized...Simon Charette
2024-12-11Fixed #35936 -- Used unnest for bulk inserts on Postgres when possible.Simon Charette