Commits
Showing commits that first shipped in 17 (backpatches included). Clear
| Date | Subject | Author | Releases |
|---|---|---|---|
| 2024-10-08 | Fix search_path cache initialization. | Jeff Davis | 17.1 |
| 2024-07-09 | Fix missing invalidations for search_path cache. | Jeff Davis | 17.0 |
| 2024-03-05 | Fix search_path to a safe value during maintenance operations. | Jeff Davis | 17.0 |
| 2023-12-05 | Optimize SearchPathCache by saving the last entry. | Jeff Davis | 17.0 |
| 2023-11-20 | Optimize check_search_path() by using SearchPathCache. | Jeff Davis | 17.0 |
| 2023-11-20 | Be more paranoid about OOM in search_path cache. | Jeff Davis | 17.0 |
| 2023-11-15 | Add cache for recomputeNamespacePath(). | Jeff Davis | 17.0 |
| 2023-08-09 | Recalculate search_path after ALTER ROLE. | Jeff Davis | 17.0 |