index
:
user/sven/postgresql.git
copy-snapshot-fix
master
origin/HEAD
origin/REL2_0B
origin/REL6_4
origin/REL6_5_PATCHES
origin/REL7_0_PATCHES
origin/REL7_1_STABLE
origin/REL7_2_STABLE
origin/REL7_3_STABLE
origin/REL7_4_STABLE
origin/REL8_0_STABLE
origin/REL8_1_STABLE
origin/REL8_2_STABLE
origin/REL8_3_STABLE
origin/REL8_4_STABLE
origin/REL8_5_ALPHA1_BRANCH
origin/REL8_5_ALPHA2_BRANCH
origin/REL8_5_ALPHA3_BRANCH
origin/REL9_0_ALPHA4_BRANCH
origin/REL9_0_ALPHA5_BRANCH
origin/REL9_0_STABLE
origin/REL9_1_STABLE
origin/REL9_2_STABLE
origin/REL9_3_STABLE
origin/REL9_4_STABLE
origin/REL9_5_STABLE
origin/REL9_6_STABLE
origin/REL_10_STABLE
origin/REL_11_STABLE
origin/REL_12_STABLE
origin/REL_13_STABLE
origin/REL_14_STABLE
origin/REL_15_STABLE
origin/REL_16_STABLE
origin/REL_17_STABLE
origin/REL_18_STABLE
origin/Release_1_0_3
origin/WIN32_DEV
origin/ecpg_big_bison
origin/master
PostgreSQL
Sven Wegener
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
optimizer
/
plan
/
setrefs.c
Age
Commit message (
Expand
)
Author
2025-10-07
Fix incorrect targetlist in dummy UNIONs
David Rowley
2025-09-23
Keep track of what RTIs a Result node is scanning.
Robert Haas
2025-08-26
Improve RowMark handling during Self-Join Elimination
Alexander Korotkov
2025-05-22
In ExecInitModifyTable, don't scribble on the source plan.
Tom Lane
2025-05-22
Revert "Don't lock partitions pruned by initial pruning"
Amit Langote
2025-03-19
Ensure first ModifyTable rel initialized if all are pruned
Amit Langote
2025-02-07
Track unpruned relids to avoid processing pruned relations
Amit Langote
2025-01-30
Move PartitionPruneInfo out of plan nodes into PlannedStmt
Amit Langote
2025-01-16
Fix setrefs.c's failure to do expression processing on prune steps.
Tom Lane
2025-01-16
Add OLD/NEW support to RETURNING in DML queries.
Dean Rasheed
2025-01-01
Update copyright for 2025
Bruce Momjian
2024-11-28
Remove useless casts to (void *)
Peter Eisentraut
2024-09-10
Mark expressions nullable by grouping sets
Richard Guo
2024-09-10
Introduce an RTE for the grouping step
Richard Guo
2024-06-10
Fix comment about cross-checking the varnullingrels
Richard Guo
2024-03-30
Add support for MERGE ... WHEN NOT MATCHED BY SOURCE.
Dean Rasheed
2024-03-04
Remove unused #include's from backend .c files
Peter Eisentraut
2024-01-03
Update copyright for 2024
Bruce Momjian
2023-11-28
Fix comment about ressortgrouprefs being unique in setop plans.
Heikki Linnakangas
2023-10-26
Add trailing commas to enum definitions
Peter Eisentraut
2023-09-25
Collect dependency information for parsed CallStmts.
Tom Lane
2023-09-14
Fix incorrect logic in plan dependency recording
David Rowley
2023-07-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-06-20
Centralize fixups for mismatched nullingrels in nestloop params.
Tom Lane
2023-06-13
Fix "wrong varnullingrels" for Memoize's lateral references, too.
Tom Lane
2023-06-12
Fix "wrong varnullingrels" for subquery nestloop parameters.
Tom Lane
2023-05-17
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-04
Revert "Move PartitionPruneInfo out of plan nodes into PlannedStmt"
Alvaro Herrera
2023-04-12
Fix parallel-safety marking when moving initplans to another node.
Tom Lane
2023-03-30
Fix setrefs.c code for adjusting partPruneInfos
Alvaro Herrera
2023-02-13
Fix buggy recursion in flatten_rtes_walker().
Tom Lane
2023-01-31
Remove over-optimistic Assert.
Tom Lane
2023-01-30
Make Vars be outer-join-aware.
Tom Lane
2023-01-18
Get rid of the "new" and "old" entries in a view's rangetable.
Tom Lane
2023-01-11
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-02
Update copyright for 2023
Bruce Momjian
2022-12-06
Rework query relation permission checking
Alvaro Herrera
2022-12-04
Re-pgindent a few files.
Tom Lane
2022-12-01
Move PartitioPruneInfo out of plan nodes into PlannedStmt
Alvaro Herrera
2022-07-19
Estimate cost of elided SubqueryScan, Append, MergeAppend nodes better.
Tom Lane
2022-07-19
Wrap overly long lines
Alvaro Herrera
2022-06-09
Improve comments for trivial_subqueryscan().
Etsuro Fujita
2022-04-12
Change mechanism to set up source targetlist in MERGE
Alvaro Herrera
2022-04-08
Teach planner and executor about monotonic window funcs
David Rowley
2022-04-06
Allow asynchronous execution in more cases.
Etsuro Fujita
2022-03-28
Add support for MERGE SQL command
Alvaro Herrera
2022-01-25
Consider parallel awareness when removing single-child Appends
David Rowley
[next]