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
REL_19_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
13 hours
Change GEQO fitness comparisons to consider disabled_nodes.
Robert Haas
41 hours
Use the join collation when unique-ifying a semijoin's RHS
Alexander Korotkov
3 days
Revert UPDATE/DELETE FOR PORTION OF
Peter Eisentraut
4 days
Don't let JSON constructor coercions block SQL function inlining
Richard Guo
4 days
Fix const-folding of JSON constructors inside a simple CASE
Richard Guo
4 days
Fix stale copies of PHVs in subqueries
Richard Guo
8 days
Fix duplicate enforcement of EC-derived conditions
Richard Guo
8 days
Fix more duplicate qual clauses in parameterized paths
Richard Guo
10 days
Fix nestloop parameter handling for PlaceHolderVars in child joins
Richard Guo
10 days
Revert SQL Property Graph Queries (SQL/PGQ)
Peter Eisentraut
11 days
Fix duplicate qual clauses in parameterized paths
Richard Guo
2026-09-04
Disallow joins whose lateral references need an unformable outer join
Richard Guo
2026-09-02
Fix qual pushdown past grouping through simple CASE
Richard Guo
2026-09-02
Remove quals made redundant by reducing outer joins to antijoins
Richard Guo
2026-09-01
Handle XmlExpr more honestly in clauses.c.
Tom Lane
2026-08-28
Perform join removal by editing the query's jointree.
Tom Lane
2026-08-28
Propagate disabled_nodes to single-child Append paths
Richard Guo
2026-08-25
Don't assume DISTINCT ON implies uniqueness when the tlist has SRFs
Richard Guo
2026-08-15
pgindent fix for commit 7b7c4a8dcc9
Fujii Masao
2026-08-15
Rename EXISTS-to-ANY converted subplan to exists_to_any
Fujii Masao
2026-08-03
Fix nullability check for a sub-select's upper-level Vars
Richard Guo
2026-07-31
Fix incorrect Result node flattening logic
David Rowley
2026-07-28
Fix planner's nullability/strictness logic for ScalarArrayOpExpr.
Tom Lane
2026-07-27
Deparse FOR PORTION OF using the range column's current name.
Tom Lane
2026-07-20
Skip unnecessary get_relids_in_jointree() when there are no PHVs
Richard Guo
2026-07-18
Fix edge case in remove_useless_result_rtes() with outer joins.
Tom Lane
2026-07-15
Strip removed-relation references from PHVs in join clauses
Richard Guo
2026-07-06
Forbid generated columns in FOR PORTION OF
Peter Eisentraut
2026-07-06
Fix qual pushdown past grouping with mismatched equivalence
Richard Guo
2026-06-27
Move FOR PORTION OF volatile check into planner
Peter Eisentraut
2026-06-22
Strip removed-relation references from PlaceHolderVars at join removal
Richard Guo
2026-06-18
Silence "may be used uninitialized" compiler warning.
Nathan Bossart
2026-06-08
Fix missed checks for hashability of container-type equality.
Tom Lane
2026-06-03
Fix eager aggregation for semi/antijoin inner rels
Richard Guo
2026-06-03
Fix wrong unsafe-flag test in check_output_expressions()
Richard Guo
2026-05-13
Pre-beta mechanical code beautification, step 1: run pgindent.
Tom Lane
2026-05-08
Consider opfamily and collation when removing redundant GROUP BY columns
Richard Guo
2026-05-08
Fix HAVING-to-WHERE pushdown for simple-CASE form
Richard Guo
2026-05-05
Consider collation when proving subquery uniqueness
Richard Guo
2026-05-05
Consider collation when proving uniqueness from unique indexes
Richard Guo
2026-05-01
Fix HAVING-to-WHERE pushdown with nondeterministic collations
Richard Guo
2026-05-01
Fix JSON_ARRAY(query) empty set handling and view deparsing
Richard Guo
2026-04-27
Fix bogus calls in remove_self_join_rel()
Richard Guo
2026-04-22
Fix expansion of EXCLUDED virtual generated columns.
Dean Rasheed
2026-04-21
Fix a set of typos and grammar issues across the tree
Michael Paquier
2026-04-20
Fix relid-set clobber during join removal.
Tom Lane
2026-04-20
Clean up all relid fields of RestrictInfos during join removal.
Tom Lane
2026-04-20
Clean up remove_rel_from_query() after self-join elimination commit
Richard Guo
2026-04-15
Fix var_is_nonnullable() to handle invalid NOT NULL constraints
Richard Guo
2026-04-10
Fix var_is_nonnullable() to account for varreturningtype
Richard Guo
[next]