aboutsummaryrefslogtreecommitdiff
path: root/src/interfaces/ecpg/test/Makefile
Commit message (Expand)AuthorAge
* Use single quotes in preference to double quotes for protecting pathnames.Tom Lane2011-06-15
* Fix assorted issues with build and install paths containing spaces.Tom Lane2011-06-14
* Rename pg_regress option --multibyte to --encodingPeter Eisentraut2011-04-15
* Allow vpath builds and regression tests to succeed on Mingw. Backpatch to rel...Andrew Dunstan2010-12-24
* Remove cvs keywords from all files.Magnus Hagander2010-09-20
* Split the LDFLAGS make variable into two parts: LDFLAGS is now used forTom Lane2010-07-05
* Update ecpg regression tests to plpgsql installed by default.Alvaro Herrera2009-12-19
* Build needed things in src/test/regress/ first. And some build rulesPeter Eisentraut2009-01-15
* Fix for cross-compilation between mingw32 and something else. The choicePeter Eisentraut2009-01-05
* Removed port testing.Michael Meskes2008-12-01
* Partial fix for fallout from temp-port changes. ecpg still needs more work,Tom Lane2008-11-28
* Clean regression.outPeter Eisentraut2008-10-21
* - Finished major rewrite to use new protocol versionMichael Meskes2007-08-14
* Applied patch by Joachim to enable checktcp againMichael Meskes2007-06-15
* VPATH fixes.Alvaro Herrera2007-06-12
* Fix search/replace error in makefile for ecpg testsMagnus Hagander2007-06-12
* Rewrite ECPG regression test driver in C, by splitting the standardMagnus Hagander2007-06-12
* - Added patch by Magnus Hagander <magnus@hagander.net> to use nativeMichael Meskes2007-03-29
* Replace useless uses of := by = in makefiles.Peter Eisentraut2007-02-09
* Remove some unused variablesPeter Eisentraut2007-01-21
* Remove remains of old depend target.Peter Eisentraut2007-01-20
* also adjust MinGW expected file to new setupMichael Meskes2007-01-12
* Replaced complex tests with small ones.Michael Meskes2006-09-08
* Started to cleanup complex tests.Michael Meskes2006-09-05
* Removed debug option from pg_regress call.Michael Meskes2006-08-29
* Partial fix for ecpg's VPATH problems. It compiles and successfullyTom Lane2006-08-28
* More SoC stuffMichael Meskes2006-08-19
* Fix 'make clean' for change of regression.diffs file name.Tom Lane2006-08-08
* 'make clean' must remove the create subdirectories results/ and log/,Tom Lane2006-08-04
* Regression test updates and fixesMichael Meskes2006-08-04
* ynced parser and keyword list.Michael Meskes2006-08-02
* Added just another test case.Michael Meskes2006-02-08
* Added C bit fields to ecpg parserMichael Meskes2006-02-04
* - Synced parser and keyword list.Michael Meskes2006-01-24
* Fix ecpg's test/ Makefile for out-of-tree (vpath) builds.Neil Conway2005-06-30
* - Fixed memory leak in ecpglib by adding some missing free() commands.Michael Meskes2005-06-02
* - Added additional test case.Michael Meskes2004-05-07
* Minor adjustments to enable public-domain timezone library to be calledBruce Momjian2004-04-30
* Make thread flags CFLAGS, not CPPFLAGS.Bruce Momjian2004-04-25
* Add new auto-detection of thread flags.Bruce Momjian2004-04-23
* - Fixed Informix compat math functions to cope with the situationsMichael Meskes2004-03-14
* Supress ecpg thread test if configure didn't enable threads. FixBruce Momjian2003-12-19
* $Header: -> $PostgreSQL Changes ...PostgreSQL Daemon2003-11-29
* Rename thread compile flag. Move thread test program to tools/thread,Bruce Momjian2003-09-27
* Add ecpg thread testing file.Bruce Momjian2003-08-06
* Make ecpg SQLSTATE-aware. Map existing SQLCODE assignments to SQLSTATEs,Peter Eisentraut2003-08-01
* Use ISO dates in pgtypeslib by default.Michael Meskes2003-07-01
* Implemented Informix special way to treat NULLs, removed warnings, synced.Michael Meskes2003-06-25
* Get rid of inappropriate flags in CPPFLAGS override --- these breakTom Lane2003-04-08
* Started adding date and timestamp.Michael Meskes2003-03-20