Commit Graph

172 Commits (b663a4136331de6c7364226e3dbf7c88bfee7145)

Author SHA1 Message Date
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
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
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 c32704441d Add configure probe for rl_completion_suppress_quote. 6 years ago
Tom Lane cd69ec66c8 Improve psql's tab completion for filenames. 6 years ago
Peter Eisentraut 16a4a3d59c Remove libpq.rc, use win32ver.rc for libpq 6 years ago
Peter Eisentraut 8f4fb4c648 Generate pg_config.h from pg_config.h.in on Windows 6 years ago
Peter Eisentraut 877b61e9ce Cosmetic cleaning of pg_config.h.win32 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
Peter Eisentraut 38d8dce61f Remove some code for old unsupported versions of MSVC 6 years ago
Andrew Dunstan ad7595b890 Handle spaces in OpenSSL install location for MSVC 6 years ago
Michael Paquier 39aadc9842 Fix some inconsistencies in MSVC scripts 6 years ago
Michael Paquier 2b1394fc2b Add support for Visual Studio 2019 in build scripts 6 years ago
Michael Paquier d993e0fb82 Add support for OpenSSL 1.1.0 and newer versions in MSVC scripts 6 years ago
Michael Paquier 414cca40d5 Remove last references to WAL segment size in MSVC scripts 6 years ago
Tom Lane db6e2b4c52 Initial pgperltidy run for v12. 6 years ago
Alexander Korotkov 550b9d26f8 Get rid of jsonpath_gram.h and jsonpath_scanner.h 6 years ago
Alexander Korotkov 72b6460336 Partial implementation of SQL/JSON path language 6 years ago
Alvaro Herrera d357a16997 Blind attempt at fixing Windows build 6 years ago
Tom Lane c64d0cd5ce Use perfect hashing, instead of binary search, for keyword lookup. 7 years ago
Tom Lane afb0d0712f Replace the data structure used for keyword lookup. 7 years ago
Tom Lane 814c9019aa Use symbolic references for pg_language OIDs in the bootstrap data. 7 years ago
Andres Freund 09568ec3d3 Create a separate oid range for oids assigned by genbki.pl. 7 years ago
Peter Eisentraut 842cb9fa62 Refactor dlopen() support 7 years ago
Andres Freund d9dd406fe2 Require C99 (and thus MSCV 2013 upwards). 7 years ago
Andrew Dunstan d842139099 perltidy run prior to branching 7 years ago