summaryrefslogtreecommitdiff
path: root/django/contrib/postgres
Commit message (Expand)AuthorAgeFilesLines
* Fixed #34459 -- Fixed SearchVector() crash for parameters with % symbol.Mariusz Felisiak2023-04-061-4/+1
* Updated translations from Transifex.Mariusz Felisiak2023-04-0344-225/+340
* Fixed #34338 -- Allowed customizing code of ValidationError in BaseConstraint...Xavier Fernandez2023-02-231-4/+19
* Refs #33829 -- Added violation_error_message to constraints' __repr__().Xavier Fernandez2023-02-231-1/+7
* Fixed #34285 -- Fixed index/slice lookups on filtered aggregates with ArrayFi...Nils VAN ZUIJLEN2023-02-071-2/+6
* Refs #34233 -- Used types.NoneType.Nick Pope2023-01-181-3/+5
* Refs #33342 -- Removed ExclusionConstraint.opclasses per deprecation timeline.Mariusz Felisiak2023-01-171-30/+1
* Refs #10929 -- Stopped forcing empty result value by PostgreSQL aggregates.Mariusz Felisiak2023-01-171-62/+5
* Updated source translation catalogs.Mariusz Felisiak2023-01-171-21/+20
* Updated translations from Transifex.Mariusz Felisiak2022-12-204-6/+18
* Fixed #33308 -- Added support for psycopg version 3.Daniele Varrazzo2022-12-155-32/+75
* Refs #33308 -- Added DatabaseOperations.compose_sql() on PostgreSQL.Florian Apolloner2022-12-121-8/+1
* Refs #33308 -- Moved psycopg2 imports to the psycopg_any module.Florian Apolloner2022-12-123-8/+12
* Fixed #34205 -- Fixed Meta.constraints validation crash with ArrayField and _...James Gillard2022-12-101-1/+1
* Refs #33308 -- Deprecated support for passing encoded JSON string literals to...Simon Charette2022-12-011-6/+46
* Refs #33308 -- Added get_type_oids() hook and simplified registering type han...Daniele Varrazzo2022-12-011-32/+25
* Fixed #26056 -- Added QuerySet.values()/values_list() support for ArrayField'...Ben Cail2022-11-181-0/+8
* Fixed #34149 -- Allowed adding deferrable conditional exclusion constraints o...Márton Salomváry2022-11-101-2/+0
* Fixed #34080 -- Fixed __exact lookup when nested arrays contain only NULL val...Ion Alberdi2022-11-031-1/+10
* Fixed #34071 -- Improved error message for Range(Min/Max)ValueValidator.Jack Linke2022-10-051-2/+2
* Fixed #34016 -- Fixed QuerySet.values()/values_list() crash on ArrayAgg() and...Alexander Kerkum2022-09-171-2/+5
* Replaced Expression.replace_references() with .replace_expressions().Simon Charette2022-08-111-1/+2
* Optimized ExclusionConstraint.validate() a bit.Mariusz Felisiak2022-08-111-8/+7
* Used F.replace_references().Mariusz Felisiak2022-08-111-1/+1
* Fixed #33905 -- Fixed CheckConstraint() validation on range fields.David Sanders2022-08-091-0/+3
* Fixed #33872 -- Deprecated django.contrib.postgres.fields.CIText/CICharField/...Mariusz Felisiak2022-08-032-12/+84
* Updated translations from Transifex.Mariusz Felisiak2022-08-032-3/+4
* Fixed #33881 -- Added support for database collations to ArrayField(Char/Text...Mariusz Felisiak2022-08-021-0/+6
* Fixed #33829 -- Made BaseConstraint.deconstruct() and equality handle violati...Stéphane "Twidi" Angel2022-07-081-0/+1
* Fixed #33788 -- Added TrigramStrictWordSimilarity() and TrigramStrictWordDist...Matt Brewer2022-06-173-1/+25
* Fixed #33717 -- Dropped support for PostgreSQL 11.Mariusz Felisiak2022-05-193-22/+0
* Fixed #30581 -- Added support for Meta.constraints validation.Gagaro2022-05-101-3/+47
* Fixed #33607 -- Made PostgresIndex.create_sql() respect the "using" argument.Alexandru Mărășteanu2022-04-151-1/+1
* Fixed #33397 -- Corrected resolving output_field for DateField/DateTimeField/...Luke Plant2022-03-311-1/+6
* Prevented initialization of unused database connections.Florian Apolloner2022-03-171-1/+1
* Made BaseConstraint importable from django.db.models.Gagaro2022-03-161-2/+1
* Fixed #33539 -- Fixed spaces in WITH SQL for indexes on PostgreSQL.Anders Kaseorg2022-02-241-1/+1
* Refs #33476 -- Refactored code to strictly match 88 characters line length.Mariusz Felisiak2022-02-074-9/+16
* Refs #33476 -- Reformatted code with Black.django-bot2022-02-0723-604/+757
* Updated translations from Transifex.Claude Paroz2022-01-292-11/+12
* Refs #20349 -- Avoided loading testing libraries when not needed.Collin Anderson2022-01-251-1/+1
* Refs #33342 -- Deprecated ExclusionConstraint.opclasses.Hannes Ljungberg2021-12-271-0/+11
* Fixed #33342 -- Added support for using OpClass() in exclusion constraints.Hannes Ljungberg2021-12-241-22/+26
* Updated translations from Transifex.Mariusz Felisiak2021-12-068-3/+319
* Refs #33304 -- Enclosed aggregate ordering logic in an expression.Simon Charette2021-11-231-35/+14
* Fixed #27147 -- Allowed specifying bounds of tuple inputs for non-discrete ra...Guilherme Martins Crocetti2021-11-042-3/+41
* Fixed #33262 -- Fixed crash of conditional aggregation on Exists().Hannes Ljungberg2021-11-041-1/+1
* Refs #32943 -- Added support for covering exclusion constraints using SP-GiST...Nick Pope2021-10-011-6/+16
* Refs #32943 -- Added support for covering SP-GiST indexes on PostgreSQL 14+.Nick Pope2021-10-011-0/+7
* Fixed #32961 -- Added BitXor() aggregate to django.contrib.postgres.Nick Pope2021-10-011-1/+6