<feed xmlns='http://www.w3.org/2005/Atom'>
<title>postgresql.git, branch Release_1_0_3</title>
<subtitle>This is the main PostgreSQL git repository.</subtitle>
<id>http://git.postgresql.org/cgit/postgresql.git/atom?h=Release_1_0_3</id>
<link rel='self' href='http://git.postgresql.org/cgit/postgresql.git/atom?h=Release_1_0_3'/>
<link rel='alternate' type='text/html' href='http://git.postgresql.org/cgit/postgresql.git/'/>
<updated>1996-11-09T10:55:35Z</updated>
<entry>
<title>A small patch from Andrew for the linux port in v1.09</title>
<updated>1996-11-09T10:55:35Z</updated>
<author>
<name>Marc G. Fournier</name>
</author>
<published>1996-11-09T10:55:35Z</published>
<link rel='alternate' type='text/html' href='http://git.postgresql.org/cgit/postgresql.git/commit/?id=0748c1f163fb2ce41e59153c7e44844c44c7f96f'/>
<id>urn:sha1:0748c1f163fb2ce41e59153c7e44844c44c7f96f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>remove KERBEROS config cruft from Makefile.global</title>
<updated>1996-10-31T20:25:56Z</updated>
<author>
<name>Marc G. Fournier</name>
</author>
<published>1996-10-31T20:25:56Z</published>
<link rel='alternate' type='text/html' href='http://git.postgresql.org/cgit/postgresql.git/commit/?id=1b5e30e615eacae651a3cd12aa6b5c44d398b919'/>
<id>urn:sha1:1b5e30e615eacae651a3cd12aa6b5c44d398b919</id>
<content type='text'>
	- don't advertise something that jus tdoes'nt work
</content>
</entry>
<entry>
<title>Fix the ordering of variables in the memset() call</title>
<updated>1996-10-30T21:17:39Z</updated>
<author>
<name>Marc G. Fournier</name>
</author>
<published>1996-10-30T21:17:39Z</published>
<link rel='alternate' type='text/html' href='http://git.postgresql.org/cgit/postgresql.git/commit/?id=fa6429d42c1dd4d056d966cc40dca558661adb9b'/>
<id>urn:sha1:fa6429d42c1dd4d056d966cc40dca558661adb9b</id>
<content type='text'>
Pointed out by: wieck@sapserv.debis.de
</content>
</entry>
<entry>
<title>More btree fixes from Massimo Dal Zotto &lt;dz@cs.unitn.it&gt;</title>
<updated>1996-10-30T06:06:50Z</updated>
<author>
<name>Marc G. Fournier</name>
</author>
<published>1996-10-30T06:06:50Z</published>
<link rel='alternate' type='text/html' href='http://git.postgresql.org/cgit/postgresql.git/commit/?id=025709640c48fa5906fa90dcf09f4ae711703ccb'/>
<id>urn:sha1:025709640c48fa5906fa90dcf09f4ae711703ccb</id>
<content type='text'>
Fixes:

I found another bug in btree index.  Looking at the code it seems that NULL
keys are never used to build or scan a btree index (see the explain commands
in the example).  However this is not the case when a null key is retrieved
in an outer loop of a join select and used in an index scan of an inner loop.
This bug causes at least three kinds of problems:

1)  the backend crashes when it tries to compare a text string with a null.

2)  it is not possible to find tuples with null keys in a join.

3)  null is considered equal to 0 when the datum is passed by value, see
    the last query.
</content>
</entry>
<entry>
<title>Somehow my personal changes got commit'd to the tree, and, therefore,</title>
<updated>1996-10-29T19:08:46Z</updated>
<author>
<name>Marc G. Fournier</name>
</author>
<published>1996-10-29T19:08:46Z</published>
<link rel='alternate' type='text/html' href='http://git.postgresql.org/cgit/postgresql.git/commit/?id=65e5e59f8379ed367ed6100424bd34a569d099f3'/>
<id>urn:sha1:65e5e59f8379ed367ed6100424bd34a569d099f3</id>
<content type='text'>
got into 1.09 :(  Fix this
</content>
</entry>
<entry>
<title>Fixed a botched patch...</title>
<updated>1996-10-29T19:03:48Z</updated>
<author>
<name>Marc G. Fournier</name>
</author>
<published>1996-10-29T19:03:48Z</published>
<link rel='alternate' type='text/html' href='http://git.postgresql.org/cgit/postgresql.git/commit/?id=0022dea05e8228270ac260857a86753a4fe74944'/>
<id>urn:sha1:0022dea05e8228270ac260857a86753a4fe74944</id>
<content type='text'>
Pointed out by Andrew...
</content>
</entry>
<entry>
<title>Another patch that was put into 2.x and not into 1.x</title>
<updated>1996-10-28T22:09:39Z</updated>
<author>
<name>Marc G. Fournier</name>
</author>
<published>1996-10-28T22:09:39Z</published>
<link rel='alternate' type='text/html' href='http://git.postgresql.org/cgit/postgresql.git/commit/?id=20d44ee41f191828cef054e60b0dc4d237578de3'/>
<id>urn:sha1:20d44ee41f191828cef054e60b0dc4d237578de3</id>
<content type='text'>
From Bruce...
</content>
</entry>
<entry>
<title>Accidently commited Makefile.global with PGPORT set to 6543</title>
<updated>1996-10-25T19:57:43Z</updated>
<author>
<name>Marc G. Fournier</name>
</author>
<published>1996-10-25T19:57:43Z</published>
<link rel='alternate' type='text/html' href='http://git.postgresql.org/cgit/postgresql.git/commit/?id=2f9ee44f2b951bc418b677777925bd1b114401ca'/>
<id>urn:sha1:2f9ee44f2b951bc418b677777925bd1b114401ca</id>
<content type='text'>
</content>
</entry>
<entry>
<title>There is a bug in the btree insert code which can cause, under very rare</title>
<updated>1996-10-25T09:53:32Z</updated>
<author>
<name>Marc G. Fournier</name>
</author>
<published>1996-10-25T09:53:32Z</published>
<link rel='alternate' type='text/html' href='http://git.postgresql.org/cgit/postgresql.git/commit/?id=b8885b22d21f23da57e77bfa2665f6abdc6cc3d7'/>
<id>urn:sha1:b8885b22d21f23da57e77bfa2665f6abdc6cc3d7</id>
<content type='text'>
conditions, the corruption of index data and possibly of shared memory data.

Submitted by:  Massimo Dal Zotto &lt;dz@cs.unitn.it&gt;
</content>
</entry>
<entry>
<title>One thing we said before should go into 1.09 is the fix to the master</title>
<updated>1996-10-25T09:42:47Z</updated>
<author>
<name>Marc G. Fournier</name>
</author>
<published>1996-10-25T09:42:47Z</published>
<link rel='alternate' type='text/html' href='http://git.postgresql.org/cgit/postgresql.git/commit/?id=5bc122c9e113fa71d9e35c912b2f7f37e810e9bd'/>
<id>urn:sha1:5bc122c9e113fa71d9e35c912b2f7f37e810e9bd</id>
<content type='text'>
make file so it doesn't say "Postgres made - ready to install" when you
do a make install or make clean.

Bryan Henderson &lt;bryanh@giraffe.netgate.net&gt;
</content>
</entry>
</feed>
