<feed xmlns='http://www.w3.org/2005/Atom'>
<title>postgresql.git/src/include/.gitignore, branch REL_14_STABLE</title>
<subtitle>This is the main PostgreSQL git repository.</subtitle>
<id>http://git.postgresql.org/cgit/postgresql.git/atom?h=REL_14_STABLE</id>
<link rel='self' href='http://git.postgresql.org/cgit/postgresql.git/atom?h=REL_14_STABLE'/>
<link rel='alternate' type='text/html' href='http://git.postgresql.org/cgit/postgresql.git/'/>
<updated>2018-09-06T09:33:04Z</updated>
<entry>
<title>Refactor dlopen() support</title>
<updated>2018-09-06T09:33:04Z</updated>
<author>
<name>Peter Eisentraut</name>
</author>
<published>2018-09-06T08:07:24Z</published>
<link rel='alternate' type='text/html' href='http://git.postgresql.org/cgit/postgresql.git/commit/?id=842cb9fa62fc99598086166bdeec9d6ae6e3c50f'/>
<id>urn:sha1:842cb9fa62fc99598086166bdeec9d6ae6e3c50f</id>
<content type='text'>
Nowadays, all platforms except Windows and older HP-UX have standard
dlopen() support.  So having a separate implementation per platform
under src/backend/port/dynloader/ is a bit excessive.  Instead, treat
dlopen() like other library functions that happen to be missing
sometimes and put a replacement implementation under src/port/.

Discussion: https://www.postgresql.org/message-id/flat/e11a49cb-570a-60b7-707d-7084c8de0e61%402ndquadrant.com#54e735ae37476a121abb4e33c2549b03
</content>
</entry>
<entry>
<title>Autoconfiscate selection of 64-bit int type for 64-bit large object API.</title>
<updated>2012-10-08T01:52:43Z</updated>
<author>
<name>Tom Lane</name>
</author>
<published>2012-10-08T01:52:07Z</published>
<link rel='alternate' type='text/html' href='http://git.postgresql.org/cgit/postgresql.git/commit/?id=95d035e66d8e4371d35830d81f39face03cd4c45'/>
<id>urn:sha1:95d035e66d8e4371d35830d81f39face03cd4c45</id>
<content type='text'>
Get rid of the fundamentally indefensible assumption that "long long int"
exists and is exactly 64 bits wide on every platform Postgres runs on.
Instead let the configure script select the type to use for "pg_int64".

This is a bit of a pain in the rear since we do not want to pollute client
namespace with all the random symbols that pg_config.h defines; instead
we have to create a separate generated header file, "pg_config_ext.h".
But now that the infrastructure is there, we might have the ability to
add some other stuff that's long been wanting in this area.
</content>
</entry>
<entry>
<title>Convert cvsignore to gitignore, and add .gitignore for build targets.</title>
<updated>2010-09-22T10:57:04Z</updated>
<author>
<name>Magnus Hagander</name>
</author>
<published>2010-09-22T10:57:04Z</published>
<link rel='alternate' type='text/html' href='http://git.postgresql.org/cgit/postgresql.git/commit/?id=fe9b36fd59a771a98c0d33dd97039e6fc45d0f43'/>
<id>urn:sha1:fe9b36fd59a771a98c0d33dd97039e6fc45d0f43</id>
<content type='text'>
</content>
</entry>
</feed>
