summaryrefslogtreecommitdiff
path: root/src/Makefile.global.in
Commit message (Expand)AuthorAgeFilesLines
* Fix prove_installcheck when used with PGXSPeter Eisentraut2023-05-051-1/+1
* Update Unicode data to CLDR 43Peter Eisentraut2023-04-131-1/+1
* pg_regress: Emit TAP compliant outputDaniel Gustafsson2023-03-311-7/+7
* autoconf: Move export_dynamic determination to configureAndres Freund2022-12-061-1/+1
* autoconf: Don't AC_SUBST() LD in configureAndres Freund2022-12-011-3/+0
* autoconf: Unify CFLAGS_SSE42 and CFLAGS_ARMV8_CRC32CAndres Freund2022-12-011-2/+1
* Prevent port collisions between concurrent TAP testsAndrew Dunstan2022-11-201-1/+1
* Make finding openssl program a configure or meson optionPeter Eisentraut2022-10-201-0/+1
* autoconf: Rely on ar supporting index creationAndres Freund2022-10-071-1/+1
* Split TESTDIR into TESTLOGDIR and TESTDATADIRAndres Freund2022-09-191-3/+10
* Don't hardcode tmp_check/ as test directory for tap testsAndres Freund2022-09-191-3/+3
* Update Unicode data to Unicode 15.0.0Peter Eisentraut2022-09-191-1/+1
* Remove DLLTOOL, DLLWRAP from configure / Makefile.global.inAndres Freund2022-09-171-2/+0
* Remove unused configure variable.Tom Lane2022-08-181-1/+0
* windows: Remove HAVE_MINIDUMP_TYPE testAndres Freund2022-08-071-3/+0
* Increase minimum supported GNU make version to 3.81.Tom Lane2022-07-231-7/+6
* Default to hidden visibility for extension libraries where possibleAndres Freund2022-07-171-0/+3
* Remove LLVM_CONFIG from Makefile.global.inAndres Freund2022-07-061-1/+0
* Update Unicode data to CLDR 41Peter Eisentraut2022-04-061-1/+1
* Print information about type of test and subdirectory before running tests.Andres Freund2022-03-311-0/+7
* Refactor DLSUFFIX handlingPeter Eisentraut2022-03-251-0/+2
* Run tap tests in src/interfaces/libpq.Andres Freund2022-02-261-6/+6
* Add support for building with ZSTD.Robert Haas2022-02-181-0/+1
* Add ./configure check for "lz4" commandMichael Paquier2022-02-141-1/+1
* Add support for LZ4 compression in pg_receivewalMichael Paquier2021-11-051-0/+1
* Add module build directory to the PATH for TAP testsAndrew Dunstan2021-10-221-5/+5
* Provide error hint if TAP tests are not enabledDaniel Gustafsson2021-10-041-1/+1
* Update Unicode data to Unicode 14.0.0Peter Eisentraut2021-09-151-1/+1
* Fix prove_installcheck to use correct paths when used with PGXSAndrew Dunstan2021-07-011-2/+21
* Update Unicode data to CLDR 39Peter Eisentraut2021-04-081-1/+1
* Introduce --with-ssl={openssl} as a configure optionMichael Paquier2021-02-011-1/+1
* Introduce SHA1 implementations in the cryptohash infrastructureMichael Paquier2021-01-231-1/+0
* Split Makefile symbol CFLAGS_VECTOR into two symbols.Tom Lane2020-09-061-1/+2
* Update Unicode data to Unicode 13.0.0 and CLDR 37Peter Eisentraut2020-04-241-2/+2
* Add PostgreSQL home page to --help outputPeter Eisentraut2020-02-281-0/+2
* Simplify passing of configure arguments to pg_configPeter Eisentraut2020-02-101-3/+0
* Add support for automatically updating Unicode derived filesPeter Eisentraut2020-01-091-1/+17
* Add basic TAP tests for psql's tab-completion logic.Tom Lane2020-01-021-0/+1
* Select CFLAGS_SL at configure time, not in platform-specific Makefiles.Tom Lane2019-10-211-0/+1
* Don't disable ccache when building with coverage supportPeter Eisentraut2019-09-241-5/+0
* Fix inconsistencies and typos in the treeMichael Paquier2019-07-291-1/+1
* Remove support for non-ELF BSD systemsPeter Eisentraut2019-07-011-4/+0
* Consistently test for in-use shared memory.Noah Misch2019-04-121-2/+2
* Revert "Consistently test for in-use shared memory."Noah Misch2019-04-051-2/+2
* Handle USE_MODULE_DB for all tests able to use an installed postmaster.Noah Misch2019-04-031-8/+17
* Consistently test for in-use shared memory.Noah Misch2019-04-031-2/+2
* Revert attempts to use POPCNT etc instructionsAlvaro Herrera2019-02-151-4/+0
* Fix compiler builtin usage in new pg_bitutils.cAlvaro Herrera2019-02-151-0/+3
* Add basic support for using the POPCNT and SSE4.2s LZCNT opcodesAlvaro Herrera2019-02-131-0/+1
* Change floating-point output format for improved performance.Andrew Gierth2019-02-131-0/+1