summaryrefslogtreecommitdiff
path: root/django/db/backends/postgresql/compiler.py
AgeCommit message (Expand)Author
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