summaryrefslogtreecommitdiff
path: root/django/db/backends/postgresql/operations.py
Commit message (Expand)AuthorAgeFilesLines
* Fixed #16055 -- Fixed crash when filtering against char/text GenericRelation ...David Wobrock2023-04-181-0/+11
* Fixed #33308 -- Added support for psycopg version 3.Daniele Varrazzo2022-12-151-23/+67
* Refs #33308 -- Added DatabaseOperations.compose_sql() on PostgreSQL.Florian Apolloner2022-12-121-1/+4
* Refs #33308 -- Moved psycopg2 imports to the psycopg_any module.Florian Apolloner2022-12-121-3/+1
* Refs #33308 -- Used get_db_prep_value() to adapt JSONFields.Simon Charette2022-11-151-0/+14
* Fixed #33872 -- Deprecated django.contrib.postgres.fields.CIText/CICharField/...Mariusz Felisiak2022-08-031-0/+1
* Refs CVE-2022-34265 -- Properly escaped Extract() and Trunc() parameters.Simon Charette2022-07-061-34/+40
* Removed unneeded code in explain_query_prefix()Tim Graham2022-04-141-1/+1
* Fixed CVE-2022-28347 -- Protected QuerySet.explain(**options) against SQL inj...Mariusz Felisiak2022-04-111-8/+23
* Refs #33517 -- Prevented __second lookup from returning fractional seconds on...nabil-rady2022-02-221-0/+9
* Refs #33476 -- Refactored code to strictly match 88 characters line length.Mariusz Felisiak2022-02-071-6/+9
* Refs #33476 -- Reformatted code with Black.django-bot2022-02-071-61/+94
* Fixed #31685 -- Added support for updating conflicts to QuerySet.bulk_create().sean_c_hsu2022-01-191-2/+15
* Fixed #33279 -- Fixed handling time zones with "-" sign in names.Can Sarigol2021-11-121-4/+5
* Fixed #31640 -- Made Trunc() truncate datetimes to Date/TimeField in a specif...David-Wobrock2020-10-141-3/+5
* Fixed #31956 -- Fixed crash of ordering by JSONField with a custom decoder on...Mariusz Felisiak2020-08-281-3/+0
* Fixed #31731 -- Removed unreachable code for resetting sequences of auto-crea...Ravindar Sharma2020-07-171-15/+0
* Stopped adapting DecimalField values to strings on PostgreSQL.Simon Charette2020-07-141-0/+3
* Fixed #12990, Refs #27694 -- Added JSONField model field.sage2020-05-081-0/+3
* Fixed #31473 -- Made sql_flush() use RESTART IDENTITY to reset sequences on P...Jon Dufresne2020-04-171-16/+9
* Simplified DatabaseOperations.sql_flush() on Oracle and PostgreSQL.Jon Dufresne2020-04-171-20/+20
* Fixed #31212 -- Updated psycopg links to HTTPS and new location.Jon Dufresne2020-01-291-1/+1
* Fixed #31183 -- Added a feature flag for "<db> only supports UNBOUNDED togeth...Tim Graham2020-01-201-10/+0
* Fixed #31133 -- Fixed crash when subtracting against a subquery annotation.Simon Charette2020-01-031-1/+2
* Fixed #30821 -- Added ExtractIsoWeekYear database function and iso_week_day l...Anatol Ulrich2019-10-021-0/+2
* Refs #29444 -- Allowed returning multiple fields from INSERT statements on Po...Johannes Hoppe2019-09-091-6/+13
* Fixed #30661 -- Added models.SmallAutoField.Nick Pope2019-08-021-0/+1
* Refs #29444 -- Added support for fetching a returned non-integer insert value...Johannes Hoppe2019-07-081-1/+1
* Fixed #30128 -- Fixed handling timedelta timezone in database functions.can2019-06-131-1/+8
* Removed unnecessary /static from links to PostgreSQL docs.Nick Pope2019-03-291-4/+4
* Fixed #28649 -- Added ExtractIsoYear database function and iso_year lookup.Sigurd Ljødal2018-08-181-0/+2
* Fixed #28668 -- Allowed QuerySet.bulk_create() to ignore insert conflicts.Tom2018-08-031-0/+3
* Fixed #29569 -- Fixed Cast() with AutoField and BigAutoField.Mariusz Felisiak2018-07-251-0/+4
* Fixed #28574 -- Added QuerySet.explain().Tom2018-04-191-0/+15
* Fixed #24747 -- Allowed transforms in QuerySet.order_by() and distinct(*fields).Matthew Wilkes2018-02-101-3/+4
* Fixed #28982 -- Simplified code with and/or.Дилян Палаузов2018-01-031-5/+3
* Fixed #28860 -- Removed unnecessary len() calls.Дилян Палаузов2017-12-041-1/+1
* Fixed #28702 -- Made query lookups for CIText fields use citext.Mads Jensen2017-11-291-0/+2
* Fixed #26608 -- Added support for window expressions (OVER clause).Mads Jensen2017-09-181-0/+10
* Removed unused DatabaseOperations.last_insert_id() on PostgreSQL.Mariusz Felisiak2017-08-011-7/+0
* Fixed #28371 -- Fixed Cast() with CharField if the max_length argument isn't ...Mariusz Felisiak2017-07-271-0/+2
* Fixed #28038 -- Restored casting to text of builtin lookups on PostgreSQL.Simon Charette2017-04-071-2/+0
* Refs #27656 -- Updated django.db docstring verbs according to PEP 257.Anton Samarchyan2017-02-281-7/+6
* Refs #26285 -- Removed postgresql's unused DatabaseOperations.fulltext_search...Tim Graham2017-02-211-6/+0
* Fixed #27856 -- Improved accuracy of date subtraction on PostgreSQL.Vytis Banaitis2017-02-211-1/+1
* Refs #23919 -- Removed default 'utf-8' argument for str.encode()/decode().Tim Graham2017-02-091-1/+1
* Fixed #27802 -- Unified return value of db backend datetime SQL methods.Mariusz Felisiak2017-02-061-17/+10
* Refs #23919 -- Replaced super(ClassName, self) with super().chillaranand2017-01-251-1/+1
* Refs #23919 -- Removed encoding preambles and future importsClaude Paroz2017-01-181-2/+0
* Updated postgresql.org links to https and made them canonical.Marti Raudsepp2016-10-251-4/+4