summaryrefslogtreecommitdiff
path: root/src/interfaces/ecpg/compatlib
Commit message (Expand)AuthorAgeFilesLines
* Bump minor version numbers for 8.1 compared to 8.0.Bruce Momjian2005-03-141-2/+2
* Add fprintf() custom version to libpgport.Bruce Momjian2005-03-111-3/+3
* Update version stamps for 8.1 as listed in RELEASE_CHANGES.Bruce Momjian2005-01-181-2/+2
* Another pgindent run with lib typedefs added.Bruce Momjian2004-08-301-27/+27
* Pgindent run for 8.0.Bruce Momjian2004-08-291-78/+86
* Cause libpq and ecpg libraries to be built as proper shared librariesTom Lane2004-07-131-2/+3
* - Only use typedefs inside their scope.Michael Meskes2004-06-271-2/+2
* Minor adjustments to enable public-domain timezone library to be calledBruce Momjian2004-04-301-2/+3
* Make thread flags CFLAGS, not CPPFLAGS.Bruce Momjian2004-04-251-2/+3
* Add new auto-detection of thread flags.Bruce Momjian2004-04-231-3/+3
* - Fixed Informix compat math functions to cope with the situationsMichael Meskes2004-03-141-6/+7
* Repair missing inclusions of -lintl for shared libraries.Tom Lane2004-02-101-2/+2
* Fix portability bugs: char values passed to <ctype.h> functions mustTom Lane2004-01-041-3/+3
* Forgot to change one compatlib.h.Peter Eisentraut2003-12-181-1/+1
* Bump all version numbers and version stamps mentioned in RELEASE_CHANGES.Bruce Momjian2003-11-301-2/+2
* $Header: -> $PostgreSQL Changes ...PostgreSQL Daemon2003-11-291-1/+1
* Fixed potentially uninitialized memory bug in compatlib.Michael Meskes2003-11-031-33/+43
* Applied patch by Dave Cramer to fix several bugs in compatlib.Michael Meskes2003-10-301-14/+71
* Include -lkrb5 when needed for shlibs depending on libpq. Per reportTom Lane2003-10-281-2/+2
* Fixed error handling in Informix compat str to date conversion.Michael Meskes2003-10-071-1/+1
* - Fixed constant listing in execute using clause.Michael Meskes2003-10-061-1/+1
* Hide Informix datatypes. They are not seen by our built process anymore.Michael Meskes2003-10-031-2/+3
* Adjust Darwin build to use the default 'two level namespace' linkingTom Lane2003-09-271-2/+3
* Rename thread compile flag. Move thread test program to tools/thread,Bruce Momjian2003-09-271-2/+2
* - Fixed order mismatch in processing "using" arguments.Michael Meskes2003-09-221-46/+46
* - Renamed my own strndup() function because of a name clash.Michael Meskes2003-09-201-2/+2
* Removed superfluous return statement in get_data.Michael Meskes2003-09-191-15/+5
* Some uppercase type definitions were left.Michael Meskes2003-09-101-9/+9
* - Added Dave patch for Informix handling of numeric/int conversion.Michael Meskes2003-09-091-35/+35
* Add ecpg thread testing file.Bruce Momjian2003-08-061-3/+3
* pgindent run.Bruce Momjian2003-08-041-272/+344
* Fix a few of the more blatantly unportable constructs in this file.Tom Lane2003-08-011-23/+27
* Use only two-part shared library version numbers, for better portabilityPeter Eisentraut2003-08-011-2/+2
* Make ecpg SQLSTATE-aware. Map existing SQLCODE assignments to SQLSTATEs,Peter Eisentraut2003-08-011-2/+2
* - Added some Informix error codes in Informix mode.Michael Meskes2003-08-011-1/+1
* Fixed some bugs in Informix compat functions.Michael Meskes2003-07-171-2/+12
* Applied patch to fix two compatibility functions.Michael Meskes2003-07-161-2/+6
* Fixed some Informix compat functions so they handle NULL resp. indicators bet...Michael Meskes2003-07-091-0/+24
* More informix fixes.Michael Meskes2003-07-081-2/+14
* Fixed initialization bug and added postgres_fe.h to pgtypeslib.Michael Meskes2003-07-021-1/+4
* Fix ecpg typo --- change ;; to ;.Bruce Momjian2003-07-011-1/+1
* Use ISO dates in pgtypeslib by default.Michael Meskes2003-07-011-91/+194
* Implemented Informix special way to treat NULLs, removed warnings, synced.Michael Meskes2003-06-251-36/+12
* Add -L../ecpglib -lecpg for Cygwin compile.Bruce Momjian2003-06-241-2/+2
* Just another Informix compatibility change. They uses "free" for cursors as w...Michael Meskes2003-06-201-0/+10
* Fixed fetch into char * and added missing prototype for an Informix function.Michael Meskes2003-06-191-0/+6
* - Enable FETCH without INTO.Michael Meskes2003-06-131-0/+55
* Fix compilation on Cygwin.Peter Eisentraut2003-05-222-2/+3
* - Added more compatibility functions.Michael Meskes2003-05-141-6/+30
* Added rfmtlong compatibility function.Michael Meskes2003-05-061-1/+203