summaryrefslogtreecommitdiff
path: root/django/contrib/postgres
AgeCommit message (Expand)Author
2023-09-18Refs #33872 -- Removed django.contrib.postgres.fields.CIText/CICharField/CIEm...Mariusz Felisiak
2023-06-18Fixed #34662 -- Corrected number in error messages for Array(Min/Max)LengthVa...şuayip üzülmez
2023-04-06Fixed #34459 -- Fixed SearchVector() crash for parameters with % symbol.Mariusz Felisiak
2023-04-03Updated translations from Transifex.Mariusz Felisiak
2023-02-23Fixed #34338 -- Allowed customizing code of ValidationError in BaseConstraint...Xavier Fernandez
2023-02-23Refs #33829 -- Added violation_error_message to constraints' __repr__().Xavier Fernandez
2023-02-07Fixed #34285 -- Fixed index/slice lookups on filtered aggregates with ArrayFi...Nils VAN ZUIJLEN
2023-01-18Refs #34233 -- Used types.NoneType.Nick Pope
2023-01-17Refs #33342 -- Removed ExclusionConstraint.opclasses per deprecation timeline.Mariusz Felisiak
2023-01-17Refs #10929 -- Stopped forcing empty result value by PostgreSQL aggregates.Mariusz Felisiak
2023-01-17Updated source translation catalogs.Mariusz Felisiak
2022-12-20Updated translations from Transifex.Mariusz Felisiak
2022-12-15Fixed #33308 -- Added support for psycopg version 3.Daniele Varrazzo
2022-12-12Refs #33308 -- Added DatabaseOperations.compose_sql() on PostgreSQL.Florian Apolloner
2022-12-12Refs #33308 -- Moved psycopg2 imports to the psycopg_any module.Florian Apolloner
2022-12-10Fixed #34205 -- Fixed Meta.constraints validation crash with ArrayField and _...James Gillard
2022-12-01Refs #33308 -- Deprecated support for passing encoded JSON string literals to...Simon Charette
2022-12-01Refs #33308 -- Added get_type_oids() hook and simplified registering type han...Daniele Varrazzo
2022-11-18Fixed #26056 -- Added QuerySet.values()/values_list() support for ArrayField'...Ben Cail
2022-11-10Fixed #34149 -- Allowed adding deferrable conditional exclusion constraints o...Márton Salomváry
2022-11-03Fixed #34080 -- Fixed __exact lookup when nested arrays contain only NULL val...Ion Alberdi
2022-10-05Fixed #34071 -- Improved error message for Range(Min/Max)ValueValidator.Jack Linke
2022-09-17Fixed #34016 -- Fixed QuerySet.values()/values_list() crash on ArrayAgg() and...Alexander Kerkum
2022-08-11Replaced Expression.replace_references() with .replace_expressions().Simon Charette
2022-08-11Optimized ExclusionConstraint.validate() a bit.Mariusz Felisiak
2022-08-11Used F.replace_references().Mariusz Felisiak
2022-08-09Fixed #33905 -- Fixed CheckConstraint() validation on range fields.David Sanders
2022-08-03Fixed #33872 -- Deprecated django.contrib.postgres.fields.CIText/CICharField/...Mariusz Felisiak
2022-08-03Updated translations from Transifex.Mariusz Felisiak
2022-08-02Fixed #33881 -- Added support for database collations to ArrayField(Char/Text...Mariusz Felisiak
2022-07-08Fixed #33829 -- Made BaseConstraint.deconstruct() and equality handle violati...Stéphane "Twidi" Angel
2022-06-17Fixed #33788 -- Added TrigramStrictWordSimilarity() and TrigramStrictWordDist...Matt Brewer
2022-05-19Fixed #33717 -- Dropped support for PostgreSQL 11.Mariusz Felisiak
2022-05-10Fixed #30581 -- Added support for Meta.constraints validation.Gagaro
2022-04-15Fixed #33607 -- Made PostgresIndex.create_sql() respect the "using" argument.Alexandru Mărășteanu
2022-03-31Fixed #33397 -- Corrected resolving output_field for DateField/DateTimeField/...Luke Plant
2022-03-17Prevented initialization of unused database connections.Florian Apolloner
2022-03-16Made BaseConstraint importable from django.db.models.Gagaro
2022-02-24Fixed #33539 -- Fixed spaces in WITH SQL for indexes on PostgreSQL.Anders Kaseorg
2022-02-07Refs #33476 -- Refactored code to strictly match 88 characters line length.Mariusz Felisiak
2022-02-07Refs #33476 -- Reformatted code with Black.django-bot
2022-01-29Updated translations from Transifex.Claude Paroz
2022-01-25Refs #20349 -- Avoided loading testing libraries when not needed.Collin Anderson
2021-12-27Refs #33342 -- Deprecated ExclusionConstraint.opclasses.Hannes Ljungberg
2021-12-24Fixed #33342 -- Added support for using OpClass() in exclusion constraints.Hannes Ljungberg
2021-12-06Updated translations from Transifex.Mariusz Felisiak
2021-11-23Refs #33304 -- Enclosed aggregate ordering logic in an expression.Simon Charette
2021-11-04Fixed #27147 -- Allowed specifying bounds of tuple inputs for non-discrete ra...Guilherme Martins Crocetti
2021-11-04Fixed #33262 -- Fixed crash of conditional aggregation on Exists().Hannes Ljungberg
2021-10-01Refs #32943 -- Added support for covering exclusion constraints using SP-GiST...Nick Pope