index
:
user/sven/postgresql.git
copy-snapshot-fix
master
origin/HEAD
origin/REL2_0B
origin/REL6_4
origin/REL6_5_PATCHES
origin/REL7_0_PATCHES
origin/REL7_1_STABLE
origin/REL7_2_STABLE
origin/REL7_3_STABLE
origin/REL7_4_STABLE
origin/REL8_0_STABLE
origin/REL8_1_STABLE
origin/REL8_2_STABLE
origin/REL8_3_STABLE
origin/REL8_4_STABLE
origin/REL8_5_ALPHA1_BRANCH
origin/REL8_5_ALPHA2_BRANCH
origin/REL8_5_ALPHA3_BRANCH
origin/REL9_0_ALPHA4_BRANCH
origin/REL9_0_ALPHA5_BRANCH
origin/REL9_0_STABLE
origin/REL9_1_STABLE
origin/REL9_2_STABLE
origin/REL9_3_STABLE
origin/REL9_4_STABLE
origin/REL9_5_STABLE
origin/REL9_6_STABLE
origin/REL_10_STABLE
origin/REL_11_STABLE
origin/REL_12_STABLE
origin/REL_13_STABLE
origin/REL_14_STABLE
origin/REL_15_STABLE
origin/REL_16_STABLE
origin/REL_17_STABLE
origin/REL_18_STABLE
origin/Release_1_0_3
origin/WIN32_DEV
origin/ecpg_big_bison
origin/master
PostgreSQL
Sven Wegener
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
interfaces
/
ecpg
/
preproc
/
descriptor.c
Age
Commit message (
Expand
)
Author
2021-08-13
Fix connection handling for DEALLOCATE and DESCRIBE statements
Michael Meskes
2018-12-01
Rename ecpg's various "extern.h" files to have distinct names.
Tom Lane
2017-06-21
Phase 3 of pgindent updates.
Tom Lane
2016-12-11
Use "%option prefix" to set API names in ecpg's lexer.
Tom Lane
2016-06-09
pgindent run for 9.6
Robert Haas
2015-06-12
Fixed some memory leaks in ECPG.
Michael Meskes
2013-11-19
ecpg: Split off mmfatal() from mmerror()
Peter Eisentraut
2012-03-02
ecpg: Clean up some const usage
Peter Eisentraut
2011-12-27
Standardize treatment of strcmp() return value
Peter Eisentraut
2011-01-09
There is no need to have to identical functions in ecpg thus removing one of ...
Michael Meskes
2010-09-20
Remove cvs keywords from all files.
Magnus Hagander
2010-04-01
Zoltan beautified his hidden-variable-patch for ecpg. This also makes sure we...
Michael Meskes
2010-04-01
Applied Zoltan's patch to make ecpg spit out warnings if a local variable hid...
Michael Meskes
2010-03-09
ecpg now adds a unique counter to its varchar struct definitions to make thes...
Michael Meskes
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-05
Applied patch by Boszormenyi Zoltan <zb@cybertec.at> to add sqlda support to
Michael Meskes
2009-01-23
Message style review
Peter Eisentraut
2008-05-16
Add localization support to ecpg.
Peter Eisentraut
2007-12-21
Fixed a few minor glitches pointed out by splint.
Michael Meskes
2007-02-07
Replace some strncpy() by strlcpy().
Peter Eisentraut
2006-03-11
Add CVS tag lines to files that were lacking them.
Bruce Momjian
2004-10-10
Cosmetic improvements/code cleanup:
Neil Conway
2004-08-29
Pgindent run for 8.0.
Bruce Momjian
2004-07-05
- Fixed indicator in SET DESCRIPTOR.
Michael Meskes
2004-06-30
Added SET DESCRIPTOR command.
Michael Meskes
2003-05-29
Changed variable parsing so struct[n].attr works.
Michael Meskes
2003-05-22
ecpg now recognizes named structs/unions. So you don't have to list the whole...
Michael Meskes
2003-05-14
- Added more compatibility functions.
Michael Meskes
2002-03-06
Change made to elog:
Bruce Momjian
2001-12-23
- Removed space_or_nl and line_end from pgc.l.
Michael Meskes
2001-12-10
committed the missing files
Michael Meskes
2001-10-25
pgindent run on all C files. Java run to follow. initdb/regression
Bruce Momjian
2001-09-19
- Synced preproc.y with gram.y.
Michael Meskes
2001-08-19
- Synced preproc.y with gram.y.
Michael Meskes
2001-03-22
pgindent run. Make it all clean.
Bruce Momjian
2001-02-10
Restructure the key include files per recent pghackers discussion: there
Tom Lane
2000-12-15
Change ET_WARN to ET_NOTICE to match internal codes, leave message as
Bruce Momjian
2000-10-16
Fixed handling of variables in connect rule.
Michael Meskes
2000-09-19
*** empty log message ***
Michael Meskes
2000-04-12
Ye-old pgindent run. Same 4-space tabs.
Bruce Momjian
2000-02-23
*** empty log message ***
Michael Meskes
2000-02-22
*** empty log message ***
Michael Meskes
2000-02-18
*** empty log message ***
Michael Meskes
2000-02-17
*** empty log message ***
Michael Meskes