Commit Graph

1659 Commits (fe604800681aed8228fbe67d2e175d6822c66ea2)

Author SHA1 Message Date
Tom Lane d0587f52b3 Fix up recent breakage of headerscheck and cpluspluscheck. 6 years ago
Andrew Dunstan 71c2fd0c04 Turn off deprecated bison warnings under MSVC 6 years ago
Alexander Korotkov 45452825e5 Add new typedefs introduced in 773df883e8 to typedefs.list 6 years ago
Peter Eisentraut 0a42a2e9ce Remove win32ver.rc from version_stamp.pl 6 years ago
Tom Lane 36058a3c55 Create contrib/bool_plperl to provide a bool transform for PL/Perl[U]. 6 years ago
Peter Eisentraut 0ad6f848ee Move pg_upgrade's Windows link() implementation to AC_REPLACE_FUNCS 6 years ago
Tom Lane 7b425a5283 Blacklist port/win32_msvc/utime.h in cpluspluscheck and headerscheck. 6 years ago
Peter Eisentraut 1933ae629e Add PostgreSQL home page to --help output 6 years ago
Robert Haas 05d8449e73 Move src/backend/utils/hash/hashfn.c to src/common 6 years ago
Michael Paquier 59f9cd9dd5 Fix build failure on header generation with repetitive builds of MSVC 6 years ago
Tom Lane ec4a7851d5 Adjust Solution.pm to set HAVE_STDINT_H. 6 years ago
Peter Eisentraut b24e125696 Fix perlcritic warnings 6 years ago
Peter Eisentraut 73c8596488 Allow running src/tools/msvc/mkvcbuild.pl under not Windows 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 26a81bb815 Fix vcregress.pl for new plperl test case. 6 years ago
Robert Haas 006b9dcad4 Add jsonapi.c to Mkvcbuild.pm's @pgcommonallfiles. 6 years ago
Peter Eisentraut cc25464763 Add exclusion to headercheck 6 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
Amit Kapila 40d964ec99 Allow vacuum command to process indexes in parallel. 6 years ago
Heikki Linnakangas 7aaefadaac Remove separate files for the initial contents of pg_(sh)description 6 years ago
Michael Paquier f7cd5896a6 Move OpenSSL routines for min/max protocol setting to src/common/ 6 years ago
Tom Lane e6afa8918c Move wchar.c and encnames.c to src/common/. 6 years ago
Peter Eisentraut 16a4a3d59c Remove libpq.rc, use win32ver.rc for libpq 6 years ago
Bruce Momjian 7316f11be0 tools/copyright.pl: skip copyright changes for *.key files 6 years ago
Peter Eisentraut f85a485f89 Add support for automatically updating Unicode derived files 6 years ago
Peter Eisentraut 45223fd9ce Modernize Python exception syntax in tests 6 years ago
Bruce Momjian 7559d8ebfa Update copyrights for 2020 6 years ago
Peter Eisentraut 77f416af6e Clean up inconsistent backslash use in paths 6 years ago
Peter Eisentraut 8f4fb4c648 Generate pg_config.h from pg_config.h.in on Windows 6 years ago
Michael Paquier e1551f96e6 Refactor attribute mappings used in logical tuple conversion 6 years ago
Peter Eisentraut f14413b684 Sort out getpeereid() and peer auth handling on Windows 6 years ago
Peter Eisentraut 877b61e9ce Cosmetic cleaning of pg_config.h.win32 6 years ago
Alvaro Herrera 9a79823496 Blind attempt at fixing ecpg/compatlib's build 6 years ago
Michael Paquier a4fd3aa719 Refactor query cancellation code into src/fe_utils/ 6 years ago
Peter Eisentraut 4513d8b07b Move configure --disable-float8-byval to pg_config_manual.h 6 years ago
Michael Paquier 4cb658af70 Refactor reloption handling for index AMs in-core 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
Andres Freund 26aaf97b68 Make StringInfo available to frontend code. 6 years ago