<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/postgresql.git/src/interfaces/libpq++, 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>Okay, libpq++ is moved to GBorg, and all traces of it have been removed</title>
<updated>2002-08-22T00:15:14+00:00</updated>
<author>
<name>Marc G. Fournier</name>
<email>scrappy@hub.org</email>
</author>
<published>2002-08-22T00:15:14+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/postgresql.git/commit/?id=da4683fbe1cba48cf5b5b29055b66e0bacb00162'/>
<id>da4683fbe1cba48cf5b5b29055b66e0bacb00162</id>
<content type='text'>
from the core repository ... I haven't *moved* the libpq++ files out of the
tree, mainly as we want to keep them in place for past branches ...

Peter, I think I've covered all the files I need, and re-ran autoconf to make
sure the configure file is in place properly ...
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
from the core repository ... I haven't *moved* the libpq++ files out of the
tree, mainly as we want to keep them in place for past branches ...

Peter, I think I've covered all the files I need, and re-ran autoconf to make
sure the configure file is in place properly ...
</pre>
</div>
</content>
</entry>
<entry>
<title>Assemble portability modules into libpgport library.</title>
<updated>2002-07-27T20:10:05+00:00</updated>
<author>
<name>Peter Eisentraut</name>
<email>peter_e@gmx.net</email>
</author>
<published>2002-07-27T20:10:05+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/postgresql.git/commit/?id=b0c3c48eb3779d9637a03c455f3934d9d7c08030'/>
<id>b0c3c48eb3779d9637a03c455f3934d9d7c08030</id>
<content type='text'>
Some makefile simplifications.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Some makefile simplifications.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix for PgTransaction class to make these visible to C apps:</title>
<updated>2002-07-18T04:49:30+00:00</updated>
<author>
<name>Bruce Momjian</name>
<email>bruce@momjian.us</email>
</author>
<published>2002-07-18T04:49:30+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/postgresql.git/commit/?id=8f211f8a8495b1c4d35ebe0e9a822366c4655c7c'/>
<id>8f211f8a8495b1c4d35ebe0e9a822366c4655c7c</id>
<content type='text'>
   ExecStatusType BeginTransaction();
   ExecStatusType EndTransaction();

Piotr Klaban
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
   ExecStatusType BeginTransaction();
   ExecStatusType EndTransaction();

Piotr Klaban
</pre>
</div>
</content>
</entry>
<entry>
<title>Indent libpq++ as mentioned in email.  Format was terrible, and this</title>
<updated>2002-07-02T16:32:19+00:00</updated>
<author>
<name>Bruce Momjian</name>
<email>bruce@momjian.us</email>
</author>
<published>2002-07-02T16:32:19+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/postgresql.git/commit/?id=a4485ea894ddd622daa81009d1556c95cd357781'/>
<id>a4485ea894ddd622daa81009d1556c95cd357781</id>
<content type='text'>
will make fixing things easier.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
will make fixing things easier.
</pre>
</div>
</content>
</entry>
<entry>
<title>Update copyright to 2002.</title>
<updated>2002-06-20T20:29:54+00:00</updated>
<author>
<name>Bruce Momjian</name>
<email>bruce@momjian.us</email>
</author>
<published>2002-06-20T20:29:54+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/postgresql.git/commit/?id=d84fe82230c593f3dc5d7f427849b99d1efa8a0a'/>
<id>d84fe82230c593f3dc5d7f427849b99d1efa8a0a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>The method PgLargeObject::LOid() is missing an implementation in the .cc</title>
<updated>2002-06-15T19:30:40+00:00</updated>
<author>
<name>Bruce Momjian</name>
<email>bruce@momjian.us</email>
</author>
<published>2002-06-15T19:30:40+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/postgresql.git/commit/?id=240de617fbfebea029c1dc057708d9f0f2431ac5'/>
<id>240de617fbfebea029c1dc057708d9f0f2431ac5</id>
<content type='text'>
file.


The program seems to compile ok, but when linking a program that uses
the call,
g++ chokes with an undefined reference error.


If you know how this problem might be fixed, list the solution below:
---------------------------------------------------------------------
I include the code:

Oid PgLargeObject::LOid(){
  return pgObject;
}

in the .cc file.

Chris Traylor
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
file.


The program seems to compile ok, but when linking a program that uses
the call,
g++ chokes with an undefined reference error.


If you know how this problem might be fixed, list the solution below:
---------------------------------------------------------------------
I include the code:

Oid PgLargeObject::LOid(){
  return pgObject;
}

in the .cc file.

Chris Traylor
</pre>
</div>
</content>
</entry>
<entry>
<title>This patch fixes a few minor problems with libpq++: remove the deprecated</title>
<updated>2002-06-15T18:49:29+00:00</updated>
<author>
<name>Bruce Momjian</name>
<email>bruce@momjian.us</email>
</author>
<published>2002-06-15T18:49:29+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/postgresql.git/commit/?id=2e58024066e1ddf63d729ffb42077938fe25a9bf'/>
<id>2e58024066e1ddf63d729ffb42077938fe25a9bf</id>
<content type='text'>
PQExec(" ") in the wrapper around PQnotifies(), fix the Makefile for
the examples so that they will actually compile properly (with the
exception of #5, which depends on internal headers), make a minor change
to libpq++.h so that "make examples" now works on my machine, update
some documentation, fix some grammatical problems, and remove some of
the more hideous comments.

Neil Conway
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
PQExec(" ") in the wrapper around PQnotifies(), fix the Makefile for
the examples so that they will actually compile properly (with the
exception of #5, which depends on internal headers), make a minor change
to libpq++.h so that "make examples" now works on my machine, update
some documentation, fix some grammatical problems, and remove some of
the more hideous comments.

Neil Conway
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix interface example errors causes by backend changes.</title>
<updated>2002-06-07T03:55:15+00:00</updated>
<author>
<name>Bruce Momjian</name>
<email>bruce@momjian.us</email>
</author>
<published>2002-06-07T03:55:15+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/postgresql.git/commit/?id=ce4a287f43f561551bbb2eb7d7912cea44f66e90'/>
<id>ce4a287f43f561551bbb2eb7d7912cea44f66e90</id>
<content type='text'>
Permaine Cheung
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Permaine Cheung
</pre>
</div>
</content>
</entry>
<entry>
<title>Inlined a patch to add the libpq setNoticeProcessor capability to</title>
<updated>2002-03-11T15:08:18+00:00</updated>
<author>
<name>Bruce Momjian</name>
<email>bruce@momjian.us</email>
</author>
<published>2002-03-11T15:08:18+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/postgresql.git/commit/?id=80bbfe76d570f2c4066abc559b59493e64f9f09a'/>
<id>80bbfe76d570f2c4066abc559b59493e64f9f09a</id>
<content type='text'>
libpq++.

Ofir Reichenberg
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
libpq++.

Ofir Reichenberg
</pre>
</div>
</content>
</entry>
<entry>
<title>Update Win32-world version number of libpq++.</title>
<updated>2002-01-30T21:59:33+00:00</updated>
<author>
<name>Peter Eisentraut</name>
<email>peter_e@gmx.net</email>
</author>
<published>2002-01-30T21:59:33+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/postgresql.git/commit/?id=3ac85b86cbbbaae3d21841f6796bea803050d54b'/>
<id>3ac85b86cbbbaae3d21841f6796bea803050d54b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
