c138b966d4
Replace useless uses of := by = in makefiles.
2007-02-09 15:56:00 +00:00
0fe1c36757
Fixed expected files, so they are in sync with tests again.
2007-01-27 18:33:22 +00:00
a5a1506c96
Removed compiler warning due to unneeded unsigned declaration.
...
Removed regression test that triggers those libc precision bugs on some archs.
2007-01-25 16:45:25 +00:00
a85e9c61e5
Remove some unused variables
2007-01-21 09:23:29 +00:00
962e825cd7
Put back libpq link, but make sure that libpq's in-tree directory is
...
mentioned before the system directories.
2007-01-21 09:19:06 +00:00
2cc01004c6
Remove remains of old depend target.
2007-01-20 17:16:17 +00:00
552348c166
The libpq library directory was mentioned here in the wrong place, which
...
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.
2007-01-20 15:26:28 +00:00
1b1c6ed70a
Missed two new files from Joachim's patch.
2007-01-12 11:31:33 +00:00
89dad03f8b
also adjust MinGW expected file to new setup
...
create expected file with correct port number
2007-01-12 11:27:28 +00:00
b8f611cf4b
Simplified regression handling
...
Added patch by Joachim to work around OpenBSD bug in regression suite.
2007-01-12 10:00:14 +00:00
5b88b85cad
Applied Joachim's patch for a --regression option.
...
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.
2007-01-11 15:47:34 +00:00
9b1854f16e
Update ecpg regresison output for new library version number.
2007-01-05 22:43:17 +00:00
ce3d1a4fbc
Un-break ecpg regression test.
2006-11-23 05:47:48 +00:00
956c2d6683
Make ecpg test variable 'times' static so as not to conflict with libc
...
symbol.
2006-11-23 04:38:01 +00:00
14914e0d33
Fix unexpected side-effect of changes for case insensitivity of timezone names.
2006-10-17 02:21:46 +00:00
fcc2fbac22
Reverted changes made by pgindent
...
Made show.pgc set all variables before displaying them.
2006-10-04 10:09:03 +00:00
f99a569a2e
pgindent run for 8.2.
2006-10-04 00:30:14 +00:00
2c660c61cf
Added new files
2006-09-26 09:07:31 +00:00
9897e35c56
Added Joachim's changes for MinGW.
...
Added SET DATESTYLE to one test so the output format is defined.
2006-09-26 07:56:57 +00:00
9b5e108ee9
Fix shared library creation to work properly on AIX. Albe Laurenz
2006-09-19 15:36:08 +00:00
4eef745fb1
Cygwin systems seem to have a different error message when trying to connect to port 0. Let's try port 20 instead.
2006-09-14 08:46:58 +00:00
0f0d6765ce
Added missing constuctor/destructor for interval and date.
2006-09-14 08:02:38 +00:00
9c356a6b3e
Seems this wasn't committed originally
2006-09-12 09:09:31 +00:00
bb87c7b551
Ooops, forgot to update ecpg comparison files to match
...
source-code change.
2006-09-11 02:50:07 +00:00
1d0b7e71e3
Fix unportable usage complained of by icc. Per buildfarm results.
2006-09-11 01:41:35 +00:00
0b33c56297
Not all C compilers understand the "//" comment in this test case, so I removed it.
2006-09-08 14:58:27 +00:00
460f46816a
Replaced complex tests with small ones.
2006-09-08 13:32:29 +00:00
52a013bea8
More logic from complex/test* moved to their own testcases.
2006-09-08 09:03:40 +00:00
803d9c39dd
Changing a test case also changes the output that is expected.
...
Float/Long aliasing doesn't work on all architecures.
2006-09-07 11:18:47 +00:00
1d1868d97e
Removed one output because integer/double usage differ
2006-09-07 08:15:58 +00:00
a3242fb42c
Lost some changes yet again
2006-09-05 12:17:09 +00:00
c9970d5948
Started to cleanup complex tests.
...
Added some interval checks to regression suite.
2006-09-05 12:11:03 +00:00
276b3bb3e3
Synced parser.
...
Fixed ecpglib trying to read one character after end-of-string.
Fixed port number setting in regression suite.
2006-09-05 10:00:53 +00:00
497f49a736
Remove trailing slash use in ecpg regression script; caused failures on
...
some platforms.
2006-09-04 19:36:21 +00:00
246bd83811
Synced parser.
...
Added another regression test and fixed tcp test.
2006-09-03 12:24:08 +00:00
cda6d0a8d3
Second try committing the path changes.
2006-08-29 13:23:27 +00:00
67135eb1ef
Removed debug option from pg_regress call.
...
Changed file paths in expected files too.
2006-08-29 12:33:45 +00:00
b1710339ba
Fixed parser and library to allow empty database names.
...
Streamlined connection name parsing.
Added Joachim's patch to shorten paths before diffing.
2006-08-29 12:24:52 +00:00
ae28cfe673
Partial fix for ecpg's VPATH problems. It compiles and successfully
...
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.
2006-08-28 16:13:11 +00:00
99a5619e7b
- Enabled single-quoted connection targets.
...
- Fixed a memory leak/segfault in unsuccessful connection.
- Some changes to test files.
2006-08-27 16:15:42 +00:00
445a61297e
Changed double output.
2006-08-26 11:50:00 +00:00
e8d1dcbfde
Fixed of by one variable size.
2006-08-24 10:35:58 +00:00
9bade3ff84
Replaced double-quote-fix with a hopefully better version.
...
Use initializer string length as size for character strings.
Added ecpg_config.h file that is created via configure.
2006-08-23 12:01:53 +00:00
54f5527606
Descriptor values were quoted twice.
...
Fixed some regression test problems.
2006-08-22 12:46:18 +00:00
fc19744e58
Added another test
2006-08-19 15:10:00 +00:00
84844bab2c
More SoC stuff
2006-08-19 13:42:40 +00:00
46d61eb218
Fixed a buffer overrun that was masked on Linux systems.
2006-08-18 16:30:53 +00:00
e91600d1c2
Changed lexer to no longer use the default rule.
...
Synced parser and keyword list.
Fixed parsing of CONNECT statement so it accepts a C string again.
2006-08-18 15:59:35 +00:00
2834fb6a83
Fixed a typo and made two mallocs Coverity friendly.
2006-08-15 12:46:25 +00:00
4a445f5d97
Sorry, forgot the new files.
2006-08-15 06:48:24 +00:00