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
/
introspection.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Refs #18468 -- Used obj_description() with a catalog name on PostgreSQL.
Mariusz Felisiak
2023-01-12
1
-1
/
+1
*
Fixed #18468 -- Added support for comments on columns and tables.
kimsoungryoul
2022-12-28
1
-4
/
+7
*
Made inspectdb used Cursor.description.display_size for CharFields' max_length.
Mariusz Felisiak
2022-12-08
1
-1
/
+2
*
Fixed #30511 -- Used identity columns instead of serials on PostgreSQL.
Florian Apolloner
2022-04-13
1
-23
/
+28
*
Refs #33476 -- Refactored code to strictly match 88 characters line length.
Mariusz Felisiak
2022-02-07
1
-11
/
+34
*
Refs #33476 -- Reformatted code with Black.
django-bot
2022-02-07
1
-47
/
+83
*
Removed DatabaseIntrospection.get_key_columns().
Mariusz Felisiak
2021-11-10
1
-4
/
+1
*
Fixed DatabaseIntrospection.get_relations() docstring.
Tim Graham
2021-11-10
1
-1
/
+1
*
Fixed #32357 -- Dropped support for PostgreSQL 9.6 and PostGIS 2.3.
Mariusz Felisiak
2021-01-19
1
-2
/
+2
*
Fixed #31777 -- Added support for database collations to Char/TextFields.
Tom Carrick
2020-09-21
1
-1
/
+3
*
Added DatabaseIntrospection.index_default_access_method hook on the PostgreSQ...
Tim Graham
2020-09-15
1
-3
/
+10
*
Fixed #12990, Refs #27694 -- Added JSONField model field.
sage
2020-05-08
1
-0
/
+1
*
Simplified imports from django.db and django.contrib.gis.db.
Nick Pope
2020-02-04
1
-1
/
+1
*
Fixed #30661 -- Added models.SmallAutoField.
Nick Pope
2019-08-02
1
-0
/
+2
*
Fixed #30644 -- Made introspection use pg_table_is_visible() instead of filte...
Georgi Yanchev
2019-07-22
1
-7
/
+9
*
Simplified get_key_columns()/get_relations() introspection methods for Postgr...
Mariusz Felisiak
2019-07-20
1
-17
/
+4
*
Fixed #30331 -- Added support for psycopg2 2.8.
Mariusz Felisiak
2019-04-05
1
-1
/
+12
*
Refs #29722 -- Added introspection of partitions for PostgreSQL.
Nick Pope
2018-11-19
1
-9
/
+6
*
Fixed #29870 -- Added DurationField introspection for Oracle and PostgreSQL.
Mariusz Felisiak
2018-10-21
1
-0
/
+1
*
Refs #29722 -- Added introspection of materialized views for PostgreSQL.
Nick Pope
2018-10-02
1
-11
/
+20
*
Fixed #29719 -- Added introspection of foreign tables for PostgreSQL.
Nick Pope
2018-10-02
1
-2
/
+2
*
Simplified introspection methods for PostgreSQL.
Nick Pope
2018-09-14
1
-19
/
+18
*
Fixed #29614 -- Added BTreeIndex to django.contrib.postres.
Nick Pope
2018-08-02
1
-1
/
+2
*
Refs #27098 -- Removed unused introspection queries.
Markus Holtermann
2018-05-26
1
-10
/
+0
*
Refs #28909 -- Simplifed code using unpacking generalizations.
Nick Pope
2017-12-21
1
-1
/
+1
*
Fixed #28626 -- Dropped support for PostgreSQL 9.3.
Tim Graham
2017-09-27
1
-16
/
+6
*
Refs #27098 -- Removed DatabaseIntrospection.get_indexes() per deprecation ti...
Tim Graham
2017-09-22
1
-28
/
+0
*
Refs #27090 -- Added real database sequence introspection.
Mariusz Felisiak
2017-09-13
1
-0
/
+20
*
Fixed #28197 -- Fixed introspection of index field ordering on PostgreSQL.
Tim Schneider
2017-05-15
1
-3
/
+7
*
Refs #27795 -- Removed unneeded force_text calls
Claude Paroz
2017-03-04
1
-6
/
+2
*
Refs #27656 -- Updated django.db docstring verbs according to PEP 257.
Anton Samarchyan
2017-02-28
1
-5
/
+6
*
Fixed #27135 -- Made index introspection return Index.suffix.
Tim Graham
2017-02-15
1
-1
/
+2
*
Refs #23919 -- Replaced super(ClassName, self) with super().
chillaranand
2017-01-25
1
-1
/
+1
*
Refs #23919 -- Removed encoding preambles and future imports
Claude Paroz
2017-01-18
1
-2
/
+0
*
Fixed #25809 -- Added BrinIndex support in django.contrib.postgres.
Mads Jensen
2017-01-15
1
-6
/
+10
*
Refs #24245 -- Added introspection for database defaults on Oracle.
Mariusz Felisiak
2016-11-30
1
-3
/
+0
*
Refs #20888 -- Fixed index ordering introspection on PostgreSQL 9.6.
François Freitag
2016-10-17
1
-2
/
+2
*
Refs #27098 -- Added introspection for expression-based index on PostgreSQL
Claude Paroz
2016-09-12
1
-6
/
+14
*
Reformatted PostgreSQL query for better readability
Claude Paroz
2016-09-12
1
-7
/
+6
*
Fixed #27098 -- Deprecated DatabaseIntrospection.get_indexes
Claude Paroz
2016-09-12
1
-0
/
+6
*
Fixed #25476 -- Allowed PostgreSQL introspection to work regardless of table ...
Marcos Vives Del Sol
2016-09-02
1
-56
/
+34
*
Removed double semicolon in SQL query
Claude Paroz
2016-08-30
1
-1
/
+1
*
Refs #27097, #27098 -- Moved PostgreSQL index type introspection to get_const...
Akshesh
2016-08-30
1
-10
/
+7
*
Refs #27030 -- Added index type introspection on PostgreSQL.
Akshesh
2016-08-12
1
-2
/
+6
*
Refs #20888 -- Added index order introspection.
Akshesh
2016-08-12
1
-14
/
+27
*
Refs #24928 -- Added introspection support for UUIDField
Claude Paroz
2016-07-20
1
-0
/
+1
*
Fixed W503 flake8 warnings.
Tim Graham
2016-04-04
1
-3
/
+7
*
Fixed #14286 -- Added models.BigAutoField.
Alexander Sosnovskiy
2015-12-25
1
-2
/
+5
*
Fixed #25175 -- Renamed the postgresql_psycopg2 database backend to postgresql.
Caio Ariede
2015-08-07
1
-0
/
+229
*
Deprecated the psycopg-based postgresql database backend.
Russell Keith-Magee
2011-04-02
1
-88
/
+0
[next]