<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/postgresql.git/src/include/catalog/pg_version.h, 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>First phase of project to use fixed OIDs for all system catalogs and</title>
<updated>2005-04-14T01:38:22+00:00</updated>
<author>
<name>Tom Lane</name>
<email>tgl@sss.pgh.pa.us</email>
</author>
<published>2005-04-14T01:38:22+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/postgresql.git/commit/?id=7c13781ee7a617235f24617e3bd7628cda95df15'/>
<id>7c13781ee7a617235f24617e3bd7628cda95df15</id>
<content type='text'>
indexes.  Extend the macros in include/catalog/*.h to carry the info
about hand-assigned OIDs, and adjust the genbki script and bootstrap
code to make the relations actually get those OIDs.  Remove the small
number of RelOid_pg_foo macros that we had in favor of a complete
set named like the catname.h and indexing.h macros.  Next phase will
get rid of internal use of names for looking up catalogs and indexes;
but this completes the changes forcing an initdb, so it looks like a
good place to commit.
Along the way, I made the shared relations (pg_database etc) not be
'bootstrap' relations any more, so as to reduce the number of hardwired
entries and simplify changing those relations in future.  I'm not
sure whether they ever really needed to be handled as bootstrap
relations, but it seems to work fine to not do so now.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
indexes.  Extend the macros in include/catalog/*.h to carry the info
about hand-assigned OIDs, and adjust the genbki script and bootstrap
code to make the relations actually get those OIDs.  Remove the small
number of RelOid_pg_foo macros that we had in favor of a complete
set named like the catname.h and indexing.h macros.  Next phase will
get rid of internal use of names for looking up catalogs and indexes;
but this completes the changes forcing an initdb, so it looks like a
good place to commit.
Along the way, I made the shared relations (pg_database etc) not be
'bootstrap' relations any more, so as to reduce the number of hardwired
entries and simplify changing those relations in future.  I'm not
sure whether they ever really needed to be handled as bootstrap
relations, but it seems to work fine to not do so now.
</pre>
</div>
</content>
</entry>
<entry>
<title>Tag appropriate files for rc3</title>
<updated>2004-12-31T22:04:05+00:00</updated>
<author>
<name>PostgreSQL Daemon</name>
<email>webmaster@postgresql.org</email>
</author>
<published>2004-12-31T22:04:05+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/postgresql.git/commit/?id=2ff501590b323bde14f7e662fd89ad12a4d2f4e0'/>
<id>2ff501590b323bde14f7e662fd89ad12a4d2f4e0</id>
<content type='text'>
Also performed an initial run through of upgrading our Copyright date to
extend to 2005 ... first run here was very simple ... change everything
where: grep 1996-2004 &amp;&amp; the word 'Copyright' ... scanned through the
generated list with 'less' first, and after, to make sure that I only
picked up the right entries ...
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Also performed an initial run through of upgrading our Copyright date to
extend to 2005 ... first run here was very simple ... change everything
where: grep 1996-2004 &amp;&amp; the word 'Copyright' ... scanned through the
generated list with 'less' first, and after, to make sure that I only
picked up the right entries ...
</pre>
</div>
</content>
</entry>
<entry>
<title>Update copyright to 2004.</title>
<updated>2004-08-29T04:13:13+00:00</updated>
<author>
<name>Bruce Momjian</name>
<email>bruce@momjian.us</email>
</author>
<published>2004-08-29T04:13:13+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/postgresql.git/commit/?id=da9a8649d810826daf7868c6be9a4086c835c0ee'/>
<id>da9a8649d810826daf7868c6be9a4086c835c0ee</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>make sure the $Id tags are converted to $PostgreSQL as well ...</title>
<updated>2003-11-29T22:41:33+00:00</updated>
<author>
<name>PostgreSQL Daemon</name>
<email>webmaster@postgresql.org</email>
</author>
<published>2003-11-29T22:41:33+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/postgresql.git/commit/?id=55b113257c883722bef8a4dd145c6a0c3fde687f'/>
<id>55b113257c883722bef8a4dd145c6a0c3fde687f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update copyrights to 2003.</title>
<updated>2003-08-04T02:40:20+00:00</updated>
<author>
<name>Bruce Momjian</name>
<email>bruce@momjian.us</email>
</author>
<published>2003-08-04T02:40:20+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/postgresql.git/commit/?id=f3c3deb7d003cad114696b0bf5e01b04bb5b8fd0'/>
<id>f3c3deb7d003cad114696b0bf5e01b04bb5b8fd0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>This patch fixes a bunch of spelling mistakes in comments throughout the</title>
<updated>2003-03-10T22:28:22+00:00</updated>
<author>
<name>Tom Lane</name>
<email>tgl@sss.pgh.pa.us</email>
</author>
<published>2003-03-10T22:28:22+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/postgresql.git/commit/?id=e4704001ea4c3d63b53e8783859ff598ef2f69e5'/>
<id>e4704001ea4c3d63b53e8783859ff598ef2f69e5</id>
<content type='text'>
PostgreSQL source code.

Neil Conway
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
PostgreSQL source code.

Neil Conway
</pre>
</div>
</content>
</entry>
<entry>
<title>Update copyright to 2002.</title>
<updated>2002-06-20T20:29:54+00:00</updated>
<author>
<name>Bruce Momjian</name>
<email>bruce@momjian.us</email>
</author>
<published>2002-06-20T20:29:54+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/postgresql.git/commit/?id=d84fe82230c593f3dc5d7f427849b99d1efa8a0a'/>
<id>d84fe82230c593f3dc5d7f427849b99d1efa8a0a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>New pgindent run with fixes suggested by Tom.  Patch manually reviewed,</title>
<updated>2001-11-05T17:46:40+00:00</updated>
<author>
<name>Bruce Momjian</name>
<email>bruce@momjian.us</email>
</author>
<published>2001-11-05T17:46:40+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/postgresql.git/commit/?id=ea08e6cd5542cb269ecd3e735f1dfa3bb61fbc4f'/>
<id>ea08e6cd5542cb269ecd3e735f1dfa3bb61fbc4f</id>
<content type='text'>
initdb/regression tests pass.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
initdb/regression tests pass.
</pre>
</div>
</content>
</entry>
<entry>
<title>pgindent run on all C files.  Java run to follow.  initdb/regression</title>
<updated>2001-10-25T05:50:21+00:00</updated>
<author>
<name>Bruce Momjian</name>
<email>bruce@momjian.us</email>
</author>
<published>2001-10-25T05:50:21+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/postgresql.git/commit/?id=b81844b1738c584d92330a5ccd0fbd8b603d2886'/>
<id>b81844b1738c584d92330a5ccd0fbd8b603d2886</id>
<content type='text'>
tests pass.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
tests pass.
</pre>
</div>
</content>
</entry>
<entry>
<title>Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group.</title>
<updated>2001-01-24T19:43:33+00:00</updated>
<author>
<name>Bruce Momjian</name>
<email>bruce@momjian.us</email>
</author>
<published>2001-01-24T19:43:33+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/postgresql.git/commit/?id=623bf843d201438db1590906b4c39faf9d2e1c2a'/>
<id>623bf843d201438db1590906b4c39faf9d2e1c2a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
