summaryrefslogtreecommitdiff
path: root/meson.build
AgeCommit message (Expand)Author
2023-04-18Fix various typosDavid Rowley
2023-04-17Update Kerberos/GSSAPI configure/meson checkStephen Frost
2023-04-13Explicitly require MIT Kerberos for GSSAPIStephen Frost
2023-04-05meson: add docs, docs_pdf optionsAndres Freund
2023-03-31pg_regress: Emit TAP compliant outputDaniel Gustafsson
2023-03-29meson: Change default buildtype to debugoptimizedPeter Eisentraut
2023-03-27meson: Fix support for empty darwin sysrootPeter Eisentraut
2023-03-24meson: Fix oversight in install-quietAndres Freund
2023-03-24libpq: Add sslcertmode option to control client certificatesMichael Paquier
2023-03-24meson: add install-{quiet, world} targetsAndres Freund
2023-03-24meson: add install-{docs,doc-html,doc-man} targetsAndres Freund
2023-03-24meson: make install_test_files more generic, rename to install_filesAndres Freund
2023-03-17libpq: Remove code for SCM credential authenticationMichael Paquier
2023-03-13meson: fix openssl detection issues in 6a30027Andres Freund
2023-03-13meson: Make auto the default of the ssl optionPeter Eisentraut
2023-03-11meson: fix header path of ossp-uuidAndres Freund
2023-03-08meson: Add target for installing test files & improve install_test_filesAndres Freund
2023-03-08meson: don't require 'touch' binary, make use of 'cp' optionalAndres Freund
2023-03-03meson: Prevent installation of test files during main installPeter Eisentraut
2023-03-01meson: Add equivalent of configure --disable-rpath optionPeter Eisentraut
2023-02-24meson: windows: Fix tmp_install + prefix computation with meson 1.0.1Andres Freund
2023-02-17Remove obsolete platforms from ps_status.c.Thomas Munro
2023-02-15Fix handling of SCRAM-SHA-256's channel binding with RSA-PSS certificatesMichael Paquier
2023-01-27meson: Fix installation path computationPeter Eisentraut
2023-01-05Use unnamed POSIX semaphores on Cygwin.Thomas Munro
2023-01-03Fix typos in comments, code and documentationMichael Paquier
2023-01-02Update copyright for 2023Bruce Momjian
2022-12-20Add copyright notices to meson filesAndrew Dunstan
2022-12-12Disable clang 16's -Wcast-function-type-strict.Thomas Munro
2022-12-09meson: Improve PG_VERSION_STR generationAndres Freund
2022-12-08Add option to specify segment size in blocksAndres Freund
2022-12-07meson: Add 'running' test setup, as a replacement for installcheckAndres Freund
2022-12-07meson: Add basic PGXS compatibilityAndres Freund
2022-12-06meson: Basic cygwin supportAndres Freund
2022-11-28meson: Fix binary mismatch for MSVC plperl vs gcc built perl libsAndres Freund
2022-11-11meson: Define HAVE_LOCALE_T for msvcPeter Eisentraut
2022-11-05meson: Mark PROVE as not requiredAndres Freund
2022-10-20Make finding openssl program a configure or meson optionPeter Eisentraut
2022-10-16meson: macos: Use -Wl,-undefined,error for modulesAndres Freund
2022-10-15meson: catch up to a few configure changesAndres Freund
2022-10-07Add -Wshadow=compatible-local to the standard compilation flagsDavid Rowley
2022-10-07meson: Add support for building with precompiled headersAndres Freund
2022-10-05meson: Add windows resource filesAndres Freund
2022-10-05meson: libpq: Revise static / shared library setupAndres Freund
2022-10-03meson: respect -Dldap=disabledAndres Freund
2022-10-01meson: Add prefix=/usr/local/pgsql to default_optionsAndres Freund
2022-10-01meson: windows: Determine path to tmp_install + prefix using mesonAndres Freund
2022-10-01meson: mingw: Add -Wl,--disable-auto-import, enable when linking with readlineAndres Freund
2022-09-29meson: Implement getopt logic from autoconfAndres Freund
2022-09-29meson: mingw: Allow multiple definitionsAndres Freund