Commit Graph

802 Commits (9057ddbefe7e8a1aed8ea91fc0f98f31b8e693d7)

Author SHA1 Message Date
Michael Paquier 5c32549460 Fix detection of unseekable files for fseek() and ftello() with MSVC 3 years ago
Andrew Dunstan 696fa4749b Don't force SQL_ASCII/no-locale for installcheck in vcregress.pl 3 years ago
Michael Paquier 5fd61055ea Fix handling of SCRAM-SHA-256's channel binding with RSA-PSS certificates 3 years ago
Andrew Dunstan b5d8fd4182 Fix binary mismatch for MSVC plperl vs gcc built perl libs 3 years ago
Tom Lane 23e7b38bfe Pre-beta mechanical code beautification. 4 years ago
Michael Paquier 0826ac89ac Improve setup of environment values for commands in MSVC's vcregress.pl 4 years ago
Peter Eisentraut cfb63b994e Simplify configure test 4 years ago
Daniel Gustafsson 0432490d29 Rename libpq test programs with libpq_ prefix 4 years ago
Andrew Dunstan a17fd67d2f
Build libpq test programs under MSVC 4 years ago
Michael Paquier a4b57543ac Rename backup_compression.{c,h} to compression.{c,h} 4 years ago
Michael Paquier d2a2ce4184 Make upgradecheck a no-op in MSVC's vcregress.pl 4 years ago
Peter Eisentraut c1932e5428 libpq: Allow IP address SANs in server certificates 4 years ago
Michael Paquier 322becb608 Switch the regression tests of pg_upgrade to use TAP tests 4 years ago
Peter Eisentraut 23119d51a1 Refactor DLSUFFIX handling 4 years ago
Robert Haas ffd53659c4 Replace BASE_BACKUP COMPRESSION_LEVEL option with COMPRESSION_DETAIL. 4 years ago
Robert Haas 7cf085f077 Add support for zstd base backup compression. 4 years ago
Andres Freund db23464715 plpython: Remove regression test infrastructure for Python 2. 4 years ago
Robert Haas 6c417bbcc8 Add support for building with ZSTD. 4 years ago
Tom Lane de447bb8e6 Suppress warning about stack_base_ptr with late-model GCC. 4 years ago
Andres Freund 19252e8ec9 plpython: Reject Python 2 during build configuration. 4 years ago
Thomas Munro 7e6124ca7d Remove REGRESS_OUTPUTDIR environment variable. 4 years ago
Robert Haas 751b8d23b7 pg_basebackup: Allow client-side LZ4 (de)compression. 4 years ago
Tom Lane c5f5b4dd4b Test honestly for <sys/signalfd.h>. 4 years ago
Tom Lane 4b0e37faaf Remove configure's check for rl_completion_append_character. 4 years ago
Robert Haas 0d72d6b341 Add bbstreamer_gzip.c to Mkvcbuild.pm. 4 years ago
Michael Paquier 410aa248e5 Fix various typos, grammar and code style in comments and docs 4 years ago
Andrew Dunstan f80900be06
Allow clean.bat to be run from anywhere 4 years ago
Thomas Munro 35b2803cf2 Move 027_stream_regress.pl's output to tmp_check. 4 years ago
Thomas Munro f47ed79cc8 Test replay of regression tests, attempt II. 4 years ago
Thomas Munro dccee0f2b7 Revert "Test replay of regression tests." 4 years ago
Thomas Munro 123828a7fa Test replay of regression tests. 4 years ago
Thomas Munro d6d317dbf6 Use in-place tablespaces in regression test. 4 years ago
Tom Lane 98e93a1fc9 Clean up messy API for src/port/thread.c. 4 years ago
Andrew Dunstan 90657b42bf
Avoid warning about uninitialized value in MSVC python3 tests 4 years ago
Thomas Munro f3e78069db Make EXEC_BACKEND more convenient on Linux and FreeBSD. 4 years ago
Bruce Momjian 27b77ecf9f Update copyright for 2022 4 years ago
Andrew Dunstan c3879a7b4c
Allow MSVC .bat wrappers to be called from anywhere 4 years ago
Andrew Dunstan 825d95e8a8
Skip install/test of pgcrypto on MSVC when not built with openssl 4 years ago
Michael Paquier 3d5ffccb6d Add option -N/--no-sync to pg_upgrade 4 years ago
Michael Paquier 7acd01015c Adjust behavior of some env settings for the TAP tests of MSVC 4 years ago
Thomas Munro e2f0f8ed25 Check for STATUS_DELETE_PENDING on Windows. 4 years ago
Andrew Dunstan edc2332550
Enable settings used in TAP tests for MSVC builds 4 years ago
Tom Lane a7da419810 Add configure probe for rl_variable_bind(). 4 years ago
Daniel Gustafsson e7122548a3 Disable unused-variable warning C4101 in MSVC 4 years ago
Tom Lane 3804539e48 Replace random(), pg_erand48(), etc with a better PRNG API and algorithm. 4 years ago
Michael Paquier b2265d305d Add support for Visual Studio 2022 in build scripts 4 years ago
Peter Eisentraut ee3a1a5b63 Remove check for accept() argument types 4 years ago
Tom Lane 3c2c391dc9 Blind attempt to fix MSVC pgcrypto build. 4 years ago
Tom Lane d8bf0a1c1d Un-break pg_basebackup's MSVC build. 4 years ago
Peter Eisentraut db7d1a7b05 pgcrypto: Remove non-OpenSSL support 4 years ago