Commits

DateSubjectAuthorReleases
2026-04-05 instrumentation: Separate per-node logic from other uses Andres Freund 19 (unreleased)
2026-04-05 instrumentation: Separate trigger logic from other uses Andres Freund 19 (unreleased)
2024-08-01 Evaluate arguments of correlated SubPlans in the referencing ExprState Andres Freund 18.0
2020-07-08 code: replace most remaining uses of 'master'. Andres Freund 14.0
2020-02-07 expression eval: Don't redundantly keep track of AggState. Andres Freund 13.0
2019-09-23 Fix ExprState's tag to be of type NodeTag rather than Node. Andres Freund 13.0
2019-09-09 Reorder EPQ work, to fix rowmark related bugs and improve efficiency. Andres Freund 12.0
2019-09-09 Reorder EPQ work, to fix rowmark related bugs and improve efficiency. Andres Freund 13.0
2019-08-16 Remove fmgr.h includes from headers that don't really need it. Andres Freund 13.0
2019-08-02 Fix representation of hash keys in Hash/HashJoin nodes. Andres Freund 12.0
2019-08-02 Fix representation of hash keys in Hash/HashJoin nodes. Andres Freund 13.0
2019-04-19 Fix slot type issue for fuzzy distance index scan over out-of-core table AM. Andres Freund 12.0
2019-04-04 tableam: Add table_multi_insert() and revamp/speed-up COPY FROM buffering. Andres Freund 12.0
2019-04-01 tableam: bitmap table scan. Andres Freund 12.0
2019-04-01 tableam: sample scan. Andres Freund 12.0
2019-03-11 tableam: Add and use scan APIs. Andres Freund 12.0
2019-03-06 Don't reuse slots between root and partition in ON CONFLICT ... UPDATE. Andres Freund 12.0
2019-03-01 Store tuples for EvalPlanQual in slots, rather than as HeapTuples. Andres Freund 12.0
2019-02-27 Use slots in trigger infrastructure, except for the actual invocation. Andres Freund 12.0
2019-01-26 Change function call information to be variable length. Andres Freund 12.0
2019-01-15 Don't include genam.h from execnodes.h and relscan.h anymore. Andres Freund 12.0
2019-01-15 Don't include heapam.h from others headers. Andres Freund 12.0
2018-11-21 Remove WITH OIDS support, change oid catalog column visibility. Andres Freund 12.0
2018-11-16 Introduce notion of different types of slots (without implementing them). Andres Freund 12.0
2018-11-10 Don't require return slots for nodes without projection. Andres Freund 12.0