aboutsummaryrefslogtreecommitdiff
path: root/src/interfaces/ecpg/test/expected/thread-prep.c
Commit message (Expand)AuthorAge
* Fix compiler warnings on 64-bit WindowsPeter Eisentraut2020-02-21
* Remove _configthreadlocale() calls in ecpg test suite.Tom Lane2019-01-24
* Changed order of statements and added an additiona MSVC safeguard to make ecpgMichael Meskes2017-08-26
* Make setlocale in ECPG test cases thread aware on Windows.Michael Meskes2017-08-26
* Phase 2 of pgindent updates.Tom Lane2017-06-21
* Initial pgindent run with pg_bsd_indent version 2.0.Tom Lane2017-06-21
* Establish conventions about global object names used in regression tests.Tom Lane2016-07-17
* pgindent run for 9.4Bruce Momjian2014-05-06
* Remove extra newlines at end and beginning of files, add missing newlinesPeter Eisentraut2010-08-19
* Fixed auto-prepare to not try preparing statements that are not preparable. BugMichael Meskes2009-12-16
* More variables gcc moans aboutMichael Meskes2009-05-20
* First rounf of whitespace changes. Everything but connect-test1 should be fine.Michael Meskes2008-12-29
* Replaced manually synced preproc.y by the one created by the new script.Michael Meskes2008-11-11
* - Removed duplicate include of ecpgtype.h which meant I had to adapt all expe...Michael Meskes2008-02-17
* - EXECUTE can return NOT FOUND so it should be checked here too.Michael Meskes2008-02-14
* Tweak recently-added tests to suppress scary-looking warnings on 64-bitTom Lane2007-10-03
* Make ECPG regression tests run with -c only for array_of_struct.pgcMagnus Hagander2007-10-03
* Applied another patch by ITAGAKI Takahiro <itagaki.takahiro@oss.ntt.co.jp>Michael Meskes2007-09-30
* Applied patch by ITAGAKI Takahiro <itagaki.takahiro@oss.ntt.co.jp> to get pre...Michael Meskes2007-09-26