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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fixed #470 -- Added support for database defaults on fields.
Ian Foote
2023-05-12
1
-0
/
+1
*
Fixed #34553 -- Fixed improper % escaping of literal in constraints.
Simon Charette
2023-05-10
1
-2
/
+0
*
Fixed #34544 -- Avoided DBMS_LOB.SUBSTR() wrapping with IS NULL condition on ...
Mariusz Felisiak
2023-05-08
1
-0
/
+3
*
Fixed #34505 -- Skipped varchar_pattern_ops/text_pattern_ops index creation w...
Petter Friberg
2023-04-21
1
-1
/
+3
*
Fixed #16055 -- Fixed crash when filtering against char/text GenericRelation ...
David Wobrock
2023-04-18
1
-0
/
+11
*
Fixed #34486 -- Fixed DatabaseOperations.compose_sql() crash with no existing...
Scott Macpherson
2023-04-14
1
-1
/
+2
*
Fixed #34470 -- Enforced UTF-8 encoding on PostgreSQL.
Mariusz Felisiak
2023-04-07
1
-1
/
+1
*
Fixed #34466 -- Reallowed setting cursor_factory in DATABASES["options"] on P...
Anders Kaseorg
2023-04-07
1
-9
/
+8
*
Prevented PostgreSQL's DatabaseCreation._execute_create_test_db() from hiding...
Tim Graham
2023-04-03
1
-2
/
+1
*
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
2
-2
/
+0
*
Refs #34255 -- Skipped test_group_by_nested_expression_with_params test on Po...
Mariusz Felisiak
2023-01-27
1
-0
/
+20
*
Fixed #34255 -- Made PostgreSQL backend use client-side parameters binding wi...
Mariusz Felisiak
2023-01-17
1
-3
/
+16
*
Refs #34255 -- Bumped required psycopg version to 3.1.8.
Mariusz Felisiak
2023-01-17
1
-3
/
+3
*
Refs #18468 -- Used obj_description() with a catalog name on PostgreSQL.
Mariusz Felisiak
2023-01-12
1
-1
/
+1
*
Fixed #34200 -- Made the session role configurable on PostgreSQL.
Mike Crute
2023-01-03
1
-5
/
+20
*
Fixed #14094 -- Added support for unlimited CharField on PostgreSQL.
Adrian Torres
2022-12-28
2
-1
/
+8
*
Fixed #18468 -- Added support for comments on columns and tables.
kimsoungryoul
2022-12-28
2
-4
/
+8
*
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
5
-93
/
+291
*
Refs #33308 -- Added DatabaseOperations.compose_sql() on PostgreSQL.
Florian Apolloner
2022-12-12
2
-1
/
+9
*
Refs #33308 -- Added psycopg_any.IsolationLevel.
Florian Apolloner
2022-12-12
2
-6
/
+24
*
Refs #33308 -- Added psycopg_any.sql.quote() hook.
Florian Apolloner
2022-12-12
2
-7
/
+14
*
Refs #33308 -- Moved psycopg2 imports to the psycopg_any module.
Florian Apolloner
2022-12-12
4
-8
/
+10
*
Made inspectdb used Cursor.description.display_size for CharFields' max_length.
Mariusz Felisiak
2022-12-08
1
-1
/
+2
*
Refs #33308 -- Modernized database wrapper in the PostgreSQL backend.
Florian Apolloner
2022-12-06
1
-6
/
+5
*
Refs #33308 -- Used psycopg's errors instead of errorcodes.
Florian Apolloner
2022-12-01
1
-2
/
+3
*
Refs #33308 -- Used get_db_prep_value() to adapt JSONFields.
Simon Charette
2022-11-15
1
-0
/
+14
*
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 #33872 -- Deprecated django.contrib.postgres.fields.CIText/CICharField/...
Mariusz Felisiak
2022-08-03
1
-0
/
+1
*
Fixed #33881 -- Added support for database collations to ArrayField(Char/Text...
Mariusz Felisiak
2022-08-02
1
-4
/
+30
*
Fixed #33854 -- Corrected the order of parameters in dbshell on PostgreSQL.
Jarrett Keifer
2022-07-18
1
-1
/
+1
*
Refs CVE-2022-34265 -- Properly escaped Extract() and Trunc() parameters.
Simon Charette
2022-07-06
1
-34
/
+40
*
Fixed #32234 -- Made inspectdb inform about composite primary keys.
Anv3sh
2022-06-01
1
-0
/
+7
*
Fixed #33717 -- Dropped support for PostgreSQL 11.
Mariusz Felisiak
2022-05-19
1
-9
/
+1
*
Refs #27064 -- Added RenameIndex migration operation.
David Wobrock
2022-05-12
1
-0
/
+1
*
Fixed #25105 -- Checked deferred constraints before updating rows on PostgreSQL.
David Wobrock
2022-05-04
1
-0
/
+7
*
Fixed #33675 -- Dropped support for PostgreSQL 10 and PostGIS 2.4.
Mariusz Felisiak
2022-05-04
1
-7
/
+2
*
Removed unneeded code in explain_query_prefix()
Tim Graham
2022-04-14
1
-1
/
+1
*
Fixed #30511 -- Used identity columns instead of serials on PostgreSQL.
Florian Apolloner
2022-04-13
3
-82
/
+66
*
Fixed CVE-2022-28347 -- Protected QuerySet.explain(**options) against SQL inj...
Mariusz Felisiak
2022-04-11
2
-9
/
+23
*
Refs #33517 -- Prevented __second lookup from returning fractional seconds on...
nabil-rady
2022-02-22
1
-0
/
+9
*
Fixed #33379 -- Added minimum database version checks.
Hasan Ramezani
2022-02-18
2
-0
/
+9
*
Refs #33476 -- Refactored code to strictly match 88 characters line length.
Mariusz Felisiak
2022-02-07
4
-20
/
+49
*
Refs #33476 -- Reformatted code with Black.
django-bot
2022-02-07
7
-328
/
+499
*
Fixed #31685 -- Added support for updating conflicts to QuerySet.bulk_create().
sean_c_hsu
2022-01-19
2
-2
/
+17
[next]