summaryrefslogtreecommitdiff
path: root/src/tools/msvc
AgeCommit message (Expand)Author
2013-10-19Move rmtree() from libpgport to libpgcommonPeter Eisentraut
2013-10-19Move pgfnames() from libpgport to libpgcommonPeter Eisentraut
2013-10-18Add libpgport to isolationtester on MSVCPeter Eisentraut
2013-10-18Switch order of libpgport and libpgcommon in MSVC build as wellPeter Eisentraut
2013-10-18Switch dependency order of libpgcommon and libpgportPeter Eisentraut
2013-10-14Attempt to fix MSVC build for asprintf additionPeter Eisentraut
2013-06-14Stamp shared-library minor version numbers for 9.4.Tom Lane
2013-05-31Remove whitespace from end of linesPeter Eisentraut
2013-05-29pgindent run for release 9.3Bruce Momjian
2013-03-24Add parallel pg_dump option.Andrew Dunstan
2013-03-23Avoid renaming data directory during MSVC upgrade testing.Andrew Dunstan
2013-03-17initdb needs pqsignal() even on Windows.Tom Lane
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