Commit Graph

927 Commits (b0a48e996bd7ff336ea26344d3d97ad32b22a61a)

Author SHA1 Message Date
Noah Misch 48aa0032c4 MSVC: Substitute $(top_builddir) in REGRESS_OPTS. 12 years ago
Noah Misch 3243fa391e Add mkdtemp() to libpgport. 12 years ago
Tom Lane c2a4bb3ded Ignore config.pl and buildenv.pl in src/tools/msvc. 12 years ago
Andrew Dunstan 179c45ae2f Attempt to get plpython regression tests working again for MSVC builds. 12 years ago
Magnus Hagander fae12f3310 Disable RandomizeBaseAddress on MSVC builds 12 years ago
Tom Lane 3bf5c16f15 Don't generate plain-text HISTORY and src/test/regress/README anymore. 12 years ago
Magnus Hagander 1d857a6036 Properly zero-pad the day-of-year part of the win32 build number 13 years ago
Magnus Hagander 2d9a455dba Properly install ecpg_compat and pgtypes libraries on msvc 13 years ago
Andrew Dunstan bcba9acf0d Fix MSVC builds broken by xsubpp change 14 years ago
Andrew Dunstan 403372459e Use the preferred version of xsubpp, not necessarily the one that came with the 14 years ago
Heikki Linnakangas 6952071450 Fix MinGW build, broken by my previous patch to add a setlocale() wrapper 15 years ago
Andrew Dunstan ffc50e134a Back-patch Fix bat file quoting of %ENV from commit 19b7fac8. 15 years ago
Alvaro Herrera d69149ed71 Add comment about pg_ctl stop 15 years ago
Bruce Momjian bb8f0c4b48 Mention "pg_ctl stop" in pgindent README instructions. 15 years ago
Bruce Momjian adf43b2b36 Update typedef list for upcoming pgindent run. 15 years ago
Andrew Dunstan 8c3604ae7f Convert builddoc.bat into a perl script that actually works. 15 years ago
Andrew Dunstan a9b6519606 Remove spurious underscore in name of isolation tester on MSVC. 15 years ago
Andrew Dunstan df15d11cb5 Add required psqldir setting for isolation checks. 15 years ago
Andrew Dunstan 20bacc9560 Add missing check function lookup. 15 years ago
Andrew Dunstan 840826e36c Build and run isolation test programs under MSVC. 15 years ago
Andrew Dunstan 08a0c2dabc Adjust yywrap macro for non-reentrant scanners for MSVC. 15 years ago
Tom Lane 795c382e8c Improve findoidjoins to cover more cases. 15 years ago
Tom Lane 970d8a3973 Update oidjoins regression test for 9.1 catalog schema additions. 15 years ago
Peter Eisentraut 78e7e20afe Small update to emacs example configuration 15 years ago
Peter Eisentraut 415f5e1259 Add fill-column setting to emacs example configurations 15 years ago
Peter Eisentraut 385942f46c Refix the unaccent regression test on MSVC properly 15 years ago
Peter Eisentraut 2e8d954475 Treat config.pl as optional in vcregress.pl 15 years ago
Peter Eisentraut 908eb1f98b Fix typo 15 years ago
Peter Eisentraut f536d41942 Rename pg_regress option --multibyte to --encoding 15 years ago
Andrew Dunstan fe1438da8a Latest consolidated typedef list from buildfarm. 15 years ago
Andrew Dunstan a53112338c Avoid use of mixed slash style paths in arguments to xcopy in MSVC builds. 15 years ago
Alvaro Herrera 34a991619b Update MSVC toolchain to match SGML entity uppercasing 15 years ago
Bruce Momjian dae1e5546c Add comment to tools/git-external-diff. 15 years ago
Bruce Momjian 9d4625ad0b Add proper git-external-diff script to src/tools. 15 years ago
Andrew Dunstan a956b16026 Add PL extension files to MSVC Install procedure. 15 years ago
Tom Lane bfd7f8cbb2 Make plpythonu language use plpython2 shared library directly. 15 years ago
Tom Lane 63b656b7bf Create extension infrastructure for the core procedural languages. 15 years ago
Peter Eisentraut 474a42473a PL/Python custom SPI exceptions 15 years ago
Alvaro Herrera a5dfc94c9a Use $INDENT instead of `which` to find the indent binary 15 years ago
Alvaro Herrera c4d124365b Use $INDENT rather than indent throughout the pgindent code 15 years ago
Tom Lane 01ff8dd756 Fix MSVC build scripts for recent extension-related changes. 15 years ago
Tom Lane 2ee69ff65d Remove no-longer-needed special case hacks in MSVC build scripts. 15 years ago
Heikki Linnakangas dafaa3efb7 Implement genuine serializable isolation level. 15 years ago
Bruce Momjian 97116ca417 Rename macro DECIMAL to DECIMAL_T to help pgindent; this is already 15 years ago
Andrew Dunstan 895ad83d70 Attempt to unbreak MSVC builds after pipe.c move. 15 years ago
Robert Haas 356f2cbbb4 Make handling of errcodes.h more consistent with other generated headers. 15 years ago
Magnus Hagander 39fbec73b0 Use single quotes when there are backslashes in the filename 15 years ago
Robert Haas ddfe26f644 Avoid maintaining three separate copies of the error codes list. 15 years ago
Magnus Hagander 9752080942 Exclude sepgsql from MSVC regression testing as well 15 years ago
Robert Haas c26ac226e4 Blind attempt to exclude sepgsql from MSVC build system. 15 years ago