<feed xmlns='http://www.w3.org/2005/Atom'>
<title>postgresql.git/src/template/nextstep, 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>2012-05-01T19:11:12Z</updated>
<entry>
<title>Remove dead ports</title>
<updated>2012-05-01T19:11:12Z</updated>
<author>
<name>Peter Eisentraut</name>
</author>
<published>2012-05-01T19:11:12Z</published>
<link rel='alternate' type='text/html' href='http://git.postgresql.org/cgit/postgresql.git/commit/?id=f2f9439fbfba378cb64cd6e5a046e0184cd542c6'/>
<id>urn:sha1:f2f9439fbfba378cb64cd6e5a046e0184cd542c6</id>
<content type='text'>
Remove the following ports:

- dgux
- nextstep
- sunos4
- svr4
- ultrix4
- univel

These are obsolete and not worth rescuing.  In most cases, there is
circumstantial evidence that they wouldn't work anymore anyway.
</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>Add CVS tag lines to files that were lacking them.</title>
<updated>2006-03-11T04:38:42Z</updated>
<author>
<name>Bruce Momjian</name>
</author>
<published>2006-03-11T04:38:42Z</published>
<link rel='alternate' type='text/html' href='http://git.postgresql.org/cgit/postgresql.git/commit/?id=f3d99d160d1f6104dc7b1b44e66aa4c713e52680'/>
<id>urn:sha1:f3d99d160d1f6104dc7b1b44e66aa4c713e52680</id>
<content type='text'>
</content>
</entry>
<entry>
<title>This centralizes the optimization defaults into configure.in, rather</title>
<updated>2003-10-09T03:20:34Z</updated>
<author>
<name>Bruce Momjian</name>
</author>
<published>2003-10-09T03:20:34Z</published>
<link rel='alternate' type='text/html' href='http://git.postgresql.org/cgit/postgresql.git/commit/?id=0e22cb1232f4474f9b461661b621603312f37d3d'/>
<id>urn:sha1:0e22cb1232f4474f9b461661b621603312f37d3d</id>
<content type='text'>
than having CFLAGS= in the template files.

It uses -O2 for gcc (generated by autoconf), and -O for non-gcc, unless
the template overrides it.
</content>
</entry>
<entry>
<title>Rename templates to match names in makefiles/Makefile.* and include/port.</title>
<updated>2000-07-15T15:54:52Z</updated>
<author>
<name>Peter Eisentraut</name>
</author>
<published>2000-07-15T15:54:52Z</published>
<link rel='alternate' type='text/html' href='http://git.postgresql.org/cgit/postgresql.git/commit/?id=3eec6ee145976fe0fcecc0199e179d90178daa6d'/>
<id>urn:sha1:3eec6ee145976fe0fcecc0199e179d90178daa6d</id>
<content type='text'>
Read templates after compiler is detected. Convert all templates to real
shell scripts. Rename bsd-&gt;openbsd, alpha-&gt;osf.
</content>
</entry>
<entry>
<title>Gen_fmgrtab.sh is strange: it is a platform dependent way (because it uses</title>
<updated>2000-06-07T16:27:00Z</updated>
<author>
<name>Peter Eisentraut</name>
</author>
<published>2000-06-07T16:27:00Z</published>
<link rel='alternate' type='text/html' href='http://git.postgresql.org/cgit/postgresql.git/commit/?id=e3059fc0f53ede1ae6f95076034b678f394d2e7a'/>
<id>urn:sha1:e3059fc0f53ede1ae6f95076034b678f394d2e7a</id>
<content type='text'>
CPP) to create platform independent files. Unfortunately, that means that
every config.status (or configure) run invariably causes a relink of the
postmaster and also that we can't put these files in the distribution
(usefully). So we make it a little smarter: when the output files already
exist and it notices that it would recreate them in identical form, it
doesn't touch them. In order to avoid re-running the make rule all the time
we update a timestamp file instead.

Update release_prep accordingly. Also make Gen_fmgrtab.sh use the awk that
is detected at configure time, not necessarily named `awk' and have it check
for exit statuses a little better.

In other news... Remove USE_LOCALE from the templates, it was set to `no'
everywhere anyway. Also remove YACC and YFLAGS from the templates, configure
is smart enough to find bison or yacc itself. Use AC_PROG_YACC for that
instead of the hand-crafted code. Do not set YFLAGS to `-d'. The make rules
that need this flag should explicitly invoke it. YFLAGS should be a user
variable. Update the makefiles to that effect.
</content>
</entry>
<entry>
<title>template change</title>
<updated>1998-06-12T22:42:12Z</updated>
<author>
<name>Bruce Momjian</name>
</author>
<published>1998-06-12T22:42:12Z</published>
<link rel='alternate' type='text/html' href='http://git.postgresql.org/cgit/postgresql.git/commit/?id=d939f60ca7b7cdb8397b96ca1769e30b4159f2c0'/>
<id>urn:sha1:d939f60ca7b7cdb8397b96ca1769e30b4159f2c0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>template changes</title>
<updated>1998-06-12T22:26:24Z</updated>
<author>
<name>Bruce Momjian</name>
</author>
<published>1998-06-12T22:26:24Z</published>
<link rel='alternate' type='text/html' href='http://git.postgresql.org/cgit/postgresql.git/commit/?id=6a08857cc8146a8a878ec320f8b5066642e8b8a2'/>
<id>urn:sha1:6a08857cc8146a8a878ec320f8b5066642e8b8a2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Change BACKEND to CFLAGS</title>
<updated>1997-04-11T18:55:10Z</updated>
<author>
<name>Marc G. Fournier</name>
</author>
<published>1997-04-11T18:55:10Z</published>
<link rel='alternate' type='text/html' href='http://git.postgresql.org/cgit/postgresql.git/commit/?id=bb0a17412d133885c6eb98e1741ee65b89c528f1'/>
<id>urn:sha1:bb0a17412d133885c6eb98e1741ee65b89c528f1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Move YACC and YFLAGS into the template files</title>
<updated>1997-04-04T11:23:15Z</updated>
<author>
<name>Marc G. Fournier</name>
</author>
<published>1997-04-04T11:23:15Z</published>
<link rel='alternate' type='text/html' href='http://git.postgresql.org/cgit/postgresql.git/commit/?id=eda9d69d6c6509eed028b118c79140abe8bb2fb5'/>
<id>urn:sha1:eda9d69d6c6509eed028b118c79140abe8bb2fb5</id>
<content type='text'>
Clean up the .sample files...comment out all sample entries except for
the localhost one
</content>
</entry>
</feed>
