summaryrefslogtreecommitdiff
path: root/meson.build
Commit message (Expand)AuthorAgeFilesLines
* Fix various typosDavid Rowley2023-04-181-1/+1
* Update Kerberos/GSSAPI configure/meson checkStephen Frost2023-04-171-2/+2
* Explicitly require MIT Kerberos for GSSAPIStephen Frost2023-04-131-0/+10
* meson: add docs, docs_pdf optionsAndres Freund2023-04-041-0/+37
* pg_regress: Emit TAP compliant outputDaniel Gustafsson2023-03-311-0/+1
* meson: Change default buildtype to debugoptimizedPeter Eisentraut2023-03-291-1/+1
* meson: Fix support for empty darwin sysrootPeter Eisentraut2023-03-271-2/+4
* meson: Fix oversight in install-quietAndres Freund2023-03-241-1/+1
* libpq: Add sslcertmode option to control client certificatesMichael Paquier2023-03-241-1/+2
* meson: add install-{quiet, world} targetsAndres Freund2023-03-231-15/+61
* meson: add install-{docs,doc-html,doc-man} targetsAndres Freund2023-03-231-1/+1
* meson: make install_test_files more generic, rename to install_filesAndres Freund2023-03-231-2/+3
* libpq: Remove code for SCM credential authenticationMichael Paquier2023-03-171-14/+0
* meson: fix openssl detection issues in 6a30027Andres Freund2023-03-131-6/+12
* meson: Make auto the default of the ssl optionPeter Eisentraut2023-03-131-48/+70
* meson: fix header path of ossp-uuidAndres Freund2023-03-111-1/+1
* meson: Add target for installing test files & improve install_test_filesAndres Freund2023-03-081-14/+18
* meson: don't require 'touch' binary, make use of 'cp' optionalAndres Freund2023-03-071-1/+1
* meson: Prevent installation of test files during main installPeter Eisentraut2023-03-031-1/+31
* meson: Add equivalent of configure --disable-rpath optionPeter Eisentraut2023-03-011-3/+13
* meson: windows: Fix tmp_install + prefix computation with meson 1.0.1Andres Freund2023-02-231-3/+3
* Remove obsolete platforms from ps_status.c.Thomas Munro2023-02-171-17/+0
* Fix handling of SCRAM-SHA-256's channel binding with RSA-PSS certificatesMichael Paquier2023-02-151-0/+3
* meson: Fix installation path computationPeter Eisentraut2023-01-271-4/+6
* Use unnamed POSIX semaphores on Cygwin.Thomas Munro2023-01-061-0/+1
* Fix typos in comments, code and documentationMichael Paquier2023-01-031-2/+2
* Update copyright for 2023Bruce Momjian2023-01-021-1/+1
* Add copyright notices to meson filesAndrew Dunstan2022-12-201-0/+2
* Disable clang 16's -Wcast-function-type-strict.Thomas Munro2022-12-131-0/+3
* meson: Improve PG_VERSION_STR generationAndres Freund2022-12-091-2/+10
* Add option to specify segment size in blocksAndres Freund2022-12-071-5/+19
* meson: Add 'running' test setup, as a replacement for installcheckAndres Freund2022-12-071-14/+77
* meson: Add basic PGXS compatibilityAndres Freund2022-12-061-6/+2
* meson: Basic cygwin supportAndres Freund2022-12-061-2/+6
* meson: Fix binary mismatch for MSVC plperl vs gcc built perl libsAndres Freund2022-11-281-0/+6
* meson: Define HAVE_LOCALE_T for msvcPeter Eisentraut2022-11-111-1/+11
* meson: Mark PROVE as not requiredAndres Freund2022-11-041-1/+1
* Make finding openssl program a configure or meson optionPeter Eisentraut2022-10-201-0/+1
* meson: macos: Use -Wl,-undefined,error for modulesAndres Freund2022-10-151-0/+4
* meson: catch up to a few configure changesAndres Freund2022-10-151-3/+8
* Add -Wshadow=compatible-local to the standard compilation flagsDavid Rowley2022-10-071-0/+1
* meson: Add support for building with precompiled headersAndres Freund2022-10-061-0/+1
* meson: Add windows resource filesAndres Freund2022-10-051-0/+59
* meson: libpq: Revise static / shared library setupAndres Freund2022-10-051-5/+18
* meson: respect -Dldap=disabledAndres Freund2022-10-031-1/+4
* meson: Add prefix=/usr/local/pgsql to default_optionsAndres Freund2022-10-011-0/+4
* meson: windows: Determine path to tmp_install + prefix using mesonAndres Freund2022-10-011-24/+16
* meson: mingw: Add -Wl,--disable-auto-import, enable when linking with readlineAndres Freund2022-09-301-0/+9
* meson: Implement getopt logic from autoconfAndres Freund2022-09-281-2/+11
* meson: mingw: Allow multiple definitionsAndres Freund2022-09-281-0/+2