summaryrefslogtreecommitdiff
path: root/src/include/nodes
AgeCommit message (Expand)Author
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-03Fix 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
2024-04-18SQL/JSON: Improve some error messagesAmit Langote
2024-04-16Mark some new location fields as ParseLocPeter Eisentraut
2024-04-12Fix IS [NOT] NULL qual optimization for inheritance tablesDavid Rowley
2024-04-09revert: Transform OR clauses to ANY expressionAlexander Korotkov
2024-04-08Fix some grammer errors from error messages and codes commentsAlexander Korotkov
2024-04-08JSON_TABLE: Add support for NESTED paths and columnsAmit Langote
2024-04-07Transform OR clauses to ANY expressionAlexander Korotkov
2024-04-07Introduce a bump memory allocatorDavid Rowley
2024-04-06BitmapHeapScan: Push skip_fetch optimization into table AMTomas Vondra
2024-04-06Implement ALTER TABLE ... SPLIT PARTITION ... commandAlexander Korotkov
2024-04-06Implement ALTER TABLE ... MERGE PARTITIONS ... commandAlexander Korotkov
2024-04-04Add basic JSON_TABLE() functionalityAmit Langote
2024-03-30Add support for MERGE ... WHEN NOT MATCHED BY SOURCE.Dean Rasheed
2024-03-26Propagate pathkeys from CTEs up to the outer query.Tom Lane
2024-03-25Reduce memory used by partitionwise joinsAmit Langote
2024-03-25Allow planner to use Merge Append to efficiently implement UNIONDavid Rowley
2024-03-24Add temporal FOREIGN KEY contraintsPeter Eisentraut
2024-03-22Do not output actual value of location fields in node serialization by defaultPeter Eisentraut
2024-03-22Make RangeTblEntry dump order consistentPeter Eisentraut
2024-03-22Remove custom _jumbleRangeTblEntry()Peter Eisentraut
2024-03-22Reformat some node commentsPeter Eisentraut
2024-03-22Improve commentPeter Eisentraut
2024-03-22Remove obsolete commentPeter Eisentraut
2024-03-21Add SQL/JSON query functionsAmit Langote
2024-03-19gen_node_support.pl: Mark location fields as type alias ParseLocPeter Eisentraut
2024-03-17Add RETURNING support to MERGE.Dean Rasheed
2024-03-17Make stxstattarget nullablePeter Eisentraut
2024-03-14Remove redundant snapshot copying from parallel leader to workersHeikki Linnakangas
2024-03-13Reintroduce MAINTAIN privilege and pg_maintain predefined role.Nathan Bossart
2024-03-07Update comment of AlterTableCmd->name in parsenodes.hMichael Paquier