Commit Graph

207 Commits (93909599cdba64c8759d646983c0a4ef93de1e50)

Author SHA1 Message Date
Peter Eisentraut cfb63b994e Simplify configure test 3 years ago
Peter Eisentraut c1932e5428 libpq: Allow IP address SANs in server certificates 3 years ago
Peter Eisentraut 23119d51a1 Refactor DLSUFFIX handling 3 years ago
Robert Haas 6c417bbcc8 Add support for building with ZSTD. 3 years ago
Tom Lane de447bb8e6 Suppress warning about stack_base_ptr with late-model GCC. 3 years ago
Tom Lane c5f5b4dd4b Test honestly for <sys/signalfd.h>. 3 years ago
Tom Lane 4b0e37faaf Remove configure's check for rl_completion_append_character. 3 years ago
Thomas Munro f3e78069db Make EXEC_BACKEND more convenient on Linux and FreeBSD. 4 years ago
Bruce Momjian 27b77ecf9f Update copyright for 2022 4 years ago
Tom Lane a7da419810 Add configure probe for rl_variable_bind(). 4 years ago
Tom Lane 3804539e48 Replace random(), pg_erand48(), etc with a better PRNG API and algorithm. 4 years ago
Michael Paquier b2265d305d Add support for Visual Studio 2022 in build scripts 4 years ago
Peter Eisentraut ee3a1a5b63 Remove check for accept() argument types 4 years ago
Michael Paquier 41f30ecc29 Fix build of MSVC with OpenSSL 3.0.0 4 years ago
Tom Lane e529b2dc37 Ensure HAVE_DECL_XXX macros in MSVC builds match those in Unix. 4 years ago
Thomas Munro 5865e064ab Portability fixes for sigwait. 4 years ago
Tom Lane f014b1b9bb Probe for preadv/pwritev in a more macOS-friendly way. 4 years ago
Tom Lane d0a02bdb8c Update configure's probe for libldap to work with OpenLDAP 2.5. 4 years ago
Michael Paquier d5a2c413fc Remove non-existing variable reference in MSVC's Solution.pm 4 years ago
Andrew Dunstan d69fcb9cae
fix syntax error 4 years ago
Andrew Dunstan fb424ae85f
Report configured port in MSVC built pg_config 4 years ago
Michael Paquier 0251106634 Fix MSVC scripts when building with GSSAPI/Kerberos 4 years ago
Tom Lane def5b065ff Initial pgindent and pgperltidy run for v14. 4 years ago
Michael Paquier 9ca40dcd4d Add support for LZ4 build in MSVC scripts 4 years ago
Andrew Dunstan 8fa6e6919c
Add a copyright notice to perl files lacking one. 4 years ago
Michael Paquier e6bdfd9700 Refactor HMAC implementations 4 years ago
Tom Lane 2c75f8a612 Remove useless configure probe for <lz4/lz4.h>. 4 years ago
Tom Lane 4d399a6fbe Bring configure support for LZ4 up to snuff. 4 years ago
Thomas Munro 61752afb26 Provide recovery_init_sync_method=syncfs. 4 years ago
Robert Haas bbe0a81db6 Allow configurable LZ4 TOAST compression. 4 years ago
Thomas Munro 44bf3d5083 Add missing pthread_barrier_t. 4 years ago
Thomas Munro 8eda3eba30 Use sort_template.h for qsort_tuple() and qsort_ssup(). 4 years ago
Tom Lane 62f34097c8 Build in some knowledge about foreign-key relationships in the catalogs. 4 years ago
Michael Paquier fe61df7f82 Introduce --with-ssl={openssl} as a configure option 4 years ago
Michael Paquier 733d670073 Switch "cl /?" to "cl /help" in MSVC scripts for platform detection 5 years ago
Thomas Munro 13a021f3e8 Provide pg_preadv() and pg_pwritev(). 5 years ago
Tom Lane 7ca37fb040 Use setenv() in preference to putenv(). 5 years ago
Magnus Hagander 16f96c74d4 Remove ability to independently select random number generator 5 years ago
Peter Eisentraut bdc4edbea6 Move catalog index declarations 5 years ago
Peter Eisentraut b4c9695e79 Move catalog toast table declarations 5 years ago
Peter Eisentraut 25244b8972 Rename configure.in to configure.ac 5 years ago
Peter Eisentraut 4d3db13621 Define OPENSSL_API_COMPAT 5 years ago
Tom Lane 5cbfce562f Initial pgindent and pgperltidy run for v13. 5 years ago
Peter Eisentraut 8f3ec75de4 Enable Unix-domain sockets support on Windows 5 years ago
Peter Eisentraut 0a42a2e9ce Remove win32ver.rc from version_stamp.pl 5 years ago
Peter Eisentraut 0ad6f848ee Move pg_upgrade's Windows link() implementation to AC_REPLACE_FUNCS 5 years ago
Peter Eisentraut 1933ae629e Add PostgreSQL home page to --help output 5 years ago
Michael Paquier 59f9cd9dd5 Fix build failure on header generation with repetitive builds of MSVC 5 years ago
Tom Lane ec4a7851d5 Adjust Solution.pm to set HAVE_STDINT_H. 5 years ago
Peter Eisentraut 73c8596488 Allow running src/tools/msvc/mkvcbuild.pl under not Windows 5 years ago