Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
* | Fixed expected files, so they are in sync with tests again. | Michael Meskes | 2007-01-27 | |
| | ||||
* | Removed compiler warning due to unneeded unsigned declaration. | Michael Meskes | 2007-01-25 | |
| | | | | Removed regression test that triggers those libc precision bugs on some archs. | |||
* | Remove some unused variables | Peter Eisentraut | 2007-01-21 | |
| | ||||
* | Put back libpq link, but make sure that libpq's in-tree directory is | Peter Eisentraut | 2007-01-21 | |
| | | | | mentioned before the system directories. | |||
* | Remove remains of old depend target. | Peter Eisentraut | 2007-01-20 | |
| | ||||
* | The libpq library directory was mentioned here in the wrong place, which | Peter Eisentraut | 2007-01-20 | |
| | | | | | 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 | |
| | ||||
* | also adjust MinGW expected file to new setup | Michael Meskes | 2007-01-12 | |
| | | | | create expected file with correct port number | |||
* | Simplified regression handling | Michael Meskes | 2007-01-12 | |
| | | | | 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 | |
| | | | | | | 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 | |
| | ||||
* | Un-break ecpg regression test. | Tom Lane | 2006-11-23 | |
| | ||||
* | Make ecpg test variable 'times' static so as not to conflict with libc | Bruce Momjian | 2006-11-23 | |
| | | | | symbol. | |||
* | Fix unexpected side-effect of changes for case insensitivity of timezone names. | Tom Lane | 2006-10-17 | |
| | ||||
* | Reverted changes made by pgindent | Michael Meskes | 2006-10-04 | |
| | | | | Made show.pgc set all variables before displaying them. | |||
* | pgindent run for 8.2. | Bruce Momjian | 2006-10-04 | |
| | ||||
* | Added new files | Michael Meskes | 2006-09-26 | |
| | ||||
* | Added Joachim's changes for MinGW. | Michael Meskes | 2006-09-26 | |
| | | | | 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 | |
| | ||||
* | Cygwin systems seem to have a different error message when trying to connect ↵ | Michael Meskes | 2006-09-14 | |
| | | | | to port 0. Let's try port 20 instead. | |||
* | Added missing constuctor/destructor for interval and date. | Michael Meskes | 2006-09-14 | |
| | ||||
* | Seems this wasn't committed originally | Michael Meskes | 2006-09-12 | |
| | ||||
* | Ooops, forgot to update ecpg comparison files to match | Tom Lane | 2006-09-11 | |
| | | | | source-code change. | |||
* | Fix unportable usage complained of by icc. Per buildfarm results. | Tom Lane | 2006-09-11 | |
| | ||||
* | Not all C compilers understand the "//" comment in this test case, so I ↵ | Michael Meskes | 2006-09-08 | |
| | | | | removed it. | |||
* | Replaced complex tests with small ones. | Michael Meskes | 2006-09-08 | |
| | ||||
* | More logic from complex/test* moved to their own testcases. | Michael Meskes | 2006-09-08 | |
| | ||||
* | Changing a test case also changes the output that is expected. | Michael Meskes | 2006-09-07 | |
| | | | | Float/Long aliasing doesn't work on all architecures. | |||
* | Removed one output because integer/double usage differ | Michael Meskes | 2006-09-07 | |
| | ||||
* | Lost some changes yet again | Michael Meskes | 2006-09-05 | |
| | ||||
* | Started to cleanup complex tests. | Michael Meskes | 2006-09-05 | |
| | | | | Added some interval checks to regression suite. | |||
* | Synced parser. | Michael Meskes | 2006-09-05 | |
| | | | | | Fixed ecpglib trying to read one character after end-of-string. Fixed port number setting in regression suite. | |||
* | Remove trailing slash use in ecpg regression script; caused failures on | Bruce Momjian | 2006-09-04 | |
| | | | | some platforms. | |||
* | Synced parser. | Michael Meskes | 2006-09-03 | |
| | | | | Added another regression test and fixed tcp test. | |||
* | Second try committing the path changes. | Michael Meskes | 2006-08-29 | |
| | ||||
* | Removed debug option from pg_regress call. | Michael Meskes | 2006-08-29 | |
| | | | | Changed file paths in expected files too. | |||
* | Fixed parser and library to allow empty database names. | Michael Meskes | 2006-08-29 | |
| | | | | | Streamlined connection name parsing. Added Joachim's patch to shorten paths before diffing. | |||
* | Partial fix for ecpg's VPATH problems. It compiles and successfully | Tom Lane | 2006-08-28 | |
| | | | | | | builds all the files needed for its regression tests, but the tests themselves fail because of diffs in the #line directives output by ecpg itself. Not sure what to do about that. | |||
* | - Enabled single-quoted connection targets. | Michael Meskes | 2006-08-27 | |
| | | | | | - Fixed a memory leak/segfault in unsuccessful connection. - Some changes to test files. | |||
* | Changed double output. | Michael Meskes | 2006-08-26 | |
| | ||||
* | Fixed of by one variable size. | Michael Meskes | 2006-08-24 | |
| | ||||
* | Replaced double-quote-fix with a hopefully better version. | Michael Meskes | 2006-08-23 | |
| | | | | | Use initializer string length as size for character strings. Added ecpg_config.h file that is created via configure. | |||
* | Descriptor values were quoted twice. | Michael Meskes | 2006-08-22 | |
| | | | | Fixed some regression test problems. | |||
* | Added another test | Michael Meskes | 2006-08-19 | |
| | ||||
* | More SoC stuff | Michael Meskes | 2006-08-19 | |
| | ||||
* | Fixed a buffer overrun that was masked on Linux systems. | Michael Meskes | 2006-08-18 | |
| | ||||
* | Changed lexer to no longer use the default rule. | Michael Meskes | 2006-08-18 | |
| | | | | | Synced parser and keyword list. Fixed parsing of CONNECT statement so it accepts a C string again. | |||
* | Fixed a typo and made two mallocs Coverity friendly. | Michael Meskes | 2006-08-15 | |
| | ||||
* | Sorry, forgot the new files. | Michael Meskes | 2006-08-15 | |
| | ||||
* | Added lots of SoC stuff made by Joachim. | Michael Meskes | 2006-08-15 | |
| | | | | | | Fixed broken newline on Windows. Fixed a nasty buffer underrun that only occured when using Informix no_indicator NULL setting on timestamps and intervals. |