aboutsummaryrefslogtreecommitdiff
path: root/src/interfaces/ecpg/test
Commit message (Expand)AuthorAge
* Fixed incorrect argument handling in SET command if argument is a variable.Michael Meskes2008-08-19
* Synced parser.Michael Meskes2008-05-20
* fix ecpg regression tests broken by over-eager adding of $PostgreSQL$ markersAndrew Dunstan2008-05-17
* Add $PostgreSQL$ markers to a lot of files that were missing them.Andrew Dunstan2008-05-17
* Add localization support to ecpg.Peter Eisentraut2008-05-16
* Sorry, copied wrong files.Michael Meskes2008-03-27
* - Moved from PQsetdbLogin to PQconnectDB.Michael Meskes2008-03-27
* More README src cleanups.Bruce Momjian2008-03-21
* Added ECPGget_PGconn() function to ecpglib, courtesy of Mike Aubury.Michael Meskes2008-03-20
* Fixed bug that caused arrays of varchar to be output with incomplete name.Michael Meskes2008-03-02
* - Removed duplicate include of ecpgtype.h which meant I had to adapt all expe...Michael Meskes2008-02-17
* - EXECUTE can return NOT FOUND so it should be checked here too.Michael Meskes2008-02-14
* Re-enabled variables in fetch/move command.Michael Meskes2008-01-15
* Update copyrights in source tree to 2008.Bruce Momjian2008-01-01
* Sorry, hit the wrong button with my last commit. Here's the correct changelog:Michael Meskes2007-12-28
* *** empty log message ***Michael Meskes2007-12-28
* pgindent run for 8.3.Bruce Momjian2007-11-15
* Tweak recently-added tests to suppress scary-looking warnings on 64-bitTom Lane2007-10-03
* Make ECPG regression tests run with -c only for array_of_struct.pgcMagnus Hagander2007-10-03
* Cleaned up ecpglib and renamed functions that do not need to be exported.Michael Meskes2007-10-03
* Hopefully fixed some stuff that causes Windows builds to fail.Michael Meskes2007-10-03
* Made new test also work without threading enabled.Michael Meskes2007-10-02
* No idea where this file came from.Michael Meskes2007-10-02
* ITAGAKI Takahiro <itagaki.takahiro@oss.ntt.co.jp> added thread-safeMichael Meskes2007-10-02
* In hopes of un-breaking the buildfarm, add missing file fromTom Lane2007-09-30
* Applied another patch by ITAGAKI Takahiro <itagaki.takahiro@oss.ntt.co.jp>Michael Meskes2007-09-30
* Applied patch by ITAGAKI Takahiro <itagaki.takahiro@oss.ntt.co.jp> to get pre...Michael Meskes2007-09-26
* Synced parser and keyword list.Michael Meskes2007-09-04
* unbreak ECPG tests for VPATH builds.Andrew Dunstan2007-08-23
* It seems we simply expected the same output for failure and success.Michael Meskes2007-08-14
* It seems I always forget .in files.Michael Meskes2007-08-14
* Fixed compiler warning for enum handlingMichael Meskes2007-08-14
* As usual I forgot some files. :-)Michael Meskes2007-08-14
* - Finished major rewrite to use new protocol versionMichael Meskes2007-08-14
* Rename DLLIMPORT macro to PGDLLIMPORT to avoid conflict withMagnus Hagander2007-07-25
* Applied patch by Joachim to enable checktcp againMichael Meskes2007-06-15
* Add resultmap entries for mingw - same as for msvcMagnus Hagander2007-06-14
* Properly identify mingw as a win32 platform needing different diffMagnus Hagander2007-06-14
* 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
* Update expected files for textual changesPeter Eisentraut2007-06-04
* Sorry guys, I committed the file from my development snapshot instead the one...Michael Meskes2007-05-27
* The source code changed, so the expected file changed too.Michael Meskes2007-05-27
* Applied Joachim's patch for ecpg_config.h creation on Vista.Michael Meskes2007-05-27
* - Synced parser and keyword listMichael Meskes2007-05-10
* Make ECPG regression tests use native threading instead of pthreads, now thatMagnus Hagander2007-03-29
* - Added patch by Magnus Hagander <magnus@hagander.net> to use nativeMichael Meskes2007-03-29
* - Changed some whitespacing in connect statement.Michael Meskes2007-03-17
* Replace useless uses of := by = in makefiles.Peter Eisentraut2007-02-09