index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
optimizer
/
util
Commit message (
Expand
)
Author
Age
*
Fix possible Assert failure in cost_memoize_rescan
David Rowley
2024-06-19
*
Fix infer_arbiter_indexes() to not assume resultRelation is 1.
Tom Lane
2024-06-11
*
Revert temporal primary keys and foreign keys
Peter Eisentraut
2024-05-16
*
Revert structural changes to not-null constraints
Alvaro Herrera
2024-05-13
*
Fix ON CONFLICT DO NOTHING/UPDATE for temporal indexes
Peter Eisentraut
2024-05-10
*
Fix query pullup issue with WindowClause runCondition
David Rowley
2024-05-05
*
Ensure generated join clauses for child rels have correct relids.
Tom Lane
2024-04-16
*
Fix type-checking of RECORD-returning functions in FROM, redux.
Tom Lane
2024-04-15
*
Fix IS [NOT] NULL qual optimization for inheritance tables
David Rowley
2024-04-12
*
Add support for MERGE ... WHEN NOT MATCHED BY SOURCE.
Dean Rasheed
2024-03-30
*
Propagate pathkeys from CTEs up to the outer query.
Tom Lane
2024-03-26
*
Refactor predicate_{implied,refuted}_by_simple_clause.
Tom Lane
2024-03-25
*
Code review for 6190d828cd2
Amit Langote
2024-03-25
*
Reduce memory used by partitionwise joins
Amit Langote
2024-03-25
*
Add SQL/JSON query functions
Amit Langote
2024-03-21
*
Postpone reparameterization of paths until create_plan().
Tom Lane
2024-03-19
*
Add RETURNING support to MERGE.
Dean Rasheed
2024-03-17
*
Make the order of the header file includes consistent
Peter Eisentraut
2024-03-13
*
Fix confusion about the return rowtype of SQL-language procedures.
Tom Lane
2024-03-12
*
Fix type-checking of RECORD-returning functions in FROM.
Tom Lane
2024-03-06
*
Remove unused #include's from backend .c files
Peter Eisentraut
2024-03-04
*
Support MERGE into updatable views.
Dean Rasheed
2024-02-29
*
Avoid dangling-pointer problem with partitionwise joins under GEQO.
Tom Lane
2024-02-23
*
Add missing check_stack_depth() to some recursive functions
Alexander Korotkov
2024-02-16
*
Clarify the 'rows' parameter in create_append_path
David Rowley
2024-02-15
*
Fix costing bug in MergeAppend
David Rowley
2024-02-01
*
Compare varnullingrels too in assign_param_for_var().
Tom Lane
2024-01-26
*
Add better handling of redundant IS [NOT] NULL quals
David Rowley
2024-01-23
*
Fix Asserts in calc_non_nestloop_required_outer().
Tom Lane
2024-01-10
*
Allow examine_simple_variable() to work on INSERT RETURNING Vars.
Tom Lane
2024-01-08
*
Update copyright for 2024
Bruce Momjian
2024-01-03
*
Prevent integer overflow when forming tuple width estimates.
Tom Lane
2023-12-19
*
Ensure we preprocess expressions before checking their volatility.
Tom Lane
2023-11-16
*
Fix computation of varnullingrels when const-folding field selection.
Tom Lane
2023-11-09
*
Avoid compiler warning in non-assert builds
Amit Langote
2023-10-26
*
Add trailing commas to enum definitions
Peter Eisentraut
2023-10-26
*
Prevent duplicate RTEPermissionInfo for plain-inheritance parents
Amit Langote
2023-10-26
*
Fix problems when a plain-inheritance parent table is excluded.
Tom Lane
2023-10-24
*
Fix missed optimization in relation_excluded_by_constraints().
Tom Lane
2023-10-11
*
Strip off ORDER BY/DISTINCT aggregate pathkeys in create_agg_path
David Rowley
2023-10-09
*
Robustify find_base_rel and find_base_rel_ignore_join
David Rowley
2023-09-29
*
Catalog not-null constraints
Alvaro Herrera
2023-08-25
*
Re-allow FDWs and custom scan providers to replace joins with pseudoconstant ...
Etsuro Fujita
2023-08-15
*
Account for startup rows when costing WindowAggs
David Rowley
2023-08-04
*
Disallow replacing joins with scans in problematic cases.
Etsuro Fujita
2023-07-28
*
Fix calculation of relid sets for partitionwise child joins.
Tom Lane
2023-07-21
*
Allow plan nodes with initPlans to be considered parallel-safe.
Tom Lane
2023-07-14
*
Don't include CaseTestExpr in JsonValueExpr.formatted_expr
Amit Langote
2023-07-13
*
Centralize fixups for mismatched nullingrels in nestloop params.
Tom Lane
2023-06-20
*
Fix "wrong varnullingrels" for subquery nestloop parameters.
Tom Lane
2023-06-12
[next]