Thread

Commits

Same data as JSON: GET /api/v1/messages/:b64id/commits the thread's linked commits as JSON, with link sources. API reference →
  1. Injection points for hash aggregation.

  1. Unused injection point in hash agg code

    Daniel Gustafsson <daniel@yesql.se> — 2026-04-04T20:38:03Z

    Commit 38172d1856b3 introduced several injection points for hash aggregation,
    among them hash-aggregate-oversize-table which is never attached to anywhere it
    seems?
    
    Should it be removed, or implemented in injection_points/sql/hashagg.sql?
    
    --
    Daniel Gustafsson
    
    
    
    
    
  2. Re: Unused injection point in hash agg code

    Jeff Davis <pgsql@j-davis.com> — 2026-04-10T03:44:19Z

    On Sat, 2026-04-04 at 22:38 +0200, Daniel Gustafsson wrote:
    > Commit 38172d1856b3 introduced several injection points for hash
    > aggregation,
    > among them hash-aggregate-oversize-table which is never attached to
    > anywhere it
    > seems?
    > 
    > Should it be removed, or implemented in
    > injection_points/sql/hashagg.sql?
    
    Thank you. The tests could be expanded in that area. I'll look into
    that, and if it's not helpful, then I'll remove it.
    
    Regards,
    	Jeff Davis