| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2006-01-17 | Data transferred binary is now put into the variables verbatim. | Michael Meskes | |
| Also added a test case for a binary cursor. | |||
| 2005-10-15 | Standard pgindent run for 8.1. | Bruce Momjian | |
| 2005-08-24 | - Check for NULL before checking whether argument is an array. | Michael Meskes | |
| - Remove stary character from string quoting. - Fixed check to report missing varchar pointer implementation. | |||
| 2004-08-29 | Pgindent run for 8.0. | Bruce Momjian | |
| 2004-07-04 | Made sure SET DESCRIPTOR accepts all data types including constants. | Michael Meskes | |
| 2004-06-28 | Arrays can be read as arrays or as character strings now. | Michael Meskes | |
| 2004-06-27 | - Only use typedefs inside their scope. | Michael Meskes | |
| - 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. | |||
| 2004-05-05 | - Fixed bug in adjust_informix that treated arrays as simple variables. | Michael Meskes | |
| - Synced parser again. - Synced lexer. | |||
| 2003-11-29 | $Header: -> $PostgreSQL Changes ... | PostgreSQL Daemon | |
| 2003-11-08 | Made sure an internal array is not treated as a user defined one. | Michael Meskes | |
| 2003-09-20 | - Applied some bug fixing patches by Dave Cramer <dave@fastcrypt.com>. | Michael Meskes | |
| - Added protecting defines to include files. | |||
| 2003-09-19 | Removed superfluous return statement in get_data. | Michael Meskes | |
| 2003-09-18 | - Accept output variables for FETCH in DECLARE statement. | Michael Meskes | |
| - Synced parser. - Allowed C variables to carry the name of prepared statements. - Added Informix handling of datatype converion errors. | |||
| 2003-09-09 | - Added Dave patch for Informix handling of numeric/int conversion. | Michael Meskes | |
| - Changed all new datatypes to lowercase. - Fixed rounding bug in numerical types. | |||
| 2003-08-04 | pgindent run. | Bruce Momjian | |
| 2003-08-01 | Make ecpg SQLSTATE-aware. Map existing SQLCODE assignments to SQLSTATEs, | Peter Eisentraut | |
| rather than parsing the message. Add some documentation about embedded SQL. | |||
| 2003-08-01 | - Added some Informix error codes in Informix mode. | Michael Meskes | |
| - Added just another pgtypeslib function. | |||
| 2003-07-18 | Added more compat stuff ot the parser. | Michael Meskes | |
| 2003-07-17 | Allow blanks at the end of numerical values. | Michael Meskes | |
| 2003-07-08 | More informix fixes. | Michael Meskes | |
| 2003-07-01 | Use ISO dates in pgtypeslib by default. | Michael Meskes | |
| 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. | |||
| 2003-06-26 | Added just another compatibility level for Informix. | Michael Meskes | |
| 2003-06-25 | Implemented Informix special way to treat NULLs, removed warnings, synced. | Michael Meskes | |
| 2003-06-22 | Added missing terminating '\0' char for data put into char *. | Michael Meskes | |
| 2003-06-19 | Fixed fetch into char * and added missing prototype for an Informix function. | Michael Meskes | |
| 2003-06-15 | Make ecpg thread safe. | Bruce Momjian | |
| Lee Kindness | |||
| 2003-04-01 | More patches for informix compatibility. | Michael Meskes | |
| 2003-03-27 | More changes to pgtypeslib and set optimization to -O1. | Michael Meskes | |
| 2003-03-20 | Started adding date and timestamp. | Michael Meskes | |
| 2003-03-16 | Started working on a seperate pgtypes library. First test work. PLEASE test ↵ | Michael Meskes | |
| compilation on iother systems. | |||
