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
2024-08-30
Avoid inserting PlaceHolderVars in cases where pre-v16 PG did not.
Tom Lane
2024-08-21
Show number of disabled nodes in EXPLAIN ANALYZE output.
Robert Haas
2024-08-21
Treat number of disabled nodes in a path as a separate cost metric.
Robert Haas
2024-08-19
Avoid failure to open dropped detached partition
Alvaro Herrera
2024-08-13
Rename C23 keyword
Peter Eisentraut
2024-08-09
Fix "failed to find plan for subquery/CTE" errors in EXPLAIN.
Tom Lane
2024-08-05
Restrict accesses to non-system views and foreign tables during pg_dump.
Masahiko Sawada
2024-07-30
Fix partitionwise join with partially-redundant join clauses
Richard Guo
2024-07-30
Refactor the checks for parameterized partial paths
Richard Guo
2024-07-30
Short-circuit sort_inner_and_outer if there are no mergejoin clauses
Richard Guo
2024-07-29
Reduce memory used by partitionwise joins
Richard Guo
2024-07-29
Simplify create_merge_append_path for clarity
Richard Guo
2024-07-23
Remove redundant code in create_gather_merge_path
Richard Guo
2024-07-23
Fix rowcount estimate for gather (merge) paths
Richard Guo
2024-07-22
Remove grotty use of disable_cost for TID scan plans.
Robert Haas
2024-07-15
Check lateral references within PHVs for memoize cache keys
Richard Guo
2024-07-12
Consider materializing the cheapest inner path in parallel nestloop
Richard Guo
2024-07-05
Support "Right Semi Join" plan shapes
Richard Guo
2024-07-04
Assign error codes where missing for user-facing failures
Michael Paquier
2024-07-02
Use TupleDescAttr macro consistently
David Rowley
2024-06-18
Fix possible Assert failure in cost_memoize_rescan
David Rowley
2024-06-12
Harmonize function parameter names for Postgres 17.
Peter Geoghegan
2024-06-11
Fix infer_arbiter_indexes() to not assume resultRelation is 1.
Tom Lane
2024-06-10
Fix comment about cross-checking the varnullingrels
Richard Guo
2024-06-06
Restore preprocess_groupclause()
Alexander Korotkov
2024-06-06
Rename PathKeyInfo to GroupByOrdering
Alexander Korotkov
2024-06-06
Add invariants check to get_useful_group_keys_orderings()
Alexander Korotkov
2024-06-06
Fix asymmetry in setting EquivalenceClass.ec_sortref
Alexander Korotkov
2024-06-05
Fix some grammatical errors in some comments
David Rowley
2024-05-21
Fix generate_union_paths for non-sortable types.
REL_17_BETA1
Robert Haas
2024-05-21
Re-allow planner to use Merge Append to efficiently implement UNION.
Robert Haas
2024-05-20
Revert commit 66c0185a3 and follow-on patches.
Tom Lane
2024-05-16
Revert temporal primary keys and foreign keys
Peter Eisentraut
2024-05-13
Revert structural changes to not-null constraints
Alvaro Herrera
2024-05-10
Fix ON CONFLICT DO NOTHING/UPDATE for temporal indexes
Peter Eisentraut
2024-05-09
Make left-join removal safe under -DREALLOCATE_BITMAPSETS.
Tom Lane
2024-05-07
Prevent RLS filters on ctid from breaking WHERE CURRENT OF <cursor>.
Tom Lane
2024-05-06
Finish incomplete revert of ec63622c0.
Tom Lane
2024-05-06
Revert: Remove useless self-joins
Alexander Korotkov
2024-05-05
Fix query pullup issue with WindowClause runCondition
David Rowley
2024-04-19
Use macro NUM_MERGE_MATCH_KINDS instead of '3' in MERGE code.
Dean Rasheed
2024-04-18
Fix typos and duplicate words
Daniel Gustafsson
2024-04-16
Ensure generated join clauses for child rels have correct relids.
Tom Lane
2024-04-15
Fix type-checking of RECORD-returning functions in FROM, redux.
Tom Lane
2024-04-12
Fix recently introduced typo in code comment
David Rowley
2024-04-12
Fix IS [NOT] NULL qual optimization for inheritance tables
David Rowley
2024-04-09
revert: Transform OR clauses to ANY expression
Alexander Korotkov
2024-04-07
Fix usage of same ListCell transform_or_to_any()'s in nested loops
Alexander Korotkov
2024-04-07
Transform OR clauses to ANY expression
Alexander Korotkov
2024-04-06
Enhance nbtree ScalarArrayOp execution.
Peter Geoghegan
[next]