summaryrefslogtreecommitdiff
path: root/tests/postgres_tests/test_aggregates.py
AgeCommit message (Collapse)Author
2019-05-28[2.2.x] Fixed #30315 -- Fixed crash of ArrayAgg and StringAgg with ordering ↵Caio Ariede
when used in Subquery. Backport of a3f91891d2c7f4bdc33f48ae70820ef6f36da26e from master.
2019-04-06[2.2.x] Fixed #30332 -- Fixed crash of ordering by expressions with params ↵Simone Pellizzari
in ArrayAgg and StringAgg. Backport of d0315584b5ed6a47b486e65f6c88f80189f337ef from master.
2018-06-28Fixed #26067 -- Added ordering support to ArrayAgg and StringAgg.Floris den Hengst
2017-12-30Fixed #28908 -- Allowed ArrayField lookups on ArrayAgg annotations.Sergey Fedoseev
2017-09-07Reverted "Fixed #27818 -- Replaced try/except/pass with contextlib.suppress()."Tim Graham
This reverts commit 550cb3a365dee4edfdd1563224d5304de2a57fda because try/except performs better.
2017-06-28Fixed #27818 -- Replaced try/except/pass with contextlib.suppress().Mads Jensen
2017-02-04Fixed #27767 -- Added distinct argument to ArrayAgg.orf
2016-11-28Refs #26327 -- Renamed JsonAgg to JSONBAgg.Mads Jensen
Thanks to Christian von Roques for the report.
2016-10-07Fixed #26327 -- Added JsonAgg to contrib.postgres.Mads Jensen
Thanks Tim Graham for review.
2016-06-02Fixed #26617 -- Added distinct argument to contrib.postgres's StringAgg.Rustam Kashapov
2015-05-30Name PostgreSQL correctly.Marc Tamlyn
2015-04-18Stopped special-casing postgres-specific testsClaude Paroz
Refs #23879.
2015-03-30Fixed #24301 -- Added PostgreSQL-specific aggregate functionsAndriy Sokolovskiy