index
:
delta/python-packages/django.git
1.8
15667
16682
24046
24215
24525
26176
3.2-man-page
4.0/make-zoneinfo-default-timezone-implementation-squashed
alex-patch-1
attic/boulder-oracle-sprint
attic/full-history
attic/generic-auth
attic/gis
attic/i18n
attic/magic-removal
attic/multi-auth
attic/multiple-db-support
attic/new-admin
attic/newforms-admin
attic/per-object-permissions
attic/queryset-refactor
attic/schema-evolution
attic/schema-evolution-ng
attic/search-api
attic/sqlalchemy
attic/unicode
c/29988-allow-f-strings
c/32409-async-tests-cannot-call-orm
c/append-slash-opt-out
c/replace-utcnow
c/use-bpo-extlink
dep0005
dep5
fix-cache-test
fix/remove-stray-file
issue/31570
link-to-code-of-conduct
main
make-zoneinfo-default-timezone-implementation
master
remove-unnecesary-if-wrap
selenium-updates
sir-sigurd-patch-1
soc2009/admin-ui
soc2009/http-wsgi-improvements
soc2009/i18n-improvements
soc2009/model-validation
soc2009/multidb
soc2009/test-improvements
soc2010/app-loading
soc2010/query-refactor
soc2010/test-refactor
stable/0.90.x
stable/0.91.x
stable/0.95.x
stable/0.96.x
stable/1.0.x
stable/1.1.x
stable/1.10.x
stable/1.11.x
stable/1.2.x
stable/1.3.x
stable/1.4.x
stable/1.5.x
stable/1.6.x
stable/1.7.x
stable/1.8.x
stable/1.9.x
stable/2.0.x
stable/2.1.x
stable/2.2.x
stable/3.0.x
stable/3.1.x
stable/3.2.x
stable/4.0.x
stable/4.1.x
stable/4.2.x
swap-closing-quote-period-in-admin-i18nable-literal
ticket-25055
ticket-31342
update-next-docs-version
github.com: django/django.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
django
/
db
/
backends
/
postgresql
/
schema.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fixed #34553 -- Fixed improper % escaping of literal in constraints.
Simon Charette
2023-05-10
1
-2
/
+0
*
Fixed #34505 -- Skipped varchar_pattern_ops/text_pattern_ops index creation w...
Petter Friberg
2023-04-21
1
-1
/
+3
*
Made PostgreSQL's SchemaEditor._create_index_sql() respect the "sql" argument.
Dan Glass
2023-02-06
1
-1
/
+1
*
Refs #33476 -- Applied Black's 2023 stable style.
David Smith
2023-02-01
1
-1
/
+0
*
Fixed #34219 -- Preserved Char/TextField.db_collation when altering column type.
Mariusz Felisiak
2022-12-22
1
-5
/
+12
*
Fixed #33308 -- Added support for psycopg version 3.
Daniele Varrazzo
2022-12-15
1
-0
/
+8
*
Refs #33308 -- Added psycopg_any.sql.quote() hook.
Florian Apolloner
2022-12-12
1
-6
/
+2
*
Refs #33308 -- Moved psycopg2 imports to the psycopg_any module.
Florian Apolloner
2022-12-12
1
-3
/
+2
*
Refs #34058 -- Fixed changing/deleting sequences when altering pre-Django 4.1...
Mariusz Felisiak
2022-10-01
1
-25
/
+36
*
Fixed #34058 -- Changed sequence types when altering pre-Django 4.1 auto fiel...
Mariusz Felisiak
2022-09-29
1
-1
/
+24
*
Fixed #34027 -- Fixed migrations crash when altering type of char/text fields...
David Sanders
2022-09-25
1
-12
/
+14
*
Fixed #33932 -- Fixed altering AutoFields to OneToOneField on PostgreSQL.
Benoît Vinot
2022-08-17
1
-1
/
+1
*
Fixed #33901 -- Skipped varchar_pattern_ops/text_pattern_ops index creation w...
Haolun Chai
2022-08-15
1
-0
/
+4
*
Fixed #33881 -- Added support for database collations to ArrayField(Char/Text...
Mariusz Felisiak
2022-08-02
1
-4
/
+30
*
Fixed #25105 -- Checked deferred constraints before updating rows on PostgreSQL.
David Wobrock
2022-05-04
1
-0
/
+7
*
Fixed #30511 -- Used identity columns instead of serials on PostgreSQL.
Florian Apolloner
2022-04-13
1
-56
/
+30
*
Refs #33476 -- Refactored code to strictly match 88 characters line length.
Mariusz Felisiak
2022-02-07
1
-2
/
+4
*
Refs #33476 -- Reformatted code with Black.
django-bot
2022-02-07
1
-63
/
+141
*
Fixed #26167 -- Added support for functional indexes.
Hannes Ljungberg
2021-01-13
1
-1
/
+2
*
Refs #26167 -- Made DatabaseSchemaEditor._create_index_sql()'s fields argumen...
Hannes Ljungberg
2020-12-23
1
-6
/
+16
*
Fixed #24533 -- Dropped PostgreSQL sequence and Oracle identity when migratin...
Tim Graham
2020-08-24
1
-0
/
+13
*
Fixed #31815 -- Fixed schema value encoding on PostgreSQL.
Mariusz Felisiak
2020-07-27
1
-1
/
+4
*
Fixed #31735 -- Fixed migrations crash on namespaced inline FK addition on Po...
Simon Charette
2020-06-24
1
-1
/
+1
*
Fixed #30913 -- Added support for covering indexes on PostgreSQL 11+.
Hannes Ljungberg
2020-06-04
1
-3
/
+8
*
Fixed #31106 -- Fixed migrations crash on PostgreSQL 10+ when adding FK const...
Mariusz Felisiak
2019-12-23
1
-1
/
+6
*
Refs #28816 -- Prevented silencing data loss when decreasing CharField.max_le...
Hasan Ramezani
2019-10-17
1
-2
/
+16
*
Fixed #30800 -- Fixed migrations crash when altering a field with custom db_t...
Mariusz Felisiak
2019-09-25
1
-1
/
+4
*
Fixed #21039 -- Added AddIndexConcurrently/RemoveIndexConcurrently operations...
Mads Jensen
2019-08-21
1
-0
/
+25
*
Fixed #30661 -- Added models.SmallAutoField.
Nick Pope
2019-08-02
1
-3
/
+3
*
Refs #30664 -- Fixed migrations crash when altering AutoField/BigAutoField wi...
Mariusz Felisiak
2019-08-01
1
-1
/
+1
*
Fixed #30664 -- Fixed migrations crash when altering table on SQLite or alter...
Ngalim Siregar
2019-08-01
1
-1
/
+2
*
Fixed #28816 -- Prevented silencing data loss when decreasing CharField.max_l...
Hasan Ramezani
2019-05-21
1
-3
/
+10
*
Fixed #30408 -- Fixed crash when adding check constraints with LIKE operator ...
Simon Charette
2019-04-30
1
-0
/
+2
*
Fixed #30266 -- Kept a sequence owner when altering an AutoField/BigAutoField...
Dolan Antenucci
2019-04-08
1
-0
/
+9
*
Fixed "byte string" typo in various docs and comments.
Mariusz Felisiak
2019-03-28
1
-1
/
+1
*
Fixed #30258 -- Adjusted postgres schema value quoting of ranges.
Simon Charette
2019-03-18
1
-1
/
+2
*
Fixed #30108 -- Allowed adding foreign key constraints in the same statement ...
Dan Tao
2019-01-29
1
-0
/
+1
*
Fixed #30060 -- Moved SQL generation for indexes and constraints to SchemaEdi...
Paveł Tyślacki
2019-01-01
1
-2
/
+2
*
Fixed #29547 -- Added support for partial indexes.
Mads Jensen
2018-10-29
1
-1
/
+1
*
Fixed #28077 -- Added support for PostgreSQL opclasses in Index.
Ian Foote
2018-06-29
1
-4
/
+8
*
Fixed #28702 -- Made query lookups for CIText fields use citext.
Mads Jensen
2017-11-29
1
-3
/
+4
*
Refs #23766 -- Added tests for CursorWrapper.callproc().
Mariusz Felisiak
2017-08-08
1
-0
/
+2
*
Refs #25530 -- Changed _create_index_name to take a table as first parameter.
Simon Charette
2017-06-20
1
-2
/
+2
*
Fixed #28275 -- Added more hooks to SchemaEditor._alter_field().
Florian Apolloner
2017-06-06
1
-2
/
+3
*
Fixed #27860 -- Dropped varchar_pattern_ops/text_pattern_ops index before alt...
Mariusz Felisiak
2017-05-24
1
-0
/
+9
*
Refs #27860 -- Simplified deleting indexes on PostgreSQL using "IF EXISTS".
Mariusz Felisiak
2017-03-03
1
-4
/
+2
*
Refs #27656 -- Updated django.db docstring verbs according to PEP 257.
Anton Samarchyan
2017-02-28
1
-3
/
+1
*
Refs #23919 -- Replaced super(ClassName, self) with super().
chillaranand
2017-01-25
1
-5
/
+3
*
Fixed #25492 -- Checked deferred foreign key constraints before dropping them.
Simon Charette
2016-12-24
1
-0
/
+4
*
Fixed #27030 -- Added contrib.postgres.indexes.GinIndex.
Akshesh
2016-08-12
1
-0
/
+1
[next]