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
/
memory.c
Commit message (
Expand
)
Author
Age
*
Remove unnecessary parentheses in return statements
Peter Eisentraut
2017-09-05
*
Initial pgindent run with pg_bsd_indent version 2.0.
Tom Lane
2017-06-21
*
pgindent run for 9.5
Bruce Momjian
2015-05-23
*
This routine was calling ecpg_alloc to allocate to memory but did not
Michael Meskes
2015-02-05
*
pgindent run before PG 9.1 beta 1.
Bruce Momjian
2011-04-10
*
Some cleanup in ecpg code:
Michael Meskes
2010-11-02
*
Remove cvs keywords from all files.
Magnus Hagander
2010-09-20
*
pgindent run for 8.3.
Bruce Momjian
2007-11-15
*
Cleaned up ecpglib and renamed functions that do not need to be exported.
Michael Meskes
2007-10-03
*
Hopefully fixed some stuff that causes Windows builds to fail.
Michael Meskes
2007-10-03
*
Applied another patch by ITAGAKI Takahiro <itagaki.takahiro@oss.ntt.co.jp>
Michael Meskes
2007-09-30
*
Applied patch by Peter Harris to free auto_mem structure on connect
Michael Meskes
2006-11-08
*
Standard pgindent run for 8.1.
Bruce Momjian
2005-10-15
*
Fixed segfault in connect when specifying no database name.
Michael Meskes
2004-12-30
*
$Header: -> $PostgreSQL Changes ...
PostgreSQL Daemon
2003-11-29
*
Make ecpg SQLSTATE-aware. Map existing SQLCODE assignments to SQLSTATEs,
Peter Eisentraut
2003-08-01
*
- Added some Informix error codes in Informix mode.
Michael Meskes
2003-08-01
*
Make ecpg thread safe.
Bruce Momjian
2003-06-15
*
Started working on a seperate pgtypes library. First test work. PLEASE test c...
Michael Meskes
2003-03-16