index
:
chango.git
devmain
fix-31295
initial-branch
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
2017-11-29
[2.0.x] Fixed #28702 -- Made query lookups for CIText fields use citext.
Mads Jensen
2017-08-08
Refs #23766 -- Added tests for CursorWrapper.callproc().
Mariusz Felisiak
2017-06-20
Refs #25530 -- Changed _create_index_name to take a table as first parameter.
Simon Charette
2017-06-06
Fixed #28275 -- Added more hooks to SchemaEditor._alter_field().
Florian Apolloner
2017-05-24
Fixed #27860 -- Dropped varchar_pattern_ops/text_pattern_ops index before alt...
Mariusz Felisiak
2017-03-03
Refs #27860 -- Simplified deleting indexes on PostgreSQL using "IF EXISTS".
Mariusz Felisiak
2017-02-28
Refs #27656 -- Updated django.db docstring verbs according to PEP 257.
Anton Samarchyan
2017-01-25
Refs #23919 -- Replaced super(ClassName, self) with super().
chillaranand
2016-12-24
Fixed #25492 -- Checked deferred foreign key constraints before dropping them.
Simon Charette
2016-08-12
Fixed #27030 -- Added contrib.postgres.indexes.GinIndex.
Akshesh
2016-07-15
Refs #26889 -- Refactored SchemaEditor to allow backend specific indexes.
Jon Dufresne
2016-07-13
Fixed #26889 -- Fixed missing PostgreSQL index in SchemaEditor.add_field().
Jon Dufresne
2016-07-07
Fixed #25317, #26090 -- Fixed swapping combinations of unique and db_index du...
Jon Dufresne
2016-01-08
Fixed #26034 -- Fixed incorrect index handling on PostgreSQL on Char/TextFiel...
Tim Graham
2015-12-25
Fixed #14286 -- Added models.BigAutoField.
Alexander Sosnovskiy
2015-12-10
Fixed #25412 -- Fixed missing PostgreSQL index on Char/TextField when using A...
Federico Frenguelli
2015-08-15
Fixed #25180 -- Prevented varchar_patterns_ops and text_patterns_ops indexes ...
Caio Ariede
2015-08-07
Fixed #25175 -- Renamed the postgresql_psycopg2 database backend to postgresql.
Caio Ariede