summaryrefslogtreecommitdiff
path: root/src/tools/msvc
AgeCommit message (Expand)Author
2013-03-06Fix message typo.Andrew Dunstan
2013-02-27Fix MSVC build.Heikki Linnakangas
2013-02-25Redo MSVC build implementation for pg_xlogdump.Andrew Dunstan
2013-02-25Provide MSVC build setup for pg_xlogdump.Andrew Dunstan
2013-02-22Move relpath() to libpgcommonAlvaro Herrera
2013-02-21Teach MSVC build system about postgres_fdw.Tom Lane
2013-02-12Create libpgcommon, and move pg_malloc et al to itAlvaro Herrera
2013-02-06Enable building with Microsoft Visual Studio 2012.Andrew Dunstan
2013-01-31Properly zero-pad the day-of-year part of the win32 build numberMagnus Hagander
2013-01-09Properly install ecpg_compat and pgtypes libraries on msvcMagnus Hagander
2013-01-05Centralize single quote escaping in src/port/quotes.cMagnus Hagander
2013-01-01Add new file to MSVC build system as wellMagnus Hagander
2012-12-16Properly copy fmgroids.h after clean on Win32Magnus Hagander
2012-10-11Unbreak MSVC builds after recent Makefile refactoring.Andrew Dunstan
2012-10-08Autoconfiscate selection of 64-bit int type for 64-bit large object API.Tom Lane
2012-10-05PL/pgSQL: rename gram.y to pl_gram.yPeter Eisentraut
2012-10-02Allow a few seconds for Windows to catch up with a directory rename when chec...Andrew Dunstan
2012-09-10Add vcregress.pl target for checking pg_upgrade.Andrew Dunstan
2012-09-01Restore setting of _USE_32BIT_TIME_T to 32 bit MSVC builds.Andrew Dunstan
2012-07-05Run newly-configured perltidy script on Perl files.Bruce Momjian
2012-06-14Stamp library minor versions for 9.3.Tom Lane
2012-06-10Run pgindent on 9.2 source tree in preparation for first 9.3Bruce Momjian
2012-05-15Remove whitespace from end of linesPeter Eisentraut
2012-04-24Lots of doc corrections.Robert Haas
2012-04-16Install plpgsql.h to to include/server at "make install".Heikki Linnakangas
2012-03-29Remove now redundant pgpipe code.Andrew Dunstan
2012-03-28Attempt to unbreak pg_test_timing on Windows.Robert Haas
2012-02-29Fix MSVC builds for previous patch's addition of a src/port file.Tom Lane
2012-02-29Move CRC tables to libpgport, and provide them in a separate include file.Tom Lane
2012-02-15Speed up in-memory tuplesorting.Robert Haas
2012-02-09Attempt to fix MSVC builds and other fls-related breakage.Robert Haas
2012-01-03Support for building with MS Visual Studio 2010.Andrew Dunstan
2011-11-29Simplify the pg_dump/pg_restore error reporting macros, and allowBruce Momjian
2011-11-29Document that perl needs to be indented during the pgindent run.Bruce Momjian
2011-11-28Make pg_dumpall build with the right object files under MSVC.Andrew Dunstan
2011-11-27Fix MSVC builds broken by xsubpp changeAndrew Dunstan
2011-11-26Use the preferred version of xsubpp, not necessarily the one that came with theAndrew Dunstan
2011-10-26Implement streaming xlog for backup toolsMagnus Hagander
2011-09-10Try to un-break MSVC build.Tom Lane
2011-09-01Fix MinGW build, broken by my previous patch to add a setlocale() wrapperHeikki Linnakangas
2011-08-30Detect out of date flex in MSVC builds.Andrew Dunstan
2011-08-26Unbreak MSVC build broken by my port of flex check.Andrew Dunstan
2011-08-25Port backup check on psql lexer to MSVC.Andrew Dunstan
2011-07-13Blind attempt at fixing isolation_tester on Win32Alvaro Herrera
2011-07-12perltidy run over msvc build systemMagnus Hagander
2011-07-07Fix comments over eagerly c&p'd.Andrew Dunstan
2011-07-06Reimplement pgbison and pgflex as perl scripts instead of bat files.Andrew Dunstan
2011-07-03Fix bat file quoting of %ENV.Andrew Dunstan
2011-05-25Convert builddoc.bat into a perl script that actually works.Andrew Dunstan
2011-05-23Remove spurious underscore in name of isolation tester on MSVC.Andrew Dunstan