summaryrefslogtreecommitdiff
path: root/src/Makefile.global.in
AgeCommit message (Expand)Author
2023-05-05Fix prove_installcheck when used with PGXSPeter Eisentraut
2023-04-13Update Unicode data to CLDR 43Peter Eisentraut
2023-03-31pg_regress: Emit TAP compliant outputDaniel Gustafsson
2022-12-07autoconf: Move export_dynamic determination to configureAndres Freund
2022-12-02autoconf: Don't AC_SUBST() LD in configureAndres Freund
2022-12-02autoconf: Unify CFLAGS_SSE42 and CFLAGS_ARMV8_CRC32CAndres Freund
2022-11-20Prevent port collisions between concurrent TAP testsAndrew Dunstan
2022-10-20Make finding openssl program a configure or meson optionPeter Eisentraut
2022-10-07autoconf: Rely on ar supporting index creationAndres Freund
2022-09-20Split TESTDIR into TESTLOGDIR and TESTDATADIRAndres Freund
2022-09-20Don't hardcode tmp_check/ as test directory for tap testsAndres Freund
2022-09-19Update Unicode data to Unicode 15.0.0Peter Eisentraut
2022-09-17Remove DLLTOOL, DLLWRAP from configure / Makefile.global.inAndres Freund
2022-08-18Remove unused configure variable.Tom Lane
2022-08-07windows: Remove HAVE_MINIDUMP_TYPE testAndres Freund
2022-07-23Increase minimum supported GNU make version to 3.81.Tom Lane
2022-07-18Default to hidden visibility for extension libraries where possibleAndres Freund
2022-07-06Remove LLVM_CONFIG from Makefile.global.inAndres Freund
2022-04-06Update Unicode data to CLDR 41Peter Eisentraut
2022-03-31Print information about type of test and subdirectory before running tests.Andres Freund
2022-03-25Refactor DLSUFFIX handlingPeter Eisentraut
2022-02-27Run tap tests in src/interfaces/libpq.Andres Freund
2022-02-18Add support for building with ZSTD.Robert Haas
2022-02-14Add ./configure check for "lz4" commandMichael Paquier
2021-11-05Add support for LZ4 compression in pg_receivewalMichael Paquier
2021-10-22Add module build directory to the PATH for TAP testsAndrew Dunstan
2021-10-04Provide error hint if TAP tests are not enabledDaniel Gustafsson
2021-09-15Update Unicode data to Unicode 14.0.0Peter Eisentraut
2021-07-01Fix prove_installcheck to use correct paths when used with PGXSAndrew Dunstan
2021-04-08Update Unicode data to CLDR 39Peter Eisentraut
2021-02-01Introduce --with-ssl={openssl} as a configure optionMichael Paquier
2021-01-23Introduce SHA1 implementations in the cryptohash infrastructureMichael Paquier
2020-09-07Split Makefile symbol CFLAGS_VECTOR into two symbols.Tom Lane
2020-04-24Update Unicode data to Unicode 13.0.0 and CLDR 37Peter Eisentraut
2020-02-28Add PostgreSQL home page to --help outputPeter Eisentraut
2020-02-10Simplify passing of configure arguments to pg_configPeter Eisentraut
2020-01-09Add support for automatically updating Unicode derived filesPeter Eisentraut
2020-01-02Add basic TAP tests for psql's tab-completion logic.Tom Lane
2019-10-21Select CFLAGS_SL at configure time, not in platform-specific Makefiles.Tom Lane
2019-09-24Don't disable ccache when building with coverage supportPeter Eisentraut
2019-07-29Fix inconsistencies and typos in the treeMichael Paquier
2019-07-01Remove support for non-ELF BSD systemsPeter Eisentraut
2019-04-13Consistently test for in-use shared memory.Noah Misch
2019-04-05Revert "Consistently test for in-use shared memory."Noah Misch
2019-04-04Handle USE_MODULE_DB for all tests able to use an installed postmaster.Noah Misch
2019-04-04Consistently test for in-use shared memory.Noah Misch
2019-02-15Revert attempts to use POPCNT etc instructionsAlvaro Herrera
2019-02-15Fix compiler builtin usage in new pg_bitutils.cAlvaro Herrera
2019-02-13Add basic support for using the POPCNT and SSE4.2s LZCNT opcodesAlvaro Herrera
2019-02-13Change floating-point output format for improved performance.Andrew Gierth