<feed xmlns='http://www.w3.org/2005/Atom'>
<title>postgresql.git/doc/Makefile, branch REL9_2_STABLE</title>
<subtitle>This is the main PostgreSQL git repository.</subtitle>
<id>http://git.postgresql.org/cgit/postgresql.git/atom?h=REL9_2_STABLE</id>
<link rel='self' href='http://git.postgresql.org/cgit/postgresql.git/atom?h=REL9_2_STABLE'/>
<link rel='alternate' type='text/html' href='http://git.postgresql.org/cgit/postgresql.git/'/>
<updated>2011-03-28T19:56:52Z</updated>
<entry>
<title>Add maintainer-check target</title>
<updated>2011-03-28T19:56:52Z</updated>
<author>
<name>Peter Eisentraut</name>
</author>
<published>2011-03-28T19:53:55Z</published>
<link rel='alternate' type='text/html' href='http://git.postgresql.org/cgit/postgresql.git/commit/?id=6c0dfc035670240cddf0092a4aa22e5815b6583d'/>
<id>urn:sha1:6c0dfc035670240cddf0092a4aa22e5815b6583d</id>
<content type='text'>
This can do various source code checks that are not appropriate for
either the build or the regression tests.  Currently: duplicate_oids,
SGML syntax and tabs check, NLS syntax check.
</content>
</entry>
<entry>
<title>Remove cvs keywords from all files.</title>
<updated>2010-09-20T20:08:53Z</updated>
<author>
<name>Magnus Hagander</name>
</author>
<published>2010-09-20T20:08:53Z</published>
<link rel='alternate' type='text/html' href='http://git.postgresql.org/cgit/postgresql.git/commit/?id=9f2e211386931f7aee48ffbc2fcaef1632d8329f'/>
<id>urn:sha1:9f2e211386931f7aee48ffbc2fcaef1632d8329f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Ship documentation without intermediate tarballs</title>
<updated>2009-08-09T22:47:59Z</updated>
<author>
<name>Peter Eisentraut</name>
</author>
<published>2009-08-09T22:47:59Z</published>
<link rel='alternate' type='text/html' href='http://git.postgresql.org/cgit/postgresql.git/commit/?id=ed9208829afe90738608e3344b7cf0b7b323a371'/>
<id>urn:sha1:ed9208829afe90738608e3344b7cf0b7b323a371</id>
<content type='text'>
Documentation files in HTML and man formats are now prepared for
distribution using the distprep make target, like everything else.  They
are placed in doc/src/sgml/html and manX and installed from there by
make install, if present.  The business with the tarballs in the tarball
is gone.
</content>
</entry>
<entry>
<title>Fix manpages related to SPI functions.</title>
<updated>2009-08-05T19:31:50Z</updated>
<author>
<name>Alvaro Herrera</name>
</author>
<published>2009-08-05T19:31:50Z</published>
<link rel='alternate' type='text/html' href='http://git.postgresql.org/cgit/postgresql.git/commit/?id=6403c35ee66c68168aea2e3b8deb352458d8e392'/>
<id>urn:sha1:6403c35ee66c68168aea2e3b8deb352458d8e392</id>
<content type='text'>
This patch adds declaration so that they end up in section 3, and adds
them to the Makefiles to install them.

Also, some synopses needed reflowing so that they look nice in 80-column
terminals.
</content>
</entry>
<entry>
<title>Revert addition of "o" to tar options.  This was intended to fix bug #4883,</title>
<updated>2009-06-27T21:06:46Z</updated>
<author>
<name>Tom Lane</name>
</author>
<published>2009-06-27T21:06:46Z</published>
<link rel='alternate' type='text/html' href='http://git.postgresql.org/cgit/postgresql.git/commit/?id=4d53a2f9699547bdc12831d2860c9d44c465e805'/>
<id>urn:sha1:4d53a2f9699547bdc12831d2860c9d44c465e805</id>
<content type='text'>
but the cure appears to be worse than the disease.  It turns out that GNU
tar versions 1.14.x misinterpret -o as --same-owner, not --no-same-owner,
leading to exactly the wrong behavior for both root and nonroot users.
While that bug has been fixed for nearly five years, these tar versions
are still found in the wild, notably in OS X 10.4.  Given that #4883 was
the first complaint we'd heard, it's definitely not worth fixing at the
risk of breaking things for other users.  Perhaps revisit at a later date
when we're not up against a release deadline.
</content>
</entry>
<entry>
<title>Extract tarballs with "o" option (tar xof), to behave reasonably when run</title>
<updated>2009-06-26T06:40:57Z</updated>
<author>
<name>Peter Eisentraut</name>
</author>
<published>2009-06-26T06:40:57Z</published>
<link rel='alternate' type='text/html' href='http://git.postgresql.org/cgit/postgresql.git/commit/?id=a87a1e5428dbbfed6e423a2d9281bb6ed6e53d5e'/>
<id>urn:sha1:a87a1e5428dbbfed6e423a2d9281bb6ed6e53d5e</id>
<content type='text'>
as root, as would usually be the case during make install.

per bug #4883
</content>
</entry>
<entry>
<title>Use $(TAR) instead of tar in makefiles.</title>
<updated>2009-06-26T06:37:14Z</updated>
<author>
<name>Peter Eisentraut</name>
</author>
<published>2009-06-26T06:37:14Z</published>
<link rel='alternate' type='text/html' href='http://git.postgresql.org/cgit/postgresql.git/commit/?id=6bcdb8aa85662933e72b5c8b21eb1ddfbcf6e3c9'/>
<id>urn:sha1:6bcdb8aa85662933e72b5c8b21eb1ddfbcf6e3c9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Extend man page installation hackery so that the man page section is also</title>
<updated>2009-06-19T19:15:13Z</updated>
<author>
<name>Peter Eisentraut</name>
</author>
<published>2009-06-19T19:15:13Z</published>
<link rel='alternate' type='text/html' href='http://git.postgresql.org/cgit/postgresql.git/commit/?id=87698ffa8e667f99a224420db97aa0306d71b3f4'/>
<id>urn:sha1:87698ffa8e667f99a224420db97aa0306d71b3f4</id>
<content type='text'>
fixed up in the .so links.
</content>
</entry>
<entry>
<title>Don't attempt to "rm" directories on uninstall.</title>
<updated>2009-06-18T15:10:35Z</updated>
<author>
<name>Peter Eisentraut</name>
</author>
<published>2009-06-18T15:10:35Z</published>
<link rel='alternate' type='text/html' href='http://git.postgresql.org/cgit/postgresql.git/commit/?id=a091ac46caea47bd44da27bd6ae4076a3190087a'/>
<id>urn:sha1:a091ac46caea47bd44da27bd6ae4076a3190087a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Set SQL man pages to be section 7 by default, and only transform them to</title>
<updated>2008-11-14T10:22:48Z</updated>
<author>
<name>Peter Eisentraut</name>
</author>
<published>2008-11-14T10:22:48Z</published>
<link rel='alternate' type='text/html' href='http://git.postgresql.org/cgit/postgresql.git/commit/?id=d1292550770290a09863f2f2bd0d52e49301d29e'/>
<id>urn:sha1:d1292550770290a09863f2f2bd0d52e49301d29e</id>
<content type='text'>
another section if required by the platform (instead of the old way of
building them in section "l" and always transforming them to the
platform-specific section).

This speeds up the installation on common platforms, and it avoids some
funny business with the man page tools and build process.
</content>
</entry>
</feed>
