Commits

Showing commits that first shipped in 18 (backpatches included). Clear

DateSubjectAuthorReleases
2025-06-14 Keep WAL segments by slot's last saved restart LSN Alexander Korotkov 18.0
2025-05-18 Fix tuple_fraction calculation in generate_orderedappend_paths() Alexander Korotkov 18.0
2025-05-07 Refactor ChangeVarNodesExtended() using the custom callback Alexander Korotkov 18.0
2025-05-03 Revert "Refactor ChangeVarNodesExtended() using the custom callback" Alexander Korotkov 18.0
2025-05-03 Refactor ChangeVarNodesExtended() using the custom callback Alexander Korotkov 18.0
2025-04-29 Fixes for ChangeVarNodes_walker() Alexander Korotkov 18.0
2025-04-28 Restore comments in ChangeVarNodesExtended() Alexander Korotkov 18.0
2025-04-27 Disallow removing placeholders during Self-Join Elimination. Alexander Korotkov 18.0
2025-04-23 Maintain RelIdToTypeIdCacheHash in TypeCacheOpcCallback() Alexander Korotkov 18.0
2025-04-23 Properly prepare varinfos in estimate_multivariate_bucketsize() Alexander Korotkov 18.0
2025-04-07 Remove GUC_NOT_IN_SAMPLE from enable_self_join_elimination Alexander Korotkov 18.0
2025-04-06 Revert "Put enable_self_join_elimination into postgresql.conf.sample" Alexander Korotkov 18.0
2025-04-06 Put enable_self_join_elimination into postgresql.conf.sample Alexander Korotkov 18.0
2025-04-04 Convert 'x IN (VALUES ...)' to 'x = ANY ...' then appropriate Alexander Korotkov 18.0
2025-04-04 Extract make_SAOP_expr() function from match_orclause_to_indexcol() Alexander Korotkov 18.0
2025-04-02 Get rid of WALBufMappingLock Alexander Korotkov 18.0
2025-03-28 Make group_similar_or_args() reorder clause list as little as possible Alexander Korotkov 18.0
2025-03-25 postgres_fdw: Remove redundant check in semijoin_target_ok() Alexander Korotkov 18.0
2025-03-25 postgres_fdw: Avoid pulling up restrict infos from subqueries Alexander Korotkov 18.0
2025-03-16 reindexdb: Fix the index-level REINDEX with multiple jobs Alexander Korotkov 18.0
2025-03-10 Use extended stats for precise estimation of bucket size in hash join Alexander Korotkov 18.0
2025-03-10 Teach Append to consider tuple_fraction when accumulating subpaths. Alexander Korotkov 18.0
2025-02-27 Get rid of ojrelid local variable in remove_rel_from_query() Alexander Korotkov 18.0
2025-02-19 Improve statistics estimation for single-column GROUP BY in sub-queries Alexander Korotkov 18.0
2025-02-17 Implement Self-Join Elimination Alexander Korotkov 18.0