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
/
include
/
ecpglib.h
Age
Commit message (
Expand
)
Author
2024-11-27
Require sizeof(bool) == 1.
Thomas Munro
2023-07-11
Remove --disable-thread-safety and related code.
Thomas Munro
2022-09-22
Harmonize parameter names in ecpg code.
Peter Geoghegan
2019-11-25
Make the order of the header file includes consistent.
Amit Kapila
2019-11-12
Fix ecpglib.h to declare bool consistently with c.h.
Tom Lane
2019-11-07
Move declaration of ecpg_gettext() to a saner place.
Tom Lane
2019-09-20
Revert "Add DECLARE STATEMENT support to ECPG."
Tom Lane
2019-07-08
Fix inconsistencies in the code
Michael Paquier
2019-05-22
Initial pgindent run for v12.
Tom Lane
2019-02-16
Add DECLARE STATEMENT support to ECPG.
Michael Meskes
2017-11-10
Add some const decorations to prototypes
Peter Eisentraut
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-03-26
Tweak __attribute__-wrapping macros for better pgindent results.
Tom Lane
2015-03-11
Add macros wrapping all usage of gcc's __attribute__.
Andres Freund
2011-03-27
fix up a couple non-prototypes of the form foo() to be foo(void) -- found usi...
Greg Stark
2010-09-20
Remove cvs keywords from all files.
Magnus Hagander
2010-02-26
pgindent run for 9.0
Bruce Momjian
2010-01-26
Applied patch by Boszormenyi Zoltan <zb@cybertec.at> to add out-of-scope curs...
Michael Meskes
2010-01-15
Applied patch by Boszormenyi Zoltan <zb@cybertec.at> to add DESCRIBE [OUTPUT]...
Michael Meskes
2009-09-18
Added patch by Bernd Helmle <bernd.helmle@credativ.de> that adds a low level
Michael Meskes
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-03-20
Added ECPGget_PGconn() function to ecpglib, courtesy of Mike Aubury.
Michael Meskes
2008-02-14
*** empty log message ***
Michael Meskes
2008-01-13
Changed prototype for ECPGdo because some compilers don't like int/enum alias...
Michael Meskes
2007-10-03
Cleaned up ecpglib and renamed functions that do not need to be exported.
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-08-04
Remove redeclaration of struct sqlca_t --- unnecessary and provokes
Tom Lane
2006-08-02
ynced parser and keyword list.
Michael Meskes
2006-07-11
Allow each C include file to compile on its own by including any needed
Bruce Momjian
2006-03-11
Add CVS tag lines to files that were lacking them.
Bruce Momjian
2006-01-05
Remove BEOS port.
Bruce Momjian
2005-11-30
- Made several variables "const char *" instead of "char *" as proposed by Qi...
Michael Meskes
2004-07-05
- Fixed indicator in SET DESCRIPTOR.
Michael Meskes
2004-07-04
Made sure SET DESCRIPTOR accepts all data types including constants.
Michael Meskes
2004-06-30
Added SET DESCRIPTOR command.
Michael Meskes
2004-06-27
- Only use typedefs inside their scope.
Michael Meskes
2004-01-28
- Issue a warning if a cursor is declared but not opened.
Michael Meskes
2003-10-03
Remove assorted compilation failures introduced by latest ecpg changes.
Tom Lane
2003-08-08
Remove postgres_ext.h inclusion -- not necessary.
Peter Eisentraut
2003-08-07
Include postgres_ext.h instead of postgres_fe.h. This allows ecpg
Bruce Momjian
2003-08-04
pgindent run.
Bruce Momjian
2003-08-01
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-06-25
Implemented Informix special way to treat NULLs, removed warnings, synced.
Michael Meskes
2003-06-20
Just another Informix compatibility change. They uses "free" for cursors as w...
Michael Meskes
[next]