summaryrefslogtreecommitdiff
path: root/django/db/backends/postgresql/features.py
Commit message (Collapse)AuthorAgeFilesLines
...
* Made DatabaseFeatures.uses_savepoints default to True.Tim Graham2018-10-251-1/+0
|
* Fixed #23646 -- Added QuerySet.bulk_update() to efficiently update many models.Tom Forbes2018-09-181-0/+1
|
* Fixed #27899 -- Added support for phrase/raw searching in SearchQuery.Claude Paroz2018-09-171-0/+5
| | | Thanks Tim Graham, Nick Pope, and Claude Paroz for contribution and review.
* Fixed #28668 -- Allowed QuerySet.bulk_create() to ignore insert conflicts.Tom2018-08-031-0/+1
|
* Fixed #28990 -- Added autosummarize parameter to BrinIndex.Nick Pope2018-08-021-0/+5
|
* Fixed #28574 -- Added QuerySet.explain().Tom2018-04-191-0/+2
|
* Added DatabaseFeatures.is_postgresql_9_5 to avoid repetition.Tim Graham2018-01-091-12/+5
|
* Fixed #28626 -- Dropped support for PostgreSQL 9.3.Tim Graham2017-09-271-8/+1
| | | | Thanks Simon Charette for the introspection changes.
* Fixed #26608 -- Added support for window expressions (OVER clause).Mads Jensen2017-09-181-0/+1
| | | | | Thanks Josh Smeaton, Mariusz Felisiak, Sergey Fedoseev, Simon Charettes, Adam Chainz/Johnson and Tim Graham for comments and reviews and Jamie Cockburn for initial patch.
* Changed default value of DatabaseFeatures.has_bulk_insert to True.Mads Jensen2017-09-181-1/+0
|
* Fixed #27849 -- Added filtering support to aggregates.Tom2017-08-121-0/+4
|
* Refs #23766 -- Added tests for CursorWrapper.callproc().Mariusz Felisiak2017-08-081-0/+16
| | | Thanks Tim Graham for the review.
* Fixed #28010 -- Added FOR UPDATE OF support to QuerySet.select_for_update().Ran Benita2017-06-291-0/+1
|
* Fixed #27869 -- Added fastupdate and gin_pending_list_limit params to GinIndex.Mads Jensen2017-06-201-0/+4
| | | | Thanks Tim Graham and Markus Holtermann for review.
* Fixed #25809 -- Added BrinIndex support in django.contrib.postgres.Mads Jensen2017-01-151-0/+4
| | | | Thanks Tim Graham and Markus Holtermann for review.
* Fixed #27718 -- Added QuerySet.union(), intersection(), difference().Florian Apolloner2017-01-141-0/+1
| | | | Thanks Mariusz Felisiak for review and Oracle assistance. Thanks Tim Graham for review and writing docs.
* Fixed #27615 -- Used timedeltas as arguments to Oracle database driver.Mariusz Felisiak2016-12-291-1/+0
| | | Removed unused DatabaseFeatures.driver_supports_timedeltas workaround.
* Refs #26327 -- Renamed JsonAgg to JSONBAgg.Mads Jensen2016-11-281-0/+4
| | | | Thanks to Christian von Roques for the report.
* Used a database feature to prevent the jsonb test model from being migrated.Simon Charette2016-09-121-0/+4
| | | | Thanks Tim for the review.
* Fixed #27097 -- Added index type introspection to built-in db backends.Akshesh2016-09-021-1/+0
|
* Refs #27030 -- Added index type introspection on PostgreSQL.Akshesh2016-08-121-0/+1
|
* Fixed #26500 -- Added SKIP LOCKED support to select_for_update().Simon Charette2016-08-081-0/+5
| | | | Thanks Tim for the review.
* Refs #19527 -- Allowed QuerySet.bulk_create() to set the primary key of its ↵acrefoot2016-03-021-0/+1
| | | | | | | | objects. PostgreSQL support only. Thanks Vladislav Manchev and alesasnouski for working on the patch.
* Fixed #24793 -- Unified temporal difference support.Simon Charette2016-02-261-0/+1
|
* Enabled parallel testing by default in runtests.py.Aymeric Augustin2015-09-101-0/+1
|
* Fixed #25175 -- Renamed the postgresql_psycopg2 database backend to postgresql.Caio Ariede2015-08-071-0/+30