<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/postgresql.git/src/interfaces/libpgtcl/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>Remove all of the libpgtcl and pgtclsh files, including all references to</title>
<updated>2004-04-20T00:33:53+00:00</updated>
<author>
<name>PostgreSQL Daemon</name>
<email>webmaster@postgresql.org</email>
</author>
<published>2004-04-20T00:33:53+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/postgresql.git/commit/?id=41fa9e9bae605ca52d5d52a1590d7878237954a8'/>
<id>41fa9e9bae605ca52d5d52a1590d7878237954a8</id>
<content type='text'>
them within the various makefiles

with_tcl is still required for the src/pl/tcl language
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
them within the various makefiles

with_tcl is still required for the src/pl/tcl language
</pre>
</div>
</content>
</entry>
<entry>
<title>Repair missing inclusions of -lintl for shared libraries.</title>
<updated>2004-02-10T07:26:25+00:00</updated>
<author>
<name>Tom Lane</name>
<email>tgl@sss.pgh.pa.us</email>
</author>
<published>2004-02-10T07:26:25+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/postgresql.git/commit/?id=0eb69519150325ed902ebf6ec4ab0847fb96bf90'/>
<id>0eb69519150325ed902ebf6ec4ab0847fb96bf90</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Bump all version numbers and version stamps mentioned in RELEASE_CHANGES.</title>
<updated>2003-11-30T06:09:54+00:00</updated>
<author>
<name>Bruce Momjian</name>
<email>bruce@momjian.us</email>
</author>
<published>2003-11-30T06:09:54+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/postgresql.git/commit/?id=32abf0e781d813a5ceca77928997fff434a06a8f'/>
<id>32abf0e781d813a5ceca77928997fff434a06a8f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</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>Include -lkrb5 when needed for shlibs depending on libpq.  Per report</title>
<updated>2003-10-28T21:55:58+00:00</updated>
<author>
<name>Tom Lane</name>
<email>tgl@sss.pgh.pa.us</email>
</author>
<published>2003-10-28T21:55:58+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/postgresql.git/commit/?id=979b5375227dac6c42c1e5b9557d9d698997e7d1'/>
<id>979b5375227dac6c42c1e5b9557d9d698997e7d1</id>
<content type='text'>
from Johan Henselmans.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
from Johan Henselmans.
</pre>
</div>
</content>
</entry>
<entry>
<title>Got the link order wrong :-(</title>
<updated>2003-09-27T20:38:19+00:00</updated>
<author>
<name>Tom Lane</name>
<email>tgl@sss.pgh.pa.us</email>
</author>
<published>2003-09-27T20:38:19+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/postgresql.git/commit/?id=e0736689a35b3d42a6196c568994b7863beabfc0'/>
<id>e0736689a35b3d42a6196c568994b7863beabfc0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Adjust Darwin build to use the default 'two level namespace' linking</title>
<updated>2003-09-27T19:35:32+00:00</updated>
<author>
<name>Tom Lane</name>
<email>tgl@sss.pgh.pa.us</email>
</author>
<published>2003-09-27T19:35:32+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/postgresql.git/commit/?id=cd75f94dafd43358305811b7576ad75d889097e3'/>
<id>cd75f94dafd43358305811b7576ad75d889097e3</id>
<content type='text'>
method.  Fix a number of places where shared libraries were linked without
mentioning all the libraries they depend on; the Darwin and AIX ports
are known to require this, and it doesn't seem to hurt any other supported
platforms.  (Hence, remove code in pl/tcl makefile that tried to avoid
mentioning other libs if not needed.)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
method.  Fix a number of places where shared libraries were linked without
mentioning all the libraries they depend on; the Darwin and AIX ports
are known to require this, and it doesn't seem to hurt any other supported
platforms.  (Hence, remove code in pl/tcl makefile that tried to avoid
mentioning other libs if not needed.)
</pre>
</div>
</content>
</entry>
<entry>
<title>Make use of TCL_INCLUDE_SPEC if available (it's new in Tcl 8.4, too bad</title>
<updated>2002-12-30T17:19:54+00:00</updated>
<author>
<name>Tom Lane</name>
<email>tgl@sss.pgh.pa.us</email>
</author>
<published>2002-12-30T17:19:54+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/postgresql.git/commit/?id=2e1f2c3109b43138ef32dbdba09abef7c9c51d5a'/>
<id>2e1f2c3109b43138ef32dbdba09abef7c9c51d5a</id>
<content type='text'>
it took 'em this long to realize it's needed...)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
it took 'em this long to realize it's needed...)
</pre>
</div>
</content>
</entry>
<entry>
<title>Bump version for 7.3 and 7.4.</title>
<updated>2002-12-11T04:07:39+00:00</updated>
<author>
<name>Bruce Momjian</name>
<email>bruce@momjian.us</email>
</author>
<published>2002-12-11T04:07:39+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/postgresql.git/commit/?id=6ca16d7b807524b4a5121c578bcf6a9f935684b2'/>
<id>6ca16d7b807524b4a5121c578bcf6a9f935684b2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Stamp minor version numbers for 7.4 release.</title>
<updated>2002-12-04T18:14:11+00:00</updated>
<author>
<name>Bruce Momjian</name>
<email>bruce@momjian.us</email>
</author>
<published>2002-12-04T18:14:11+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/postgresql.git/commit/?id=5cdf45c6aa8b1c859ba268f1884e77f3d9770aed'/>
<id>5cdf45c6aa8b1c859ba268f1884e77f3d9770aed</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
