Commits

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

DateSubjectAuthorReleases
2024-03-05 Fix search_path to a safe value during maintenance operations. Jeff Davis 17.0
2024-03-02 Documentation update for Standard Collations. Jeff Davis 17.0
2024-02-16 Pass correct count to WALRead(). Jeff Davis 17.0
2024-02-16 Add assert to WALReadFromBuffers(). Jeff Davis 17.0
2024-02-12 Read WAL directly from WAL buffers. Jeff Davis 17.0
2024-01-18 Fix buildfarm error from commit 5c31669058. Jeff Davis 17.0
2024-01-13 Fix memory leak in connection string validation. Jeff Davis 17.0
2024-01-12 Re-validate connection string in libpqrcv_connect(). Jeff Davis 17.0
2024-01-11 Cleanup for unicode-update build target and test. Jeff Davis 17.0
2023-12-29 Fix collate.windows.win1252 test. Jeff Davis 17.0
2023-12-21 Initialize data directories with --lc-messages=C for tests. Jeff Davis 17.0
2023-12-20 Additional write barrier in AdvanceXLInsertBuffer(). Jeff Davis 17.0
2023-12-20 Use 64-bit atomics for xlblocks array elements. Jeff Davis 17.0
2023-12-08 Cache opaque handle for GUC option to avoid repeasted lookups. Jeff Davis 17.0
2023-12-07 Shrink Unicode category table. 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-17 simplehash: preserve consistency in case of OOM. Jeff Davis 17.0
2023-11-15 Add cache for recomputeNamespacePath(). Jeff Davis 17.0
2023-11-02 Additional unicode primitive functions. Jeff Davis 17.0
2023-10-27 Clarify the result order of unnest(multirange). Jeff Davis 17.0
2023-10-25 Doc fix: Interfacing Extensions to Indexes Jeff Davis 17.0
2023-10-24 Assert that buffers are marked dirty before XLogRegisterBuffer(). Jeff Davis 17.0
2023-10-10 Fix bug in GenericXLogFinish(). Jeff Davis 17.0