summaryrefslogtreecommitdiff
path: root/src/tools/msvc
AgeCommit message (Expand)Author
2008-12-16Attempt to fix MSVC breakage from Major Version patch.Andrew Dunstan
2008-12-02Change wildcard cerfificate mapping to be much simler - we now only matchMagnus Hagander
2008-12-01Remove the last traces of --temp-port.Tom Lane
2008-11-28Partial fix for fallout from temp-port changes. ecpg still needs more work,Tom Lane
2008-11-24Add support for matching wildcard server certificates to the new SSL code.Magnus Hagander
2008-11-14Exclude contrib/intagg from the list of MSVC project files to be generated,Magnus Hagander
2008-11-14Enable script to generate preproc.y in build process.Michael Meskes
2008-10-06Experimental patch to see if it fixes MSVC builds ...Tom Lane
2008-09-17Add an "events" system to libpq, whereby applications can get callbacks thatTom Lane
2008-09-05Add Win32 MSVC code to support this recent patch:Bruce Momjian
2008-08-30Fix (hopefully) some oversights in recent Bison cleanup patch.Tom Lane
2008-08-29Remove all traces that suggest that a non-Bison yacc might be supported, andPeter Eisentraut
2008-08-18Properly remove src\include\utils\probes.h when running clean.bat.Magnus Hagander
2008-08-16probes.h is generated from probes.d, not pg_trace.d.Magnus Hagander
2008-07-19Avoid substituting NAMEDATALEN, FLOAT4PASSBYVAL, and FLOAT8PASSBYVAL intoTom Lane
2008-06-24Oops, make the MSVC build put fmgroids.h where it needs to be.Tom Lane
2008-06-23Fix Gen_fmgrtab.sh to not rely on hard-wired knowledge of the column numbersTom Lane
2008-05-30Copy refint.so and autoinc.so into the src/test/regress directory duringTom Lane
2008-05-21Link in keywords file instead of copying it.Michael Meskes
2008-05-21Add include directory required after the latest changes to the ecpg build.Magnus Hagander
2008-05-10Remaining pieces of fix for contrib makefilesAndrew Dunstan
2008-05-09Improve logic for finding object files on OBJS lines in contrib Makefiles. If...Andrew Dunstan
2008-05-03Provide for MSVC config equivalents of recently added configure options. RemoveAndrew Dunstan
2008-04-21Clean up float4byval and float8byval handling by dealing with them completelyMagnus Hagander
2008-04-21Make float4byval and float8byval configurable on MSVC.Magnus Hagander
2008-04-21Allow float8, int8, and related datatypes to be passed by value on machinesTom Lane
2008-04-16Avoid using unnecessary pgwin32_safestat in libpq.Andrew Dunstan
2008-04-15Add multi-line flag to regex that needs it. Backpatch to 8.2. Fix from Andrea...Andrew Dunstan
2008-04-15Make integer_datetimes the default for MSVC even if not mentioned in config.pl.Andrew Dunstan
2008-04-08Make integer_datetimes the default on msvc as well, to have the sameMagnus Hagander
2008-03-21More README src cleanups.Bruce Momjian
2008-03-21Generate dummy probes.h for MSVC builds.Andrew Dunstan
2008-02-28Support for building contrib/uuid-ossp with MSVC.Magnus Hagander
2008-02-19Un-break msvc port yet again (it started pulling in the DarwinMagnus Hagander
2008-02-19Unbreak MSVC build after recent addition of HTMLDIR.Magnus Hagander
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