summaryrefslogtreecommitdiff
path: root/src/tools/msvc
AgeCommit message (Expand)Author
2008-02-17Replace time_t with pg_time_t (same values, but always int64) in on-diskTom Lane
2008-02-07Fix msvc install for cases where msgfmt (from gettext) is in a directoryMagnus Hagander
2008-02-07Fix msvc install script to properly install NLS files when built withMagnus Hagander
2008-02-06Fix very broken clean.bat for msvc install. The way we used subroutinesMagnus Hagander
2008-02-05Handle libraries in directories with spaces in them.Magnus Hagander
2008-01-31Remove 3 hex digit limit on symbol number in recent fix.Andrew Dunstan
2008-01-31Fix test that wrongly excluded some dumpbin symbols.Andrew Dunstan
2008-01-01Update copyrights in source tree to 2008.Bruce Momjian
2007-12-19Remove unnecessary logo output from msbuild when cleaning ecpg regressionMagnus Hagander
2007-12-19Make all msvc build scripts use buildenv.pl, not buildenv.bat.Magnus Hagander
2007-12-11Use _USE_32BIT_TIME_T when building with MSVC. Also, enforce that it'sMagnus Hagander
2007-12-06Disable asserts by default on msvc build (to make it the sameMagnus Hagander
2007-12-03Default to integer timestamps being off until 8.4, to correspondMagnus Hagander
2007-12-03Don't try to install README.spiMagnus Hagander
2007-11-13contrib/tsearch2 need not be special-cased any longer.Tom Lane
2007-10-23Rename and slightly redefine the default text search parser's "word"Tom Lane
2007-10-16Teach pgxs.mk and Install.pm how to install files from a contrib moduleTom Lane
2007-10-13Ooops, forgot about adding -DFRONTEND.Tom Lane
2007-10-13Try to fix msvc build for recent initdb changes.Tom Lane
2007-10-03Build two more .DEF files for ecpg instead of using default ones.Magnus Hagander
2007-10-03More detailed error msg (with stack trace) if a file copy fails.Magnus Hagander
2007-10-03Use snprintf from libpgport in ecpg compatlib. Required sinceMagnus Hagander
2007-10-03Fix commandlines for final two ECPG regression testsMagnus Hagander
2007-10-03Build DEF file for libecpg instead of generating a default one.Magnus Hagander
2007-10-03Make ECPG regression tests run with -c only for array_of_struct.pgcMagnus Hagander
2007-10-03Fix typoMagnus Hagander
2007-09-29Add chklocale.c to pgport files for msvc builds, perMagnus Hagander
2007-09-28exclude contrib/tsearch2 from regression tests.Andrew Dunstan
2007-09-27Turn build and vcregress .bat files into pure one line wrappers forAndrew Dunstan
2007-09-27Define the FRONTEND symbol in postgres_fe.h, which allows us to eliminateTom Lane
2007-09-26Properly pass -c parameter to ecpg when building regression tests.Magnus Hagander
2007-09-24Use proper search for contrib makefiles in vcregress.plAndrew Dunstan
2007-09-24fix typo in vcregress.plAndrew Dunstan
2007-09-23Add perl replacements for build.bat and vcregress.bat. In due courseAndrew Dunstan
2007-09-23Restrict overly broad searches, and fix typo, in recent fix. Per Hannes Eder.Andrew Dunstan
2007-09-22Replace calls to external dir program with perlish globs and File::FindAndrew Dunstan
2007-09-12Install dictionary sample files.Magnus Hagander
2007-09-03Fix MSVC build (I think) for recent pg_proc.h column addition.Tom Lane
2007-08-27Exclude tsearch2 contrib tests in regression tests,Magnus Hagander
2007-08-27Install stopword filesMagnus Hagander
2007-08-27Fix generation of snowball_create.sql on msvc builds.Magnus Hagander
2007-08-21Build snowball DLL for tsearch-in-core.Magnus Hagander
2007-07-25Disable warning 4090 = different const qualifiers on msvc since itMagnus Hagander
2007-07-24Make it possible, and default, for MingW to build with SSPI supportMagnus Hagander
2007-07-23SSPI authentication on Windows. GSSAPI compatible client when doing KerberosMagnus Hagander
2007-07-12Enable GSSAPI to build using MSVC. Always build GSSAPI when Kerberos isMagnus Hagander
2007-07-12Fix freenig of names in Kerberos when using MIT - need to use theMagnus Hagander
2007-07-07Move parse.h into src/backend on msvc, which is where it is on Unix.Magnus Hagander
2007-07-01Add notes about configuring Visual Studio Express for use with theMagnus Hagander
2007-06-26Add extra checks for buildfarm to pick up errors when runningMagnus Hagander