decreasing array_agg memory consumption

Edit
ID 62
Title decreasing array_agg memory consumption
Topic Miscellaneous
Created 2015-01-12 13:01:36
Last modified 2015-02-22 01:39:45 (9 years, 8 months ago)
Latest email 2015-02-22 07:05:01 (9 years, 8 months ago)
Status
2015-02: Committed
2014-12: Moved to next CF
Target version
Authors Tomas Vondra (fuzzycz)
Reviewers Ali Akbar (apaan)Become reviewer
Committer Jeff Davis (jdavis)
Links CFbot results (CirrusCI) CFbot GitHub
Checkout latest CFbot patchset Go to your local checkout of the PostgreSQL repository and run:
git remote add commitfest https://github.com/postgresql-cfbot/postgresql.git
git fetch commitfest cf/62
git checkout commitfest/cf/62
Emails
PATCH: decreasing memory needlessly consumed by array_agg
First at 2014-03-28 02:00:05 by Tomas Vondra <tv at fuzzy.cz>
Latest at 2015-02-22 07:05:01 by Jeff Davis <pgsql at j-davis.com>
Latest attachment (array_agg_test.sql) at 2015-02-22 01:38:36 from Jeff Davis <pgsql at j-davis.com>
    Attachment (array_agg_test.sql) at 2015-02-22 01:38:36 from Jeff Davis <pgsql at j-davis.com> (Patch: No)
    Attachment (array-agg-v9.patch) at 2015-01-28 22:25:53 from Tomas Vondra <tomas.vondra at 2ndquadrant.com> (Patch: Yes)
    Attachment (array-agg-v8.patch) at 2015-01-14 21:52:58 from Tomas Vondra <tomas.vondra at 2ndquadrant.com> (Patch: Yes)
    Attachment (array-agg-v7.patch) at 2015-01-08 22:34:37 from Tomas Vondra <tomas.vondra at 2ndquadrant.com> (Patch: Yes)
    Attachment (array-agg-v6.patch) at 2014-12-21 13:38:24 from Tomas Vondra <tv at fuzzy.cz> (Patch: Yes)
    Attachment (array-agg-v5.patch) at 2014-12-20 19:29:31 from Tomas Vondra <tv at fuzzy.cz> (Patch: Yes)
    Attachment (array-agg-v4.patch) at 2014-12-20 19:10:02 from Tomas Vondra <tv at fuzzy.cz> (Patch: Yes)
    Attachment (array-agg-v3-modified.patch) at 2014-12-20 08:26:51 from Ali Akbar <the.apaan at gmail.com> (Patch: Yes)
    Attachment (array-agg-v3.patch) at 2014-12-15 23:27:28 from Tomas Vondra <tv at fuzzy.cz> (Patch: Yes)
    Attachment (array-agg.sql) at 2014-11-29 16:57:14 from Tomas Vondra <tv at fuzzy.cz> (Patch: No)
    Attachment (array-agg.patch) at 2014-03-28 02:00:05 from Tomas Vondra <tv at fuzzy.cz> (Patch: Yes)
History
When Who What
2015-02-22 01:39:45 Jeff Davis (jdavis) Closed in commitfest 2015-02 with status: Committed
2015-02-22 01:39:34 Jeff Davis (jdavis) Added jdavis as committer
2015-02-13 13:03:56 Michael Paquier (michael-kun) Closed in commitfest 2014-12 with status: Returned with Feedback
2015-01-16 13:21:07 Michael Paquier (michael-kun) New status: Needs review
2015-01-12 13:02:07 Michael Paquier (michael-kun) New status: Waiting on Author
2015-01-12 13:02:04 Michael Paquier (michael-kun) Changed authors to Tomas Vondra (fuzzycz)
2015-01-12 13:02:04 Michael Paquier (michael-kun) Changed reviewers to Ali Akbar (apaan)
2015-01-12 13:01:36 Michael Paquier (michael-kun) Attached mail thread 5334D7A5.2000907@fuzzy.cz
2015-01-12 13:01:36 Michael Paquier (michael-kun) Created patch record
Edit