summaryrefslogtreecommitdiff
path: root/tests/postgres_tests/test_aggregates.py
Commit message (Expand)AuthorAgeFilesLines
* Refs #34381, Refs #10929 -- Fixed postgres_tests.test_aggregates.TestGeneralA...David Smith2023-03-051-1/+1
* Fixed #34285 -- Fixed index/slice lookups on filtered aggregates with ArrayFi...Nils VAN ZUIJLEN2023-02-071-0/+43
* Refs #10929 -- Stopped forcing empty result value by PostgreSQL aggregates.Mariusz Felisiak2023-01-171-65/+13
* Improved isolation of TestGeneralAggregate.test_default_argument().Simon Charette2022-12-021-2/+2
* Refs #33308 -- Deprecated support for passing encoded JSON string literals to...Simon Charette2022-12-011-5/+61
* Refs #10929 -- Fixed aggregates crash when passing strings as defaults.Simon Charette2022-11-291-0/+1
* Fixed #34016 -- Fixed QuerySet.values()/values_list() crash on ArrayAgg() and...Alexander Kerkum2022-09-171-0/+9
* Fixed #33898 -- Fixed Window() expression crash with ArrayAgg().Mariusz Felisiak2022-08-061-0/+17
* Refs #33476 -- Reformatted code with Black.django-bot2022-02-071-323/+446
* Fixed #32961 -- Added BitXor() aggregate to django.contrib.postgres.Nick Pope2021-10-011-3/+31
* Fixed #33114 -- Defined default output_field of StringAgg.ali2021-09-271-1/+15
* Fixed #32906 -- Added docs and tests for using key and index lookups on JSONB...abhiabhi942021-07-261-1/+44
* Refs #10929 -- Deprecated forced empty result value for PostgreSQL aggregates.Nick Pope2021-07-191-1/+46
* Fixed #10929 -- Added default argument to aggregates.Nick Pope2021-07-191-0/+64
* Fixed #32786 -- Moved subquery ordering clearing optimization to the _in lookup.Hannes Ljungberg2021-06-301-1/+18
* Refs #26430 -- Added tests for PostgreSQL-specific aggregates on EmptyQuerySe...Mariusz Felisiak2021-06-291-99/+59
* Removed unnecessary json.loads() call in test_json_agg_empty().Nick Pope2021-06-281-3/+1
* Ensured that empty result test for JSONBAgg executes a query.Nick Pope2021-06-281-2/+3
* Corrected test method and variable names for JSONBAgg.Nick Pope2021-06-281-24/+24
* Fixed #32169 -- Added distinct support to JSONBAgg.Artur Beltsov2020-11-041-0/+12
* Refs #32096 -- Fixed crash of ArrayAgg/StringAgg/JSONBAgg with ordering over ...Mariusz Felisiak2020-10-141-1/+32
* Refs #32096 -- Added test for ArrayAgg over JSONField key transforms.Mariusz Felisiak2020-10-141-8/+35
* Refs #31720 -- Defined default output_field of BoolAnd() and BoolOr() aggrega...David Chorpash2020-07-211-0/+12
* Fixed #31691 -- Added ordering support to JSONBAgg.John Parton2020-06-131-0/+36
* Simplified imports from django.db and django.contrib.gis.db.Nick Pope2020-02-041-2/+1
* Fixed CVE-2020-7471 -- Properly escaped StringAgg(delimiter) parameter.Simon Charette2020-02-031-0/+4
* Fixed #31097 -- Fixed crash of ArrayAgg and StringAgg with filter when used i...David Wobrock2019-12-311-1/+45
* Refs #31097 -- Added tests for filter in ArrayAgg and StringAgg.David Wobrock2019-12-311-1/+17
* Fixed #30315 -- Fixed crash of ArrayAgg and StringAgg with ordering when used...Caio Ariede2019-05-281-2/+33
* Fixed #30332 -- Fixed crash of ordering by expressions with params in ArrayAg...Simone Pellizzari2019-04-061-0/+9
* Refs #26067 -- Added more tests for ordering in StringAgg.Simone Pellizzari2019-04-061-0/+2
* Fixed #30155 -- Dropped support for PostgreSQL 9.4 and PostGIS 2.1.Tim Graham2019-02-041-3/+0
* 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