summaryrefslogtreecommitdiff
path: root/src/include/nodes
AgeCommit message (Expand)Author
2025-02-10Fix indentation of comment in plannodes.hMichael Paquier
2025-02-10Reformat node comments in plannodes.hMichael Paquier
2025-02-07Virtual generated columnsPeter Eisentraut
2025-02-07Track unpruned relids to avoid processing pruned relationsAmit Langote
2025-02-02Move CompareType to separate header filePeter Eisentraut
2025-01-31Get rid of our dependency on type "long" for memory size calculations.Tom Lane
2025-01-31Perform runtime initial pruning outside ExecInitNode()Amit Langote
2025-01-30Move PartitionPruneInfo out of plan nodes into PlannedStmtAmit Langote
2025-01-29Fix grammatical typos around possessive "its"John Naylor
2025-01-16Add OLD/NEW support to RETURNING in DML queries.Dean Rasheed
2025-01-15Change gist stratnum function to use CompareTypePeter Eisentraut
2025-01-15Rename RowCompareType to CompareTypePeter Eisentraut
2025-01-13Revert "TupleHashTable: store additional data along with tuple."Jeff Davis
2025-01-13Fix pgindent damageRichard Guo
2025-01-11Add support for NOT ENFORCED in CHECK constraintsPeter Eisentraut
2025-01-11TupleHashTable: store additional data along with tuple.Jeff Davis
2025-01-07Remove unused TupleHashTableData->entrysize.Jeff Davis
2025-01-01Update copyright for 2025Bruce Momjian
2024-12-19Convert SetOp to read its inputs as outerPlan and innerPlan.Tom Lane
2024-12-18Bitmap Table Scans use unified TBMIteratorMelanie Plageman
2024-12-18Add common interface for TBMIteratorsMelanie Plageman
2024-12-12Detect redundant GROUP BY columns using UNIQUE indexesDavid Rowley
2024-12-11Use ExprStates for hashing in GROUP BY and SubPlansDavid Rowley
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-08Introduce 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