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
Age
Commit message (
Expand
)
Author
2019-02-20
Fixed #30193, Refs #28478 -- Avoided PostgreSQL connection health checks on i...
Simon Charette
2019-02-14
Fixed #30171 -- Fixed DatabaseError in servers tests.
Jon Dufresne
2019-02-13
Fixed #30173 -- Simplified db.backends.postgresql.client.
Daniel Bowring
2019-02-13
Fixed #30184 -- Removed ellipsis characters from shell output strings.
Dan Davis
2019-02-06
Refs #27753 -- Favored SafeString over SafeText.
Tim Graham
2019-02-04
Fixed #30155 -- Dropped support for PostgreSQL 9.4 and PostGIS 2.1.
Tim Graham
2019-01-30
Refs #29444 -- Renamed DatabaseFeatures.can_return_id* to be generic for othe...
Johannes Hoppe
2019-01-29
Fixed #30108 -- Allowed adding foreign key constraints in the same statement ...
Dan Tao
2019-01-14
Refs #28478 -- Prevented timezone assignment for unusable PostgreSQL connecti...
Simon Charette
2019-01-01
Fixed #30060 -- Moved SQL generation for indexes and constraints to SchemaEdi...
Paveł Tyślacki
2018-11-26
Refs #29722 -- Added introspection of materialized views for Oracle.
Mariusz Felisiak
2018-11-19
Refs #29722 -- Added introspection of partitions for PostgreSQL.
Nick Pope
2018-11-19
Fixed cached_properties that share a common property.
Sergey Fedoseev
2018-11-09
Fixed #29934 -- Added sqlparse as a require dependency.
Tim Graham
2018-11-01
Fixed #29886 -- Fixed unaccent lookup when PostgreSQL's standard_conforming_s...
Jayantha Gumballi
2018-10-29
Fixed #29547 -- Added support for partial indexes.
Mads Jensen
2018-10-25
Made DatabaseFeatures.uses_savepoints default to True.
Tim Graham
2018-10-24
Fixed F841 flake8 warning.
Mariusz Felisiak
2018-10-21
Fixed #29870 -- Added DurationField introspection for Oracle and PostgreSQL.
Mariusz Felisiak
2018-10-02
Refs #29722 -- Added introspection of materialized views for PostgreSQL.
Nick Pope
2018-10-02
Fixed #29719 -- Added introspection of foreign tables for PostgreSQL.
Nick Pope
2018-09-18
Fixed #23646 -- Added QuerySet.bulk_update() to efficiently update many models.
Tom Forbes
2018-09-17
Fixed #27899 -- Added support for phrase/raw searching in SearchQuery.
Claude Paroz
2018-09-14
Simplified introspection methods for PostgreSQL.
Nick Pope
2018-08-22
Refs #29654 -- Replaced three dots with ellipsis character in output strings.
Claude Paroz
2018-08-18
Fixed #28649 -- Added ExtractIsoYear database function and iso_year lookup.
Sigurd Ljødal
2018-08-17
Refs #29015 -- Added database name to PostgreSQL database name too long excep...
Jon Dufresne
2018-08-03
Fixed #28668 -- Allowed QuerySet.bulk_create() to ignore insert conflicts.
Tom
2018-08-03
Fixed #29613 -- Fixed --keepdb on PostgreSQL if the database exists and the u...
Mariusz Felisiak
2018-08-02
Fixed #29614 -- Added BTreeIndex to django.contrib.postres.
Nick Pope
2018-08-02
Fixed #28990 -- Added autosummarize parameter to BrinIndex.
Nick Pope
2018-07-25
Fixed #29569 -- Fixed Cast() with AutoField and BigAutoField.
Mariusz Felisiak
2018-07-19
Fixed #29040 -- Made test database creation messages use a consistent output ...
Claude Paroz
2018-06-29
Fixed #28077 -- Added support for PostgreSQL opclasses in Index.
Ian Foote
2018-05-26
Refs #27098 -- Removed unused introspection queries.
Markus Holtermann
2018-04-27
Fixed #29015 -- Added an exception if the PostgreSQL database name is too long.
priyanshsaxena
2018-04-19
Fixed #28574 -- Added QuerySet.explain().
Tom
2018-04-03
Refs #24791 -- Made PostgreSQL's nodb connection use first PostgresSQL db whe...
Mariusz Felisiak
2018-03-16
Fixed hanging indentation in various code.
Mariusz Felisiak
2018-02-10
Fixed #24747 -- Allowed transforms in QuerySet.order_by() and distinct(*fields).
Matthew Wilkes
2018-01-09
Added DatabaseFeatures.is_postgresql_9_5 to avoid repetition.
Tim Graham
2018-01-03
Fixed #28982 -- Simplified code with and/or.
Дилян Палаузов
2017-12-21
Refs #28909 -- Simplifed code using unpacking generalizations.
Nick Pope
2017-12-11
Fixed #28909 -- Simplified code using tuple/list/set/dict unpacking.
Nick Pope
2017-12-04
Fixed #28860 -- Removed unnecessary len() calls.
Дилян Палаузов
2017-11-29
Fixed #28702 -- Made query lookups for CIText fields use citext.
Mads Jensen
2017-11-26
Refs #27954 -- Fixed typo in django/db/backends/postgresql/client.py comment.
Mariusz Felisiak
2017-09-27
Fixed #28626 -- Dropped support for PostgreSQL 9.3.
Tim Graham
2017-09-22
Refs #27098 -- Removed DatabaseIntrospection.get_indexes() per deprecation ti...
Tim Graham
2017-09-18
Fixed #26608 -- Added support for window expressions (OVER clause).
Mads Jensen
[prev]
[next]