index
:
chango.git
devmain
fix-31295
initial-branch
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
docs
/
ref
/
contrib
/
postgres
/
aggregates.txt
Age
Commit message (
Expand
)
Author
2026-04-18
Fixed #37028 -- Added BitAnd(), BitOr(), and BitXor() aggregates.
Mariusz Felisiak
2026-02-10
Refs #35444 -- Doc'd deprecation in contrib.postgres.aggreggates.StringAgg.de...
Jacob Walls
2025-12-11
Refs #35444 -- Clarified StringAgg deprecation notice in docs/ref/contrib/pos...
David Sanders
2025-10-03
Fixed #36623 -- Dropped support for PostgreSQL 14 and PostGIS 3.1.
Mariusz Felisiak
2025-09-17
Refs #35444 -- Removed contrib.postgres aggregates ordering kwarg per depreca...
Jacob Walls
2025-09-17
Removed versionadded/changed annotations for 5.2.
Jacob Walls
2025-03-03
Fixed #35444 -- Added generic support for Aggregate.order_by.
Chris Muthig
2025-01-30
Tweaked docs to avoid reformatting given new black version.
nessita
2025-01-06
Refs #35444 -- Deprecated contrib.postgres aggregates ordering for order_by.
Chris Muthig
2024-05-22
Removed versionadded/changed annotations for 5.0.
Natalia
2023-03-01
Fixed #34140 -- Reformatted code blocks in docs with blacken-docs.
django-bot
2023-02-10
Refs #34140 -- Applied rst code-block to non-Python examples.
Carlton Gibson
2023-01-17
Refs #10929 -- Stopped forcing empty result value by PostgreSQL aggregates.
Mariusz Felisiak
2023-01-17
Removed versionadded/changed annotations for 4.1.
Mariusz Felisiak
2022-12-05
Fixed #34199 -- Added example to StringAgg docs.
sdolemelipone
2022-12-05
Fixed typo in docs/ref/contrib/postgres/aggregates.txt.
sdolemelipone
2021-12-28
Avoided counting attributes and methods in docs.
Mariusz Felisiak
2021-10-01
Fixed #32961 -- Added BitXor() aggregate to django.contrib.postgres.
Nick Pope
2021-09-20
Removed versionadded/changed annotations for 3.2.
Mariusz Felisiak
2021-07-26
Fixed #32906 -- Added docs and tests for using key and index lookups on JSONB...
abhiabhi94
2021-07-19
Refs #10929 -- Deprecated forced empty result value for PostgreSQL aggregates.
Nick Pope
2021-07-19
Fixed #10929 -- Added default argument to aggregates.
Nick Pope
2020-11-04
Fixed #32169 -- Added distinct support to JSONBAgg.
Artur Beltsov
2020-07-21
Refs #31720 -- Defined default output_field of BoolAnd() and BoolOr() aggrega...
David Chorpash
2020-07-21
Refs #31720 -- Added examples to BoolAnd() and BoolOr() documentation.
David Chorpash
2020-06-13
Fixed #31691 -- Added ordering support to JSONBAgg.
John Parton
2019-09-10
Removed versionadded/changed annotations for 2.2.
Mariusz Felisiak
2019-03-29
Removed unnecessary /static from links to PostgreSQL docs.
Nick Pope
2019-02-04
Fixed #30155 -- Dropped support for PostgreSQL 9.4 and PostGIS 2.1.
Tim Graham
2018-12-24
Added import locations to contrib.postgres aggregates and validators docs.
Marten Kenbeek
2018-11-27
Fixed #29317 -- Doc'd filter argument in contrib.postgres aggregates.
Tim Graham
2018-06-28
Fixed #26067 -- Added ordering support to ArrayAgg and StringAgg.
Floris den Hengst
2018-05-17
Removed versionadded/changed annotations for 2.0.
Tim Graham
2017-09-22
Removed versionadded/changed annotations for 1.11.
Tim Graham
2017-08-12
Fixed #27849 -- Added filtering support to aggregates.
Tom
2017-02-04
Fixed #27767 -- Added distinct argument to ArrayAgg.
orf
2016-11-28
Refs #26327 -- Renamed JsonAgg to JSONBAgg.
Mads Jensen
2016-10-25
Updated postgresql.org links to https and made them canonical.
Marti Raudsepp
2016-10-07
Fixed #26327 -- Added JsonAgg to contrib.postgres.
Mads Jensen
2016-06-02
Fixed #26617 -- Added distinct argument to contrib.postgres's StringAgg.
Rustam Kashapov
2016-05-20
Removed versionadded/changed annotations for 1.9.
Tim Graham
2016-03-28
Fixed typo in docs/ref/contrib/postgres/aggregates.txt.
Francisco Capdevila
2016-02-01
Fixed #26124 -- Added missing code formatting to docs headers.
rowanv
2016-01-22
Fixed #26020 -- Normalized header stylings in docs.
Elif T. Kus
2015-08-08
Updated Wikipedia links to use https
Claude Paroz
2015-03-30
Fixed #24301 -- Added PostgreSQL-specific aggregate functions
Andriy Sokolovskiy