aboutsummaryrefslogtreecommitdiff
path: root/src/interfaces/ecpg/ecpglib
Commit message (Expand)AuthorAge
* 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef listBruce Momjian2009-06-11
* Translation updatesPeter Eisentraut2009-06-10
* Removed unsigned/signed mismatches.Michael Meskes2009-05-20
* Removed some unneeded variables and comparisonsMichael Meskes2009-05-20
* Translation updatesAlvaro Herrera2009-05-14
* Translation updates for 8.4 betaPeter Eisentraut2009-04-09
* ecpg requires libpq; add Makefile rules to require libpq to be builtBruce Momjian2009-02-07
* Argh, wrong line copied again.Michael Meskes2009-02-03
* Fixed copy&paste mistake that made library use uninitialized variable.Michael Meskes2009-02-03
* Fixed auto allocation for binary data types.Michael Meskes2009-02-02
* WordsmithingPeter Eisentraut2009-01-16
* NLS cleanup in ecpglibPeter Eisentraut2009-01-15
* misc.o depends on pg_config_paths.h when --enable-nls is used.Peter Eisentraut2009-01-14
* Split the ecpg translation support into a separate catalog for the ecpgPeter Eisentraut2009-01-02
* Update copyright for 2009.Bruce Momjian2009-01-01
* Applied patch by ITAGAKI Takahiro <itagaki.takahiro@oss.ntt.co.jp> toMichael Meskes2008-12-17
* Fix cast-away-const problem as well as bogus calculation of required buffer s...Tom Lane2008-12-15
* Do not try to change a const variable.Michael Meskes2008-12-15
* Append major version number and for libraries soname major version numberPeter Eisentraut2008-12-11
* Move from strcmp to strncmp to be more tolerant for changes to the parser.Michael Meskes2008-11-01
* Add MSVC++ debug libraries to .cvsignore.Alvaro Herrera2008-07-17
* ecpglib needs to link with libintl if it's in use.Tom Lane2008-05-17
* Add localization support to ecpg.Peter Eisentraut2008-05-16
* Fix a few warnings that have crept into CVS HEAD.Bruce Momjian2008-05-14
* Check for non-existant connection in prepare statement handling.Michael Meskes2008-05-12
* Implement a few changes to how shared libraries and dynamically loadablePeter Eisentraut2008-04-07
* - Moved from PQsetdbLogin to PQconnectDB.Michael Meskes2008-03-27
* added ECPGget_PGconn to exports.txtMichael Meskes2008-03-25
* Corrected version number.Michael Meskes2008-03-21
* Added ECPGget_PGconn() function to ecpglib, courtesy of Mike Aubury.Michael Meskes2008-03-20
* Fix unportable usages of tolower(). On signed-char machines, it is necessaryTom Lane2008-03-01
* Refactor the code that creates the shared library export files to appearPeter Eisentraut2008-02-26
* Bump minor library version numbers for 8.4.Bruce Momjian2008-02-13
* - Fixed segfault in ecpg when using an array element.Michael Meskes2008-02-07
* Re-enabled variables in fetch/move command.Michael Meskes2008-01-15
* Changed prototype for ECPGdo because some compilers don't like int/enum alias...Michael Meskes2008-01-13
* Update copyrights in source tree to 2008.Bruce Momjian2008-01-01
* Re-run pgindent with updated list of typedefs. (Updated README shouldBruce Momjian2007-11-15
* pgindent run for 8.3.Bruce Momjian2007-11-15
* Fix deprecated-by-C-spec usage: storage class should come before constTom Lane2007-11-05
* Fix distprep and maintainer-clean targets so that ecpg's .def files areTom Lane2007-10-05
* Add .cvsignore files to suppress CVS gripes about ecpg .def files.Tom Lane2007-10-05
* Results from buildfarm show that ecpglib was depending on pg_strcasecmp,Tom Lane2007-10-04
* DLL_DEFFILE should be defined when PORTNAME is win32, not when it isn't,Tom Lane2007-10-04
* Replaced tabs by white spacesMichael Meskes2007-10-04
* Removed newline at end of exports files.Michael Meskes2007-10-04
* Added def-files to all: target so they are build everytime.Michael Meskes2007-10-04
* Suppress compiler warning in non-threaded build.Tom Lane2007-10-03
* Fix typoMagnus Hagander2007-10-03
* Cleaned up ecpglib and renamed functions that do not need to be exported.Michael Meskes2007-10-03