summaryrefslogtreecommitdiff
path: root/tests/postgres_tests/test_aggregates.py
Commit message (Expand)AuthorAgeFilesLines
* Fixed #26067 -- Added ordering support to ArrayAgg and StringAgg.Floris den Hengst2018-06-281-5/+60
* Fixed #28908 -- Allowed ArrayField lookups on ArrayAgg annotations.Sergey Fedoseev2017-12-301-0/+12
* Reverted "Fixed #27818 -- Replaced try/except/pass with contextlib.suppress()."Tim Graham2017-09-071-2/+3
* Fixed #27818 -- Replaced try/except/pass with contextlib.suppress().Mads Jensen2017-06-281-3/+2
* Fixed #27767 -- Added distinct argument to ArrayAgg.orf2017-02-041-1/+9
* Refs #26327 -- Renamed JsonAgg to JSONBAgg.Mads Jensen2016-11-281-5/+5
* Fixed #26327 -- Added JsonAgg to contrib.postgres.Mads Jensen2016-10-071-5/+22
* Fixed #26617 -- Added distinct argument to contrib.postgres's StringAgg.Rustam Kashapov2016-06-021-0/+18
* Name PostgreSQL correctly.Marc Tamlyn2015-05-301-3/+3
* Stopped special-casing postgres-specific testsClaude Paroz2015-04-181-3/+3
* Fixed #24301 -- Added PostgreSQL-specific aggregate functionsAndriy Sokolovskiy2015-03-301-0/+266