Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2025-05-07Refactor ChangeVarNodesExtended() using the custom callbackAlexander Korotkov
2025-05-03Revert "Refactor ChangeVarNodesExtended() using the custom callback"Alexander Korotkov
2025-05-03Refactor ChangeVarNodesExtended() using the custom callbackAlexander Korotkov
2025-04-29Fixes for ChangeVarNodes_walker()Alexander Korotkov
2025-04-28Restore comments in ChangeVarNodesExtended()Alexander Korotkov
2025-03-13Fix incorrect handling of subquery pullupRichard Guo
2025-02-25Eliminate code duplication in replace_rte_variables callbacksRichard Guo
2025-02-25Expand virtual generated columns in the plannerRichard Guo
2025-02-17Implement Self-Join EliminationAlexander Korotkov
2025-01-29Handle default NULL insertion a little better.Tom Lane
2025-01-16Add OLD/NEW support to RETURNING in DML queries.Dean Rasheed
2025-01-01Update copyright for 2025Bruce Momjian
2024-11-28Remove useless casts to (void *)Peter Eisentraut
2024-10-17Fix unnecessary casts of copyObject() resultPeter Eisentraut
2024-08-30Avoid inserting PlaceHolderVars in cases where pre-v16 PG did not.Tom Lane
2024-02-29Support MERGE into updatable views.Dean Rasheed
2024-01-04Update copyright for 2024Bruce Momjian
2023-06-08Re-allow INDEX_VAR as rt_index in ChangeVarNodes().Tom Lane
2023-04-18Fix various typosDavid Rowley
2023-03-02Remove local optimizations of empty Bitmapsets into null pointers.Tom Lane
2023-02-23Fix multi-row DEFAULT handling for INSERT ... SELECT rules.Dean Rasheed
2023-01-30Make Vars be outer-join-aware.Tom Lane
2023-01-02Update copyright for 2023Bruce Momjian
2022-12-06Rework query relation permission checkingAlvaro Herrera
2022-03-17Don't bother to attach column name lists to RowExprs of named types.Tom Lane
2022-01-08Update copyright for 2022Bruce Momjian
2021-01-02Update copyright for 2021Bruce Momjian
2020-01-09Reconsider the representation of join alias Vars.Tom Lane
2020-01-01Update copyrights for 2020Bruce Momjian
2019-12-18Refactor attribute mappings used in logical tuple conversionMichael Paquier
2019-07-16Fix inconsistencies and typos in the treeMichael Paquier
2019-06-03Fix typos in various placesMichael Paquier
2019-05-22Phase 2 pgindent run for v12.Tom Lane
2019-01-29Rename nodes/relation.h to nodes/pathnodes.h.Tom Lane
2019-01-29Refactor planner's header files.Tom Lane
2019-01-25Split QTW_EXAMINE_RTES flag into QTW_EXAMINE_RTES_BEFORE/_AFTER.Tom Lane
2019-01-02Update copyright for 2019Bruce Momjian
2018-04-09Fix typo in comment.Heikki Linnakangas
2018-01-03Update copyright for 2018Bruce Momjian
2017-11-08Change TRUE/FALSE to true/falsePeter Eisentraut
2017-10-13Improve implementation of CRE-stack-flattening in map_variable_attnos().Tom Lane
2017-10-12Avoid coercing a whole-row variable that is already coerced.Robert Haas
2017-09-30Support arrays over domains.Tom Lane
2017-09-07Reduce excessive dereferencing of function pointersPeter Eisentraut
2017-08-03Teach map_partition_varattnos to handle whole-row expressions.Robert Haas
2017-06-21Phase 3 of pgindent updates.Tom Lane
2017-03-29Cast result of copyObject() to correct typePeter Eisentraut
2017-01-03Update copyright via script for 2017Bruce Momjian
2016-01-02Update copyright for 2016Bruce Momjian
2015-12-11Get rid of the planner's LateralJoinInfo data structure.Tom Lane