Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-09-04 | Synced parser and keyword list. | Michael Meskes | |
2007-08-29 | Fixed bug in Informix define handling. | Michael Meskes | |
2007-08-23 | unbreak ECPG tests for VPATH builds. | Andrew Dunstan | |
2007-08-22 | More cleaning up and removed some duplicates. | Michael Meskes | |
2007-08-14 | It seems we simply expected the same output for failure and success. | Michael Meskes | |
2007-08-14 | It seems I always forget .in files. | Michael Meskes | |
2007-08-14 | Hopefully fixed missing CHAR_BIT symbol | Michael Meskes | |
2007-08-14 | Fixed compiler warning for enum handling | Michael Meskes | |
2007-08-14 | As usual I forgot some files. :-) | Michael Meskes | |
2007-08-14 | - Finished major rewrite to use new protocol version | Michael Meskes | |
- 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 | |||
2007-07-25 | Synced parser | Michael Meskes | |
2007-07-25 | Rename DLLIMPORT macro to PGDLLIMPORT to avoid conflict with | Magnus Hagander | |
third party includes (like tcl) that define DLLIMPORT. | |||
2007-06-15 | Applied patch by Joachim to enable checktcp again | Michael Meskes | |
2007-06-14 | Add resultmap entries for mingw - same as for msvc | Magnus Hagander | |
2007-06-14 | Properly identify mingw as a win32 platform needing different diff | Magnus Hagander | |
options to deal with strange line endings. | |||
2007-06-12 | VPATH fixes. | Alvaro Herrera | |
2007-06-12 | Fix search/replace error in makefile for ecpg tests | Magnus Hagander | |
2007-06-12 | Fixed reduce/recuce problem due to CURRENT_P. | Michael Meskes | |
2007-06-12 | Rewrite ECPG regression test driver in C, by splitting the standard | Magnus Hagander | |
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 | |||
2007-06-12 | Synced parser and keyword list. | Michael Meskes | |
2007-06-11 | Should not try to unlink stdout. | Michael Meskes | |
2007-06-11 | Fixed one memory leak in descriptor code. | Michael Meskes | |
Made sure ecpg deletes output file in case of an error. | |||
2007-06-04 | Update expected files for textual changes | Peter Eisentraut | |
2007-05-31 | Make some messages more consistent | Peter Eisentraut | |
2007-05-28 | Applied patch send by Joachim Wieland to fix INTEGER_DATETIMES under MSVC. | Michael Meskes | |
2007-05-27 | Sorry guys, I committed the file from my development snapshot instead the ↵ | Michael Meskes | |
one from HEAD. Fixing it now. | |||
2007-05-27 | The source code changed, so the expected file changed too. | Michael Meskes | |
2007-05-27 | Applied Joachim's patch for ecpg_config.h creation on Vista. | Michael Meskes | |
Changed variable test to not run into infinite loops on backend errors. | |||
2007-05-21 | Also removed the function not just the call, sorry. | Michael Meskes | |
2007-05-21 | Do not try to find local timezone in DecodeDateTime() because the | Michael Meskes | |
result is not used anyway. This also fixes Vista's build problems. | |||
2007-05-20 | tackling Vista problem - another try | Michael Meskes | |
2007-05-17 | Removed mktime() call to hopefully get rid of some compatibility problems. | Michael Meskes | |
2007-05-10 | Added some more error logging. | Michael Meskes | |
2007-05-10 | - Synced parser and keyword list | Michael Meskes | |
- Renamed update test so it hopefully runs on Vista | |||
2007-04-27 | Removed non-existant function from extern.h | Michael Meskes | |
2007-04-27 | Inlined two functions to get rid of va_list problems on some archs. | Michael Meskes | |
2007-04-01 | Complete cleaning | Peter Eisentraut | |
2007-03-29 | Make ECPG regression tests use native threading instead of pthreads, now that | Magnus Hagander | |
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. | |||
2007-03-29 | - Added patch by Magnus Hagander <magnus@hagander.net> to use native | Michael Meskes | |
win32 threads. - Fixed regression tests to run threading tests. | |||
2007-03-27 | Fix typo, ensable -> enable, per Steve Gieseking. | Tom Lane | |
2007-03-18 | Fix ecpg/preproc makefile for parallel builds: parser.o must depend | Tom Lane | |
on preproc.h, else make may try to build it before preproc.h is ready. Per failures seen here and in buildfarm. | |||
2007-03-17 | - Changed some whitespacing in connect statement. | Michael Meskes | |
- 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. | |||
2007-02-19 | Add "isodow" option to EXTRACT() and date_part() where Sunday = 7. | Bruce Momjian | |
2007-02-16 | Add two new format fields for use with to_char(), to_date() and | Bruce Momjian | |
to_timestamp(): - ID for day-of-week - IDDD for day-of-year This makes it possible to convert ISO week dates to and from text fully represented in either week ('IYYY-IW-ID') or day-of-year ('IYYY-IDDD') format. I have also added an 'isoyear' field for use with extract / date_part. Brendan Jurd | |||
2007-02-11 | Fixed multibyte handling as reported by <harada.toshi@oss.ntt.co.jp>. | Michael Meskes | |
2007-02-09 | Replace useless uses of := by = in makefiles. | Peter Eisentraut | |
2007-02-07 | Replace some strncpy() by strlcpy(). | Peter Eisentraut | |
2007-02-02 | Applied Magnus Hagander's patch to take away some compiler warnings. | Michael Meskes | |
2007-02-02 | Cleaned up va_list handling. Hopefully this now works on all archs. | Michael Meskes | |
2007-02-01 | Wording cleanup for error messages. Also change can't -> cannot. | Bruce Momjian | |
Standard English uses "may", "can", and "might" in different ways: may - permission, "You may borrow my rake." can - ability, "I can lift that log." might - possibility, "It might rain today." Unfortunately, in conversational English, their use is often mixed, as in, "You may use this variable to do X", when in fact, "can" is a better choice. Similarly, "It may crash" is better stated, "It might crash". |