<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/postgresql.git/contrib/pg_logger, 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 contrib/pg_logger, per recent discussion.</title>
<updated>2004-09-16T21:20:20+00:00</updated>
<author>
<name>Tom Lane</name>
<email>tgl@sss.pgh.pa.us</email>
</author>
<published>2004-09-16T21:20:20+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/postgresql.git/commit/?id=914e177a3e3e99fef6439f07c204d156e1bd1fc1'/>
<id>914e177a3e3e99fef6439f07c204d156e1bd1fc1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>&gt; Please find enclose a submission to fix these problems.</title>
<updated>2004-08-20T20:13:10+00:00</updated>
<author>
<name>Bruce Momjian</name>
<email>bruce@momjian.us</email>
</author>
<published>2004-08-20T20:13:10+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/postgresql.git/commit/?id=ee85595d467ef6fad3afb0554b27e6ee9f061318'/>
<id>ee85595d467ef6fad3afb0554b27e6ee9f061318</id>
<content type='text'>
&gt;
&gt; The patch adds missing the "libpgport.a" file to the installation under
&gt; "install-all-headers". It is needed by some contribs. I install the
&gt; library in "pkglibdir", but I was wondering whether it should be "libdir"?
&gt; I was wondering also whether it would make sense to have a "libpgport.so"?
&gt;
&gt; It fixes various macros which are used by contrib makefiles, especially
&gt; libpq_*dir and LDFLAGS when used under PGXS. It seems to me that they are
&gt; needed to
&gt;
&gt; It adds the ability to test and use PGXS with contribs, with "make
&gt; USE_PGXS=1". Without the macro, this is exactly as before, there should be
&gt; no difference, esp. wrt the vpath feature that seemed broken by previous
&gt; submission. So it should not harm anybody, and it is useful at least to me.
&gt;
&gt; It fixes some inconsistencies in various contrib makefiles
&gt; (useless override, ":=" instead of "=").

Fabien COELHO
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
&gt;
&gt; The patch adds missing the "libpgport.a" file to the installation under
&gt; "install-all-headers". It is needed by some contribs. I install the
&gt; library in "pkglibdir", but I was wondering whether it should be "libdir"?
&gt; I was wondering also whether it would make sense to have a "libpgport.so"?
&gt;
&gt; It fixes various macros which are used by contrib makefiles, especially
&gt; libpq_*dir and LDFLAGS when used under PGXS. It seems to me that they are
&gt; needed to
&gt;
&gt; It adds the ability to test and use PGXS with contribs, with "make
&gt; USE_PGXS=1". Without the macro, this is exactly as before, there should be
&gt; no difference, esp. wrt the vpath feature that seemed broken by previous
&gt; submission. So it should not harm anybody, and it is useful at least to me.
&gt;
&gt; It fixes some inconsistencies in various contrib makefiles
&gt; (useless override, ":=" instead of "=").

Fabien COELHO
</pre>
</div>
</content>
</entry>
<entry>
<title>$Header: -&gt; $PostgreSQL Changes ...</title>
<updated>2003-11-29T19:52:15+00:00</updated>
<author>
<name>PostgreSQL Daemon</name>
<email>webmaster@postgresql.org</email>
</author>
<published>2003-11-29T19:52:15+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/postgresql.git/commit/?id=969685ad443637a24650909357e4e768a88412fc'/>
<id>969685ad443637a24650909357e4e768a88412fc</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>New pgindent run with fixes suggested by Tom.  Patch manually reviewed,</title>
<updated>2001-11-05T17:46:40+00:00</updated>
<author>
<name>Bruce Momjian</name>
<email>bruce@momjian.us</email>
</author>
<published>2001-11-05T17:46:40+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/postgresql.git/commit/?id=ea08e6cd5542cb269ecd3e735f1dfa3bb61fbc4f'/>
<id>ea08e6cd5542cb269ecd3e735f1dfa3bb61fbc4f</id>
<content type='text'>
initdb/regression tests pass.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
initdb/regression tests pass.
</pre>
</div>
</content>
</entry>
<entry>
<title>To fix the perpetually broken makefiles in the contrib tree, I have</title>
<updated>2001-09-06T10:49:30+00:00</updated>
<author>
<name>Peter Eisentraut</name>
<email>peter_e@gmx.net</email>
</author>
<published>2001-09-06T10:49:30+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/postgresql.git/commit/?id=17cc78ef01679deae3f0dac1c35ae777c2c73723'/>
<id>17cc78ef01679deae3f0dac1c35ae777c2c73723</id>
<content type='text'>
written a generic framework of rules that the contrib makefiles can
use instead of writing their own each time.  You only need to set a few
variables and off you go.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
written a generic framework of rules that the contrib makefiles can
use instead of writing their own each time.  You only need to set a few
variables and off you go.
</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>Add pg_logger to /contrib.</title>
<updated>2001-02-11T02:18:27+00:00</updated>
<author>
<name>Bruce Momjian</name>
<email>bruce@momjian.us</email>
</author>
<published>2001-02-11T02:18:27+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/postgresql.git/commit/?id=8d1b6de57c122eefac183a0220b7de3f5fa4b658'/>
<id>8d1b6de57c122eefac183a0220b7de3f5fa4b658</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
