summaryrefslogtreecommitdiff
path: root/src/tools/msvc
AgeCommit message (Expand)Author
2020-09-07Skip unnecessary stat() calls in walkdir().Thomas Munro
2020-09-04Remove arbitrary restrictions on password length.Tom Lane
2020-07-24Rename configure.in to configure.acPeter Eisentraut
2020-07-19Define OPENSSL_API_COMPATPeter Eisentraut
2020-07-10Revert "Remove reset of testtablespace from pg_regress on Windows"Michael Paquier
2020-07-06Improve perl script in MSVC to build binariesMichael Paquier
2020-06-29Remove support for timezone "posixrules" file.Tom Lane
2020-06-18Remove reset of testtablespace from pg_regress on WindowsMichael Paquier
2020-06-13Create by default sql/ and expected/ for output directory in pg_regressMichael Paquier
2020-06-11Move frontend-side archive APIs from src/common/ to src/fe_utils/Michael Paquier
2020-06-07MSVC: Avoid warning when testing a TAP suite without PROVE_FLAGS.Noah Misch
2020-05-21Fix MSVC installations with multiple "configure" files detectedMichael Paquier
2020-05-14Initial pgindent and pgperltidy run for v13.Tom Lane
2020-05-06Handle spaces for Python install location in MSVC scriptsMichael Paquier
2020-04-17Use a slightly more liberal regex to detect Visual Studio versionAndrew Dunstan
2020-04-14Set Perl search path more idiomaticallyAndrew Dunstan
2020-04-13Use perl's $/ more idiomaticallyAndrew Dunstan
2020-04-13Use perl warnings pragma consistentlyAndrew Dunstan
2020-04-03Add checksum helper functions.Robert Haas
2020-04-01Add -c/--restore-target-wal to pg_rewindMichael Paquier
2020-03-28Enable Unix-domain sockets support on WindowsPeter Eisentraut
2020-03-25Provide a TLS init hookAndrew Dunstan
2020-03-25Define EXEC_BACKEND in pg_config_manual.hPeter Eisentraut
2020-03-24Move routine building restore_command to src/common/Michael Paquier
2020-03-20Turn off deprecated bison warnings under MSVCAndrew Dunstan
2020-03-10Remove win32ver.rc from version_stamp.plPeter Eisentraut
2020-03-06Create contrib/bool_plperl to provide a bool transform for PL/Perl[U].Tom Lane
2020-03-04Move pg_upgrade's Windows link() implementation to AC_REPLACE_FUNCSPeter Eisentraut
2020-02-28Add PostgreSQL home page to --help outputPeter Eisentraut
2020-02-27Move src/backend/utils/hash/hashfn.c to src/commonRobert Haas
2020-02-25Fix build failure on header generation with repetitive builds of MSVCMichael Paquier
2020-02-21Adjust Solution.pm to set HAVE_STDINT_H.Tom Lane
2020-02-21Fix perlcritic warningsPeter Eisentraut
2020-02-21Allow running src/tools/msvc/mkvcbuild.pl under not WindowsPeter Eisentraut
2020-02-21Assume that we have signed integral types and flexible array members.Tom Lane
2020-02-21Assume that we have <wchar.h>.Tom Lane
2020-02-21Assume that we have utime() and <utime.h>.Tom Lane
2020-02-21Assume that we have rint().Tom Lane
2020-02-21Assume that we have memmove().Tom Lane
2020-02-21Assume that we have cbrt().Tom Lane
2020-02-21Assume that we have isinf().Tom Lane
2020-02-21Assume that we have functional, 64-bit fseeko()/ftello().Tom Lane
2020-02-21Require stdint.hPeter Eisentraut
2020-02-10Simplify passing of configure arguments to pg_configPeter Eisentraut
2020-02-05Add kqueue(2) support to the WaitEventSet API.Thomas Munro
2020-01-30Fix vcregress.pl for new plperl test case.Tom Lane
2020-01-29Add jsonapi.c to Mkvcbuild.pm's @pgcommonallfiles.Robert Haas
2020-01-23Add configure probe for rl_completion_suppress_quote.Tom Lane
2020-01-23Improve psql's tab completion for filenames.Tom Lane
2020-01-19Remove separate files for the initial contents of pg_(sh)descriptionHeikki Linnakangas