aboutsummaryrefslogtreecommitdiff
path: root/src/interfaces/ecpg/compatlib
Commit message (Expand)AuthorAge
* pgindent run for 8.2.Bruce Momjian2006-10-04
* Install a cleaner solution to the AIX libpq linking problem, as perTom Lane2006-09-10
* Partial fix for ecpg's VPATH problems. It compiles and successfullyTom Lane2006-08-28
* Added lots of SoC stuff made by Joachim.Michael Meskes2006-08-15
* Added some more coverity report patches send in by Joachim Wieland <joe@mckni...Michael Meskes2006-06-26
* Remove individual user copyright because the code is contributed toBruce Momjian2006-06-25
* Clarified copyright noticeMichael Meskes2006-06-23
* Added fixed from the coverity report send in by Joachim Wieland <joe@mcknight...Michael Meskes2006-06-21
* Fixed memory leak bugs found by Martijn Oosterhout.Michael Meskes2006-04-24
* Add CVS tag lines to files that were lacking them.Bruce Momjian2006-03-11
* Allow installation into directories containing spaces in the name.Peter Eisentraut2005-12-09
* Stamp libraries for 8.2 by updating minor library version numbers andBruce Momjian2005-12-09
* Re-run pgindent, fixing a problem where comment lines after a blankBruce Momjian2005-11-22
* Standard pgindent run for 8.1.Bruce Momjian2005-10-15
* Bump minor version numbers for 8.1 compared to 8.0.Bruce Momjian2005-03-14
* Add fprintf() custom version to libpgport.Bruce Momjian2005-03-11
* Update version stamps for 8.1 as listed in RELEASE_CHANGES.Bruce Momjian2005-01-18
* Another pgindent run with lib typedefs added.Bruce Momjian2004-08-30
* Pgindent run for 8.0.Bruce Momjian2004-08-29
* Cause libpq and ecpg libraries to be built as proper shared librariesTom Lane2004-07-13
* - Only use typedefs inside their scope.Michael Meskes2004-06-27
* Minor adjustments to enable public-domain timezone library to be calledBruce Momjian2004-04-30
* Make thread flags CFLAGS, not CPPFLAGS.Bruce Momjian2004-04-25
* Add new auto-detection of thread flags.Bruce Momjian2004-04-23
* - Fixed Informix compat math functions to cope with the situationsMichael Meskes2004-03-14
* Repair missing inclusions of -lintl for shared libraries.Tom Lane2004-02-10
* Fix portability bugs: char values passed to <ctype.h> functions mustTom Lane2004-01-04
* Forgot to change one compatlib.h.Peter Eisentraut2003-12-18
* Bump all version numbers and version stamps mentioned in RELEASE_CHANGES.Bruce Momjian2003-11-30
* $Header: -> $PostgreSQL Changes ...PostgreSQL Daemon2003-11-29
* Fixed potentially uninitialized memory bug in compatlib.Michael Meskes2003-11-03
* Applied patch by Dave Cramer to fix several bugs in compatlib.Michael Meskes2003-10-30
* Include -lkrb5 when needed for shlibs depending on libpq. Per reportTom Lane2003-10-28
* Fixed error handling in Informix compat str to date conversion.Michael Meskes2003-10-07
* - Fixed constant listing in execute using clause.Michael Meskes2003-10-06
* Hide Informix datatypes. They are not seen by our built process anymore.Michael Meskes2003-10-03
* Adjust Darwin build to use the default 'two level namespace' linkingTom Lane2003-09-27
* Rename thread compile flag. Move thread test program to tools/thread,Bruce Momjian2003-09-27
* - Fixed order mismatch in processing "using" arguments.Michael Meskes2003-09-22
* - Renamed my own strndup() function because of a name clash.Michael Meskes2003-09-20
* Removed superfluous return statement in get_data.Michael Meskes2003-09-19
* Some uppercase type definitions were left.Michael Meskes2003-09-10
* - Added Dave patch for Informix handling of numeric/int conversion.Michael Meskes2003-09-09
* Add ecpg thread testing file.Bruce Momjian2003-08-06
* pgindent run.Bruce Momjian2003-08-04
* Fix a few of the more blatantly unportable constructs in this file.Tom Lane2003-08-01
* Use only two-part shared library version numbers, for better portabilityPeter Eisentraut2003-08-01
* Make ecpg SQLSTATE-aware. Map existing SQLCODE assignments to SQLSTATEs,Peter Eisentraut2003-08-01
* - Added some Informix error codes in Informix mode.Michael Meskes2003-08-01
* Fixed some bugs in Informix compat functions.Michael Meskes2003-07-17