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
/
tests
/
postgres_tests
/
test_aggregates.py
Age
Commit message (
Expand
)
Author
2019-05-28
[2.2.x] Fixed #30315 -- Fixed crash of ArrayAgg and StringAgg with ordering w...
Caio Ariede
2019-04-06
[2.2.x] Fixed #30332 -- Fixed crash of ordering by expressions with params in...
Simone Pellizzari
2018-06-28
Fixed #26067 -- Added ordering support to ArrayAgg and StringAgg.
Floris den Hengst
2017-12-30
Fixed #28908 -- Allowed ArrayField lookups on ArrayAgg annotations.
Sergey Fedoseev
2017-09-07
Reverted "Fixed #27818 -- Replaced try/except/pass with contextlib.suppress()."
Tim Graham
2017-06-28
Fixed #27818 -- Replaced try/except/pass with contextlib.suppress().
Mads Jensen
2017-02-04
Fixed #27767 -- Added distinct argument to ArrayAgg.
orf
2016-11-28
Refs #26327 -- Renamed JsonAgg to JSONBAgg.
Mads Jensen
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
2015-05-30
Name PostgreSQL correctly.
Marc Tamlyn
2015-04-18
Stopped special-casing postgres-specific tests
Claude Paroz
2015-03-30
Fixed #24301 -- Added PostgreSQL-specific aggregate functions
Andriy Sokolovskiy