Commits

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

DateSubjectAuthorReleases
2024-03-14 Add TAP tests for timeouts Alexander Korotkov 17.0
2024-03-14 Fix false reports in pg_visibility Alexander Korotkov 17.0
2024-03-14 Improve documentation for pg_stat_checkpointer fields Alexander Korotkov 17.0
2024-03-08 Turn tail recursion into iteration in CommitTransactionCommand() Alexander Korotkov 17.0
2024-03-08 Avoid stack overflow in ShowTransactionStateRec() Alexander Korotkov 17.0
2024-03-08 Avoid recursion in MemoryContext functions Alexander Korotkov 17.0
2024-02-25 Improve documentation and GUC description for transaction_timeout Alexander Korotkov 17.0
2024-02-25 Remove flaky isolation tests for timeouts Alexander Korotkov 17.0
2024-02-23 Multiple revisions to the GROUP BY reordering tests Alexander Korotkov 17.0
2024-02-23 Replace lateral references to removed rels in subqueries Alexander Korotkov 17.0
2024-02-21 Remove extra check_stack_depth() from dropconstraint_internal() Alexander Korotkov 17.0
2024-02-20 Replace relids in lateral subquery parse tree during SJE Alexander Korotkov 17.0
2024-02-19 Get rid of pg_class usage in SJE regression tests Alexander Korotkov 17.0
2024-02-16 Remove remaining references to timeouts-long Alexander Korotkov 17.0
2024-02-16 Add missing check_stack_depth() to some recursive functions Alexander Korotkov 17.0
2024-02-16 Remove timeouts-long.out Alexander Korotkov 17.0
2024-02-16 Followup fixes for transaction_timeout Alexander Korotkov 17.0
2024-02-15 Introduce transaction_timeout Alexander Korotkov 17.0
2024-02-15 Pull up ANY-SUBLINK with the necessary lateral support. Alexander Korotkov 17.0
2024-02-11 Use heap_inplace_update() to unset pg_database.dathasloginevt Alexander Korotkov 17.0
2024-02-11 Fix some typos in event trigger docs Alexander Korotkov 17.0
2024-02-09 Fix usage of aggregate pathkeys in group_keys_reorder_by_pathkeys() Alexander Korotkov 17.0
2024-02-08 Fix gcc >= 10 warning Alexander Korotkov 17.0
2024-02-08 Fix wrong logic in TransactionIdInRecentPast() Alexander Korotkov 17.0
2024-02-02 Improve documentation for COPY ... ON_ERROR ... Alexander Korotkov 17.0