summaryrefslogtreecommitdiff
path: root/src/interfaces/ecpg/ecpglib
Commit message (Expand)AuthorAgeFilesLines
* Fixed bug 2330: Wrong error code in case of a duplicate keyMichael Meskes2006-03-171-2/+2
* Add CVS tag lines to files that were lacking them.Bruce Momjian2006-03-111-0/+2
* Update copyright for 2006. Update scripts.Bruce Momjian2006-03-051-2/+2
* Added C bit fields to ecpg parserMichael Meskes2006-02-041-1/+3
* Data transferred binary is now put into the variables verbatim.Michael Meskes2006-01-172-7/+53
* When using GCC on AMD64 and PPC, ECPGget_variable() takes a va_list *, notNeil Conway2006-01-151-1/+5
* Allow installation into directories containing spaces in the name.Peter Eisentraut2005-12-091-2/+2
* Stamp libraries for 8.2 by updating minor library version numbers andBruce Momjian2005-12-091-2/+2
* Make Win32 build use our port/snprintf.c routines, instead of dependingTom Lane2005-12-061-9/+7
* - Made several variables "const char *" instead of "char *" as proposed by Qi...Michael Meskes2005-11-305-30/+31
* Standard pgindent run for 8.1.Bruce Momjian2005-10-158-84/+86
* Fixed transaction command handling to not ignore savepoints and to correctly ...Michael Meskes2005-09-121-14/+18
* - Check for NULL before checking whether argument is an array.Michael Meskes2005-08-241-24/+24
* I have to admit that I got the case of the preprocessor symbol on amd64Bruce Momjian2005-07-042-4/+4
* Add E'' to internally created SQL strings that contain backslashes.Bruce Momjian2005-07-021-12/+5
* - Fixed memory leak in ecpglib by adding some missing free() commands.Michael Meskes2005-06-022-8/+5
* Added patch by Philip Yarra <philip.yarra@internode.on.net> for a bug in thre...Michael Meskes2005-04-141-7/+24
* Added patch by Christof Petig <christof@petig-baender.de> to work around gcc ...Michael Meskes2005-03-182-11/+27
* 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
* Use SHGetFolderPath instead of SHGetSpecialFolderPath to find theTom Lane2005-01-261-1/+6
* Update version stamps for 8.1 as listed in RELEASE_CHANGES.Bruce Momjian2005-01-181-2/+2
* Tag appropriate files for rc3PostgreSQL Daemon2004-12-311-2/+2
* Fixed segfault in connect when specifying no database name.Michael Meskes2004-12-302-83/+92
* Fix up makefile dependencies for pg_config_paths.h.Tom Lane2004-11-201-4/+6
* Add 'int' cast for getpid() because some Solaris releases return longBruce Momjian2004-10-141-2/+2
* Fix vpath build break, induced by Bruce's recent commit.Neil Conway2004-10-121-2/+2
* Add some pg_config_path.h dependencies for places that includeBruce Momjian2004-10-121-2/+5
* Make getpid() use %d consistently for printing.Bruce Momjian2004-10-091-2/+2
* '::' is no longer interpreted as a variable in a prepare statement.Michael Meskes2004-10-051-4/+9
* Make sure no libs use libpgport by removing it from the link line.Bruce Momjian2004-10-041-1/+4
* Pgindent run for 8.0.Bruce Momjian2004-08-296-159/+185
* Update copyright to 2004.Bruce Momjian2004-08-291-2/+2
* Cause libpq and ecpg libraries to be built as proper shared librariesTom Lane2004-07-131-1/+2
* - Fixed indicator in SET DESCRIPTOR.Michael Meskes2004-07-052-20/+59
* Made sure SET DESCRIPTOR accepts all data types including constants.Michael Meskes2004-07-044-119/+121
* Removed unused variable and added a typecast.Michael Meskes2004-07-011-3/+3
* Added SET DESCRIPTOR command.Michael Meskes2004-06-303-101/+339
* Arrays can be read as arrays or as character strings now.Michael Meskes2004-06-281-4/+17
* - Only use typedefs inside their scope.Michael Meskes2004-06-273-11/+15
* Attached is a patch that takes care of the PATHSEP issue. I made a moreBruce Momjian2004-06-101-2/+2
* Add FRONTEND to ecpglib.Bruce Momjian2004-05-251-2/+2
* Add exec.c to ecpg library because path.c now uses it.Bruce Momjian2004-05-251-3/+6
* Handle inclusion of port modules 'correctly', viz the same way libpqTom Lane2004-05-211-10/+13
* - Fixed DEALLOCATE PREPARE to use correct function callMichael Meskes2004-05-211-2/+2
* Add mention of why -lpgport is needed in ecpglib (dllwrap).Bruce Momjian2004-05-211-1/+2
* Add -lpgport to ecpglib link only on win32. Other platforms haveBruce Momjian2004-05-211-2/+6
* Revert addition of -lpgport, which breaks the build on platforms thatTom Lane2004-05-211-2/+2
* Win32 needs -lpgport for dll creation of ecpglib.Bruce Momjian2004-05-191-2/+2
* - Fixed bug in adjust_informix that treated arrays as simple variables.Michael Meskes2004-05-052-4/+4