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
/
test
/
compat_informix
Age
Commit message (
Expand
)
Author
2025-01-25
Test ECPG decadd(), decdiv(), decmul(), and decsub() for risnull() input.
Noah Misch
2025-01-01
Update copyright for 2025
Bruce Momjian
2024-02-19
ecpg: Fix zero-termination of string generated by intoasc()
Michael Paquier
2024-01-03
Update copyright for 2024
Bruce Momjian
2023-01-02
Update copyright for 2023
Bruce Momjian
2022-12-20
Add copyright notices to meson files
Andrew Dunstan
2022-09-21
meson: Add initial version of meson based build system
Andres Freund
2022-08-31
Fix MSVC warning in compat_informix/rnull.pgc
Andres Freund
2019-01-30
Make some ecpg test cases more robust against unexpected errors that happen
Michael Meskes
2019-01-24
Remove infinite-loop hazards in ecpg test suite.
Tom Lane
2018-10-12
Another round of portability hacking on ECPG regression tests.
Tom Lane
2018-05-20
printf("%lf") is not portable, so omit the "l".
Tom Lane
2018-04-03
Prevent accidental linking of system-supplied copies of libpq.so etc.
Tom Lane
2017-11-10
Add some const decorations to prototypes
Peter Eisentraut
2017-09-05
Remove unnecessary parentheses in return statements
Peter Eisentraut
2016-11-03
psql: Split up "Modifiers" column in \d and \dD
Peter Eisentraut
2016-07-17
Establish conventions about global object names used in regression tests.
Tom Lane
2016-03-08
ecpg: Fix typo
Peter Eisentraut
2015-03-09
Revert "Ignore object files generated by ecpg test suite on Windows"
Michael Meskes
2015-03-09
Ignore object files generated by ecpg test suite on Windows
Michael Meskes
2014-05-08
Fix missing dependencies in ecpg's test Makefiles.
Tom Lane
2010-11-23
Remove useless whitespace at end of lines
Peter Eisentraut
2010-09-24
Still more .gitignore cleanup.
Tom Lane
2010-09-22
Add gitignore files for ecpg regression tests.
Magnus Hagander
2010-08-19
Remove extra newlines at end and beginning of files, add missing newlines
Peter Eisentraut
2010-08-17
Applied Zoltan's patch to fix a few memleaks in ecpg's pgtypeslib.
Michael Meskes
2010-03-21
ECPG only copied #include statements instead of processing them according to
Michael Meskes
2010-01-15
Applied patch by Boszormenyi Zoltan <zb@cybertec.at> to add DESCRIBE [OUTPUT]...
Michael Meskes
2010-01-06
Removed test case using nan as float value because printf's output for nan is
Michael Meskes
2010-01-06
Removed more inttypes.h stuff.
Michael Meskes
2010-01-05
Applied patch by Boszormenyi Zoltan <zb@cybertec.at> to add sqlda support to
Michael Meskes
2009-08-14
Made sure sqlca is reset for declare cursor in Informix mode as pointed out by
Michael Meskes
2009-08-07
Added STRING datatype for Informix compatibility mode. This work is
Michael Meskes
2007-08-14
- Finished major rewrite to use new protocol version
Michael Meskes
2007-01-25
Removed compiler warning due to unneeded unsigned declaration.
Michael Meskes
2006-09-26
Added Joachim's changes for MinGW.
Michael Meskes
2006-09-19
Fix shared library creation to work properly on AIX. Albe Laurenz
Tom Lane
2006-09-11
Fix unportable usage complained of by icc. Per buildfarm results.
Tom Lane
2006-08-26
Changed double output.
Michael Meskes
2006-08-23
Replaced double-quote-fix with a hopefully better version.
Michael Meskes
2006-08-19
Added another test
Michael Meskes
2006-08-19
More SoC stuff
Michael Meskes
2006-08-15
Fixed a typo and made two mallocs Coverity friendly.
Michael Meskes
2006-08-15
Sorry, forgot the new files.
Michael Meskes
2006-08-15
Added lots of SoC stuff made by Joachim.
Michael Meskes
2006-08-13
Applied patch for VPATH builds by Alvaro Herrera <alvherre@commandprompt.com>
Michael Meskes
2006-08-07
Joachim fixed some bugs in numeric handling in pgtypeslib.
Michael Meskes
2006-08-03
Removed compiler warnings
Michael Meskes
2006-08-03
Applied test suite update by Joachim Wieland <joe@mcknight.de>.
Michael Meskes
2006-08-02
Hopefully that's it. The remaining files for ecpg regression tests.
Michael Meskes