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
Age
Commit message (
Expand
)
Author
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-06-10
nbtree: Allocate new pages in separate function.
Peter Geoghegan
2023-06-08
Fix oversight in outer join removal.
Tom Lane
2023-05-26
Fix joinclause removal logic to cope with cloned clauses.
Tom Lane
2023-05-25
Fix filtering of "cloned" outer-join quals some more.
Tom Lane
2023-05-21
In clause_is_computable_at(), test required_relids for clone clauses.
Tom Lane
2023-05-19
Pre-beta mechanical code beautification.
Tom Lane
2023-05-19
Fix thinko in join removal.
Tom Lane
2023-05-18
Tweak API of new function clause_is_computable_at().
Tom Lane
2023-05-17
Track tlist_vinfo.varnullingrels even in non-Assert builds.
Tom Lane
2023-05-17
Fix some issues with improper placement of outer join clauses.
Tom Lane
2023-05-17
Convert nullingrels match checks from Asserts to test-and-elog.
Tom Lane
2023-05-17
Add back SQLValueFunction for SQL keywords
Michael Paquier
2023-05-11
Undo faulty attempt at not relying on RINFO_IS_PUSHED_DOWN.
Tom Lane
2023-05-08
Handle RLS dependencies in inlined set-returning functions properly.
Tom Lane
2023-05-04
Revert "Move PartitionPruneInfo out of plan nodes into PlannedStmt"
Alvaro Herrera
2023-05-02
Fix typos in comments
Michael Paquier
2023-04-19
Fix various typos and incorrect/outdated name references
David Rowley
2023-04-18
Fix some typos and some incorrectly duplicated words
David Rowley
2023-04-12
Revert "Catalog NOT NULL constraints" and fallout
Alvaro Herrera
2023-04-12
Fix parallel-safety marking when moving initplans to another node.
Tom Lane
2023-04-07
Catalog NOT NULL constraints
Alvaro Herrera
2023-04-05
Support "Right Anti Join" plan shapes.
Tom Lane
2023-04-04
Remove comment obsoleted by 11c2d6fd.
Thomas Munro
2023-04-02
Pass down table relation into more index relation functions
Andres Freund
2023-03-30
Parallel Hash Full Join.
Thomas Munro
2023-03-30
Fix setrefs.c code for adjusting partPruneInfos
Alvaro Herrera
2023-03-29
SQL/JSON: add standard JSON constructor functions
Alvaro Herrera
2023-03-28
Fix corner-case planner failure for MERGE.
Tom Lane
2023-03-25
Add SysCacheGetAttrNotNull for guaranteed not-null attrs
Daniel Gustafsson
2023-03-21
Fix incorrect comment in preptlist.c
David Rowley
2023-03-21
Correct Memoize's estimated cache hit ratio calculation
David Rowley
2023-03-20
Have the planner account for the Memoize cache key memory
David Rowley
2023-03-17
Fix incorrect logic for determining safe WindowAgg run conditions
David Rowley
2023-03-16
Enable use of Memoize atop an Append that came from UNION ALL.
Tom Lane
2023-03-15
Support PlaceHolderVars in MERGE actions.
Tom Lane
2023-03-12
Work around implementation restriction in adjust_appendrel_attrs.
Tom Lane
2023-03-02
Remove local optimizations of empty Bitmapsets into null pointers.
Tom Lane
2023-03-02
Remove bms_first_member().
Tom Lane
2023-02-23
Fix mis-handling of outer join quals generated by EquivalenceClasses.
Tom Lane
2023-02-22
Fix some issues with wrong placement of pseudo-constant quals.
Tom Lane
2023-02-20
Prevent join removal from removing the query's result relation.
Tom Lane
2023-02-20
Remove gratuitous assumptions about what make_modifytable can see.
Tom Lane
2023-02-20
Correctly set userid of subquery relations' child rels
Alvaro Herrera
2023-02-20
Optimize generate_orderedappend_paths
David Rowley
2023-02-15
Rename force_parallel_mode to debug_parallel_query
David Rowley
2023-02-13
When removing a relation from the query, drop its RelOptInfo.
Tom Lane
2023-02-13
Fix buggy recursion in flatten_rtes_walker().
Tom Lane
2023-02-13
Fix thinkos in have_unsafe_outer_join_ref; reduce to Assert check.
Tom Lane
[next]