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
2025-03-15
Remove table AM callback scan_bitmap_next_block
Melanie Plageman
2025-03-13
Fix incorrect handling of subquery pullup
Richard Guo
2025-03-13
Remove code setting wrap_non_vars to true for UNION ALL subqueries
Richard Guo
2025-03-12
Build whole-row Vars the same way during parsing and planning.
Tom Lane
2025-03-11
Improve EXPLAIN's display of window functions.
Tom Lane
2025-03-10
Use extended stats for precise estimation of bucket size in hash join
Alexander Korotkov
2025-03-10
Teach Append to consider tuple_fraction when accumulating subpaths.
Alexander Korotkov
2025-03-07
Rename amcancrosscompare
Peter Eisentraut
2025-03-04
Avoid NullTest deduction for clone clauses
Richard Guo
2025-02-27
Get rid of ojrelid local variable in remove_rel_from_query()
Alexander Korotkov
2025-02-25
Eliminate code duplication in replace_rte_variables callbacks
Richard Guo
2025-02-25
Expand virtual generated columns in the planner
Richard Guo
2025-02-19
Fix freeing a child join's SpecialJoinInfo
Richard Guo
2025-02-17
Implement Self-Join Elimination
Alexander Korotkov
2025-02-17
Adjust tuples estimate for appendrels
Richard Guo
2025-02-07
Track unpruned relids to avoid processing pruned relations
Amit Langote
2025-02-04
Allow usage of match_orclause_to_indexcol() for joins
Alexander Korotkov
2025-02-04
Revise the header comment for match_clause_to_indexcol()
Alexander Korotkov
2025-01-31
Get rid of our dependency on type "long" for memory size calculations.
Tom Lane
2025-01-30
Move PartitionPruneInfo out of plan nodes into PlannedStmt
Amit Langote
2025-01-29
Handle default NULL insertion a little better.
Tom Lane
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-15
Rename RowCompareType to CompareType
Peter Eisentraut
2025-01-11
Add support for NOT ENFORCED in CHECK constraints
Peter Eisentraut
2025-01-10
Fix UNION planner datatype issue
David Rowley
2025-01-01
Fix an assortment of spelling mistakes and typos
David Rowley
2025-01-01
Update copyright for 2025
Bruce Momjian
2024-12-20
Introduce CompactAttribute array in TupleDesc, take 2
David Rowley
2024-12-19
Improve planner's handling of SetOp plans.
Tom Lane
2024-12-19
Convert SetOp to read its inputs as outerPlan and innerPlan.
Tom Lane
2024-12-17
Update comments about index parallel builds
Tomas Vondra
2024-12-17
Avoid unnecessary wrapping for more complex expressions
Richard Guo
2024-12-14
Fix typo
John Naylor
2024-12-12
Detect redundant GROUP BY columns using UNIQUE indexes
David Rowley
2024-12-12
Defer remove_useless_groupby_columns() work until query_planner()
David Rowley
2024-12-09
Avoid unnecessary wrapping for Vars and PHVs
Richard Guo
2024-11-30
Avoid mislabeling of lateral references, redux.
Tom Lane
2024-11-29
Skip not SOAP-supported indexes while transforming an OR clause into SAOP
Alexander Korotkov
2024-11-29
Fix typo in header comment for set_operation_ordered_results_useful
David Rowley
2024-11-28
Avoid mislabeling of lateral references when pulling up a subquery.
Tom Lane
2024-11-28
Remove useless casts to (void *)
Peter Eisentraut
2024-11-26
Remove dead code in get_param_path_clause_serials()
Richard Guo
2024-11-26
Reordering DISTINCT keys to match input path's pathkeys
Richard Guo
2024-11-25
Remove the wrong assertion from match_orclause_to_indexcol()
Alexander Korotkov
2024-11-23
Teach bitmap path generation about transforming OR-clauses to SAOP's
Alexander Korotkov
2024-11-23
Transform OR-clauses to SAOP's during index matching
Alexander Korotkov
2024-11-19
Compare collations before merging UNION operations.
Tom Lane
2024-11-08
Improve fix for not entering parallel mode when holding interrupts.
Tom Lane
2024-11-08
Add pg_constraint rows for not-null constraints
Álvaro Herrera
[next]