Commit Graph

697 Commits (7684b6fbed3a0770a0d8fdcbb5cf8b61394de691)

Author SHA1 Message Date
Magnus Hagander 4e3ffd5981 Remove line missed in previous commit 5 years ago
Magnus Hagander 1e12a495b4 Remove vacuumdb --analyze-in-stages from pg_upgrade tests 5 years ago
Magnus Hagander 8f113698b6 Remove analyze_new_cluster script from pg_upgrade 5 years ago
Peter Eisentraut bdc4edbea6 Move catalog index declarations 5 years ago
Peter Eisentraut b4c9695e79 Move catalog toast table declarations 5 years ago
Tom Lane ce0e97f808 Sync our copy of the timezone library with IANA release tzcode2020c. 5 years ago
Tom Lane bed90759fc Fix our Windows stat() emulation to handle file sizes > 4GB. 5 years ago
Thomas Munro 861c6e7c8e Skip unnecessary stat() calls in walkdir(). 5 years ago
Tom Lane 67a472d71c Remove arbitrary restrictions on password length. 5 years ago
Peter Eisentraut 25244b8972 Rename configure.in to configure.ac 6 years ago
Peter Eisentraut 4d3db13621 Define OPENSSL_API_COMPAT 6 years ago
Michael Paquier 61be85afab Revert "Remove reset of testtablespace from pg_regress on Windows" 6 years ago
Michael Paquier 404b912c5c Improve perl script in MSVC to build binaries 6 years ago
Tom Lane ea57e531b9 Remove support for timezone "posixrules" file. 6 years ago
Michael Paquier 2b2a070d98 Remove reset of testtablespace from pg_regress on Windows 6 years ago
Michael Paquier e78900afd2 Create by default sql/ and expected/ for output directory in pg_regress 6 years ago
Michael Paquier a3b2bf1fe7 Move frontend-side archive APIs from src/common/ to src/fe_utils/ 6 years ago
Noah Misch 5a2398b0b2 MSVC: Avoid warning when testing a TAP suite without PROVE_FLAGS. 6 years ago
Michael Paquier d2a9959907 Fix MSVC installations with multiple "configure" files detected 6 years ago
Tom Lane 5cbfce562f Initial pgindent and pgperltidy run for v13. 6 years ago
Michael Paquier beb2516e96 Handle spaces for Python install location in MSVC scripts 6 years ago
Andrew Dunstan a9659fb654 Use a slightly more liberal regex to detect Visual Studio version 6 years ago
Andrew Dunstan e60c6f6ea1 Set Perl search path more idiomatically 6 years ago
Andrew Dunstan 8f00d84afc Use perl's $/ more idiomatically 6 years ago
Andrew Dunstan 7be5d8df1f Use perl warnings pragma consistently 6 years ago
Robert Haas c12e43a2e0 Add checksum helper functions. 6 years ago
Michael Paquier a7e8ece41c Add -c/--restore-target-wal to pg_rewind 6 years ago
Peter Eisentraut 8f3ec75de4 Enable Unix-domain sockets support on Windows 6 years ago
Andrew Dunstan 896fcdb230 Provide a TLS init hook 6 years ago
Peter Eisentraut f5817595a7 Define EXEC_BACKEND in pg_config_manual.h 6 years ago
Michael Paquier e09ad07b21 Move routine building restore_command to src/common/ 6 years ago
Andrew Dunstan 71c2fd0c04 Turn off deprecated bison warnings under MSVC 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
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