summaryrefslogtreecommitdiff
path: root/django/db/backends/postgresql/compiler.py
AgeCommit message (Expand)Author
2025-10-16Bumped minimum isort version to 7.0.0.Jacob Walls
2025-07-10Fixed #36502 -- Restored UNNEST strategy for foreign key bulk inserts on Post...Simon Charette
2025-04-04Fixed #36289 -- Fixed bulk_create() crash with nullable geometry fields on Po...Simon Charette
2025-01-20Fixed #36107 -- Adjusted UNNEST bulk_create strategy to opt-out sized arrays.Simon Charette
2024-12-11Fixed #35936 -- Used unnest for bulk inserts on Postgres when possible.Simon Charette