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-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
2024-11-08
Disallow partitionwise join when collations don't match
Amit Langote
2024-11-08
Disallow partitionwise grouping when collations don't match
Amit Langote
2024-11-08
Fix inconsistent RestrictInfo serial numbers
Richard Guo
2024-10-31
Remove duplicate words in comments
Daniel Gustafsson
2024-10-25
Remove the RTE_GROUP RTE if we drop the groupClause
Richard Guo
2024-10-20
SQL/JSON: Fix some oversights in commit b6e1157e7
Amit Langote
2024-10-15
Move clause_sides_match_join() into restrictinfo.h
David Rowley
2024-10-14
Track scan reversals in MergeJoin
Peter Eisentraut
2024-10-14
Track sort direction in SortGroupClause
Peter Eisentraut
2024-10-12
Correctly identify which EC members are computable at a plan node.
Tom Lane
2024-10-11
Adjust EXPLAIN's output for disabled nodes
David Rowley
2024-10-09
Avoid crash in estimate_array_length with null root pointer.
Tom Lane
2024-10-09
Allow pushdown of HAVING clauses with grouping sets
Richard Guo
2024-10-09
Consider explicit incremental sort for mergejoins
Richard Guo
2024-10-03
Fix wrong varnullingrels error for MERGE WHEN NOT MATCHED BY SOURCE.
Dean Rasheed
[next]