index
:
postgresql.git
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL8_4_STABLE
REL8_5_ALPHA1_BRANCH
REL8_5_ALPHA2_BRANCH
REL8_5_ALPHA3_BRANCH
REL9_0_ALPHA4_BRANCH
REL9_0_ALPHA5_BRANCH
REL9_0_STABLE
REL9_1_STABLE
REL9_2_STABLE
REL9_3_STABLE
REL9_4_STABLE
REL9_5_STABLE
REL9_6_STABLE
REL_10_STABLE
REL_11_STABLE
REL_12_STABLE
REL_13_STABLE
REL_14_STABLE
REL_15_STABLE
REL_16_STABLE
REL_17_STABLE
REL_18_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
This is the main PostgreSQL git repository.
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
interfaces
/
ecpg
/
ecpglib
/
prepare.c
Age
Commit message (
Expand
)
Author
2020-05-16
Run pgindent with new pg_bsd_indent version 2.1.1.
Tom Lane
2019-10-25
Make the order of the header file includes consistent in non-backend modules.
Amit Kapila
2019-09-20
Revert "Add DECLARE STATEMENT support to ECPG."
Tom Lane
2019-09-06
Message style fixes
Peter Eisentraut
2019-07-03
Fix small memory leak in ecpglib ecpg_update_declare_statement() is called the
Michael Meskes
2019-05-26
Fix thinko in new ECPG "PREPARE AS" code.
Tom Lane
2019-05-22
Phase 2 pgindent run for v12.
Tom Lane
2019-05-22
Initial pgindent run for v12.
Tom Lane
2019-05-22
Implement PREPARE AS statement for ECPG.
Michael Meskes
2019-03-16
Use correct connection name variable in ecpglib.
Michael Meskes
2019-03-01
Fix whitespace
Peter Eisentraut
2019-02-16
Add DECLARE STATEMENT support to ECPG.
Michael Meskes
2018-12-01
Rename ecpg's various "extern.h" files to have distinct names.
Tom Lane
2018-10-17
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
2017-09-05
Remove unnecessary parentheses in return statements
Peter Eisentraut
2017-06-21
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
2015-01-24
Replace a bunch more uses of strncpy() with safer coding.
Tom Lane
2012-04-24
Lots of doc corrections.
Robert Haas
2012-03-02
ecpg: Clean up some const usage
Peter Eisentraut
2011-12-27
Standardize treatment of strcmp() return value
Peter Eisentraut
2011-04-10
pgindent run before PG 9.1 beta 1.
Bruce Momjian
2010-11-23
Remove useless whitespace at end of lines
Peter Eisentraut
2010-11-02
Some cleanup in ecpg code:
Michael Meskes
2010-09-20
Remove cvs keywords from all files.
Magnus Hagander
2010-03-21
Correctly name functions in debug output in ecpglib. When the functions were
Michael Meskes
2010-02-26
pgindent run for 9.0
Bruce Momjian
2010-01-22
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-15
Applied patch by Boszormenyi Zoltan <zb@cybertec.at> to add DESCRIBE [OUTPUT]...
Michael Meskes
2009-10-15
Made ECPG more robust against applications freeing strings, based on
Michael Meskes
2009-07-22
Fix mismatch in const:ness of parameters.
Magnus Hagander
2009-06-11
8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list
Bruce Momjian
2009-05-20
Removed some unneeded variables and comparisons
Michael Meskes
2008-05-16
Add localization support to ecpg.
Peter Eisentraut
2008-05-14
Fix a few warnings that have crept into CVS HEAD.
Bruce Momjian
2008-05-12
Check for non-existant connection in prepare statement handling.
Michael Meskes
2008-02-07
- Fixed segfault in ecpg when using an array element.
Michael Meskes
2007-11-15
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-05
Fix deprecated-by-C-spec usage: storage class should come before const
Tom Lane
2007-10-03
Cleaned up ecpglib and renamed functions that do not need to be exported.
Michael Meskes
2007-09-30
Applied another patch by ITAGAKI Takahiro <itagaki.takahiro@oss.ntt.co.jp>
Michael Meskes
2007-09-26
Applied patch by ITAGAKI Takahiro <itagaki.takahiro@oss.ntt.co.jp> to get pre...
Michael Meskes
2007-08-14
- Finished major rewrite to use new protocol version
Michael Meskes
2006-10-04
pgindent run for 8.2.
Bruce Momjian
2006-09-05
Synced parser.
Michael Meskes
[next]