]> granicus.if.org Git - postgresql/history - src/interfaces/ecpg/test/expected
Fix initialization of fake LSN for unlogged relations
[postgresql] / src / interfaces / ecpg / test / expected /
2019-10-08 Peter EisentrautRemove some code for old unsupported versions of MSVC
2019-09-20 Tom LaneRevert "Add DECLARE STATEMENT support to ECPG."
2019-09-06 Peter EisentrautMessage style fixes
2019-08-02 Michael PaquierFix format truncation issue from ECPG test
2019-06-08 Noah MischStop using spelling "nonexistant".
2019-06-02 Tom LaneUn-break ecpg tests for Windows.
2019-05-31 Tom LaneAdjust ecpg expected-results files for commit 7640f9312.
2019-05-22 Michael MeskesImplement PREPARE AS statement for ECPG.
2019-03-01 Peter EisentrautFix whitespace
2019-02-26 Michael MeskesFree memory in ecpg bytea regression test.
2019-02-18 Michael MeskesSync ECPG's CREATE TABLE AS statement with backend's.
2019-02-18 Michael MeskesAdd bytea datatype to ECPG.
2019-02-16 Michael MeskesAdd DECLARE STATEMENT support to ECPG.
2019-01-30 Michael MeskesChange error handling of out of scope variables in...
2019-01-30 Michael MeskesMake some ecpg test cases more robust against unexpecte...
2019-01-24 Tom LaneRemove _configthreadlocale() calls in ecpg test suite.
2019-01-24 Tom LaneRemove infinite-loop hazards in ecpg test suite.
2018-11-14 Tom LaneSecond try at fixing numeric data passed through an...
2018-11-13 Tom LaneFix incorrect results for numeric data passed through...
2018-10-17 Tom LaneMinor additional improvements for ecpglib/prepare.c.
2018-10-12 Tom LaneAnother round of portability hacking on ECPG regression...
2018-10-12 Tom LaneMake float exponent output on Windows look the same...
2018-06-18 Thomas MunroAdd PGTYPESchar_free() to avoid cross-module problems...
2018-05-20 Tom Laneprintf("%lf") is not portable, so omit the "l".
2018-05-18 Tom LaneHot-fix ecpg regression test for missing ecpg_config...
2018-05-18 Tom LaneAdd some test coverage for ecpg's "long long" support.
2018-03-23 Peter EisentrautFix whitespace
2018-03-17 Michael MeskesFix closing of incorrectly named cursor.
2018-03-14 Michael MeskesFixed compiler warnings in test case.
2018-03-13 Michael MeskesAdd Oracle like handling of char arrays.
2017-11-11 Noah MischMake connect/test1 independent of localhost IPv6.
2017-11-10 Peter EisentrautAdd some const decorations to prototypes
2017-09-08 Peter EisentrautRemove useless dead code
2017-09-05 Peter EisentrautRemove unnecessary parentheses in return statements
2017-08-26 Michael MeskesChanged order of statements and added an additiona...
2017-08-26 Michael MeskesMake setlocale in ECPG test cases thread aware on Windows.
2017-08-25 Tom LaneFix locale dependency in new ecpg test case.
2017-08-25 Michael MeskesImplement DO CONTINUE action for ECPG WHENEVER statement.
2017-06-21 Tom LanePhase 2 of pgindent updates.
2017-06-21 Tom LaneInitial pgindent run with pg_bsd_indent version 2.0.
2017-04-11 Magnus HaganderRemove symbol WIN32_ONLY_COMPILER
2017-03-13 Michael MeskesAdd test case for two phase commit. Also by Masahiko...
2017-02-24 Tom LaneSuppress compiler warnings in ecpg test on newer Window...
2017-02-23 Tom LaneDe-support floating-point timestamps.
2016-11-03 Peter Eisentrautpsql: Split up "Modifiers" column in \d and \dD
2016-07-17 Tom LaneEstablish conventions about global object names used...
2016-03-09 Peter Eisentrautecpg: Fix typo
2016-02-16 Michael MeskesChanged expected result to list IPv6 local interface...
2015-02-10 Michael MeskesFixed array handling in ecpg.
2014-06-20 Noah MischLet installcheck-world pass against a server requiring...
2014-05-08 Noah MischUn-break ecpg test suite under --disable-integer-datetimes.
2014-05-07 Bruce MomjianWith ecpg exclusion removed, re-run pgindent for 9.4
2014-05-06 Bruce Momjianpgindent run for 9.4
2014-04-09 Michael MeskesSeveral fixes to array handling in ecpg.
2014-02-17 Noah MischFix handling of wide datetime input/output.
2014-01-16 Alvaro HerreraSplit ecpg_execute() in constituent parts
2014-01-16 Alvaro HerreraSplit ECPGdo() in constituent parts
2014-01-13 Michael MeskesAlways use the same way to addres a descriptor in ecpg...
2014-01-09 Michael MeskesChanged regression test to ecpg test suite for alignmen...
2014-01-09 Michael MeskesFix descriptor output in ECPG.
2013-11-26 Michael MeskesECPG: Add EXEC SQL CLOSE C to the tests.
2013-11-26 Michael MeskesECPG: Free the malloc()'ed variables in the test so...
2013-11-10 Peter EisentrautFix whitespace issues found by git diff --check, add...
2013-11-03 Michael MeskesChanged test case slightly so it doesn't have an unused...
2013-10-22 Tom LaneGet rid of use of asprintf() in favor of a more portabl...
2013-10-13 Peter EisentrautAdd use of asprintf()
2013-07-29 Greg StarkSync ECPG with WITH ORDINALITY changes
2013-07-19 Michael MeskesInitialize day of year value.
2012-02-18 Michael MeskesMake sure all connection paramters are used in call...
2012-02-13 Michael MeskesDo not use the variable name when defining a varchar...
2012-01-04 Michael MeskesMade code in ecpg better readable.
2011-12-18 Michael MeskesAdded test for cursor handling on different connections...
2011-07-18 Michael MeskesAdapted expected result for latest change to ecpglib.
2011-02-15 Tom LaneAdd CheckTableNotInUse calls in DROP TABLE and DROP...
2011-01-08 Michael MeskesIn ecpg's parser removed a fixed length limit for const...
2010-11-23 Peter EisentrautRemove useless whitespace at end of lines
2010-10-13 Peter EisentrautRemove executable permission from files where it doesn...
2010-08-19 Peter EisentrautRemove extra newlines at end and beginning of files...
2010-08-17 Michael MeskesApplied Zoltan's patch to fix a few memleaks in ecpg...
2010-07-20 Robert HaasMake ECPG regression tests independent of standard_conf...
2010-07-06 Bruce Momjianpgindent run for 9.0, second run
2010-06-04 Michael MeskesAdded variable handling for RETURNING clause to ecpg.
2010-03-21 Michael MeskesAdjusted regression test results to the change I made...
2010-03-21 Michael MeskesECPG only copied #include statements instead of process...
2010-03-09 Michael Meskesecpg now adds a unique counter to its varchar struct...
2010-03-05 Michael MeskesIn case the connection magically disappears libecpg...
2010-02-27 Michael MeskesMake sure ecpg uses the same header files in the same...
2010-02-16 Michael MeskesDo not check nan values for infinity. Some system are...
2010-02-09 Michael MeskesFirst try to make this one ecpg regression test work...
2010-02-04 Michael MeskesUsage of isnan() in ECPG regression tests probably...
2010-02-04 Michael MeskesStreamlined array handling code in libecpg a little...
2010-02-03 Michael MeskesFixed some typos in ECPG regression test suite that...
2010-02-02 Michael MeskesFixed NaN/Infinity problems in ECPG for float/double...
2010-01-29 Michael MeskesChanged ECPG outofscope handling to always print out...
2010-01-26 Michael MeskesAdded test case that was part of Zoltan's patch but...
2010-01-26 Michael MeskesApplied patch by Boszormenyi Zoltan <zb@cybertec.at...
2010-01-22 Michael MeskesApplied patch by Boszormenyi Zoltan <zb@cybertec.at...
2010-01-15 Michael MeskesApplied patch by Boszormenyi Zoltan <zb@cybertec.at...
2010-01-13 Michael MeskesFix SQL3 type return value.
2010-01-06 Michael MeskesRemove __FUNCTION__ keyword that is not recognized...
next