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
/
prepare.c
Commit message (
Expand
)
Author
Age
*
Rename ecpg's various "extern.h" files to have distinct names.
Tom Lane
2018-12-01
*
Minor additional improvements for ecpglib/prepare.c.
Tom Lane
2018-10-17
*
Avoid statically allocating statement cache in ecpglib/prepare.c.
Tom Lane
2018-10-17
*
Formatting cleanup in ecpglib/prepare.c.
Tom Lane
2018-10-16
*
Remove unnecessary parentheses in return statements
Peter Eisentraut
2017-09-05
*
Phase 3 of pgindent updates.
Tom Lane
2017-06-21
*
Phase 2 of pgindent updates.
Tom Lane
2017-06-21
*
Initial pgindent run with pg_bsd_indent version 2.0.
Tom Lane
2017-06-21
*
Replace a bunch more uses of strncpy() with safer coding.
Tom Lane
2015-01-24
*
Lots of doc corrections.
Robert Haas
2012-04-23
*
ecpg: Clean up some const usage
Peter Eisentraut
2012-03-02
*
Standardize treatment of strcmp() return value
Peter Eisentraut
2011-12-27
*
pgindent run before PG 9.1 beta 1.
Bruce Momjian
2011-04-10
*
Remove useless whitespace at end of lines
Peter Eisentraut
2010-11-23
*
Some cleanup in ecpg code:
Michael Meskes
2010-11-02
*
Remove cvs keywords from all files.
Magnus Hagander
2010-09-20
*
Correctly name functions in debug output in ecpglib. When the functions were
Michael Meskes
2010-03-21
*
pgindent run for 9.0
Bruce Momjian
2010-02-26
*
Make argument const char * as per Takahiro Itagaki's suggestion.
Michael Meskes
2010-01-22
*
Applied patch by Boszormenyi Zoltan <zb@cybertec.at> to fix problem in auto-p...
Michael Meskes
2010-01-22
*
Applied patch by Boszormenyi Zoltan <zb@cybertec.at> to add DESCRIBE [OUTPUT]...
Michael Meskes
2010-01-15
*
Made ECPG more robust against applications freeing strings, based on
Michael Meskes
2009-10-15
*
Fix mismatch in const:ness of parameters.
Magnus Hagander
2009-07-22
*
8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list
Bruce Momjian
2009-06-11
*
Removed some unneeded variables and comparisons
Michael Meskes
2009-05-20
*
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
*
- Fixed segfault in ecpg when using an array element.
Michael Meskes
2008-02-07
*
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
*
Cleaned up ecpglib and renamed functions that do not need to be exported.
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 ITAGAKI Takahiro <itagaki.takahiro@oss.ntt.co.jp> to get pre...
Michael Meskes
2007-09-26
*
- Finished major rewrite to use new protocol version
Michael Meskes
2007-08-14
*
pgindent run for 8.2.
Bruce Momjian
2006-10-04
*
Synced parser.
Michael Meskes
2006-09-05
*
Added C bit fields to ecpg parser
Michael Meskes
2006-02-04
*
- Made several variables "const char *" instead of "char *" as proposed by Qi...
Michael Meskes
2005-11-30
*
Standard pgindent run for 8.1.
Bruce Momjian
2005-10-15
*
'::' is no longer interpreted as a variable in a prepare statement.
Michael Meskes
2004-10-05
*
- Fixed DEALLOCATE PREPARE to use correct function call
Michael Meskes
2004-05-21
*
- Issue a warning if a cursor is declared but not opened.
Michael Meskes
2004-01-28
*
$Header: -> $PostgreSQL Changes ...
PostgreSQL Daemon
2003-11-29
*
pgindent run.
Bruce Momjian
2003-08-04
*
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
*
- Synced preproc.y with gram.y
Michael Meskes
2003-07-14
*
Added just another compatibility level for Informix.
Michael Meskes
2003-06-26
[next]