Commit Graph

1738 Commits (7684b6fbed3a0770a0d8fdcbb5cf8b61394de691)

Author SHA1 Message Date
Magnus Hagander d602592494 Make it possible, and default, for MingW to build with SSPI support 19 years ago
Magnus Hagander f70866fb23 SSPI authentication on Windows. GSSAPI compatible client when doing Kerberos 19 years ago
Magnus Hagander 784fd04940 Enable GSSAPI to build using MSVC. Always build GSSAPI when Kerberos is 19 years ago
Magnus Hagander 6771994058 Fix freenig of names in Kerberos when using MIT - need to use the 19 years ago
Magnus Hagander d5eaa637ce Move parse.h into src/backend on msvc, which is where it is on Unix. 19 years ago
Magnus Hagander 454333a687 Add notes about configuring Visual Studio Express for use with the 19 years ago
Magnus Hagander d1eaa42fd5 Add extra checks for buildfarm to pick up errors when running 19 years ago
Andrew Dunstan 52ba24a156 Quiet warnings about redefined PGPORT macros for MSVC. 19 years ago
Magnus Hagander ee0d34ab64 ECPG requires a local include directory to override the project-wide ones. 19 years ago
Magnus Hagander 09922597c5 Rewrite ECPG regression test driver in C, by splitting the standard 19 years ago
Michael Meskes 93625aa8ac Applied Joachim's patch for ecpg_config.h creation on Vista. 19 years ago
Andrew Dunstan ea7f18d15b fix perl thinko 19 years ago
Andrew Dunstan 42a65e39a5 Use configured pgport in MSVC config file. 19 years ago
Magnus Hagander 2ede0ecacc Log directory we're installing into. 19 years ago
Tom Lane bc8036fc66 Support arrays of composite types, including the rowtypes of regular tables 19 years ago
Magnus Hagander 40f7b9e169 Release builds generate different strangely formatted export names 19 years ago
Magnus Hagander d6013a34f2 Add wrapper script around install.pl that calls buildenv.bat before doing 19 years ago
Magnus Hagander 6cc02136a4 Properly set MODULE_PATHNAME based on module name instead of incorrectly based 19 years ago
Magnus Hagander 5ea27a4b28 libpgtypes is a client lib, should not link with backend. 19 years ago
Magnus Hagander 2d7f4f2220 Generate "fake configure output" for pg_config, so that external builds 19 years ago
Magnus Hagander 6792b4bba3 Install libpgport.lib as needed by some client programs. 19 years ago
Magnus Hagander 9295463087 Install headers in the same directory structure as Mingw. 19 years ago
Magnus Hagander 152b77aa3d Don't try to install uuid-ossp since we don't build it. 19 years ago
Magnus Hagander ac7e6c0665 Fix build for directories with spaces in them by quoting properly. 19 years ago
Magnus Hagander adf7788c5e Don't try to build uuid-ossp on msvc. 19 years ago
Bruce Momjian 0240b28668 Add script major_release_split to simplify creating release notes for 19 years ago
Bruce Momjian d4b832508a Add mention of checking <link> behavior of HISTORY.html to release 19 years ago
Magnus Hagander 62d25256f1 Change default build to release, to be consistent with unix build. 19 years ago
Magnus Hagander de9effb55f Enable IPV6 for all MSVC builds, including the VC6 libpq-only build. 19 years ago
Magnus Hagander b60ddffa93 Install debugger symbols (in their own directory) 19 years ago
Magnus Hagander 4dd3365086 Enable IPV6 when building with MSVC. 19 years ago
Andrew Dunstan e1f1a5358b Only run contrib check if there is a Makefile 19 years ago
Magnus Hagander ab94cc92e4 Continue running contrib regression tests if one fails, and exit 19 years ago
Magnus Hagander 4c40130296 Make sure list of tests is cleared out before getting the new list 19 years ago
Andrew Dunstan 618aec735c improve test headings 19 years ago
Andrew Dunstan e687c4c3c7 Don't install files for xml2 when building without libxml. 19 years ago
Magnus Hagander 8f296ebea7 Don't install files for sslinfo when building without openssl. 19 years ago
Magnus Hagander b7d3a84539 xcopy can only deal with forward-slashed paths when it's quoted - needed 19 years ago
Magnus Hagander 81622ac36e Install include files 19 years ago
Magnus Hagander 96b171903d Make ECPG regression tests use native threading instead of pthreads, now that 19 years ago
Magnus Hagander 87564ffc6a Install import libraries used to link to libpq, ecpg and the backend. 19 years ago
Magnus Hagander 8ca1571665 Support for installing NLS files, and update support to use gettext 19 years ago
Magnus Hagander 5e37b4cb1a Install contrib sql and readme files 19 years ago
Magnus Hagander ecfb932a5a Properly parse the name of contrib modules that aren't named the same 19 years ago
Magnus Hagander 6b77e3a8cc Forgot commit: support for special-cases in pgcrypto 19 years ago
Magnus Hagander 3024b0aa94 Support for running contribcheck on msvc 19 years ago
Magnus Hagander e69f7f450c Generate SQL files for /contrib (based on .sql.in) 19 years ago
Magnus Hagander fb8155d0d2 Add define to exclude configured libraries, to be able to easily build a 19 years ago
Magnus Hagander d55227f01b Forgot to add file needed for PL regression tests 19 years ago
Magnus Hagander e8a85e6f84 Add support for running regression tests on procedural languages 19 years ago