summaryrefslogtreecommitdiff
path: root/configure
Commit message (Expand)AuthorAgeFilesLines
* Stamp 14.2.REL_14_2Tom Lane2022-02-071-9/+9
* Replace use of deprecated Python module distutils.sysconfig, take 2.Tom Lane2022-02-011-22/+15
* Cope with cross-compiling when checking for a random-number source.Tom Lane2021-11-301-1/+4
* Probe $PROVE not $PERL while checking for modules needed by TAP tests.Tom Lane2021-11-221-90/+18
* Use appropriate -Wno-warning switches when compiling bitcode.Tom Lane2021-11-181-9/+185
* Clean up compilation warnings coming from PL/Perl with clang-12~Michael Paquier2021-11-111-0/+46
* Stamp 14.1.REL_14_1Tom Lane2021-11-081-9/+9
* Stamp 14.0.REL_14_0Tom Lane2021-09-271-9/+9
* Stamp 14rc1.REL_14_RC1Tom Lane2021-09-201-9/+9
* Stamp 14beta3.REL_14_BETA3Tom Lane2021-08-091-9/+9
* Remove configure-time thread safety checking (thread_test.c).Tom Lane2021-07-241-152/+42
* Probe for preadv/pwritev in a more macOS-friendly way.Tom Lane2021-07-121-26/+140
* Fix busted test for ldap_initialize.Tom Lane2021-07-101-11/+12
* Un-break AIX build, take 2.Tom Lane2021-07-091-58/+39
* Un-break AIX build.Tom Lane2021-07-091-13/+14
* Update configure's probe for libldap to work with OpenLDAP 2.5.Tom Lane2021-07-091-37/+52
* Stamp 14beta2.REL_14_BETA2Joe Conway2021-06-211-9/+9
* Stamp 14beta1.REL_14_BETA1Tom Lane2021-05-171-9/+9
* Refactor HMAC implementationsMichael Paquier2021-04-031-1/+1
* Remove useless configure probe for <lz4/lz4.h>.Tom Lane2021-03-221-13/+0
* Bring configure support for LZ4 up to snuff.Tom Lane2021-03-211-2/+62
* Provide recovery_init_sync_method=syncfs.Thomas Munro2021-03-201-1/+1
* Allow configurable LZ4 TOAST compression.Robert Haas2021-03-191-0/+170
* Fix new pthread code to respect --disable-thread-safety.Thomas Munro2021-03-131-69/+76
* Add missing pthread_barrier_t.Thomas Munro2021-03-101-0/+69
* Introduce --with-ssl={openssl} as a configure optionMichael Paquier2021-02-011-40/+70
* Introduce SHA1 implementations in the cryptohash infrastructureMichael Paquier2021-01-231-12/+7
* Move our p{read,write}v replacements into their own files.Thomas Munro2021-01-141-1/+53
* Provide pg_preadv() and pg_pwritev().Thomas Munro2021-01-111-28/+2
* Update copyright for 2021Bruce Momjian2021-01-021-2/+2
* Use setenv() in preference to putenv().Tom Lane2020-12-301-1/+18
* Fix compilation of uuid-osspMichael Paquier2020-12-101-2/+2
* jit: configure: Explicitly reference 'native' component.Andres Freund2020-12-071-0/+1
* Remove configure-time probe for DocBook DTD.Tom Lane2020-11-301-87/+50
* Remove ability to independently select random number generatorMagnus Hagander2020-11-201-42/+19
* On macOS, use -isysroot in link steps as well as compile steps.Tom Lane2020-11-201-0/+2
* Remove the option to build thread_test.c outside configure.Tom Lane2020-10-211-7/+4
* Fix our Windows stat() emulation to handle file sizes > 4GB.Tom Lane2020-10-091-0/+6
* Split Makefile symbol CFLAGS_VECTOR into two symbols.Tom Lane2020-09-061-13/+19
* Define OPENSSL_API_COMPATPeter Eisentraut2020-07-191-1/+5
* Fix -Wcast-function-type warningsPeter Eisentraut2020-07-141-0/+91
* Stamp HEAD as 14devel.Tom Lane2020-06-071-9/+9
* Stamp 13beta1.REL_13_BETA1Tom Lane2020-05-181-9/+9
* Dial back -Wimplicit-fallthrough to level 3Alvaro Herrera2020-05-131-20/+20
* Add -Wimplicit-fallthrough to CFLAGS and CXXFLAGSAlvaro Herrera2020-05-121-0/+91
* Enable Unix-domain sockets support on WindowsPeter Eisentraut2020-03-281-1/+4
* Define EXEC_BACKEND in pg_config_manual.hPeter Eisentraut2020-03-251-1/+1
* Use pkg-config, if available, to locate libxml2 during configure.Tom Lane2020-03-171-136/+230
* Avoid portability problem introduced in 0a42a2e9c.Tom Lane2020-03-101-1/+1
* Remove win32ver.rc from version_stamp.plPeter Eisentraut2020-03-101-2/+13