summaryrefslogtreecommitdiff
path: root/src/interfaces/ecpg/test/Makefile
AgeCommit message (Expand)Author
2023-11-06Remove distprepPeter Eisentraut
2023-10-24Speed up pg_regress server readiness testing.Daniel Gustafsson
2023-03-09Use ICU by default at initdb time.Jeff Davis
2022-08-20regress: allow to specify directory containing expected files, for ecpgAndres Freund
2022-03-25Refactor DLSUFFIX handlingPeter Eisentraut
2019-05-14Move logging.h and logging.c from src/fe_utils/ to src/common/.Tom Lane
2019-04-01Unified logging system for command-line programsPeter Eisentraut
2019-01-02Ensure link commands list *.o files before LDFLAGS.Tom Lane
2018-10-12Remove dead reference to ecpg resultmap file.Tom Lane
2018-03-13Add Oracle like handling of char arrays.Michael Meskes
2017-11-11Add post-2010 ecpg tests to checktcp.Noah Misch
2017-11-06Add a temp-install prerequisite to "check"-like targets not having one.Noah Misch
2017-03-18Fix schedule of ecpg test files to only try two-phase commit test when possible.Michael Meskes
2016-07-17Establish conventions about global object names used in regression tests.Tom Lane
2016-02-27Respect TEMP_CONFIG when pg_regress_check and friends are calledAndrew Dunstan
2015-04-23Improve speed of make check-worldPeter Eisentraut
2014-08-19Finish adding file version information to installed Windows binaries.Noah Misch
2014-07-14Add file version information to most installed Windows binaries.Noah Misch
2013-11-10Fix whitespace issues found by git diff --check, add gitattributesPeter Eisentraut
2013-01-12Extend and improve use of EXTRA_REGRESS_OPTS.Andrew Dunstan
2011-06-16Use single quotes in preference to double quotes for protecting pathnames.Tom Lane
2011-06-14Fix assorted issues with build and install paths containing spaces.Tom Lane
2011-04-15Rename pg_regress option --multibyte to --encodingPeter Eisentraut
2010-12-24Allow vpath builds and regression tests to succeed on Mingw. Backpatch to rel...Andrew Dunstan
2010-09-20Remove cvs keywords from all files.Magnus Hagander
2010-07-05Split the LDFLAGS make variable into two parts: LDFLAGS is now used forTom Lane
2009-12-19Update ecpg regression tests to plpgsql installed by default.Alvaro Herrera
2009-01-15Build needed things in src/test/regress/ first. And some build rulesPeter Eisentraut
2009-01-05Fix for cross-compilation between mingw32 and something else. The choicePeter Eisentraut
2008-12-01Removed port testing.Michael Meskes
2008-11-28Partial fix for fallout from temp-port changes. ecpg still needs more work,Tom Lane
2008-10-21Clean regression.outPeter Eisentraut
2007-08-14- Finished major rewrite to use new protocol versionMichael Meskes
2007-06-15Applied patch by Joachim to enable checktcp againMichael Meskes
2007-06-12VPATH fixes.Alvaro Herrera
2007-06-12Fix search/replace error in makefile for ecpg testsMagnus Hagander
2007-06-12Rewrite ECPG regression test driver in C, by splitting the standardMagnus Hagander
2007-03-29- Added patch by Magnus Hagander <[email protected]> to use nativeMichael Meskes
2007-02-09Replace useless uses of := by = in makefiles.Peter Eisentraut
2007-01-21Remove some unused variablesPeter Eisentraut
2007-01-20Remove remains of old depend target.Peter Eisentraut
2007-01-12also adjust MinGW expected file to new setupMichael Meskes
2006-09-08Replaced complex tests with small ones.Michael Meskes
2006-09-05Started to cleanup complex tests.Michael Meskes
2006-08-29Removed debug option from pg_regress call.Michael Meskes
2006-08-28Partial fix for ecpg's VPATH problems. It compiles and successfullyTom Lane
2006-08-19More SoC stuffMichael Meskes
2006-08-08Fix 'make clean' for change of regression.diffs file name.Tom Lane
2006-08-04'make clean' must remove the create subdirectories results/ and log/,Tom Lane
2006-08-04Regression test updates and fixesMichael Meskes