summaryrefslogtreecommitdiff
path: root/src/interfaces/ecpg/ecpglib/memory.c
Commit message (Expand)AuthorAgeFilesLines
* pgindent run for 9.5Bruce Momjian2015-05-231-1/+1
* This routine was calling ecpg_alloc to allocate to memory but did notMichael Meskes2015-02-051-1/+21
* pgindent run before PG 9.1 beta 1.Bruce Momjian2011-04-101-1/+1
* Some cleanup in ecpg code:Michael Meskes2010-11-021-0/+1
* Remove cvs keywords from all files.Magnus Hagander2010-09-201-1/+1
* pgindent run for 8.3.Bruce Momjian2007-11-151-8/+10
* Cleaned up ecpglib and renamed functions that do not need to be exported.Michael Meskes2007-10-031-14/+14
* Hopefully fixed some stuff that causes Windows builds to fail.Michael Meskes2007-10-031-4/+2
* Applied another patch by ITAGAKI Takahiro <itagaki.takahiro@oss.ntt.co.jp>Michael Meskes2007-09-301-23/+62
* Applied patch by Peter Harris to free auto_mem structure on connectMichael Meskes2006-11-081-2/+2
* Standard pgindent run for 8.1.Bruce Momjian2005-10-151-2/+2
* Fixed segfault in connect when specifying no database name.Michael Meskes2004-12-301-2/+6
* $Header: -> $PostgreSQL Changes ...PostgreSQL Daemon2003-11-291-1/+1
* Make ecpg SQLSTATE-aware. Map existing SQLCODE assignments to SQLSTATEs,Peter Eisentraut2003-08-011-4/+4
* - Added some Informix error codes in Informix mode.Michael Meskes2003-08-011-4/+4
* Make ecpg thread safe.Bruce Momjian2003-06-151-1/+2
* Started working on a seperate pgtypes library. First test work. PLEASE test c...Michael Meskes2003-03-161-0/+109