Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | pgindent run for 8.2. | Bruce Momjian | 2006-10-04 |
| | |||
* | 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. | ||
* | Added some more coverity report patches send in by Joachim Wieland ↵ | Michael Meskes | 2006-06-26 |
| | | | | <joe@mcknight.de>. | ||
* | Remove individual user copyright because the code is contributed to | Bruce Momjian | 2006-06-25 |
| | | | | | | | | | PGDG: > Yes. In fact the copyright belongs to credativ GmbH the company that > paid Carsten for his work. As you may or may not know I'm the CEO of > that company and can assure you that his work was contributed to the > PostgreSQL project. | ||
* | Clarified copyright notice | Michael Meskes | 2006-06-23 |
| | |||
* | Added fixed from the coverity report send in by Joachim Wieland ↵ | Michael Meskes | 2006-06-21 |
| | | | | | | <joe@mcknight.de> Added missing error handling in a few functions in ecpglib | ||
* | Fixed memory leak bugs found by Martijn Oosterhout. | Michael Meskes | 2006-04-24 |
| | |||
* | Add CVS tag lines to files that were lacking them. | Bruce Momjian | 2006-03-11 |
| | |||
* | Re-run pgindent, fixing a problem where comment lines after a blank | Bruce Momjian | 2005-11-22 |
| | | | | | | | | | comment line where output as too long, and update typedefs for /lib directory. Also fix case where identifiers were used as variable names in the backend, but as typedefs in ecpg (favor the backend for indenting). Backpatch to 8.1.X. | ||
* | Standard pgindent run for 8.1. | Bruce Momjian | 2005-10-15 |
| | |||
* | Another pgindent run with lib typedefs added. | Bruce Momjian | 2004-08-30 |
| | |||
* | Pgindent run for 8.0. | Bruce Momjian | 2004-08-29 |
| | |||
* | - Only use typedefs inside their scope. | Michael Meskes | 2004-06-27 |
| | | | | | | - Variables that are out of scope, were not removed all the time. - Make a varchar NULL set everything to 0 when not using indicators. - Synced parser. | ||
* | - Fixed Informix compat math functions to cope with the situations | Michael Meskes | 2004-03-14 |
| | | | | | where one argument takes the result. - Applied thread patches by Lee Kindness | ||
* | Fix portability bugs: char values passed to <ctype.h> functions must | Tom Lane | 2004-01-04 |
| | | | | be cast to unsigned char. We have learned this the hard way before. | ||
* | Forgot to change one compatlib.h. | Peter Eisentraut | 2003-12-18 |
| | |||
* | Fixed potentially uninitialized memory bug in compatlib. | Michael Meskes | 2003-11-03 |
| | |||
* | Applied patch by Dave Cramer to fix several bugs in compatlib. | Michael Meskes | 2003-10-30 |
| | |||
* | Fixed error handling in Informix compat str to date conversion. | Michael Meskes | 2003-10-07 |
| | |||
* | - Fixed constant listing in execute using clause. | Michael Meskes | 2003-10-06 |
| | | | | | - Fixed typo in ecpg for Informix dec_t type. - Fixed precision handling in Informix compat funxtions. | ||
* | Hide Informix datatypes. They are not seen by our built process anymore. | Michael Meskes | 2003-10-03 |
| | |||
* | - Fixed order mismatch in processing "using" arguments. | Michael Meskes | 2003-09-22 |
| | | | | | - Fixed some minor things in test cases. - Use defines for Informix error codes. | ||
* | - Renamed my own strndup() function because of a name clash. | Michael Meskes | 2003-09-20 |
| | |||
* | Removed superfluous return statement in get_data. | Michael Meskes | 2003-09-19 |
| | |||
* | Some uppercase type definitions were left. | Michael Meskes | 2003-09-10 |
| | |||
* | - Added Dave patch for Informix handling of numeric/int conversion. | Michael Meskes | 2003-09-09 |
| | | | | | - Changed all new datatypes to lowercase. - Fixed rounding bug in numerical types. | ||
* | pgindent run. | Bruce Momjian | 2003-08-04 |
| | |||
* | Fix a few of the more blatantly unportable constructs in this file. | Tom Lane | 2003-08-01 |
| | |||
* | - Added some Informix error codes in Informix mode. | Michael Meskes | 2003-08-01 |
| | | | | - Added just another pgtypeslib function. | ||
* | Fixed some bugs in Informix compat functions. | Michael Meskes | 2003-07-17 |
| | |||
* | Applied patch to fix two compatibility functions. | Michael Meskes | 2003-07-16 |
| | |||
* | Fixed some Informix compat functions so they handle NULL resp. indicators ↵ | Michael Meskes | 2003-07-09 |
| | | | | better. | ||
* | More informix fixes. | Michael Meskes | 2003-07-08 |
| | |||
* | Fixed initialization bug and added postgres_fe.h to pgtypeslib. | Michael Meskes | 2003-07-02 |
| | |||
* | Fix ecpg typo --- change ;; to ;. | Bruce Momjian | 2003-07-01 |
| | |||
* | Use ISO dates in pgtypeslib by default. | Michael Meskes | 2003-07-01 |
| | | | | | | | Applied patch by Philip Yarra to fix some thread issues. Added a new data type "decimal" which is mostly the same as our "numeric" but uses a fixed length array to store the digits. This is for compatibility with Informix and maybe others. | ||
* | Implemented Informix special way to treat NULLs, removed warnings, synced. | Michael Meskes | 2003-06-25 |
| | |||
* | Just another Informix compatibility change. They uses "free" for cursors as ↵ | Michael Meskes | 2003-06-20 |
| | | | | wellafter closing them. | ||
* | Fixed fetch into char * and added missing prototype for an Informix function. | Michael Meskes | 2003-06-19 |
| | |||
* | - Enable FETCH without INTO. | Michael Meskes | 2003-06-13 |
| | | | | - Compatibility functions for INFORMIX handling of DECLARE statement. | ||
* | Fix compilation on Cygwin. | Peter Eisentraut | 2003-05-22 |
| | |||
* | - Added more compatibility functions. | Michael Meskes | 2003-05-14 |
| | | | | | - Accept CPP defines for type definitions. - Do not parse system include files automatically for Informix mode | ||
* | Added rfmtlong compatibility function. | Michael Meskes | 2003-05-06 |
| | |||
* | Informix fixes. | Michael Meskes | 2003-04-10 |
| | |||
* | Added some more informix compatibility functions. | Michael Meskes | 2003-04-08 |
| | |||
* | Add prototype for toupper/tolower(). | Bruce Momjian | 2003-04-03 |
| | |||
* | More patches for informix compatibility. | Michael Meskes | 2003-04-01 |
| | |||
* | Forgot two new files and one that was moved. | Michael Meskes | 2003-03-30 |