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