summaryrefslogtreecommitdiff
path: root/src/include/nodes
AgeCommit message (Expand)Author
3 daysApply some query jumbling to WAIT FOR LSNMichael Paquier
8 daysPerform join removal by editing the query's jointree.Tom Lane
9 daysRevert support for ALTER TABLE ... MERGE/SPLIT PARTITION(S) commandsAlexander Korotkov
11 daysFix CPU cost of right-semi and right-anti hash joinsRichard Guo
12 daysMake stringToNode() infrastructure thread-safeMichael Paquier
12 daysMove some node-read support functions from nodes.h to readfuncs.hMichael Paquier
2026-08-21Reduce memory overheads for storing a Memoize tupleDavid Rowley
2026-08-11Show estimated number of groups for Incremental Sort in EXPLAINDavid Rowley
2026-08-10Preserve the owner of extended statistics rebuilt by ALTER TABLE.Masahiko Sawada
2026-07-27Deparse FOR PORTION OF using the range column's current name.Tom Lane
2026-07-27Fix deparsing of JSON_ARRAY(subquery) with a FORMAT clauseRichard Guo
2026-07-17Revert "Add GROUP BY ALL".Tom Lane
2026-07-09JSON_TABLE PLAN clauseAlexander Korotkov
2026-07-08Introduce bms_offset_members() functionDavid Rowley
2026-07-08Tighten nullingrels checks for outer joinsRichard Guo
2026-07-01Improve the names generated for indexes on expressions.Tom Lane
2026-06-23Re-index ModifyTable FDW arrays when pruning result relationsAmit Langote
2026-06-16Fix various query jumble commentsDavid Rowley
2026-06-08Fix FOR PORTION OF for inheritance childrenPeter Eisentraut
2026-05-05Consider collation when proving subquery uniquenessRichard Guo
2026-05-01Fix JSON_ARRAY(query) empty set handling and view deparsingRichard Guo
2026-04-07Add EXPLAIN (IO) instrumentation for TidRangeScanTomas Vondra
2026-04-07Add EXPLAIN (IO) instrumentation for SeqScanTomas Vondra
2026-04-07Mark JumbleState as a const in the post_parse_analyze hookMichael Paquier
2026-04-05instrumentation: Separate per-node logic from other usesAndres Freund
2026-04-05instrumentation: Separate trigger logic from other usesAndres Freund
2026-04-01Add UPDATE/DELETE FOR PORTION OFPeter Eisentraut
2026-03-30Remove bits* typedefs.Nathan Bossart
2026-03-30Remove PlannedStmt->resultRelations in favor of resultRelationRelidsMelanie Plageman
2026-03-30Make it cheap to check if a relation is modified by a queryMelanie Plageman
2026-03-27pg_plan_advice: pgindentRobert Haas
2026-03-26Add an alternative_plan_name field to PlannerInfo.Robert Haas
2026-03-26Respect disabled_nodes in fix_alternative_subplan.Robert Haas
2026-03-26Make fixed-length list building macros work in C++Peter Eisentraut
2026-03-22Make IndexScanInstrumentation a pointer in executor scan nodes.Peter Geoghegan
2026-03-20Add support for EXCEPT TABLE in ALTER PUBLICATION.Amit Kapila
2026-03-19Improve hash join's handling of tuples with null join keys.Tom Lane
2026-03-19Allow choosing specific grantors via GRANT/REVOKE ... GRANTED BY.Nathan Bossart
2026-03-17Allow IS JSON predicate to work with domain typesAndrew Dunstan
2026-03-16Reduce header inclusions via execnodes.hÁlvaro Herrera
2026-03-16SQL Property Graph Queries (SQL/PGQ)Peter Eisentraut
2026-03-13Change copyObject() to use typeof_unqualPeter Eisentraut
2026-03-10Introduce the REPACK commandÁlvaro Herrera
2026-03-10Allow extensions to mark an individual index as disabled.Robert Haas
2026-03-06CREATE SUBSCRIPTION ... SERVER.Jeff Davis
2026-03-04Allow table exclusions in publications via EXCEPT TABLE.Amit Kapila
2026-02-24Fix variety of typos and grammar mistakesMichael Paquier
2026-02-12Add support for INSERT ... ON CONFLICT DO SELECT.Dean Rasheed
2026-02-10Store information about Append node consolidation in the final plan.Robert Haas
2026-02-10Store information about elided nodes in the final plan.Robert Haas