<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/postgresql.git/src/interfaces/ecpg/test/preproc/Makefile, branch master</title>
<subtitle>git.postgresql.org: git/postgresql.git
</subtitle>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/postgresql.git/'/>
<entry>
<title>Implement DO CONTINUE action for ECPG WHENEVER statement.</title>
<updated>2017-08-25T13:17:29+00:00</updated>
<author>
<name>Michael Meskes</name>
<email>meskes@postgresql.org</email>
</author>
<published>2017-08-25T13:15:03+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/postgresql.git/commit/?id=d22e9d530516f7c9c56d00eff53cf19e45ef348c'/>
<id>d22e9d530516f7c9c56d00eff53cf19e45ef348c</id>
<content type='text'>
Author: Vinayak Pokale
Reviewed-By: Masahiko Sawada
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Author: Vinayak Pokale
Reviewed-By: Masahiko Sawada
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix missing dependencies in ecpg's test Makefiles.</title>
<updated>2014-05-09T02:34:51+00:00</updated>
<author>
<name>Tom Lane</name>
<email>tgl@sss.pgh.pa.us</email>
</author>
<published>2014-05-09T02:34:51+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/postgresql.git/commit/?id=14d309cc55d88b73d4c9d1fa51b535ae491405fd'/>
<id>14d309cc55d88b73d4c9d1fa51b535ae491405fd</id>
<content type='text'>
Ensure that ecpg preprocessor output files are rebuilt when re-testing
after a change in the ecpg preprocessor itself, or a change in any of
several include files that get copied verbatim into the output files.
The lack of these dependencies was what created problems for Kevin Grittner
after the recent pgindent run.  There's no way for --enable-depend to
discover these dependencies automatically, so we've gotta put them into
the Makefiles by hand.

While at it, reduce the amount of duplication in the ecpg invocations.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Ensure that ecpg preprocessor output files are rebuilt when re-testing
after a change in the ecpg preprocessor itself, or a change in any of
several include files that get copied verbatim into the output files.
The lack of these dependencies was what created problems for Kevin Grittner
after the recent pgindent run.  There's no way for --enable-depend to
discover these dependencies automatically, so we've gotta put them into
the Makefiles by hand.

While at it, reduce the amount of duplication in the ecpg invocations.
</pre>
</div>
</content>
</entry>
<entry>
<title>Several fixes to array handling in ecpg.</title>
<updated>2014-04-09T09:23:38+00:00</updated>
<author>
<name>Michael Meskes</name>
<email>meskes@postgresql.org</email>
</author>
<published>2014-04-09T09:21:46+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/postgresql.git/commit/?id=f9179685371b74bf4752bf3f87846e5625cf91fa'/>
<id>f9179685371b74bf4752bf3f87846e5625cf91fa</id>
<content type='text'>
Patches by Ashutosh Bapat &lt;ashutosh.bapat@enterprisedb.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Patches by Ashutosh Bapat &lt;ashutosh.bapat@enterprisedb.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>ECPG only copied #include statements instead of processing them according to</title>
<updated>2010-03-21T10:49:52+00:00</updated>
<author>
<name>Michael Meskes</name>
<email>meskes@postgresql.org</email>
</author>
<published>2010-03-21T10:49:52+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/postgresql.git/commit/?id=1d66a1cca1e0ad649beba720466461b4af7fddd4'/>
<id>1d66a1cca1e0ad649beba720466461b4af7fddd4</id>
<content type='text'>
commandline option "-i". This change fixes this and adds a test case. It also
honors #include_next, although this is probably never used for embedded SQL.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
commandline option "-i". This change fixes this and adds a test case. It also
honors #include_next, although this is probably never used for embedded SQL.
</pre>
</div>
</content>
</entry>
<entry>
<title>Applied patch by Boszormenyi Zoltan &lt;zb@cybertec.at&gt; to add out-of-scope cursor support to native mode.</title>
<updated>2010-01-26T09:07:32+00:00</updated>
<author>
<name>Michael Meskes</name>
<email>meskes@postgresql.org</email>
</author>
<published>2010-01-26T09:07:32+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/postgresql.git/commit/?id=aa6ac352215d435b277711f85985d00a07a5c590'/>
<id>aa6ac352215d435b277711f85985d00a07a5c590</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Added dynamic cursor names to ecpg. Almost the whole patch was done by</title>
<updated>2009-11-26T15:06:47+00:00</updated>
<author>
<name>Michael Meskes</name>
<email>meskes@postgresql.org</email>
</author>
<published>2009-11-26T15:06:47+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/postgresql.git/commit/?id=a160c421a5ee353ac55da6289ae722aed2e15644'/>
<id>a160c421a5ee353ac55da6289ae722aed2e15644</id>
<content type='text'>
Boszormenyi Zoltan, with only a minor tweak or two from me.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Boszormenyi Zoltan, with only a minor tweak or two from me.
</pre>
</div>
</content>
</entry>
<entry>
<title>Unicode escapes in strings and identifiers</title>
<updated>2008-10-29T08:04:54+00:00</updated>
<author>
<name>Peter Eisentraut</name>
<email>peter_e@gmx.net</email>
</author>
<published>2008-10-29T08:04:54+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/postgresql.git/commit/?id=06735e32566ca2250afdc371b8b2521ee07ad922'/>
<id>06735e32566ca2250afdc371b8b2521ee07ad922</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>- Finished major rewrite to use new protocol version</title>
<updated>2007-08-14T10:01:54+00:00</updated>
<author>
<name>Michael Meskes</name>
<email>meskes@postgresql.org</email>
</author>
<published>2007-08-14T10:01:54+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/postgresql.git/commit/?id=635a0b9a8640bb7f2944a3f77ddc370f8dd7b010'/>
<id>635a0b9a8640bb7f2944a3f77ddc370f8dd7b010</id>
<content type='text'>
- Really prepare statements
- Added more regression tests
- Added auto-prepare mode
- Use '$n' for positional variables, '?' is still possible via ecpg option
- Cleaned up the sources a little bit
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Really prepare statements
- Added more regression tests
- Added auto-prepare mode
- Use '$n' for positional variables, '?' is still possible via ecpg option
- Cleaned up the sources a little bit
</pre>
</div>
</content>
</entry>
<entry>
<title>Replaced complex tests with small ones.</title>
<updated>2006-09-08T13:32:29+00:00</updated>
<author>
<name>Michael Meskes</name>
<email>meskes@postgresql.org</email>
</author>
<published>2006-09-08T13:32:29+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/postgresql.git/commit/?id=460f46816a589ed6916e86b84a56a6b97eccabb1'/>
<id>460f46816a589ed6916e86b84a56a6b97eccabb1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>More logic from complex/test* moved to their own testcases.</title>
<updated>2006-09-08T09:03:40+00:00</updated>
<author>
<name>Michael Meskes</name>
<email>meskes@postgresql.org</email>
</author>
<published>2006-09-08T09:03:40+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/postgresql.git/commit/?id=52a013bea86906bc8296781eb16deee7e281a87e'/>
<id>52a013bea86906bc8296781eb16deee7e281a87e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
