summaryrefslogtreecommitdiff
path: root/configure
Commit message (Expand)AuthorAgeFilesLines
* 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
* Move pg_upgrade's Windows link() implementation to AC_REPLACE_FUNCSPeter Eisentraut2020-03-041-0/+13
* Add PostgreSQL home page to --help outputPeter Eisentraut2020-02-281-2/+4
* Assume that we have signed integral types and flexible array members.Tom Lane2020-02-211-72/+0
* Assume that we have <wchar.h>.Tom Lane2020-02-211-1/+1
* Assume that we have utime() and <utime.h>.Tom Lane2020-02-211-2/+2
* Assume that we have rint().Tom Lane2020-02-211-13/+0
* Assume that we have memmove().Tom Lane2020-02-211-1/+1
* Assume that we have cbrt().Tom Lane2020-02-211-1/+1
* Assume that we have isinf().Tom Lane2020-02-211-58/+1
* Assume that we have functional, 64-bit fseeko()/ftello().Tom Lane2020-02-211-26/+4
* Require stdint.hPeter Eisentraut2020-02-211-73/+0
* Simplify passing of configure arguments to pg_configPeter Eisentraut2020-02-101-2/+4
* Add kqueue(2) support to the WaitEventSet API.Thomas Munro2020-02-051-2/+2
* Add configure probe for rl_completion_suppress_quote.Tom Lane2020-01-231-0/+39
* Improve psql's tab completion for filenames.Tom Lane2020-01-231-3/+84
* Remove support for Python older than 2.6Peter Eisentraut2020-01-081-2/+2
* Add basic TAP tests for psql's tab-completion logic.Tom Lane2020-01-021-0/+2