1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-05 07:21:24 +03:00
Commit Graph

71 Commits

Author SHA1 Message Date
6520c666c1 Fix a few of the more blatantly unportable constructs in this file. 2003-08-01 18:10:43 +00:00
7a9c074cba - Added some Informix error codes in Informix mode.
- Added just another pgtypeslib function.
2003-08-01 08:21:04 +00:00
7d32551a81 Fixed some bugs in Informix compat functions. 2003-07-17 07:54:29 +00:00
96be4b28a3 Applied patch to fix two compatibility functions. 2003-07-16 13:18:51 +00:00
abfa8ae54f Fixed some Informix compat functions so they handle NULL resp. indicators better. 2003-07-09 13:49:38 +00:00
f207718b0c More informix fixes. 2003-07-08 12:11:35 +00:00
7b1885bf98 Fixed initialization bug and added postgres_fe.h to pgtypeslib. 2003-07-02 07:57:36 +00:00
cc3002313f Fix ecpg typo --- change ;; to ;. 2003-07-01 19:58:23 +00:00
2bdd2e5dcf Use ISO dates in pgtypeslib by default.
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-07-01 12:40:52 +00:00
fd3ca524eb Implemented Informix special way to treat NULLs, removed warnings, synced. 2003-06-25 10:44:21 +00:00
2cbaaee6c3 Just another Informix compatibility change. They uses "free" for cursors as wellafter closing them. 2003-06-20 13:36:34 +00:00
8902aaaa6c Fixed fetch into char * and added missing prototype for an Informix function. 2003-06-19 09:52:11 +00:00
26188e8c17 - Enable FETCH without INTO.
- Compatibility functions for INFORMIX handling of DECLARE statement.
2003-06-13 10:50:58 +00:00
6fabec242d Fix compilation on Cygwin. 2003-05-22 17:20:44 +00:00
4e1ed3da9b - Added more compatibility functions.
- Accept CPP defines for type definitions.
	- Do not parse system include files automatically for Informix mode
2003-05-14 14:37:36 +00:00
299fbb4b37 Added rfmtlong compatibility function. 2003-05-06 09:48:25 +00:00
76b45c9842 Informix fixes. 2003-04-10 13:06:57 +00:00
a50f285d8d Added some more informix compatibility functions. 2003-04-08 12:34:25 +00:00
cdbd298b3a Add prototype for toupper/tolower(). 2003-04-03 05:25:41 +00:00
7b85b730f5 More patches for informix compatibility. 2003-04-01 14:37:25 +00:00
5e37f16be0 Forgot two new files and one that was moved. 2003-03-30 13:26:09 +00:00