aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile.global.in
Commit message (Expand)AuthorAge
* Remove distprepPeter Eisentraut2023-11-06
* Suppress macOS warnings about duplicate libraries in link commands.Tom Lane2023-09-29
* Update Unicode data to Unicode 15.1.0Peter Eisentraut2023-09-18
* Generate a locale-agnostic initdb templateAlvaro Herrera2023-08-29
* Use "template" data directory in testsAndres Freund2023-08-24
* Remove --disable-thread-safety and related code.Thomas Munro2023-07-12
* Fix prove_installcheck when used with PGXSPeter Eisentraut2023-05-05
* Update Unicode data to CLDR 43Peter Eisentraut2023-04-13
* pg_regress: Emit TAP compliant outputDaniel Gustafsson2023-03-31
* autoconf: Move export_dynamic determination to configureAndres Freund2022-12-06
* autoconf: Don't AC_SUBST() LD in configureAndres Freund2022-12-01
* autoconf: Unify CFLAGS_SSE42 and CFLAGS_ARMV8_CRC32CAndres Freund2022-12-01
* Prevent port collisions between concurrent TAP testsAndrew Dunstan2022-11-20
* Make finding openssl program a configure or meson optionPeter Eisentraut2022-10-20
* autoconf: Rely on ar supporting index creationAndres Freund2022-10-07
* Split TESTDIR into TESTLOGDIR and TESTDATADIRAndres Freund2022-09-19
* Don't hardcode tmp_check/ as test directory for tap testsAndres Freund2022-09-19
* Update Unicode data to Unicode 15.0.0Peter Eisentraut2022-09-19
* Remove DLLTOOL, DLLWRAP from configure / Makefile.global.inAndres Freund2022-09-17
* Remove unused configure variable.Tom Lane2022-08-18
* windows: Remove HAVE_MINIDUMP_TYPE testAndres Freund2022-08-07
* Increase minimum supported GNU make version to 3.81.Tom Lane2022-07-23
* Default to hidden visibility for extension libraries where possibleAndres Freund2022-07-17
* Remove LLVM_CONFIG from Makefile.global.inAndres Freund2022-07-06
* Update Unicode data to CLDR 41Peter Eisentraut2022-04-06
* Print information about type of test and subdirectory before running tests.Andres Freund2022-03-31
* Refactor DLSUFFIX handlingPeter Eisentraut2022-03-25
* Run tap tests in src/interfaces/libpq.Andres Freund2022-02-26
* Add support for building with ZSTD.Robert Haas2022-02-18
* Add ./configure check for "lz4" commandMichael Paquier2022-02-14
* Add support for LZ4 compression in pg_receivewalMichael Paquier2021-11-05
* Add module build directory to the PATH for TAP testsAndrew Dunstan2021-10-22
* Provide error hint if TAP tests are not enabledDaniel Gustafsson2021-10-04
* Update Unicode data to Unicode 14.0.0Peter Eisentraut2021-09-15
* Fix prove_installcheck to use correct paths when used with PGXSAndrew Dunstan2021-07-01
* Update Unicode data to CLDR 39Peter Eisentraut2021-04-08
* Introduce --with-ssl={openssl} as a configure optionMichael Paquier2021-02-01
* Introduce SHA1 implementations in the cryptohash infrastructureMichael Paquier2021-01-23
* Split Makefile symbol CFLAGS_VECTOR into two symbols.Tom Lane2020-09-06
* Update Unicode data to Unicode 13.0.0 and CLDR 37Peter Eisentraut2020-04-24
* Add PostgreSQL home page to --help outputPeter Eisentraut2020-02-28
* Simplify passing of configure arguments to pg_configPeter Eisentraut2020-02-10
* Add support for automatically updating Unicode derived filesPeter Eisentraut2020-01-09
* Add basic TAP tests for psql's tab-completion logic.Tom Lane2020-01-02
* Select CFLAGS_SL at configure time, not in platform-specific Makefiles.Tom Lane2019-10-21
* Don't disable ccache when building with coverage supportPeter Eisentraut2019-09-24
* Fix inconsistencies and typos in the treeMichael Paquier2019-07-29
* Remove support for non-ELF BSD systemsPeter Eisentraut2019-07-01
* Consistently test for in-use shared memory.Noah Misch2019-04-12
* Revert "Consistently test for in-use shared memory."Noah Misch2019-04-05