summaryrefslogtreecommitdiff
path: root/src/interfaces/ecpg/ecpglib
Commit message (Expand)AuthorAgeFilesLines
* Fix unportable usages of tolower(). On signed-char machines, it is necessaryTom Lane2008-03-011-4/+6
* - Fixed segfault in ecpg when using an array element.Michael Meskes2008-02-073-18/+15
* Re-enabled variables in fetch/move command.Michael Meskes2008-01-153-94/+88
* Changed prototype for ECPGdo because some compilers don't like int/enum alias...Michael Meskes2008-01-131-3/+3
* Update copyrights in source tree to 2008.Bruce Momjian2008-01-012-4/+4
* Re-run pgindent with updated list of typedefs. (Updated README shouldBruce Momjian2007-11-151-2/+2
* pgindent run for 8.3.Bruce Momjian2007-11-1510-359/+391
* Fix deprecated-by-C-spec usage: storage class should come before constTom Lane2007-11-051-3/+3
* Fix distprep and maintainer-clean targets so that ecpg's .def files areTom Lane2007-10-051-3/+10
* Add .cvsignore files to suppress CVS gripes about ecpg .def files.Tom Lane2007-10-051-0/+2
* Results from buildfarm show that ecpglib was depending on pg_strcasecmp,Tom Lane2007-10-041-4/+5
* DLL_DEFFILE should be defined when PORTNAME is win32, not when it isn't,Tom Lane2007-10-041-2/+2
* Replaced tabs by white spacesMichael Meskes2007-10-041-26/+26
* Removed newline at end of exports files.Michael Meskes2007-10-041-2/+1
* Added def-files to all: target so they are build everytime.Michael Meskes2007-10-041-2/+2
* Suppress compiler warning in non-threaded build.Tom Lane2007-10-031-2/+7
* Fix typoMagnus Hagander2007-10-031-2/+2
* Cleaned up ecpglib and renamed functions that do not need to be exported.Michael Meskes2007-10-0312-470/+548
* Hopefully fixed some stuff that causes Windows builds to fail.Michael Meskes2007-10-035-39/+40
* ITAGAKI Takahiro <itagaki.takahiro@oss.ntt.co.jp> added thread-safeMichael Meskes2007-10-025-83/+119
* Applied another patch by ITAGAKI Takahiro <itagaki.takahiro@oss.ntt.co.jp>Michael Meskes2007-09-305-93/+119
* Define the FRONTEND symbol in postgres_fe.h, which allows us to eliminateTom Lane2007-09-271-3/+2
* Applied patch by ITAGAKI Takahiro <itagaki.takahiro@oss.ntt.co.jp> to get pre...Michael Meskes2007-09-264-90/+116
* Removed superfluous ECPGfree() call.Michael Meskes2007-09-211-2/+1
* Hopefully fixed missing CHAR_BIT symbolMichael Meskes2007-08-141-1/+4
* - Finished major rewrite to use new protocol versionMichael Meskes2007-08-148-348/+748
* Fixed one memory leak in descriptor code.Michael Meskes2007-06-112-4/+16
* Make some messages more consistentPeter Eisentraut2007-05-311-2/+2
* Added some more error logging.Michael Meskes2007-05-101-1/+10
* Removed non-existant function from extern.hMichael Meskes2007-04-271-8/+1
* Inlined two functions to get rid of va_list problems on some archs.Michael Meskes2007-04-272-146/+144
* - Added patch by Magnus Hagander <magnus@hagander.net> to use nativeMichael Meskes2007-03-294-12/+39
* - Changed some whitespacing in connect statement.Michael Meskes2007-03-171-2/+2
* Fixed multibyte handling as reported by <harada.toshi@oss.ntt.co.jp>.Michael Meskes2007-02-111-22/+30
* Applied Magnus Hagander's patch to take away some compiler warnings.Michael Meskes2007-02-021-2/+2
* Cleaned up va_list handling. Hopefully this now works on all archs.Michael Meskes2007-02-021-10/+8
* Removed compiler warning due to unneeded unsigned declaration.Michael Meskes2007-01-252-4/+4
* Remove remains of old depend target.Peter Eisentraut2007-01-201-8/+1
* Simplified regression handlingMichael Meskes2007-01-124-9/+16
* Applied Joachim's patch for a --regression option.Michael Meskes2007-01-113-25/+12
* Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian2007-01-051-2/+2
* Stamp major release 8.3.0, and increment library version numbers.Bruce Momjian2007-01-051-2/+2
* Applied patch by Peter Harris to free auto_mem structure on connectMichael Meskes2006-11-082-3/+6
* pgindent run for 8.2.Bruce Momjian2006-10-048-512/+572
* Fix a couple other places that need to know about (some) src/port/ filesTom Lane2006-09-281-4/+4
* Move set_pglocale_pgservice() from path.c to exec.c, so that pulling inTom Lane2006-09-111-4/+4
* Install a cleaner solution to the AIX libpq linking problem, as perTom Lane2006-09-101-3/+2
* Synced parser.Michael Meskes2006-09-051-1/+3
* Fixed parser and library to allow empty database names.Michael Meskes2006-08-291-2/+3
* Partial fix for ecpg's VPATH problems. It compiles and successfullyTom Lane2006-08-281-2/+3