Commits
Showing commits that first shipped in 17 (backpatches included). Clear
| Date | Subject | Author | Releases |
|---|---|---|---|
| 2024-11-25 | Assume that <stdbool.h> conforms to the C standard. | Thomas Munro | 17.3 |
| 2024-11-22 | jit: Use -mno-outline-atomics for bitcode on ARM. | Thomas Munro | 17.3 |
| 2024-05-16 | jit: Remove {llvm-config,clang}-N configure probes. | Thomas Munro | 17.0 |
| 2024-03-05 | Add --copy-file-range option to pg_upgrade. | Thomas Munro | 17.0 |
| 2024-02-11 | Fix gai_strerror() thread-safety on Windows. | Thomas Munro | 17.0 |
| 2024-01-25 | jit: Require at least LLVM 10. | Thomas Munro | 17.0 |
| 2023-11-29 | Optimize pg_readv/pg_pwritev single vector case. | Thomas Munro | 17.0 |
| 2023-10-22 | Log LLVM library version in configure output. | Thomas Munro | 17.0 |
| 2023-08-17 | Remove traces of Sun -lposix4. | Thomas Munro | 17.0 |
| 2023-08-17 | Don't probe extra libraries for fdatasync. | Thomas Munro | 17.0 |
| 2023-07-11 | Remove --disable-thread-safety and related code. | Thomas Munro | 17.0 |
| 2023-07-09 | Rename port/thread.c to port/user.c. | Thomas Munro | 17.0 |
| 2023-07-08 | All supported systems have locale_t. | Thomas Munro | 17.0 |