summaryrefslogtreecommitdiff
path: root/meson.build
AgeCommit message (Expand)Author
2024-03-13meson: macos: Avoid warnings on SonomaAndres Freund
2024-03-05Add --copy-file-range option to pg_upgrade.Thomas Munro
2024-02-28Remove AIX supportHeikki Linnakangas
2024-01-25jit: Require at least LLVM 10.Thomas Munro
2024-01-23meson: Map host_system android to linuxPeter Eisentraut
2024-01-23meson: portname was set too earlyPeter Eisentraut
2024-01-22Add backend support for injection pointsMichael Paquier
2024-01-11Clarify which xml tools are missing in meson error messageMagnus Hagander
2024-01-04Update copyright for 2024Bruce Momjian
2023-12-21Initialize data directories with --lc-messages=C for tests.Jeff Davis
2023-12-21meson: Make gzip and tar optionalPeter Eisentraut
2023-12-21meson: Make sed optionalPeter Eisentraut
2023-12-20Remove MSVC scriptsMichael Paquier
2023-12-14Fix typoPeter Eisentraut
2023-12-08Don't clean initdb files on template creation failureDaniel Gustafsson
2023-12-01meson: Stop using deprecated way getting path of filesAndres Freund
2023-11-30meson: Improve/fix Python version selectionPeter Eisentraut
2023-11-28Use BIO_{get,set}_app_data instead of BIO_{get,set}_data.Tom Lane
2023-11-21meson: Document build targets, add 'help' targetAndres Freund
2023-11-21meson: Add 'world' targetAndres Freund
2023-11-16Explicitly skip TAP tests under Meson if disabledPeter Eisentraut
2023-11-09meson: Install missing example filesPeter Eisentraut
2023-11-09meson: Fix doc installation path computationPeter Eisentraut
2023-11-06Remove distprepPeter Eisentraut
2023-10-20meson: Make detection of python more robustAndres Freund
2023-09-30meson: macos: Correct -exported_symbols_list syntax for Sonoma compatAndres Freund
2023-08-29Generate a locale-agnostic initdb templateAlvaro Herrera
2023-08-24Use "template" data directory in testsAndres Freund
2023-08-17Remove traces of Sun -lposix4.Thomas Munro
2023-08-17Don't probe extra libraries for fdatasync.Thomas Munro
2023-08-10Use native CRC instructions on 64-bit LoongArchJohn Naylor
2023-08-07Remove configure check for z_streampPeter Eisentraut
2023-07-12meson: Tie adding C++ support to the llvm Meson optionAndres Freund
2023-07-12meson: Pass more feature option through to required kwargsAndres Freund
2023-07-11Remove --disable-thread-safety and related code.Thomas Munro
2023-07-08All supported systems have locale_t.Thomas Munro
2023-07-07Fix some comments in ./configure and meson setup filesMichael Paquier
2023-07-03Show information about flex (version and command path) in meson outputMichael Paquier
2023-07-03Remove support for OpenSSL 1.0.1Michael Paquier
2023-06-29Stamp HEAD as 17devel.Tom Lane
2023-06-29meson: Remove redundant return code checkAndres Freund
2023-06-29meson: Fix intl misspellingPeter Eisentraut
2023-06-29meson: Use a better error message in an impossible casePeter Eisentraut
2023-06-29meson: Make some Meson style more consistent with surrounding codePeter Eisentraut
2023-06-29meson: Fix some grammar usage in Meson commentsPeter Eisentraut
2023-06-29meson: Mention the correct way to disable readline supportPeter Eisentraut
2023-06-29meson: Remove old commentPeter Eisentraut
2023-06-29meson: Use the not_found_dep constantPeter Eisentraut
2023-06-26Stamp 16beta2.REL_16_BETA2Tom Lane
2023-06-10meson: Add dependencies to perl modules to various script invocationsAndres Freund