summaryrefslogtreecommitdiff
path: root/src/tools
AgeCommit message (Expand)Author
2015-12-10Accept flex > 2.5.x on Windows, too.Tom Lane
2015-11-23Fix Windows builds in back branches.Tom Lane
2015-07-07Turn install.bat into a pure one line wrapper fort he perl script.Heikki Linnakangas
2015-05-19Revert error-throwing wrappers for the printf family of functions.Tom Lane
2015-05-18Add error-throwing wrappers for the printf family of functions.Noah Misch
2015-04-24Build every ECPG library with -DFRONTEND.Noah Misch
2014-12-26Do not pass "-N" to initdb.Noah Misch
2014-12-25Have config_sspi_auth() permit IPv6 localhost connections.Noah Misch
2014-12-18Recognize Makefile line continuations in fetchRegressOpts().Noah Misch
2014-12-18Lock down regression testing temporary clusters on Windows.Noah Misch
2014-07-23MSVC: Substitute $(top_builddir) in REGRESS_OPTS.Noah Misch
2014-06-14Add mkdtemp() to libpgport.Noah Misch
2014-05-12Ignore config.pl and buildenv.pl in src/tools/msvc.Tom Lane
2014-04-16Attempt to get plpython regression tests working again for MSVC builds.Andrew Dunstan
2014-02-18Disable RandomizedBaseAddress on MSVC buildsMagnus Hagander
2014-02-11Don't generate plain-text HISTORY and src/test/regress/README anymore.Tom Lane
2013-03-23Avoid renaming data directory during MSVC upgrade testing.Andrew Dunstan
2013-03-06Fix message typo.Andrew Dunstan
2013-03-02Exclude utils/probes.h and pg_trace.h from cpluspluscheckPeter Eisentraut
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
2012-12-16Properly copy fmgroids.h after clean on Win32Magnus Hagander
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-06Run updated copyright.pl on HEAD and 9.2 trees, updating the psqlBruce Momjian
2012-07-06Have copyright.pl skip updating something that is just the current year,Bruce Momjian
2012-07-06Modify copyright.pl so all lines are processed, not just the firstBruce Momjian
2012-07-06Fix copyright.pl to properly skip the .git directory by adding aBruce Momjian
2012-07-06Fix spacing in copyright.pl after being run with missing regex slashBruce Momjian
2012-07-05Fix missing regex slash that caused perltidy to get confused onBruce Momjian
2012-07-05Run newly-configured perltidy script on Perl files.Bruce Momjian
2012-06-16Remove 'for' loop perltidy argument, and move args to perltidyrc file.Bruce Momjian
2012-06-16In pgindent, suppress reading the perltidy RC file using --noprofile.Bruce Momjian
2012-06-16Update pgindent Perl indentation instructions based on feedback fromBruce Momjian
2012-06-10Run pgindent on 9.2 source tree in preparation for first 9.3Bruce Momjian
2012-06-10Update pgindent install instructions and update typedef list.Bruce Momjian
2012-05-15Remove whitespace from end of linesPeter Eisentraut
2012-05-03Remove BSD/OS (BSDi) port. There are no known users upgrading toBruce Momjian
2012-05-03Mark git_changelog examples with the proper executable names.Bruce Momjian
2012-04-30Add comments suggesting usage of git_changelog to generate release notes.Bruce Momjian
2012-04-27Add options to git_changelog for use in major release note creation:Bruce Momjian
2012-04-24entab: Improve makefilePeter 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-03-21Add installing entab to pgindent instructionsPeter Eisentraut
2012-02-29Fix MSVC builds for previous patch's addition of a src/port file.Tom Lane