summaryrefslogtreecommitdiff
path: root/django/db/backends/postgresql/compiler.py
AgeCommit message (Expand)Author
2026-03-12Fixed #36727 -- Deprecated Field.get_placeholder in favor of get_placeholder_...Simon Charette
2025-12-31Refs #33647 -- Fixed silent data truncation in bulk_create on Postgres.Simon Charette
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-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