| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | unbreak ECPG tests for VPATH builds. | Andrew Dunstan | 2007-08-23 | 1 | -1/+1 |
| | | |||||
| * | It seems we simply expected the same output for failure and success. | Michael Meskes | 2007-08-14 | 2 | -2/+2 |
| | | |||||
| * | It seems I always forget .in files. | Michael Meskes | 2007-08-14 | 1 | -1/+1 |
| | | |||||
| * | Fixed compiler warning for enum handling | Michael Meskes | 2007-08-14 | 35 | -241/+241 |
| | | |||||
| * | As usual I forgot some files. :-) | Michael Meskes | 2007-08-14 | 2 | -2/+4 |
| | | |||||
| * | - Finished major rewrite to use new protocol version | Michael Meskes | 2007-08-14 | 98 | -772/+2891 |
| | | | | | | | | | - Really prepare statements - Added more regression tests - Added auto-prepare mode - Use '$n' for positional variables, '?' is still possible via ecpg option - Cleaned up the sources a little bit | ||||
| * | Rename DLLIMPORT macro to PGDLLIMPORT to avoid conflict with | Magnus Hagander | 2007-07-25 | 10 | -40/+40 |
| | | | | | third party includes (like tcl) that define DLLIMPORT. | ||||
| * | Applied patch by Joachim to enable checktcp again | Michael Meskes | 2007-06-15 | 3 | -6/+48 |
| | | |||||
| * | Add resultmap entries for mingw - same as for msvc | Magnus Hagander | 2007-06-14 | 1 | -0/+3 |
| | | |||||
| * | Properly identify mingw as a win32 platform needing different diff | Magnus Hagander | 2007-06-14 | 1 | -3/+3 |
| | | | | | options to deal with strange line endings. | ||||
| * | VPATH fixes. | Alvaro Herrera | 2007-06-12 | 1 | -3/+3 |
| | | |||||
| * | Fix search/replace error in makefile for ecpg tests | Magnus Hagander | 2007-06-12 | 1 | -2/+2 |
| | | |||||
| * | Rewrite ECPG regression test driver in C, by splitting the standard | Magnus Hagander | 2007-06-12 | 11 | -852/+287 |
| | | | | | | | | | | regression driver into two parts and reusing half of it. Required to run ECPG tests without a shell on MSVC builds. Fix ECPG thread tests for MSVC build (incl output files). Joachim Wieland and Magnus Hagander | ||||
| * | Update expected files for textual changes | Peter Eisentraut | 2007-06-04 | 2 | -4/+4 |
| | | |||||
| * | Sorry guys, I committed the file from my development snapshot instead the ↵ | Michael Meskes | 2007-05-27 | 1 | -11/+11 |
| | | | | | one from HEAD. Fixing it now. | ||||
| * | The source code changed, so the expected file changed too. | Michael Meskes | 2007-05-27 | 1 | -27/+27 |
| | | |||||
| * | Applied Joachim's patch for ecpg_config.h creation on Vista. | Michael Meskes | 2007-05-27 | 1 | -1/+1 |
| | | | | | Changed variable test to not run into infinite loops on backend errors. | ||||
| * | - Synced parser and keyword list | Michael Meskes | 2007-05-10 | 5 | -35/+35 |
| | | | | | - Renamed update test so it hopefully runs on Vista | ||||
| * | Make ECPG regression tests use native threading instead of pthreads, now that | Magnus Hagander | 2007-03-29 | 4 | -58/+122 |
| | | | | | | | | ecpglib supports it. Change configure (patch from Bruce) and msvc build system to no longer require pthreads on win32, since all parts of postgresql can be thread-safe using the native platform functions. | ||||
| * | - Added patch by Magnus Hagander <magnus@hagander.net> to use native | Michael Meskes | 2007-03-29 | 10 | -140/+105 |
| | | | | | | win32 threads. - Fixed regression tests to run threading tests. | ||||
| * | - Changed some whitespacing in connect statement. | Michael Meskes | 2007-03-17 | 55 | -135/+339 |
| | | | | | | | | - Made some chars const as proposed by Stefan Huehner <stefan@huehner.org>. - Synced parser and keyword lists. - Copied two token parsing from backend parser to ecpg parser. - Also added a test case for this. | ||||
| * | Replace useless uses of := by = in makefiles. | Peter Eisentraut | 2007-02-09 | 1 | -2/+2 |
| | | |||||
| * | Fixed expected files, so they are in sync with tests again. | Michael Meskes | 2007-01-27 | 4 | -2414/+0 |
| | | |||||
| * | Removed compiler warning due to unneeded unsigned declaration. | Michael Meskes | 2007-01-25 | 6 | -14/+36 |
| | | | | | Removed regression test that triggers those libc precision bugs on some archs. | ||||
| * | Remove some unused variables | Peter Eisentraut | 2007-01-21 | 2 | -10/+2 |
| | | |||||
| * | Put back libpq link, but make sure that libpq's in-tree directory is | Peter Eisentraut | 2007-01-21 | 1 | -2/+2 |
| | | | | | mentioned before the system directories. | ||||
| * | Remove remains of old depend target. | Peter Eisentraut | 2007-01-20 | 1 | -2/+2 |
| | | |||||
| * | The libpq library directory was mentioned here in the wrong place, which | Peter Eisentraut | 2007-01-20 | 1 | -2/+1 |
| | | | | | | might lead to a previously installed libpq being used instead. But we don't actually have to link with libpq here at all, so remove it. | ||||
| * | Missed two new files from Joachim's patch. | Michael Meskes | 2007-01-12 | 2 | -0/+2412 |
| | | |||||
| * | also adjust MinGW expected file to new setup | Michael Meskes | 2007-01-12 | 4 | -29/+46 |
| | | | | | create expected file with correct port number | ||||
| * | Simplified regression handling | Michael Meskes | 2007-01-12 | 41 | -59/+46 |
| | | | | | Added patch by Joachim to work around OpenBSD bug in regression suite. | ||||
| * | Applied Joachim's patch for a --regression option. | Michael Meskes | 2007-01-11 | 45 | -76/+190 |
| | | | | | | | Made this option mark the .c files, so the environment variable is no longer needed. Created a special MinGW file with the special error message. Do not print port into log file when running regression tests. | ||||
| * | Update ecpg regresison output for new library version number. | Bruce Momjian | 2007-01-05 | 40 | -40/+40 |
| | | |||||
| * | Un-break ecpg regression test. | Tom Lane | 2006-11-23 | 1 | -7/+8 |
| | | |||||
| * | Make ecpg test variable 'times' static so as not to conflict with libc | Bruce Momjian | 2006-11-23 | 1 | -1/+2 |
| | | | | | symbol. | ||||
| * | Fix unexpected side-effect of changes for case insensitivity of timezone names. | Tom Lane | 2006-10-17 | 2 | -2/+2 |
| | | |||||
| * | Reverted changes made by pgindent | Michael Meskes | 2006-10-04 | 43 | -4111/+2575 |
| | | | | | Made show.pgc set all variables before displaying them. | ||||
| * | pgindent run for 8.2. | Bruce Momjian | 2006-10-04 | 40 | -2517/+4080 |
| | | |||||
| * | Added new files | Michael Meskes | 2006-09-26 | 3 | -0/+2418 |
| | | |||||
| * | Added Joachim's changes for MinGW. | Michael Meskes | 2006-09-26 | 12 | -127/+214 |
| | | | | | Added SET DATESTYLE to one test so the output format is defined. | ||||
| * | Fix shared library creation to work properly on AIX. Albe Laurenz | Tom Lane | 2006-09-19 | 3 | -6/+15 |
| | | |||||
| * | Cygwin systems seem to have a different error message when trying to connect ↵ | Michael Meskes | 2006-09-14 | 3 | -5/+5 |
| | | | | | to port 0. Let's try port 20 instead. | ||||
| * | Added missing constuctor/destructor for interval and date. | Michael Meskes | 2006-09-14 | 3 | -3/+36 |
| | | |||||
| * | Seems this wasn't committed originally | Michael Meskes | 2006-09-12 | 1 | -3/+3 |
| | | |||||
| * | Ooops, forgot to update ecpg comparison files to match | Tom Lane | 2006-09-11 | 2 | -2/+2 |
| | | | | | source-code change. | ||||
| * | Fix unportable usage complained of by icc. Per buildfarm results. | Tom Lane | 2006-09-11 | 2 | -2/+2 |
| | | |||||
| * | Not all C compilers understand the "//" comment in this test case, so I ↵ | Michael Meskes | 2006-09-08 | 2 | -8/+2 |
| | | | | | removed it. | ||||
| * | Replaced complex tests with small ones. | Michael Meskes | 2006-09-08 | 41 | -2693/+1333 |
| | | |||||
| * | More logic from complex/test* moved to their own testcases. | Michael Meskes | 2006-09-08 | 13 | -144/+975 |
| | | |||||
| * | Changing a test case also changes the output that is expected. | Michael Meskes | 2006-09-07 | 5 | -157/+151 |
| | | | | | Float/Long aliasing doesn't work on all architecures. | ||||
