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
Age
Commit message (
Expand
)
Author
17 hours
Ensure sanity of hash-join costing when there are no MCV statistics.
HEAD
origin/master
origin/HEAD
master
Tom Lane
32 hours
Strip PlaceHolderVars from index operands
Richard Guo
2 days
Split some long Makefile lists
Michael Paquier
5 days
Fix planner error with SRFs and grouping sets
Richard Guo
6 days
Teach expr_is_nonnullable() to handle more expression types
Richard Guo
6 days
Optimize ROW(...) IS [NOT] NULL using non-nullable fields
Richard Guo
6 days
Simplify COALESCE expressions using non-nullable arguments
Richard Guo
2025-12-11
Fix infer_arbiter_index for partitioned tables
Álvaro Herrera
2025-12-10
Use palloc_object() and palloc_array() in backend code
Michael Paquier
2025-12-09
Fix distinctness check for queries with grouping sets
Richard Guo
2025-12-09
Fix const-simplification for index expressions and predicate
Richard Guo
2025-12-05
Don't reset the pathlist of partitioned joinrels.
Robert Haas
2025-12-02
Remove doc and code comments about ON CONFLICT deficiencies
Álvaro Herrera
2025-12-02
Remove useless casting to same type
Peter Eisentraut
2025-12-01
Fix ON CONFLICT ON CONSTRAINT during REINDEX CONCURRENTLY
Álvaro Herrera
2025-11-30
Don't call simplify_aggref with a NULL PlannerInfo
David Rowley
2025-11-27
Allow indexscans on partial hash indexes with implied quals.
Tom Lane
2025-11-27
Add parallelism support for TID Range Scans
David Rowley
2025-11-27
Have the planner replace COUNT(ANY) with COUNT(*), when possible
David Rowley
2025-11-24
Fix infer_arbiter_index during concurrent index operations
Álvaro Herrera
2025-11-22
Add SupportRequestInlineInFrom planner support request.
Tom Lane
2025-11-17
Clean up match_orclause_to_indexcol().
Tom Lane
2025-11-06
Fix UNION planner estimate_num_groups with varno==0
David Rowley
2025-11-05
Avoid creating duplicate ordered append paths
Richard Guo
2025-11-05
Fix assertion failure in generate_orderedappend_paths()
Richard Guo
2025-11-05
Fix comments for ChangeVarNodes() and related functions
Richard Guo
2025-11-05
Fix possible usage of incorrect UPPERREL_SETOP RelOptInfo
David Rowley
2025-11-03
Doc: cover index CONCURRENTLY causing errors in INSERT ... ON CONFLICT.
Noah Misch
2025-11-02
Change "long" numGroups fields to be Cardinality (i.e., double).
Tom Lane
2025-11-02
Improve planner's estimates of tuple hash table sizes.
Tom Lane
2025-10-30
Disable parallel plans for RIGHT_SEMI joins
Richard Guo
2025-10-22
Use CompactAttribute more often, when possible
David Rowley
2025-10-21
Fix pushdown of degenerate HAVING clauses
Richard Guo
2025-10-19
Tidyup truncate_useless_pathkeys() function
David Rowley
2025-10-16
Remove partColsUpdated.
Nathan Bossart
2025-10-14
Rename apply_at to apply_agg_at for clarity
Richard Guo
2025-10-09
Remove unnecessary include of "utils/fmgroids.h"
Richard Guo
2025-10-09
Make truncate_useless_pathkeys() consider WindowFuncs
David Rowley
2025-10-08
Add planner_setup_hook and planner_shutdown_hook.
Robert Haas
2025-10-08
Add ExplainState argument to pg_plan_query() and planner().
Robert Haas
2025-10-08
Implement Eager Aggregation
Richard Guo
2025-10-07
Remove PlannerInfo's join_search_private method.
Robert Haas
2025-10-07
Allow private state in certain planner data structures.
Robert Haas
2025-10-07
Assign each subquery a unique name prior to planning it.
Robert Haas
2025-10-07
Teach planner to short-circuit EXCEPT/INTERSECT with dummy inputs
David Rowley
2025-10-07
Fix incorrect targetlist in dummy UNIONs
David Rowley
2025-10-05
Don't include access/htup_details.h in executor/tuptable.h
Álvaro Herrera
2025-10-04
Teach UNION planner to remove dummy inputs
David Rowley
2025-10-04
Use bms_add_members() instead of bms_union() when possible
David Rowley
2025-10-03
Add IGNORE NULLS/RESPECT NULLS option to Window functions.
Tatsuo Ishii
[next]