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-11-08
Translation updates
Peter Eisentraut
2021-09-13
Fix error handling with threads on OOM in ECPG connection logic
Michael Paquier
2021-07-30
Fix expect file for MinGW32 ECPG regression tests
John Naylor
2021-07-30
Fix range check in ECPG numeric to int conversion
John Naylor
2021-04-02
Use macro MONTHS_PER_YEAR instead of '12' in /ecpg/pgtypeslib
Bruce Momjian
2021-01-28
Make ecpg's rjulmdy() and rmdyjul() agree with their declarations.
Tom Lane
2020-11-09
Translation updates
Peter Eisentraut
2020-10-24
Fix ancient bug in ecpg's pthread_once() emulation for Windows.
Tom Lane
2020-08-10
Translation updates
Peter Eisentraut
2020-08-04
Increase hard-wired timeout values in ecpg regression tests.
Tom Lane
2019-11-30
Fix off-by-one error in PGTYPEStimestamp_fmt_asc
Tomas Vondra
2019-11-11
Translation updates
Peter Eisentraut
2019-11-07
Move declaration of ecpg_gettext() to a saner place.
Tom Lane
2019-06-14
Attempt to identify system timezone by reading /etc/localtime symlink.
Tom Lane
2019-05-06
Translation updates
Peter Eisentraut
2019-04-11
Fix off-by-one check that can lead to a memory overflow in ecpg.
Michael Meskes
2019-03-11
Fix potential memory access violation in ecpg if filename of include file is
Michael Meskes
2019-02-24
Fix ecpg bugs caused by missing semicolons in the backend grammar.
Tom Lane
2019-02-18
Fix omissions in ecpg/test/sql/.gitignore.
Tom Lane
2019-02-18
Sync ECPG's CREATE TABLE AS statement with backend's.
Michael Meskes
2019-02-11
Translation updates
Peter Eisentraut
2019-01-24
Remove infinite-loop hazards in ecpg test suite.
Tom Lane
2019-01-23
Blind attempt to fix _configthreadlocale() failures on MinGW.
Tom Lane
2019-01-21
Avoid thread-safety problem in ecpglib.
Tom Lane
2018-11-14
Second try at fixing numeric data passed through an ECPG SQLDA.
Tom Lane
2018-11-13
Fix incorrect results for numeric data passed through an ECPG SQLDA.
Tom Lane
2018-11-05
Translation updates
Peter Eisentraut
2018-10-19
Client-side fixes for delayed NOTIFY receipt.
Tom Lane
2018-08-23
Fix lexing of standard multi-character operators in edge cases.
Andrew Gierth
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-05
Add a temp-install prerequisite to "check"-like targets not having one.
Noah Misch
[next]