<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/postgresql.git/src/interfaces/odbc/environ.h, 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>Remove all traces of the ODBC driver, which is now on GBorg as the psqlodbc</title>
<updated>2002-08-22T22:43:14+00:00</updated>
<author>
<name>Marc G. Fournier</name>
<email>scrappy@hub.org</email>
</author>
<published>2002-08-22T22:43:14+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/postgresql.git/commit/?id=5a303f878ecd597c1524f7cb0b844d17cb9da266'/>
<id>5a303f878ecd597c1524f7cb0b844d17cb9da266</id>
<content type='text'>
project ...
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
project ...
</pre>
</div>
</content>
</entry>
<entry>
<title>1) Implement SQLParamOptions().</title>
<updated>2002-03-08T08:52:55+00:00</updated>
<author>
<name>Hiroshi Inoue</name>
<email>inoue@tpf.co.jp</email>
</author>
<published>2002-03-08T08:52:55+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/postgresql.git/commit/?id=4b47467a6b0d86162dd8814b8ab923aba982fb34'/>
<id>4b47467a6b0d86162dd8814b8ab923aba982fb34</id>
<content type='text'>
2) Handle Multiple results and implement SQLMoreResult().
3) Improve multibyte handling thanks to Eiji Tokuya.
4) Add new options.
   LF &lt;-&gt; CR/LF converion.
   TRUE is -1 (for VB).
5) Introduce unicode(UCS-2) support.
6) Reduce the length of connection strings.
7) Improve SQLError, SQLGetDiagRec(ODBC 3.0).
8) Implement SQLTablePrivileges().
9) Miscellaneous changes for ODBC 3.0 support.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
2) Handle Multiple results and implement SQLMoreResult().
3) Improve multibyte handling thanks to Eiji Tokuya.
4) Add new options.
   LF &lt;-&gt; CR/LF converion.
   TRUE is -1 (for VB).
5) Introduce unicode(UCS-2) support.
6) Reduce the length of connection strings.
7) Improve SQLError, SQLGetDiagRec(ODBC 3.0).
8) Implement SQLTablePrivileges().
9) Miscellaneous changes for ODBC 3.0 support.
</pre>
</div>
</content>
</entry>
<entry>
<title>Another pgindent run.  Fixes enum indenting, and improves #endif</title>
<updated>2001-10-28T06:26:15+00:00</updated>
<author>
<name>Bruce Momjian</name>
<email>bruce@momjian.us</email>
</author>
<published>2001-10-28T06:26:15+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/postgresql.git/commit/?id=6783b2372ef13c141649840a836ff0a954ea1d4d'/>
<id>6783b2372ef13c141649840a836ff0a954ea1d4d</id>
<content type='text'>
spacing.  Also adds space for one-line comments.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
spacing.  Also adds space for one-line comments.
</pre>
</div>
</content>
</entry>
<entry>
<title>pgindent run on all C files.  Java run to follow.  initdb/regression</title>
<updated>2001-10-25T05:50:21+00:00</updated>
<author>
<name>Bruce Momjian</name>
<email>bruce@momjian.us</email>
</author>
<published>2001-10-25T05:50:21+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/postgresql.git/commit/?id=b81844b1738c584d92330a5ccd0fbd8b603d2886'/>
<id>b81844b1738c584d92330a5ccd0fbd8b603d2886</id>
<content type='text'>
tests pass.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
tests pass.
</pre>
</div>
</content>
</entry>
<entry>
<title>Provide some initial support for building the ODBC driver for</title>
<updated>2001-09-22T22:54:33+00:00</updated>
<author>
<name>Peter Eisentraut</name>
<email>peter_e@gmx.net</email>
</author>
<published>2001-09-22T22:54:33+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/postgresql.git/commit/?id=364a7ebe26a20625f7c0b27a59ebbbdb8378587f'/>
<id>364a7ebe26a20625f7c0b27a59ebbbdb8378587f</id>
<content type='text'>
an already installed iODBC or unixODBC driver manager.  In particular,
use the include files provided by the driver manager over our own,
and use the odbcinst library of the driver manager rather than gpps.c.

Migrate portability sections common to several files into psqlodbc.h.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
an already installed iODBC or unixODBC driver manager.  In particular,
use the include files provided by the driver manager over our own,
and use the odbcinst library of the driver manager rather than gpps.c.

Migrate portability sections common to several files into psqlodbc.h.
</pre>
</div>
</content>
</entry>
<entry>
<title>Rename config.h to pg_config.h and os.h to pg_config_os.h, fix a number of</title>
<updated>2001-08-24T14:07:50+00:00</updated>
<author>
<name>Peter Eisentraut</name>
<email>peter_e@gmx.net</email>
</author>
<published>2001-08-24T14:07:50+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/postgresql.git/commit/?id=968d7733a19cda3db16947024bd335d877b3d9c3'/>
<id>968d7733a19cda3db16947024bd335d877b3d9c3</id>
<content type='text'>
places that were including the wrong files.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
places that were including the wrong files.
</pre>
</div>
</content>
</entry>
<entry>
<title>ODBC source code cleanup.  Mostly alignment of #define constants.</title>
<updated>2001-03-27T04:00:55+00:00</updated>
<author>
<name>Bruce Momjian</name>
<email>bruce@momjian.us</email>
</author>
<published>2001-03-27T04:00:55+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/postgresql.git/commit/?id=12ceb111822f0cf393a359c2aa6f38c15d7e2961'/>
<id>12ceb111822f0cf393a359c2aa6f38c15d7e2961</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>pgindent run.  Make it all clean.</title>
<updated>2001-03-22T04:01:46+00:00</updated>
<author>
<name>Bruce Momjian</name>
<email>bruce@momjian.us</email>
</author>
<published>2001-03-22T04:01:46+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/postgresql.git/commit/?id=9e1552607a9dc6bc23e43d46770a9063ade4f3f0'/>
<id>9e1552607a9dc6bc23e43d46770a9063ade4f3f0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Back out all ODBC formatting changes, and back out removal of &lt;6.4</title>
<updated>2001-02-14T05:45:46+00:00</updated>
<author>
<name>Bruce Momjian</name>
<email>bruce@momjian.us</email>
</author>
<published>2001-02-14T05:45:46+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/postgresql.git/commit/?id=594e97b72fe61d95ac8ed2a1f724a4bef7394064'/>
<id>594e97b72fe61d95ac8ed2a1f724a4bef7394064</id>
<content type='text'>
protocol. I have left in Tom's SOCK_get_next_byte() fix, and the new
win32.mak file addition.  I have also left in the 'X' connection close
fix.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
protocol. I have left in Tom's SOCK_get_next_byte() fix, and the new
win32.mak file addition.  I have also left in the 'X' connection close
fix.
</pre>
</div>
</content>
</entry>
<entry>
<title>More cleanup.</title>
<updated>2001-02-11T05:13:52+00:00</updated>
<author>
<name>Bruce Momjian</name>
<email>bruce@momjian.us</email>
</author>
<published>2001-02-11T05:13:52+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/postgresql.git/commit/?id=26dc50141bb48b203d7c0863844072f6ea678d85'/>
<id>26dc50141bb48b203d7c0863844072f6ea678d85</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
