summaryrefslogtreecommitdiff
path: root/src/tools
AgeCommit message (Expand)Author
2024-06-26Remove redundant perl version checksAndrew Dunstan
2021-10-23Avoid race in RelationBuildDesc() affecting CREATE INDEX CONCURRENTLY.Noah Misch
2021-10-20Fix build of MSVC with OpenSSL 3.0.0Michael Paquier
2021-09-29Fix WAL replay in presence of an incomplete recordAlvaro Herrera
2021-05-28fix syntax errorAndrew Dunstan
2021-05-28Report configured port in MSVC built pg_configAndrew Dunstan
2021-05-27Fix MSVC scripts when building with GSSAPI/KerberosMichael Paquier
2020-10-16Sync our copy of the timezone library with IANA release tzcode2020c.Tom Lane
2020-06-08Avoid need for valgrind suppressions for pg_atomic_init_u64 on some platforms.Andres Freund
2020-06-07MSVC: Avoid warning when testing a TAP suite without PROVE_FLAGS.Noah Misch
2020-06-05Refresh function name in CRC-associated Valgrind suppressions.Noah Misch
2020-05-21Fix MSVC installations with multiple "configure" files detectedMichael Paquier
2020-05-06Handle spaces for Python install location in MSVC scriptsMichael Paquier
2020-04-24Update Windows timezone name list to include currently-known zones.Tom Lane
2020-04-24Improve placement of "display name" comment in win32_tzmap[] entries.Tom Lane
2020-04-17Use a slightly more liberal regex to detect Visual Studio versionAndrew Dunstan
2020-03-20Turn off deprecated bison warnings under MSVCAndrew Dunstan
2019-10-04Handle spaces in OpenSSL install location for MSVCAndrew Dunstan
2019-09-19Improve handling of NULLs in KNN-GiST and KNN-SP-GiSTAlexander Korotkov
2019-09-11Expand properly list of TAP tests used for prove in vcregress.plMichael Paquier
2019-07-25Fix syntax error in commit 20e99cddd.Tom Lane
2019-07-25Honor MSVC WindowsSDKVersion if setAndrew Dunstan
2019-07-03Add support for Visual Studio 2019 in build scriptsMichael Paquier
2019-06-26Add support for OpenSSL 1.1.0 and newer versions in MSVC scriptsMichael Paquier
2019-05-28MSVC: Add "use File::Path qw(rmtree)".Noah Misch
2019-05-28In the pg_upgrade test suite, don't write to src/test/regress.Noah Misch
2019-05-28In the pg_upgrade test suite, remove and recreate "tmp_check".Noah Misch
2019-05-19Revert "In the pg_upgrade test suite, don't write to src/test/regress."Noah Misch
2019-05-19In the pg_upgrade test suite, don't write to src/test/regress.Noah Misch
2019-04-12Consistently test for in-use shared memory.Noah Misch
2019-04-05Revert "Consistently test for in-use shared memory."Noah Misch
2019-04-03Consistently test for in-use shared memory.Noah Misch
2019-02-06Unify searchpath and do file logic in MSVC build scripts.Andrew Dunstan
2019-02-05Fix included file path for modern perlAndrew Dunstan
2019-02-05More fixed for modern perl on back branchesAndrew Dunstan
2019-01-19Revert "Add valgrind suppressions for wcsrtombs optimizations"Tomas Vondra
2018-11-18Add valgrind suppressions for wcsrtombs optimizationsTomas Vondra
2018-10-28Fix perl searchpath for modern perl for MSVC toolsAndrew Dunstan
2018-07-28pgtest: run clean, build, and check stages separatelyBruce Momjian
2018-07-28pgtest: grab possible warnings from install.logBruce Momjian
2018-07-09Prevent accidental linking of system-supplied copies of libpq.so etc.Tom Lane
2018-05-06Clear severity 5 perlcritic warnings from vcregress.plAndrew Dunstan
2018-05-04Provide for testing on python3 modules when under MSVCAndrew Dunstan
2018-02-27Fix up ecpg's configuration so it handles "long long int" in MSVC builds.Tom Lane
2018-02-26Empty search_path in Autovacuum and non-psql/pgbench clients.Noah Misch
2018-01-03Fix use of config-specific libraries for Windows OpenSSLAndrew Dunstan
2017-12-09MSVC 2012+: Permit linking to 32-bit, MinGW-built libraries.Noah Misch
2017-12-08MSVC: Test whether 32-bit Perl needs -D_USE_32BIT_TIME_T.Noah Misch
2017-12-08MSVC: Remove cosmetic, cross-branch differences pertaining to Perl.Noah Misch
2017-11-27Fix typo in commentMagnus Hagander