<feed xmlns='http://www.w3.org/2005/Atom'>
<title>postgresql.git/src/include/executor/execdefs.h, 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>2010-12-31T03:12:40Z</updated>
<entry>
<title>Move symbols for ExecMergeJoin's state machine into nodeMergejoin.c.</title>
<updated>2010-12-31T03:12:40Z</updated>
<author>
<name>Tom Lane</name>
</author>
<published>2010-12-31T03:12:40Z</published>
<link rel='alternate' type='text/html' href='http://git.postgresql.org/cgit/postgresql.git/commit/?id=7b464015577e6e7544a7aacf19ca55b271e740ac'/>
<id>urn:sha1:7b464015577e6e7544a7aacf19ca55b271e740ac</id>
<content type='text'>
There's no reason for these values to be known anywhere else.  After
doing this, executor/execdefs.h is vestigial and can be removed.
</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>Update copyright for the year 2010.</title>
<updated>2010-01-02T16:58:17Z</updated>
<author>
<name>Bruce Momjian</name>
</author>
<published>2010-01-02T16:58:17Z</published>
<link rel='alternate' type='text/html' href='http://git.postgresql.org/cgit/postgresql.git/commit/?id=0239800893ef4901e3c085e06534934a485d3bf0'/>
<id>urn:sha1:0239800893ef4901e3c085e06534934a485d3bf0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update copyright for 2009.</title>
<updated>2009-01-01T17:24:05Z</updated>
<author>
<name>Bruce Momjian</name>
</author>
<published>2009-01-01T17:24:05Z</published>
<link rel='alternate' type='text/html' href='http://git.postgresql.org/cgit/postgresql.git/commit/?id=511db38ace2690f19816465baed07cefe535bfec'/>
<id>urn:sha1:511db38ace2690f19816465baed07cefe535bfec</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update copyrights in source tree to 2008.</title>
<updated>2008-01-01T19:46:01Z</updated>
<author>
<name>Bruce Momjian</name>
</author>
<published>2008-01-01T19:46:01Z</published>
<link rel='alternate' type='text/html' href='http://git.postgresql.org/cgit/postgresql.git/commit/?id=9098ab9e327c2e6b0fece9e550d7d93663c60ff5'/>
<id>urn:sha1:9098ab9e327c2e6b0fece9e550d7d93663c60ff5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update CVS HEAD for 2007 copyright.  Back branches are typically not</title>
<updated>2007-01-05T22:20:05Z</updated>
<author>
<name>Bruce Momjian</name>
</author>
<published>2007-01-05T22:20:05Z</published>
<link rel='alternate' type='text/html' href='http://git.postgresql.org/cgit/postgresql.git/commit/?id=29dccf5fe0e98af9ce023299c4fe9776a52fd23d'/>
<id>urn:sha1:29dccf5fe0e98af9ce023299c4fe9776a52fd23d</id>
<content type='text'>
back-stamped for this.
</content>
</entry>
<entry>
<title>Update copyright for 2006.  Update scripts.</title>
<updated>2006-03-05T15:59:11Z</updated>
<author>
<name>Bruce Momjian</name>
</author>
<published>2006-03-05T15:59:11Z</published>
<link rel='alternate' type='text/html' href='http://git.postgresql.org/cgit/postgresql.git/commit/?id=f2f5b05655afa80377757a2c335c01b28de24429'/>
<id>urn:sha1:f2f5b05655afa80377757a2c335c01b28de24429</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Revise nodeMergejoin in light of example provided by Guillaume Smet.</title>
<updated>2005-05-13T21:20:16Z</updated>
<author>
<name>Tom Lane</name>
</author>
<published>2005-05-13T21:20:16Z</published>
<link rel='alternate' type='text/html' href='http://git.postgresql.org/cgit/postgresql.git/commit/?id=184e7a73a5b65b040d5c6413ec249a2b47f321e7'/>
<id>urn:sha1:184e7a73a5b65b040d5c6413ec249a2b47f321e7</id>
<content type='text'>
When one side of the join has a NULL, we don't want to uselessly try
to match it against every remaining tuple of the other side.  While
at it, rewrite the comparison machinery to avoid multiple evaluations
of the left and right input expressions and to use a btree comparator
where available, instead of double operator calls.  Also revise the
state machine to eliminate redundant comparisons and hopefully make it
more readable too.
</content>
</entry>
<entry>
<title>Tag appropriate files for rc3</title>
<updated>2004-12-31T22:04:05Z</updated>
<author>
<name>PostgreSQL Daemon</name>
</author>
<published>2004-12-31T22:04:05Z</published>
<link rel='alternate' type='text/html' href='http://git.postgresql.org/cgit/postgresql.git/commit/?id=2ff501590b323bde14f7e662fd89ad12a4d2f4e0'/>
<id>urn:sha1: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>
</entry>
<entry>
<title>Update copyright to 2004.</title>
<updated>2004-08-29T04:13:13Z</updated>
<author>
<name>Bruce Momjian</name>
</author>
<published>2004-08-29T04:13:13Z</published>
<link rel='alternate' type='text/html' href='http://git.postgresql.org/cgit/postgresql.git/commit/?id=da9a8649d810826daf7868c6be9a4086c835c0ee'/>
<id>urn:sha1:da9a8649d810826daf7868c6be9a4086c835c0ee</id>
<content type='text'>
</content>
</entry>
</feed>
