summaryrefslogtreecommitdiff
path: root/src/interfaces/ecpg/test/Makefile
AgeCommit message (Expand)Author
2014-06-14Make pqsignal() available to pg_regress of ECPG and isolation suites.Noah Misch
2011-06-14Fix assorted issues with build and install paths containing spaces.Tom Lane
2010-12-24Allow vpath builds and regression tests to succeed on Mingw. Backpatch to rel...Andrew Dunstan
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 <magnus@hagander.net> 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
2006-08-02ynced parser and keyword list.Michael Meskes
2006-02-08 Added just another test case.Michael Meskes
2006-02-04Added C bit fields to ecpg parserMichael Meskes
2006-01-24- Synced parser and keyword list.Michael Meskes
2005-06-30Fix ecpg's test/ Makefile for out-of-tree (vpath) builds.Neil Conway
2005-06-02- Fixed memory leak in ecpglib by adding some missing free() commands.Michael Meskes
2004-05-07- Added additional test case.Michael Meskes
2004-04-30Minor adjustments to enable public-domain timezone library to be calledBruce Momjian
2004-04-25Make thread flags CFLAGS, not CPPFLAGS.Bruce Momjian
2004-04-23Add new auto-detection of thread flags.Bruce Momjian
2004-03-14- Fixed Informix compat math functions to cope with the situationsMichael Meskes
2003-12-19Supress ecpg thread test if configure didn't enable threads. FixBruce Momjian
2003-11-29$Header: -> $PostgreSQL Changes ...PostgreSQL Daemon
2003-09-27Rename thread compile flag. Move thread test program to tools/thread,Bruce Momjian
2003-08-06Add ecpg thread testing file.Bruce Momjian
2003-08-01Make ecpg SQLSTATE-aware. Map existing SQLCODE assignments to SQLSTATEs,Peter Eisentraut
2003-07-01Use ISO dates in pgtypeslib by default.Michael Meskes
2003-06-25Implemented Informix special way to treat NULLs, removed warnings, synced.Michael Meskes
2003-04-08Get rid of inappropriate flags in CPPFLAGS override --- these breakTom Lane
2003-03-20Started adding date and timestamp.Michael Meskes
2003-03-16Started working on a seperate pgtypes library. First test work. PLEASE test c...Michael Meskes
2001-12-23- Removed space_or_nl and line_end from pgc.l.Michael Meskes