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