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
Age
Commit message (
Expand
)
Author
2021-12-12
Make ecpg's rjulmdy() and rmdyjul() agree with their declarations.
Tom Lane
2018-11-05
Translation updates
Peter Eisentraut
2018-08-23
Reduce an unnecessary O(N^3) loop in lexer.
Andrew Gierth
2018-08-15
Clean up assorted misuses of snprintf()'s result value.
Tom Lane
2018-08-06
Translation updates
Peter Eisentraut
2018-07-18
Fix misc typos, mostly in comments.
Heikki Linnakangas
2018-07-09
Prevent accidental linking of system-supplied copies of libpq.so etc.
Tom Lane
2018-06-26
Add PGTYPESchar_free() to avoid cross-module problems on Windows.
Thomas Munro
2018-06-16
Avoid unnecessary use of strncpy in a couple of places in ecpg.
Tom Lane
2018-05-20
printf("%lf") is not portable, so omit the "l".
Tom Lane
2018-05-18
Hot-fix ecpg regression test for missing ecpg_config.h inclusion.
Tom Lane
2018-05-18
Add some test coverage for ecpg's "long long" support.
Tom Lane
2018-05-07
Translation updates
Peter Eisentraut
2018-03-23
Fix make rules that generate multiple output files.
Tom Lane
2018-03-14
Fix double frees in ecpg.
Michael Meskes
2018-03-12
Set connection back to NULL after freeing it.
Michael Meskes
2018-02-26
Translation updates
Peter Eisentraut
2018-02-05
Translation updates
Peter Eisentraut
2018-01-15
Cope with indicator arrays that do not have the correct length.
Michael Meskes
2017-11-11
Add post-2010 ecpg tests to checktcp.
Noah Misch
2017-11-11
Make connect/test1 independent of localhost IPv6.
Noah Misch
2017-11-07
Fix unportable usage of <ctype.h> functions.
Tom Lane
2017-11-03
Improve error message for incorrect number inputs in libecpg.
Michael Meskes
2017-11-02
Fix float parsing in ecpg INFORMIX mode.
Michael Meskes
2017-11-01
Make sure ecpglib does accepts digits behind decimal point even for integers in
Michael Meskes
2017-09-18
Fixed ECPG to correctly handle out-of-scope cursor declarations with pointers
Michael Meskes
2017-08-28
Translation updates
Peter Eisentraut
2017-08-16
Changed ecpg parser to allow RETURNING clauses without attached C variables.
Michael Meskes
2017-08-07
Translation updates
Peter Eisentraut
2017-05-08
Translation updates
Peter Eisentraut
2017-03-13
Ecpg should support COMMIT PREPARED and ROLLBACK PREPARED.
Michael Meskes
2017-03-10
Fix a potential double-free in ecpg.
Michael Meskes
2017-02-06
Translation updates
Peter Eisentraut
2017-02-06
Fix typos in comments.
Heikki Linnakangas
2016-12-22
Fix buffer overflow on particularly named files and clarify documentation about
Michael Meskes
2016-12-11
Use "%option prefix" to set API names in ecpg's lexer.
Tom Lane
2016-12-11
Build backend/parser/scan.l and interfaces/ecpg/preproc/pgc.l standalone.
Tom Lane
2016-10-24
Translation updates
Peter Eisentraut
2016-09-18
Fix ecpg -? option on Windows, add -V alias for --version.
Heikki Linnakangas
2016-08-14
Remove bogus dependencies on NUMERIC_MAX_PRECISION.
Tom Lane
2016-08-08
Translation updates
Peter Eisentraut
2016-08-01
Fixed array checking code for "unsigned long long" datatypes in libecpg.
Michael Meskes
2016-04-23
Rename strtoi() to strtoint().
Tom Lane
2016-02-08
Translation updates
Peter Eisentraut
2016-02-01
Make sure ecpg header files do not have a comment lasting several lines, one of
Michael Meskes
2015-12-01
Use "g" not "f" format in ecpg's PGTYPESnumeric_from_double().
Tom Lane
2015-10-18
Fix order of arguments in ecpg generated typedef command.
Michael Meskes
2015-10-05
Translation updates
Peter Eisentraut
2015-09-19
Let compiler handle size calculation of bool types.
Michael Meskes
2015-09-07
Change type of DOW/DOY to UNITS
Greg Stark
[next]