summaryrefslogtreecommitdiff
path: root/docs/ref/contrib/postgres
AgeCommit message (Expand)Author
2025-05-15[5.2.x] Fixed incorrect spacing in docs/ref/contrib/postgres/fields.txt.Jacob Walls
2025-03-18[5.2.x] Fixed #36078 -- Doc'd that Postgres normalizes a range field with no ...Clifford Gama
2025-03-05[5.2.x] Fixed #36227 -- Fixed outdated PostgreSQL documentation links.hesham942
2025-01-30[5.2.x] Tweaked docs to avoid reformatting given new black version.nessita
2025-01-06Refs #35444 -- Deprecated contrib.postgres aggregates ordering for order_by.Chris Muthig
2024-11-11Updated BRIN index links in contrib.postgres indexes docs.Adam Zapletal
2024-05-27Fixed #35479 -- Dropped support for PostgreSQL 13 and PostGIS 3.0.Mariusz Felisiak
2024-05-22Removed versionadded/changed annotations for 5.0.Natalia
2024-01-02Fixed #35075 -- Added deduplicate_items parameter to BTreeIndex.Nick Pope
2023-10-25Added missing pycon directives in various docs.Mariusz Felisiak
2023-09-18Refs #33872 -- Removed django.contrib.postgres.fields.CIText/CICharField/CIEm...Mariusz Felisiak
2023-09-18Removed versionadded/changed annotations for 4.2.Mariusz Felisiak
2023-03-12Corrected example in CreateCollation() docs.Adam Johnson
2023-03-01Fixed #34140 -- Reformatted code blocks in docs with blacken-docs.django-bot
2023-02-23Fixed #34338 -- Allowed customizing code of ValidationError in BaseConstraint...Xavier Fernandez
2023-02-10Refs #34140 -- Applied rst code-block to non-Python examples.Carlton Gibson
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-17Removed versionadded/changed annotations for 4.1.Mariusz Felisiak
2022-12-15Fixed #33308 -- Added support for psycopg version 3.Daniele Varrazzo
2022-12-06Updated various links to HTTPS and new locations.Mariusz Felisiak
2022-12-05Fixed #34199 -- Added example to StringAgg docs.sdolemelipone
2022-12-05Fixed typo in docs/ref/contrib/postgres/aggregates.txt.sdolemelipone
2022-11-18Fixed #26056 -- Added QuerySet.values()/values_list() support for ArrayField'...Ben Cail
2022-08-31Reverted "Fixed #30711 -- Doc'd django.contrib.postgres.fields.hstore.KeyTran...Mariusz Felisiak
2022-08-30Refs #30947 -- Changed tuples to lists where appropriate.Alex Morega
2022-08-29Improved example of index on SearchVector in full text search docs.Ilia Peterov
2022-08-03Fixed #33872 -- Deprecated django.contrib.postgres.fields.CIText/CICharField/...Mariusz Felisiak
2022-07-23Refs #25756 -- Doc'd inability to use file fields with PostgreSQL ArrayField.Claude Paroz
2022-07-13Fixed #30711 -- Doc'd django.contrib.postgres.fields.hstore.KeyTransform().Alokik Vijay
2022-06-24Fixed #33804 -- Corrected GinIndex.gin_pending_list_limit description in docs.Ian Wootten
2022-06-17Fixed #33788 -- Added TrigramStrictWordSimilarity() and TrigramStrictWordDist...Matt Brewer
2022-05-19Fixed #33717 -- Dropped support for PostgreSQL 11.Mariusz Felisiak
2022-05-17Removed versionadded/changed annotations for 4.0.Carlton Gibson
2022-05-10Fixed #30581 -- Added support for Meta.constraints validation.Gagaro
2022-05-04Fixed #33675 -- Dropped support for PostgreSQL 10 and PostGIS 2.4.Mariusz Felisiak
2022-03-16Doc'd BaseConstraint.Gagaro
2022-01-28Fixed #33459 -- Clarified index type in full text search docs.Thomas Aglassinger
2021-12-28Avoided counting attributes and methods in docs.Mariusz Felisiak
2021-12-27Refs #33342 -- Deprecated ExclusionConstraint.opclasses.Hannes Ljungberg
2021-12-24Fixed #33342 -- Added support for using OpClass() in exclusion constraints.Hannes Ljungberg
2021-11-04Fixed #27147 -- Allowed specifying bounds of tuple inputs for non-discrete ra...Guilherme Martins Crocetti
2021-10-04Refs #27694 -- Doc'd lookups that can be chained with HStoreField key transfo...Sarah Abderemane
2021-10-01Refs #32943 -- Added support for covering exclusion constraints using SP-GiST...Nick Pope
2021-10-01Refs #32943 -- Added support for covering SP-GiST indexes on PostgreSQL 14+.Nick Pope
2021-10-01Fixed #32961 -- Added BitXor() aggregate to django.contrib.postgres.Nick Pope
2021-09-20Removed versionadded/changed annotations for 3.2.Mariusz Felisiak
2021-09-17Fixed #32492 -- Added TrigramWordSimilarity() and TrigramWordDistance() on Po...Nikita Marchant
2021-08-17Fixed #32964 -- Corrected 'setup'/'set up' usage in docs.Andrew Northall
2021-07-27Refs #32956 -- Changed "afterwards" to "afterward" in docs and comments.David Smith