| Commit message (Expand) | Author | Age | Files | Lines |
* | FindPostgreSQL: Add brew-style directories to search path | parkesb | 2022-08-31 | 1 | -0/+3 |
|
|
* | FindPostgreSQL: add support for PostgreSQL 14 | Even Rouault | 2022-04-11 | 1 | -2/+2 |
|
|
* | FindPostgreSQL: Update known versions in documentation | Kai Pastor | 2022-03-17 | 1 | -1/+1 |
|
|
* | FindPostgreSQL: Add server component | Alexey Edelev | 2021-01-15 | 1 | -1/+24 |
|
|
* | FindPostgreSQL: Do not require pg_type.h | Alexey Edelev | 2021-01-04 | 1 | -4/+7 |
|
|
* | Help: Add `.. versionadded` directives to module docs | Nikita Nemkin | 2020-12-02 | 1 | -0/+2 |
|
|
* | FindPostgreSQL: support version 13 | Pavel Cernohorsky | 2020-11-05 | 1 | -1/+1 |
|
|
* | Merge topic 'FindPostgreSQL-macports-libsuffix' | Brad King | 2019-11-15 | 1 | -0/+1 |
|\ |
|
| * | FindPostgreSQL: also search for libraries in the MacPorts suffix | Ben Boeckel | 2019-11-13 | 1 | -0/+1 |
|
|
* | | FindPostgreSQL: support version encoding used in pre-10 releases | Ben Boeckel | 2019-11-04 | 1 | -5/+16 |
|/ |
|
* | FindPostgreSQL: support macports installation scheme | Ben Boeckel | 2019-10-11 | 1 | -0/+3 |
|
|
* | FindPostgreSQL: support version 12 | Ben Boeckel | 2019-10-11 | 1 | -1/+1 |
|
|
* | FindPostgreSQL: Fix regression in computation of library directory | Brad King | 2019-07-02 | 1 | -1/+8 |
|
|
* | FindPostgreSQL: Find debug lib, imported configs | Andrei Lebedev | 2019-05-20 | 1 | -13/+46 |
|
|
* | FindPostgreSQL: extract the actual version number | Ben Boeckel | 2018-11-05 | 1 | -3/+23 |
|
|
* | FindPostgreSQL: add an imported target | Ben Boeckel | 2018-11-01 | 1 | -0/+14 |
|
|
* | FindPostgreSQL: Modernize documentation layout | Brad King | 2018-11-01 | 1 | -8/+15 |
|
|
* | Merge topic 'FindPostgreSQL-11' | Brad King | 2018-10-31 | 1 | -2/+2 |
|\ |
|
| * | FindPostgreSQL: Search for version 11 | Sylvain Joubert | 2018-10-30 | 1 | -2/+2 |
|
|
* | | Help: Convert remaining modules to block-style comments | Kitware Robot | 2018-10-22 | 1 | -14/+15 |
|/ |
|
* | Merge topic 'FindPostgres_support_for_v10' | Brad King | 2018-01-09 | 1 | -2/+2 |
|\ |
|
| * | FindPostgreSQL: Add support for PG10 | Egor Pugin | 2018-01-09 | 1 | -2/+2 |
|
|
* | | Various typo fixes | Luz Paz | 2018-01-03 | 1 | -1/+1 |
|/ |
|
* | FindPostgreSQL: automatically find installations from yum.postgresql.org | Rolf Eike Beer | 2017-01-10 | 1 | -1/+6 |
|
|
* | Simplify CMake per-source license notices | Brad King | 2016-09-27 | 1 | -13/+3 |
|
|
* | FindPostgreSQL: Search for version 9.6 | Tamar Kranenburg | 2016-09-18 | 1 | -2/+2 |
|
|
* | FindPostgreSQL: Correct comment about known postgres versions | Tamar Kranenburg | 2016-09-18 | 1 | -1/+1 |
|
|
* | FindPostgreSQL: Fix initialization of PostgreSQL_LIBRARIES | Nils Gladitz | 2016-07-14 | 1 | -1/+1 |
|
|
* | FindPostgreSQL: Search for version 9.5 | Tamar Kranenburg | 2015-10-12 | 1 | -1/+1 |
|
|
* | FindPostgreSQL: Search some more common packaging locations | Tamar Kranenburg | 2015-06-01 | 1 | -9/+17 |
|
|
* | FindPostgreSQL: Add help text for PostgreSQL_LIBRARY cache entry | Tamar Kranenburg | 2015-06-01 | 1 | -0/+2 |
|
|
* | FindPostgreSQL: Document PostgreSQL_LIBRARY_DIRS result variable | Tamar Kranenburg | 2015-06-01 | 1 | -0/+1 |
|
|
* | FindPostgreSQL: Search for versions 9.2, 9.3, and 9.4 | Tamar Kranenburg | 2015-06-01 | 1 | -2/+2 |
|
|
* | FindPostgreSQL: Remove extra whitespace after command open parens | Tamar Kranenburg | 2015-06-01 | 1 | -3/+3 |
|
|
* | FindPostgreSQL: Remove unused lines | Tamar Kranenburg | 2015-06-01 | 1 | -5/+0 |
|
|
* | FindPostgreSQL: Fix for pg_config in multilib configurations. | Chuck Atkins | 2014-09-02 | 1 | -6/+16 |
|
|
* | Convert builtin help to reStructuredText source files | Kitware Robot | 2013-10-15 | 1 | -6/+14 |
|
|
* | Find PostgreSQL headers on Debian | Pere Nubiola i Radigales | 2012-10-15 | 1 | -0/+1 |
|
|
* | include FPHSA from current directory in all modules | Rolf Eike Beer | 2012-09-08 | 1 | -1/+1 |
|
|
* | use the find_* functions ENV parameter | Rolf Eike Beer | 2012-08-14 | 1 | -6/+1 |
|
|
* | Remove CMake-language block-end command arguments | Kitware Robot | 2012-08-13 | 1 | -4/+4 |
|
|
* | Convert CMake-language commands to lower case | Kitware Robot | 2012-08-13 | 1 | -2/+2 |
|
|
* | FindPostgreSQL: support version selection | Rolf Eike Beer | 2012-01-26 | 1 | -16/+16 |
|
|
* | FindPostgreSQL: fix PATH_SUFFIXES, better output for FPHSA | Alex Neundorf | 2011-08-01 | 1 | -5/+4 |
|
|
* | Mark the results from find() as advanced | Alex Neundorf | 2011-08-01 | 1 | -0/+2 |
|
|
* | Use FPHSA(), remove unnecessary stuff and don't recommend link_directories() | Alex Neundorf | 2011-08-01 | 1 | -38/+8 |
|
|
* | More PATH_SUFFIXES for finding Postgresql and also search catalog/pg_type.h | Alex Neundorf | 2011-08-01 | 1 | -0/+22 |
|
|
* | Documentation: Fix a few typos (#11883) | Modestas Vainius | 2011-02-22 | 1 | -3/+1 |
|
|
* | Modules: Fix spelling 'To distributed' -> 'To distribute' | Todd Gamblin | 2010-08-09 | 1 | -1/+1 |
|
|
* | Changed ADDITIONAL_SEARCH_PATHS to PostgreSQL_ADDITIONAL_SEARCH_PATHS. | Andrew Maclean | 2010-07-09 | 1 | -2/+2 |
|
|