| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | FindPostgreSQL: Add PostgreSQL_VERSION | Peter Kokot | 2025-07-30 | 1 | -1/+1 |
| | | | | | | | This deprecates the PostgreSQL_VERSION_STRING result variable. Issue: #27088 | ||||
| * | Tests: Fix clang -Wstrict-prototypes warnings | Brad King | 2023-10-26 | 1 | -1/+1 |
| | | |||||
| * | FindPostgreSQL: Add server component | Alexey Edelev | 2021-01-15 | 1 | -1/+1 |
| | | | | | | | | Require the server-specific artifacts only if the Server component is requested. Issue: #17223 | ||||
| * | FindPostgreSQL: support version encoding used in pre-10 releases | Ben Boeckel | 2019-11-04 | 1 | -3/+12 |
| | | | | | | | | | | With the 10.x release, PostgreSQL upstream started encoding the version as `MMmmmm` where `M` is major and `m` is minor. Prior to that, `MMmmPP` was used where `P` was the patch number. Detect this difference and decode it based on the used encoding. Fixes: #19912 | ||||
| * | Tests/FindPostgreSQL: add a test for FindPostgreSQL | Ben Boeckel | 2018-11-01 | 2 | -0/+31 |
