Commit Graph

943 Commits (3b77dce863d94de2de40b2a302c0f58248655e6c)

Author SHA1 Message Date
Peter Eisentraut 1933ae629e Add PostgreSQL home page to --help output 6 years ago
Peter Eisentraut 864934131e Refer to bug report address by symbol rather than hardcoding 6 years ago
Tom Lane f4d59369d2 Assume that we have signed integral types and flexible array members. 6 years ago
Tom Lane 97cf1fa4ed Assume that we have <wchar.h>. 6 years ago
Tom Lane 481c8e9232 Assume that we have utime() and <utime.h>. 6 years ago
Tom Lane f88a058200 Assume that we have rint(). 6 years ago
Tom Lane 1200d71a09 Assume that we have memmove(). 6 years ago
Tom Lane abe41f453a Assume that we have cbrt(). 6 years ago
Tom Lane 7fde892bc1 Assume that we have isinf(). 6 years ago
Tom Lane 799d22461a Assume that we have functional, 64-bit fseeko()/ftello(). 6 years ago
Peter Eisentraut 957338418b Require stdint.h 6 years ago
Peter Eisentraut b691c189c6 Simplify passing of configure arguments to pg_config 6 years ago
Thomas Munro 815c2f0972 Add kqueue(2) support to the WaitEventSet API. 6 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
Peter Eisentraut c45643d618 Remove configure detection of crypt() 6 years ago
Peter Eisentraut 416c75cf38 Update to DocBook 4.5 6 years ago
Peter Eisentraut c72f9b9502 Remove support for non-ELF BSD systems 7 years ago
Tom Lane 615cebc94b Stamp HEAD as 13devel. 7 years ago
Michael Paquier 322c5bfdc3 Remove remaining traces of Rand_OpenSSL() from the tree 7 years ago
Tom Lane 0ab7110bcb Stamp 12beta2. 7 years ago
Tom Lane a240570b1e Stamp 12beta1. 7 years ago
Noah Misch d1299aabbd Fix PERMIT_DECLARATION_AFTER_STATEMENT initialization. 7 years ago
Tom Lane 02a6a54ecd Make use of compiler builtins and/or assembly for CLZ, CTZ, POPCNT. 7 years ago
Andrew Gierth 72880ac182 Cygwin and Mingw floating-point fixes. 7 years ago
Alvaro Herrera 457aef0f1f Revert attempts to use POPCNT etc instructions 7 years ago
Alvaro Herrera fc6c72747a Fix compiler builtin usage in new pg_bitutils.c 7 years ago
Alvaro Herrera 109de05cbb Fix portability issues in pg_bitutils 7 years ago
Alvaro Herrera 711bab1e4d Add basic support for using the POPCNT and SSE4.2s LZCNT opcodes 7 years ago
Andrew Gierth 02ddd49932 Change floating-point output format for improved performance. 7 years ago
Andrew Gierth f397e08599 Use strtof() and not strtod() for float4 input. 7 years ago
Peter Eisentraut 4446565d36 Use better comment marker in Autoconf input 7 years ago
Tom Lane ee27584c4a Second try at fixing ecpglib thread-safety problem. 7 years ago
Tom Lane 8eb4a9312c Avoid thread-safety problem in ecpglib. 7 years ago