summaryrefslogtreecommitdiff
path: root/docs/ref/contrib/postgres/aggregates.txt
Commit message (Collapse)AuthorAgeFilesLines
* Fixed #34140 -- Reformatted code blocks in docs with blacken-docs.django-bot2023-03-011-16/+20
|
* Refs #34140 -- Applied rst code-block to non-Python examples.Carlton Gibson2023-02-101-4/+19
| | | | | Thanks to J.V. Zammit, Paolo Melchiorre, and Mariusz Felisiak for reviews.
* Refs #10929 -- Stopped forcing empty result value by PostgreSQL aggregates.Mariusz Felisiak2023-01-171-15/+12
| | | | Per deprecation timeline.
* Removed versionadded/changed annotations for 4.1.Mariusz Felisiak2023-01-171-2/+0
|
* Fixed #34199 -- Added example to StringAgg docs.sdolemelipone2022-12-051-0/+26
|
* Fixed typo in docs/ref/contrib/postgres/aggregates.txt.sdolemelipone2022-12-051-1/+1
|
* Avoided counting attributes and methods in docs.Mariusz Felisiak2021-12-281-5/+3
|
* Fixed #32961 -- Added BitXor() aggregate to django.contrib.postgres.Nick Pope2021-10-011-0/+10
|
* Removed versionadded/changed annotations for 3.2.Mariusz Felisiak2021-09-201-4/+0
|
* Fixed #32906 -- Added docs and tests for using key and index lookups on ↵abhiabhi942021-07-261-1/+25
| | | | | | JSONBAgg results. Co-authored-by: Mariusz Felisiak <felisiak.mariusz@gmail.com>
* Refs #10929 -- Deprecated forced empty result value for PostgreSQL aggregates.Nick Pope2021-07-191-0/+21
| | | | | | | | This deprecates forcing a return value for ArrayAgg, JSONBAgg, and StringAgg when there are no rows in the query. Now that we have a ``default`` argument for aggregates, we want to revert to returning the default of ``None`` which most aggregate functions return and leave it up to the user to decide what they want to be returned by default.
* Fixed #10929 -- Added default argument to aggregates.Nick Pope2021-07-191-38/+44
| | | | Thanks to Simon Charette and Adam Johnson for the reviews.
* Fixed #32169 -- Added distinct support to JSONBAgg.Artur Beltsov2020-11-041-1/+8
|
* Refs #31720 -- Defined default output_field of BoolAnd() and BoolOr() ↵David Chorpash2020-07-211-4/+4
| | | | aggregate functions.
* Refs #31720 -- Added examples to BoolAnd() and BoolOr() documentation.David Chorpash2020-07-211-0/+28
|
* Fixed #31691 -- Added ordering support to JSONBAgg.John Parton2020-06-131-1/+12
|
* Removed versionadded/changed annotations for 2.2.Mariusz Felisiak2019-09-101-4/+0
|
* Removed unnecessary /static from links to PostgreSQL docs.Nick Pope2019-03-291-1/+1
|
* Fixed #30155 -- Dropped support for PostgreSQL 9.4 and PostGIS 2.1.Tim Graham2019-02-041-1/+1
|
* Added import locations to contrib.postgres aggregates and validators docs.Marten Kenbeek2018-12-241-1/+2
|
* Fixed #29317 -- Doc'd filter argument in contrib.postgres aggregates.Tim Graham2018-11-271-0/+5
|
* Fixed #26067 -- Added ordering support to ArrayAgg and StringAgg.Floris den Hengst2018-06-281-2/+29
|
* Removed versionadded/changed annotations for 2.0.Tim Graham2018-05-171-2/+0
|
* Removed versionadded/changed annotations for 1.11.Tim Graham2017-09-221-4/+0
|
* Fixed #27849 -- Added filtering support to aggregates.Tom2017-08-121-18/+18
|
* Fixed #27767 -- Added distinct argument to ArrayAgg.orf2017-02-041-1/+8
|
* Refs #26327 -- Renamed JsonAgg to JSONBAgg.Mads Jensen2016-11-281-4/+4
| | | | Thanks to Christian von Roques for the report.
* Updated postgresql.org links to https and made them canonical.Marti Raudsepp2016-10-251-1/+1
|
* Fixed #26327 -- Added JsonAgg to contrib.postgres.Mads Jensen2016-10-071-0/+9
| | | | Thanks Tim Graham for review.
* Fixed #26617 -- Added distinct argument to contrib.postgres's StringAgg.Rustam Kashapov2016-06-021-1/+8
|
* Removed versionadded/changed annotations for 1.9.Tim Graham2016-05-201-2/+0
|
* Fixed typo in docs/ref/contrib/postgres/aggregates.txt.Francisco Capdevila2016-03-281-1/+1
|
* Fixed #26124 -- Added missing code formatting to docs headers.rowanv2016-02-011-34/+34
|
* Fixed #26020 -- Normalized header stylings in docs.Elif T. Kus2016-01-221-21/+21
|
* Updated Wikipedia links to use httpsClaude Paroz2015-08-081-1/+1
|
* Fixed #24301 -- Added PostgreSQL-specific aggregate functionsAndriy Sokolovskiy2015-03-301-0/+212