index
:
postgresql.git
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL8_4_STABLE
REL8_5_ALPHA1_BRANCH
REL8_5_ALPHA2_BRANCH
REL8_5_ALPHA3_BRANCH
REL9_0_ALPHA4_BRANCH
REL9_0_ALPHA5_BRANCH
REL9_0_STABLE
REL9_1_STABLE
REL9_2_STABLE
REL9_3_STABLE
REL9_4_STABLE
REL9_5_STABLE
REL9_6_STABLE
REL_10_STABLE
REL_11_STABLE
REL_12_STABLE
REL_13_STABLE
REL_14_STABLE
REL_15_STABLE
REL_16_STABLE
REL_17_STABLE
REL_18_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
This is the main PostgreSQL git repository.
git repository user
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-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-17
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-04
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-13
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-12
Revert "Get rid of the "new" and "old" entries in a view's rangetable."
Tom Lane
2023-01-12
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-07
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
2022-01-08
Update copyright for 2022
Bruce Momjian
2022-01-03
Fix index-only scan plans, take 2.
Tom Lane
2021-09-15
Remove arbitrary 64K-or-so limit on rangetable size.
Tom Lane
[next]