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