index
:
django.git
fix-31295
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
django
/
db
/
backends
/
postgresql
/
schema.py
Age
Commit message (
Expand
)
Author
2025-10-18
Fixed #21961 -- Added support for database-level delete options for ForeignKey.
Mariusz Felisiak
2025-02-05
Fixed #36165 -- Made PostgreSQL's SchemaEditor._delete_index_sql() respect th...
Natalia
2024-12-17
Fixed #35969 -- Disallowed specifying a USING clause for altered generated fi...
lufafajoshua
2024-10-31
Fixed #35180 -- Recreated PostgreSQL _like indexes when changing between Text...
Ben Cail
2024-08-01
Reverted "Fixed #28646 -- Prevented duplicate index when unique is set to Tru...
Sarah Boyce
2024-07-30
Fixed #28646 -- Prevented duplicate index when unique is set to True on Postg...
Ben Cail
2024-03-25
Removed unused _alter_column_collation_sql() in PostgreSQL DatabaseSchemaEditor.
Mariusz Felisiak
2024-01-26
Applied Black's 2024 stable style.
Mariusz Felisiak
2023-10-30
Fixed #34932 -- Restored varchar_pattern_ops/text_pattern_ops index creation ...
Tom Carrick
2023-05-10
Fixed #34553 -- Fixed improper % escaping of literal in constraints.
Simon Charette
2023-04-21
Fixed #34505 -- Skipped varchar_pattern_ops/text_pattern_ops index creation w...
Petter Friberg
2023-02-06
Made PostgreSQL's SchemaEditor._create_index_sql() respect the "sql" argument.
Dan Glass
2023-02-01
Refs #33476 -- Applied Black's 2023 stable style.
David Smith
2022-12-22
Fixed #34219 -- Preserved Char/TextField.db_collation when altering column type.
Mariusz Felisiak
2022-12-15
Fixed #33308 -- Added support for psycopg version 3.
Daniele Varrazzo
2022-12-12
Refs #33308 -- Added psycopg_any.sql.quote() hook.
Florian Apolloner
2022-12-12
Refs #33308 -- Moved psycopg2 imports to the psycopg_any module.
Florian Apolloner
2022-10-01
Refs #34058 -- Fixed changing/deleting sequences when altering pre-Django 4.1...
Mariusz Felisiak
2022-09-29
Fixed #34058 -- Changed sequence types when altering pre-Django 4.1 auto fiel...
Mariusz Felisiak
2022-09-25
Fixed #34027 -- Fixed migrations crash when altering type of char/text fields...
David Sanders
2022-08-17
Fixed #33932 -- Fixed altering AutoFields to OneToOneField on PostgreSQL.
Benoît Vinot
2022-08-15
Fixed #33901 -- Skipped varchar_pattern_ops/text_pattern_ops index creation w...
Haolun Chai
2022-08-02
Fixed #33881 -- Added support for database collations to ArrayField(Char/Text...
Mariusz Felisiak
2022-05-04
Fixed #25105 -- Checked deferred constraints before updating rows on PostgreSQL.
David Wobrock
2022-04-13
Fixed #30511 -- Used identity columns instead of serials on PostgreSQL.
Florian Apolloner
2022-02-07
Refs #33476 -- Refactored code to strictly match 88 characters line length.
Mariusz Felisiak
2022-02-07
Refs #33476 -- Reformatted code with Black.
django-bot
2021-01-13
Fixed #26167 -- Added support for functional indexes.
Hannes Ljungberg
2020-12-23
Refs #26167 -- Made DatabaseSchemaEditor._create_index_sql()'s fields argumen...
Hannes Ljungberg
2020-08-24
Fixed #24533 -- Dropped PostgreSQL sequence and Oracle identity when migratin...
Tim Graham
2020-07-27
Fixed #31815 -- Fixed schema value encoding on PostgreSQL.
Mariusz Felisiak
2020-06-24
Fixed #31735 -- Fixed migrations crash on namespaced inline FK addition on Po...
Simon Charette
2020-06-04
Fixed #30913 -- Added support for covering indexes on PostgreSQL 11+.
Hannes Ljungberg
2019-12-23
Fixed #31106 -- Fixed migrations crash on PostgreSQL 10+ when adding FK const...
Mariusz Felisiak
2019-10-17
Refs #28816 -- Prevented silencing data loss when decreasing CharField.max_le...
Hasan Ramezani
2019-09-25
Fixed #30800 -- Fixed migrations crash when altering a field with custom db_t...
Mariusz Felisiak
2019-08-21
Fixed #21039 -- Added AddIndexConcurrently/RemoveIndexConcurrently operations...
Mads Jensen
2019-08-02
Fixed #30661 -- Added models.SmallAutoField.
Nick Pope
2019-08-01
Refs #30664 -- Fixed migrations crash when altering AutoField/BigAutoField wi...
Mariusz Felisiak
2019-08-01
Fixed #30664 -- Fixed migrations crash when altering table on SQLite or alter...
Ngalim Siregar
2019-05-21
Fixed #28816 -- Prevented silencing data loss when decreasing CharField.max_l...
Hasan Ramezani
2019-04-30
Fixed #30408 -- Fixed crash when adding check constraints with LIKE operator ...
Simon Charette
2019-04-08
Fixed #30266 -- Kept a sequence owner when altering an AutoField/BigAutoField...
Dolan Antenucci
2019-03-28
Fixed "byte string" typo in various docs and comments.
Mariusz Felisiak
2019-03-18
Fixed #30258 -- Adjusted postgres schema value quoting of ranges.
Simon Charette
2019-01-29
Fixed #30108 -- Allowed adding foreign key constraints in the same statement ...
Dan Tao
2019-01-01
Fixed #30060 -- Moved SQL generation for indexes and constraints to SchemaEdi...
Paveł Tyślacki
2018-10-29
Fixed #29547 -- Added support for partial indexes.
Mads Jensen
2018-06-29
Fixed #28077 -- Added support for PostgreSQL opclasses in Index.
Ian Foote
2017-11-29
Fixed #28702 -- Made query lookups for CIText fields use citext.
Mads Jensen
[next]