index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
optimizer
/
plan
/
setrefs.c
Commit message (
Expand
)
Author
Age
*
Mark expressions nullable by grouping sets
Richard Guo
2024-09-10
*
Introduce an RTE for the grouping step
Richard Guo
2024-09-10
*
Fix comment about cross-checking the varnullingrels
Richard Guo
2024-06-10
*
Add support for MERGE ... WHEN NOT MATCHED BY SOURCE.
Dean Rasheed
2024-03-30
*
Remove unused #include's from backend .c files
Peter Eisentraut
2024-03-04
*
Update copyright for 2024
Bruce Momjian
2024-01-03
*
Fix comment about ressortgrouprefs being unique in setop plans.
Heikki Linnakangas
2023-11-28
*
Add trailing commas to enum definitions
Peter Eisentraut
2023-10-26
*
Collect dependency information for parsed CallStmts.
Tom Lane
2023-09-25
*
Fix incorrect logic in plan dependency recording
David Rowley
2023-09-14
*
Allow plan nodes with initPlans to be considered parallel-safe.
Tom Lane
2023-07-14
*
Account for optimized MinMax aggregates during SS_finalize_plan.
Tom Lane
2023-07-14
*
Centralize fixups for mismatched nullingrels in nestloop params.
Tom Lane
2023-06-20
*
Fix "wrong varnullingrels" for Memoize's lateral references, too.
Tom Lane
2023-06-13
*
Fix "wrong varnullingrels" for subquery nestloop parameters.
Tom Lane
2023-06-12
*
Track tlist_vinfo.varnullingrels even in non-Assert builds.
Tom Lane
2023-05-17
*
Convert nullingrels match checks from Asserts to test-and-elog.
Tom Lane
2023-05-17
*
Revert "Move PartitionPruneInfo out of plan nodes into PlannedStmt"
Alvaro Herrera
2023-05-04
*
Fix parallel-safety marking when moving initplans to another node.
Tom Lane
2023-04-12
*
Fix setrefs.c code for adjusting partPruneInfos
Alvaro Herrera
2023-03-30
*
Fix buggy recursion in flatten_rtes_walker().
Tom Lane
2023-02-13
*
Remove over-optimistic Assert.
Tom Lane
2023-01-31
*
Make Vars be outer-join-aware.
Tom Lane
2023-01-30
*
Get rid of the "new" and "old" entries in a view's rangetable.
Tom Lane
2023-01-18
*
Revert "Get rid of the "new" and "old" entries in a view's rangetable."
Tom Lane
2023-01-11
*
Get rid of the "new" and "old" entries in a view's rangetable.
Tom Lane
2023-01-11
*
Update copyright for 2023
Bruce Momjian
2023-01-02
*
Rework query relation permission checking
Alvaro Herrera
2022-12-06
*
Re-pgindent a few files.
Tom Lane
2022-12-04
*
Move PartitioPruneInfo out of plan nodes into PlannedStmt
Alvaro Herrera
2022-12-01
*
Estimate cost of elided SubqueryScan, Append, MergeAppend nodes better.
Tom Lane
2022-07-19
*
Wrap overly long lines
Alvaro Herrera
2022-07-19
*
Improve comments for trivial_subqueryscan().
Etsuro Fujita
2022-06-09
*
Change mechanism to set up source targetlist in MERGE
Alvaro Herrera
2022-04-12
*
Teach planner and executor about monotonic window funcs
David Rowley
2022-04-08
*
Allow asynchronous execution in more cases.
Etsuro Fujita
2022-04-06
*
Add support for MERGE SQL command
Alvaro Herrera
2022-03-28
*
Consider parallel awareness when removing single-child Appends
David Rowley
2022-01-25
*
Update copyright for 2022
Bruce Momjian
2022-01-07
*
Fix index-only scan plans, take 2.
Tom Lane
2022-01-03
*
Remove arbitrary 64K-or-so limit on rangetable size.
Tom Lane
2021-09-15
*
Fix planner error with multiple copies of an AlternativeSubPlan.
Tom Lane
2021-09-14
*
Change SeqScan node to contain Scan node
Peter Eisentraut
2021-08-08
*
Replace explicit PIN entries in pg_depend with an OID range test.
Tom Lane
2021-07-15
*
Change the name of the Result Cache node to Memoize
David Rowley
2021-07-14
*
Use a hash table to speed up NOT IN(values)
David Rowley
2021-07-07
*
Fix setrefs.c code for Result Cache nodes
David Rowley
2021-05-25
*
Speedup ScalarArrayOpExpr evaluation
David Rowley
2021-04-08
*
Add Result Cache executor node (take 2)
David Rowley
2021-04-02
*
Revert b6002a796
David Rowley
2021-04-01
[next]