summaryrefslogtreecommitdiff
path: root/src/tools
AgeCommit message (Expand)Author
2016-04-29Support building with Visual Studio 2015Andrew Dunstan
2016-04-08Turn down MSVC compiler verbosityAndrew Dunstan
2016-03-19Remove dependency on psed for MSVC builds.Andrew Dunstan
2016-03-08Add valgrind suppressions for python code.Andres Freund
2016-03-08Add valgrind suppressions for bootstrap related code.Andres Freund
2016-03-04Add 'tap_tests' flag in config_default.plAlvaro Herrera
2016-02-24MSVC: Clean tmp_check directory of pg_controldata test suite.Noah Misch
2016-02-19Call xlc __isync() after, not before, associated compare-and-swap.Noah Misch
2016-01-19Properly install dynloader.h on MSVC buildsBruce Momjian
2015-12-10Accept flex > 2.5.x on Windows, too.Tom Lane
2015-11-19fix a perl typoAndrew Dunstan
2015-11-18Improve vcregress.pl's handling of tap tests for client programsAndrew Dunstan
2015-11-17Back-patch fixes to make TAP tests work on Windows.Tom Lane
2015-09-26Rework the way multixact truncations work.Andres Freund
2015-08-13MSVC: Exclude 'brin' contrib moduleAlvaro Herrera
2015-07-29MSVC: Revert most 9.5 changes to pre-9.5 vcregress.pl tests.Noah Misch
2015-07-29MSVC: Remove duplicate PATH entry in test harness.Noah Misch
2015-07-29MSVC: Future-proof installation file skip logic.Noah Misch
2015-07-07Turn install.bat into a pure one line wrapper fort he perl script.Heikki Linnakangas
2015-07-01Allow MSVC's contribcheck and modulescheck to run independently.Andrew Dunstan
2015-06-01pgindent: add typedef blog URLBruce Momjian
2015-05-25pgindent: document location of "all" typedef listsBruce Momjian
2015-05-25pgindent: fix typoBruce Momjian
2015-05-24pgindent: more doc updates for skipping __asm__ filesBruce Momjian
2015-05-24Revert 9.5 pgindent changes to atomics directory filesBruce Momjian
2015-05-23pgindent run for 9.5Bruce Momjian
2015-05-23Update typedef file in preparation for pgindent runBruce Momjian
2015-05-23Improve pgindent instructions regarding Perl backup filesBruce Momjian
2015-05-20Fix more typos in comments.Heikki Linnakangas
2015-05-19Revert error-throwing wrappers for the printf family of functions.Tom Lane
2015-05-18Recognize "REGRESS_OPTS += ..." syntax in MSVC build scripts.Tom Lane
2015-05-18Add error-throwing wrappers for the printf family of functions.Noah Misch
2015-04-29Enable transforms tests for python 2 on MSVC buildsAndrew Dunstan
2015-04-28Fix MSVC builds for contrib transforms modules.Andrew Dunstan
2015-04-27Fix vcbuild failures and chkpass dependency caused by 854adb8Andrew Dunstan
2015-04-25Try to unbreak some MSVC builds following forward slash change.Andrew Dunstan
2015-04-25Replace backslashes by forward slashes in MSVC build codePeter Eisentraut
2015-04-24Remove superfluous -DFRONTEND.Noah Misch
2015-04-24Build every ECPG library with -DFRONTEND.Noah Misch
2015-04-23Improve speed of make check-worldPeter Eisentraut
2015-04-21Move pg_xlogdump from contrib/ to src/bin/Peter Eisentraut
2015-04-20Move pg_test_timing from contrib/ to src/bin/Peter Eisentraut
2015-04-19Move pg_test_fsync from contrib/ to src/bin/Peter Eisentraut
2015-04-16Add new target modulescheck in vcregress.plAlvaro Herrera
2015-04-16MSVC: install src/test/modules together with contribAlvaro Herrera
2015-04-16MSVC: Include modules of src/test/modules in buildAlvaro Herrera
2015-04-14Move pg_upgrade from contrib/ to src/bin/Peter Eisentraut
2015-04-14Use Intel SSE 4.2 CRC instructions where available.Heikki Linnakangas
2015-04-14Reorganize our CRC source files again.Heikki Linnakangas
2015-04-13pgbench: Attempt fix build on WindowsPeter Eisentraut