[COMMITTERS] pgsql-server/src/interfaces/ecpg compatlib/inf ...

2004-01-03 Thread Tom Lane
CVSROOT:/cvsroot
Module name:pgsql-server
Changes by: [EMAIL PROTECTED]   04/01/04 00:17:01

Modified files:
src/interfaces/ecpg/compatlib: informix.c 
src/interfaces/ecpg/pgtypeslib: datetime.c 

Log message:
Fix portability bugs: char values passed to  functions must
be cast to unsigned char.  We have learned this the hard way before.


---(end of broadcast)---
TIP 9: the planner will ignore your desire to choose an index scan if your
  joining column's datatypes do not match


[COMMITTERS] pgsql-server/src/interfaces/ecpg/compatlib inf ...

2003-12-18 Thread Peter Eisentraut - PostgreSQL
CVSROOT:/cvsroot
Module name:pgsql-server
Changes by: [EMAIL PROTECTED]   03/12/18 16:25:58

Modified files:
src/interfaces/ecpg/compatlib: informix.c 

Log message:
Forgot to change one compatlib.h.


---(end of broadcast)---
TIP 1: subscribe and unsubscribe commands go to [EMAIL PROTECTED]


[COMMITTERS] pgsql-server/src/interfaces/ecpg/compatlib inf ...

2003-09-20 Thread Michael Meskes
CVSROOT:/cvsroot
Module name:pgsql-server
Changes by: [EMAIL PROTECTED]   03/09/20 06:10:50

Modified files:
src/interfaces/ecpg/compatlib: informix.c 

Log message:
- Renamed my own strndup() function because of a name clash.


---(end of broadcast)---
TIP 7: don't forget to increase your free space map settings


[COMMITTERS] pgsql-server/src/interfaces/ecpg compatlib/inf ...

2003-09-19 Thread Michael Meskes
CVSROOT:/cvsroot
Module name:pgsql-server
Changes by: [EMAIL PROTECTED]   03/09/19 11:06:21

Modified files:
src/interfaces/ecpg/compatlib: informix.c 
src/interfaces/ecpg/ecpglib: data.c 
src/interfaces/ecpg/include: datetime.h decimal.h 
 ecpg_informix.h pgtypes_date.h 
src/interfaces/ecpg/preproc: preproc.y 

Log message:
Removed superfluous return statement in get_data.


---(end of broadcast)---
TIP 2: you can get off all lists at once with the unregister command
(send "unregister YourEmailAddressHere" to [EMAIL PROTECTED])


[COMMITTERS] pgsql-server/src/interfaces/ecpg compatlib/inf ...

2003-09-09 Thread Michael Meskes
CVSROOT:/cvsroot
Module name:pgsql-server
Changes by: [EMAIL PROTECTED]   03/09/09 07:46:42

Modified files:
src/interfaces/ecpg/compatlib: informix.c 
src/interfaces/ecpg/ecpglib: data.c execute.c misc.c typename.c 
src/interfaces/ecpg/include: datetime.h decimal.h pgtypes_date.h 
 pgtypes_interval.h 
 pgtypes_numeric.h 
 pgtypes_timestamp.h 
src/interfaces/ecpg/pgtypeslib: datetime.c dt.h dt_common.c 
interval.c numeric.c timestamp.c 
src/interfaces/ecpg/preproc: ecpg.c preproc.y type.c 
src/interfaces/ecpg/test: dt_test.pgc num_test.pgc 

Log message:
- Added Dave patch for Informix handling of numeric/int conversion.
- Changed all new datatypes to lowercase.
- Fixed rounding bug in numerical types.


---(end of broadcast)---
TIP 7: don't forget to increase your free space map settings


[COMMITTERS] pgsql-server/src/interfaces/ecpg/compatlib inf ...

2003-08-01 Thread Tom Lane
CVSROOT:/cvsroot
Module name:pgsql-server
Changes by: [EMAIL PROTECTED]   03/08/01 15:10:43

Modified files:
src/interfaces/ecpg/compatlib: informix.c 

Log message:
Fix a few of the more blatantly unportable constructs in this file.


---(end of broadcast)---
TIP 8: explain analyze is your friend


[COMMITTERS] pgsql-server/src/interfaces/ecpg compatlib/inf ...

2003-07-17 Thread Michael Meskes
CVSROOT:/cvsroot
Module name:pgsql-server
Changes by: [EMAIL PROTECTED]   03/07/17 04:54:29

Modified files:
src/interfaces/ecpg/compatlib: informix.c 
src/interfaces/ecpg/ecpglib: misc.c 
src/interfaces/ecpg/pgtypeslib: datetime.c 

Log message:
Fixed some bugs in Informix compat functions.


---(end of broadcast)---
TIP 8: explain analyze is your friend


[COMMITTERS] pgsql-server/src/interfaces/ecpg/compatlib inf ...

2003-07-16 Thread Michael Meskes
CVSROOT:/cvsroot
Module name:pgsql-server
Changes by: [EMAIL PROTECTED]   03/07/16 10:18:51

Modified files:
src/interfaces/ecpg/compatlib: informix.c 

Log message:
Applied patch to fix two compatibility functions.


---(end of broadcast)---
TIP 8: explain analyze is your friend


[COMMITTERS] pgsql-server/src/interfaces/ecpg compatlib/inf ...

2003-07-02 Thread Michael Meskes
CVSROOT:/cvsroot
Module name:pgsql-server
Changes by: [EMAIL PROTECTED]   03/07/02 04:57:36

Modified files:
src/interfaces/ecpg/compatlib: informix.c 
src/interfaces/ecpg/pgtypeslib: common.c datetime.c dt_common.c 
interval.c numeric.c timestamp.c 

Log message:
Fixed initialization bug and added postgres_fe.h to pgtypeslib.


---(end of broadcast)---
TIP 6: Have you searched our list archives?

   http://archives.postgresql.org


[COMMITTERS] pgsql-server/src/interfaces/ecpg/compatlib inf ...

2003-07-01 Thread Bruce Momjian
CVSROOT:/cvsroot
Module name:pgsql-server
Changes by: [EMAIL PROTECTED]   03/07/01 16:58:23

Modified files:
src/interfaces/ecpg/compatlib: informix.c 

Log message:
Fix ecpg typo --- change ;; to ;.


---(end of broadcast)---
TIP 9: the planner will ignore your desire to choose an index scan if your
  joining column's datatypes do not match


[COMMITTERS] pgsql-server/src/interfaces/ecpg compatlib/inf ...

2003-06-25 Thread Michael Meskes
CVSROOT:/cvsroot
Module name:pgsql-server
Changes by: [EMAIL PROTECTED]   03/06/25 07:44:21

Modified files:
src/interfaces/ecpg/compatlib: informix.c 
src/interfaces/ecpg/ecpglib: connect.c data.c execute.c extern.h 
 misc.c prepare.c 
src/interfaces/ecpg/include: Makefile ecpg_informix.h ecpglib.h 
 pgtypes_numeric.h sqltypes.h 
src/interfaces/ecpg/pgtypeslib: timestamp.c 
src/interfaces/ecpg/preproc: ecpg.c extern.h keywords.c output.c 
 preproc.y 
src/interfaces/ecpg/test: Makefile 
Added files:
src/interfaces/ecpg/test: test_informix.pgc 

Log message:
Implemented Informix special way to treat NULLs, removed warnings, synced.


---(end of broadcast)---
TIP 7: don't forget to increase your free space map settings