summaryrefslogtreecommitdiff
path: root/src/include/nodes
AgeCommit message (Expand)Author
2024-11-08Add pg_constraint rows for not-null constraintsÁlvaro Herrera
2024-10-31Add a parse location field to struct FunctionParameter.Tom Lane
2024-10-31Remove unused field from SubPlanState structDavid Rowley
2024-10-25Make table_scan_bitmap_next_block() async-friendlyMelanie Plageman
2024-10-24Track more precisely query locations for nested statementsMichael Paquier
2024-10-22Fix C23 compiler warningPeter Eisentraut
2024-10-20SQL/JSON: Fix some oversights in commit b6e1157e7Amit Langote
2024-10-17Improve ThrowErrorData() comments for use with soft errors.Jeff Davis
2024-10-17Improve node type forward referencePeter Eisentraut
2024-10-15Add type cast to foreach_internal's loop variable.Nathan Bossart
2024-10-14Track scan reversals in MergeJoinPeter Eisentraut
2024-10-14Track sort direction in SortGroupClausePeter Eisentraut
2024-10-10Unbreak overflow test for attinhcount/coninhcountÁlvaro Herrera
2024-10-09Introduce two fields in EState to track parallel worker activityMichael Paquier
2024-09-30Show values of SET statements as constants in pg_stat_statementsMichael Paquier
2024-09-24For inplace update durability, make heap_update() callers wait.Noah Misch
2024-09-17Add temporal FOREIGN KEY contraintsPeter Eisentraut
2024-09-17Add temporal PRIMARY KEY and UNIQUE constraintsPeter Eisentraut
2024-09-10Introduce an RTE for the grouping stepRichard Guo
2024-09-06Update comment about ExprState.escontextAmit Langote
2024-09-05Optimize WindowAgg's use of tuplestoresDavid Rowley
2024-08-24Revert support for ALTER TABLE ... MERGE/SPLIT PARTITION(S) commandsAlexander Korotkov
2024-08-22Avoid repeated table name lookups in createPartitionTable()Alexander Korotkov
2024-08-21Show number of disabled nodes in EXPLAIN ANALYZE output.Robert Haas
2024-08-21Treat number of disabled nodes in a path as a separate cost metric.Robert Haas
2024-08-20Speed up Hash Join by making ExprStates support hashingDavid Rowley
2024-08-12Fix outdated commentsDavid Rowley
2024-08-01Convert node test compile-time settings into run-time parametersPeter Eisentraut
2024-07-31Evaluate arguments of correlated SubPlans in the referencing ExprStateAndres Freund
2024-07-25Add path column to pg_backend_memory_contexts viewDavid Rowley
2024-07-09Show Parallel Bitmap Heap Scan worker stats in EXPLAIN ANALYZEDavid Rowley
2024-07-08Widen lossy and exact page counters for Bitmap Heap ScanDavid Rowley
2024-07-05Support "Right Semi Join" plan shapesRichard Guo
2024-06-28SQL/JSON: Always coerce JsonExpr result at runtimeAmit Langote
2024-06-06Restore preprocess_groupclause()Alexander Korotkov
2024-06-06Rename PathKeyInfo to GroupByOrderingAlexander Korotkov
2024-06-04Fix another couple of outdated comments for MERGE RETURNING.Dean Rasheed
2024-05-23Fix a couple of outdated comments now that we have MERGE RETURNINGDavid Rowley
2024-05-21Re-allow planner to use Merge Append to efficiently implement UNION.Robert Haas
2024-05-20Revert commit 66c0185a3 and follow-on patches.Tom Lane
2024-05-16Revert temporal primary keys and foreign keysPeter Eisentraut
2024-05-13Revert structural changes to not-null constraintsAlvaro Herrera
2024-05-06Revert: Remove useless self-joinsAlexander Korotkov
2024-05-05Fix query pullup issue with WindowClause runConditionDavid Rowley
2024-05-04Fix an assortment of typosDavid Rowley
2024-05-01Ensure we allocate NAMEDATALEN bytes for names in Index Only ScansDavid Rowley
2024-04-25Improve comment of DeallocateStmt->isallMichael Paquier
2024-04-23Remove some unnecessary fields from executor nodes.Tom Lane
2024-04-19Use macro NUM_MERGE_MATCH_KINDS instead of '3' in MERGE code.Dean Rasheed
2024-04-18Fix typos and duplicate wordsDaniel Gustafsson