QUERY PLAN
GroupAggregate (cost=202.03..204.26 rows=52 width=104)
Group Key: (to_char((bargain_date)::timestamp with time zone, 'YYYY-MM'::text)), (date_part('month'::text, (bargain_date)::timestamp without time zone))
-> Sort (cost=202.03..202.17 rows=53 width=50)
Sort Key: (to_char((bargain_date)::timestamp with time zone, 'YYYY-MM'::text)), (date_part('month'::text, (bargain_date)::timestamp without time zone))
-> Seq Scan on tbl_projects (cost=0.00..200.52 rows=53 width=50)
Filter: ((bargain_date >= '2026-01-01'::date) AND (bargain_date <= '2026-12-31'::date) AND (project_status = 3))