Commit Graph

8 Commits (a1b8aa1e4eec520ed8f11c3d134a7a866358d39a)

Author SHA1 Message Date
Michael Paquier 525e60b742 Fix compilation of uuid-ossp 5 years ago
Tom Lane 4823c4f6ac Remove configure-time probe for DocBook DTD. 5 years ago
Magnus Hagander 16f96c74d4 Remove ability to independently select random number generator 5 years ago
Tom Lane 49407dc32a On macOS, use -isysroot in link steps as well as compile steps. 5 years ago
Tom Lane 8a2121185b Remove the option to build thread_test.c outside configure. 5 years ago
Tom Lane bed90759fc Fix our Windows stat() emulation to handle file sizes > 4GB. 5 years ago
Tom Lane 695de5d1ed Split Makefile symbol CFLAGS_VECTOR into two symbols. 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
Peter Eisentraut de8feb1f3a Fix -Wcast-function-type warnings 5 years ago
Tom Lane d10b19e224 Stamp HEAD as 14devel. 5 years ago
Tom Lane 7966b79801 Stamp 13beta1. 5 years ago
Alvaro Herrera 17cc133f01
Dial back -Wimplicit-fallthrough to level 3 5 years ago
Alvaro Herrera 3e9744465d
Add -Wimplicit-fallthrough to CFLAGS and CXXFLAGS 5 years ago
Peter Eisentraut f5817595a7 Define EXEC_BACKEND in pg_config_manual.h 5 years ago
Tom Lane 0bc8cebdb8 Use pkg-config, if available, to locate libxml2 during configure. 5 years ago
Tom Lane dbf05a1439 Avoid portability problem introduced in 0a42a2e9c. 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
Peter Eisentraut 864934131e Refer to bug report address by symbol rather than hardcoding 5 years ago
Tom Lane f4d59369d2 Assume that we have signed integral types and flexible array members. 5 years ago
Tom Lane 97cf1fa4ed Assume that we have <wchar.h>. 5 years ago
Tom Lane 481c8e9232 Assume that we have utime() and <utime.h>. 5 years ago
Tom Lane f88a058200 Assume that we have rint(). 5 years ago
Tom Lane 1200d71a09 Assume that we have memmove(). 5 years ago
Tom Lane abe41f453a Assume that we have cbrt(). 5 years ago
Tom Lane 7fde892bc1 Assume that we have isinf(). 5 years ago
Tom Lane 799d22461a Assume that we have functional, 64-bit fseeko()/ftello(). 5 years ago
Peter Eisentraut 957338418b Require stdint.h 5 years ago
Peter Eisentraut b691c189c6 Simplify passing of configure arguments to pg_config 5 years ago
Thomas Munro 815c2f0972 Add kqueue(2) support to the WaitEventSet API. 5 years ago
Tom Lane cd69ec66c8 Improve psql's tab completion for filenames. 6 years ago
Tom Lane 7c015045b9 Add basic TAP tests for psql's tab-completion logic. 6 years ago
Bruce Momjian 7559d8ebfa Update copyrights for 2020 6 years ago
Peter Eisentraut e975c1a602 Add support for MSYS2 6 years ago
Peter Eisentraut f14413b684 Sort out getpeereid() and peer auth handling on Windows 6 years ago
Michael Paquier 7d0bcb0477 Fix handling of OpenSSL's SSL_clear_options 6 years ago
Michael Paquier 28f4bba66b Remove configure check for OpenSSL's SSL_get_current_compression() 6 years ago
Peter Eisentraut 4513d8b07b Move configure --disable-float8-byval to pg_config_manual.h 6 years ago
Peter Eisentraut 2e4db241bf Remove configure --disable-float4-byval 6 years ago
Tom Lane 7a0574b50e Fix ecpglib.h to declare bool consistently with c.h. 6 years ago
Alvaro Herrera 71a8a4f6e3 Add backtrace support for error reporting 6 years ago
Peter Eisentraut effa40281b Remove HAVE_LONG_LONG_INT 6 years ago
Tom Lane d995fd667f Use CFLAGS_SL while probing linkability of libperl. 6 years ago
Tom Lane 44273ce4f6 Select CFLAGS_SL at configure time, not in platform-specific Makefiles. 6 years ago
Noah Misch 30ee5d17c2 For all ppc compilers, implement compare_exchange and fetch_add with asm. 6 years ago
Noah Misch 87e9fae069 Revert "For all ppc compilers, implement pg_atomic_fetch_add_ with inline asm." 6 years ago
Noah Misch e7ff59686e For all ppc compilers, implement pg_atomic_fetch_add_ with inline asm. 6 years ago
Peter Eisentraut 74a308cf52 Use explicit_bzero 6 years ago