summaryrefslogtreecommitdiff
path: root/src/tools/msvc
AgeCommit message (Expand)Author
2021-01-29Retire pg_standby.Thomas Munro
2021-01-23Introduce SHA1 implementations in the cryptohash infrastructureMichael Paquier
2021-01-21Switch "cl /?" to "cl /help" in MSVC scripts for platform detectionMichael Paquier
2021-01-14Rework refactoring of hex and encoding routinesMichael Paquier
2021-01-13Move our p{read,write}v replacements into their own files.Thomas Munro
2021-01-11Provide pg_preadv() and pg_pwritev().Thomas Munro
2020-12-30Use setenv() in preference to putenv().Tom Lane
2020-12-28Revert "Add key management system" (978f869b99) & later commitsBruce Momjian
2020-12-25Add key management systemBruce Momjian
2020-12-24move hex_decode() to /common so it can be called from frontendBruce Momjian
2020-12-24Fix typos and grammar in docs and commentsMichael Paquier
2020-12-10Refactor MD5 implementations according to new cryptohash infrastructureMichael Paquier
2020-12-02Move SHA2 routines to a new generic API layer for crypto hashesMichael Paquier
2020-11-20Remove ability to independently select random number generatorMagnus Hagander
2020-11-11Remove line missed in previous commitMagnus Hagander
2020-11-11Remove vacuumdb --analyze-in-stages from pg_upgrade testsMagnus Hagander
2020-11-09Remove analyze_new_cluster script from pg_upgradeMagnus Hagander
2020-11-07Move catalog index declarationsPeter Eisentraut
2020-11-07Move catalog toast table declarationsPeter Eisentraut
2020-10-17Sync our copy of the timezone library with IANA release tzcode2020c.Tom Lane
2020-10-09Fix our Windows stat() emulation to handle file sizes > 4GB.Tom Lane
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