<feed xmlns='http://www.w3.org/2005/Atom'>
<title>postgresql.git/contrib/README, branch master</title>
<subtitle>This is the main PostgreSQL git repository.</subtitle>
<id>http://git.postgresql.org/cgit/postgresql.git/atom?h=master</id>
<link rel='self' href='http://git.postgresql.org/cgit/postgresql.git/atom?h=master'/>
<link rel='alternate' type='text/html' href='http://git.postgresql.org/cgit/postgresql.git/'/>
<updated>2014-02-12T22:29:19Z</updated>
<entry>
<title>Rename 'gmake' to 'make' in docs and recommended commands</title>
<updated>2014-02-12T22:29:19Z</updated>
<author>
<name>Bruce Momjian</name>
</author>
<published>2014-02-12T22:29:19Z</published>
<link rel='alternate' type='text/html' href='http://git.postgresql.org/cgit/postgresql.git/commit/?id=2fc80e8e8304913c8dd1090bb2976632c0f4a8c3'/>
<id>urn:sha1:2fc80e8e8304913c8dd1090bb2976632c0f4a8c3</id>
<content type='text'>
This simplifies the docs and makes it easier to cut/paste command lines.
</content>
</entry>
<entry>
<title>Update contrib/README</title>
<updated>2012-04-14T06:29:54Z</updated>
<author>
<name>Peter Eisentraut</name>
</author>
<published>2012-04-14T06:29:54Z</published>
<link rel='alternate' type='text/html' href='http://git.postgresql.org/cgit/postgresql.git/commit/?id=48ea558313fae4409d0e76facde041674678cba2'/>
<id>urn:sha1:48ea558313fae4409d0e76facde041674678cba2</id>
<content type='text'>
Remove lots of outdated information that is duplicated by the
better-maintained SGML documentation.  In particular, remove the
outdated listing of contrib modules.  Update the installation
instructions to mention CREATE EXTENSION, but don't go into too much
detail.
</content>
</entry>
<entry>
<title>Recode non-ASCII characters in source to UTF-8</title>
<updated>2011-05-31T20:11:46Z</updated>
<author>
<name>Peter Eisentraut</name>
</author>
<published>2011-05-31T20:10:05Z</published>
<link rel='alternate' type='text/html' href='http://git.postgresql.org/cgit/postgresql.git/commit/?id=ba4cacf0756f71e175d25bac78834715a353e64e'/>
<id>urn:sha1:ba4cacf0756f71e175d25bac78834715a353e64e</id>
<content type='text'>
For consistency, have all non-ASCII characters from contributors'
names in the source be in UTF-8.  But remove some other more
gratuitous uses of non-ASCII characters.
</content>
</entry>
<entry>
<title>Add contrib/file_fdw foreign-data wrapper for reading files via COPY.</title>
<updated>2011-02-20T19:06:59Z</updated>
<author>
<name>Tom Lane</name>
</author>
<published>2011-02-20T19:06:59Z</published>
<link rel='alternate' type='text/html' href='http://git.postgresql.org/cgit/postgresql.git/commit/?id=7c5d0ae7078456bfeedb2103c45b9a32285c2631'/>
<id>urn:sha1:7c5d0ae7078456bfeedb2103c45b9a32285c2631</id>
<content type='text'>
This is both very useful in its own right, and an important test case
for the core FDW support.

This commit includes a small refactoring of copy.c to expose its option
checking code as a separately callable function.  The original patch
submission duplicated hundreds of lines of that code, which seemed pretty
unmaintainable.

Shigeru Hanada, reviewed by Itagaki Takahiro and Tom Lane
</content>
</entry>
<entry>
<title>sepgsql, an SE-Linux integration for PostgreSQL</title>
<updated>2011-01-24T01:48:27Z</updated>
<author>
<name>Robert Haas</name>
</author>
<published>2011-01-24T01:44:48Z</published>
<link rel='alternate' type='text/html' href='http://git.postgresql.org/cgit/postgresql.git/commit/?id=968bc6fac91d6aaca594488ab85c179b686cbbdd'/>
<id>urn:sha1:968bc6fac91d6aaca594488ab85c179b686cbbdd</id>
<content type='text'>
This is still pretty rough - among other things, the documentation
needs work, and the messages need a visit from the style police -
but this gets the basic framework in place.

KaiGai Kohei
</content>
</entry>
<entry>
<title>Clean up pg_test_fsync commit.</title>
<updated>2011-01-22T00:27:25Z</updated>
<author>
<name>Tom Lane</name>
</author>
<published>2011-01-22T00:27:25Z</published>
<link rel='alternate' type='text/html' href='http://git.postgresql.org/cgit/postgresql.git/commit/?id=bc616703e8767d2a5d0312cdbf5dc3c6de2b86fe'/>
<id>urn:sha1:bc616703e8767d2a5d0312cdbf5dc3c6de2b86fe</id>
<content type='text'>
Actually rename the program, rather than just claiming we did.  Hook it
into the build system.  Get rid of useless dependency on libpq.  Clean up
#include list and messy whitespace.
</content>
</entry>
<entry>
<title>Fix typo.</title>
<updated>2010-11-29T01:46:11Z</updated>
<author>
<name>Robert Haas</name>
</author>
<published>2010-11-29T01:46:11Z</published>
<link rel='alternate' type='text/html' href='http://git.postgresql.org/cgit/postgresql.git/commit/?id=fab7fdb988f25438ded6c4a5c4b4f112f9decddb'/>
<id>urn:sha1:fab7fdb988f25438ded6c4a5c4b4f112f9decddb</id>
<content type='text'>
Fujii Masao
</content>
</entry>
<entry>
<title>New contrib module, auth_delay.</title>
<updated>2010-11-27T12:22:25Z</updated>
<author>
<name>Robert Haas</name>
</author>
<published>2010-11-27T12:22:25Z</published>
<link rel='alternate' type='text/html' href='http://git.postgresql.org/cgit/postgresql.git/commit/?id=fe7a32fc87e68edf014ee7e575f92cb027437ff4'/>
<id>urn:sha1:fe7a32fc87e68edf014ee7e575f92cb027437ff4</id>
<content type='text'>
KaiGai Kohei, with a few changes by me.
</content>
</entry>
<entry>
<title>Remove useless whitespace at end of lines</title>
<updated>2010-11-23T20:34:55Z</updated>
<author>
<name>Peter Eisentraut</name>
</author>
<published>2010-11-23T20:27:50Z</published>
<link rel='alternate' type='text/html' href='http://git.postgresql.org/cgit/postgresql.git/commit/?id=fc946c39aeacdff7df60c83fca6582985e8546c8'/>
<id>urn:sha1:fc946c39aeacdff7df60c83fca6582985e8546c8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Hook pg_upgrade into the contrib makefile structure so it gets built</title>
<updated>2010-05-12T16:50:58Z</updated>
<author>
<name>Tom Lane</name>
</author>
<published>2010-05-12T16:50:58Z</published>
<link rel='alternate' type='text/html' href='http://git.postgresql.org/cgit/postgresql.git/commit/?id=44e55690fde08b725cf8e8fee5a402f26b3f6db7'/>
<id>urn:sha1:44e55690fde08b725cf8e8fee5a402f26b3f6db7</id>
<content type='text'>
on the buildfarm.
</content>
</entry>
</feed>
