index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
interfaces
/
ecpg
/
test
/
expected
/
thread-prep.c
Commit message (
Expand
)
Author
Age
*
Fix compiler warnings on 64-bit Windows
Peter Eisentraut
2020-02-21
*
Remove _configthreadlocale() calls in ecpg test suite.
Tom Lane
2019-01-24
*
Changed order of statements and added an additiona MSVC safeguard to make ecpg
Michael Meskes
2017-08-26
*
Make setlocale in ECPG test cases thread aware on Windows.
Michael Meskes
2017-08-26
*
Phase 2 of pgindent updates.
Tom Lane
2017-06-21
*
Initial pgindent run with pg_bsd_indent version 2.0.
Tom Lane
2017-06-21
*
Establish conventions about global object names used in regression tests.
Tom Lane
2016-07-17
*
pgindent run for 9.4
Bruce Momjian
2014-05-06
*
Remove extra newlines at end and beginning of files, add missing newlines
Peter Eisentraut
2010-08-19
*
Fixed auto-prepare to not try preparing statements that are not preparable. Bug
Michael Meskes
2009-12-16
*
More variables gcc moans about
Michael Meskes
2009-05-20
*
First rounf of whitespace changes. Everything but connect-test1 should be fine.
Michael Meskes
2008-12-29
*
Replaced manually synced preproc.y by the one created by the new script.
Michael Meskes
2008-11-11
*
- Removed duplicate include of ecpgtype.h which meant I had to adapt all expe...
Michael Meskes
2008-02-17
*
- EXECUTE can return NOT FOUND so it should be checked here too.
Michael Meskes
2008-02-14
*
Tweak recently-added tests to suppress scary-looking warnings on 64-bit
Tom Lane
2007-10-03
*
Make ECPG regression tests run with -c only for array_of_struct.pgc
Magnus Hagander
2007-10-03
*
Applied another patch by ITAGAKI Takahiro <itagaki.takahiro@oss.ntt.co.jp>
Michael Meskes
2007-09-30
*
Applied patch by ITAGAKI Takahiro <itagaki.takahiro@oss.ntt.co.jp> to get pre...
Michael Meskes
2007-09-26