<feed xmlns='http://www.w3.org/2005/Atom'>
<title>postgresql.git/src/man, branch REL6_5_PATCHES</title>
<subtitle>This is the main PostgreSQL git repository.</subtitle>
<id>http://git.postgresql.org/cgit/postgresql.git/atom?h=REL6_5_PATCHES</id>
<link rel='self' href='http://git.postgresql.org/cgit/postgresql.git/atom?h=REL6_5_PATCHES'/>
<link rel='alternate' type='text/html' href='http://git.postgresql.org/cgit/postgresql.git/'/>
<updated>1999-06-17T15:16:09Z</updated>
<entry>
<title>Remove QUERY_LIMIT and documenation on same.  Change _ALIGN to TYPEALIGN</title>
<updated>1999-06-17T15:16:09Z</updated>
<author>
<name>Bruce Momjian</name>
</author>
<published>1999-06-17T15:16:09Z</published>
<link rel='alternate' type='text/html' href='http://git.postgresql.org/cgit/postgresql.git/commit/?id=4c6538259659b6325da5205005846162c78fd593'/>
<id>urn:sha1:4c6538259659b6325da5205005846162c78fd593</id>
<content type='text'>
for Irix.
</content>
</entry>
<entry>
<title>More about chained mode and isolation.</title>
<updated>1999-06-11T05:40:18Z</updated>
<author>
<name>Vadim B. Mikheev</name>
</author>
<published>1999-06-11T05:40:18Z</published>
<link rel='alternate' type='text/html' href='http://git.postgresql.org/cgit/postgresql.git/commit/?id=4ca7b4d2e58274a4a443c87c7038753c123abbdb'/>
<id>urn:sha1:4ca7b4d2e58274a4a443c87c7038753c123abbdb</id>
<content type='text'>
</content>
</entry>
<entry>
<title>MVCC updates.</title>
<updated>1999-06-09T03:51:40Z</updated>
<author>
<name>Vadim B. Mikheev</name>
</author>
<published>1999-06-09T03:51:40Z</published>
<link rel='alternate' type='text/html' href='http://git.postgresql.org/cgit/postgresql.git/commit/?id=0e41fd57df6760f8978045cd27fd8de94e085964'/>
<id>urn:sha1:0e41fd57df6760f8978045cd27fd8de94e085964</id>
<content type='text'>
</content>
</entry>
<entry>
<title>man.patch (make inconsistency)</title>
<updated>1999-06-05T04:15:09Z</updated>
<author>
<name>Marc G. Fournier</name>
</author>
<published>1999-06-05T04:15:09Z</published>
<link rel='alternate' type='text/html' href='http://git.postgresql.org/cgit/postgresql.git/commit/?id=dbaab4a4d42f09148dcdb55f3a1912458f250f20'/>
<id>urn:sha1:dbaab4a4d42f09148dcdb55f3a1912458f250f20</id>
<content type='text'>
        the default target is 'install' instead of 'all'. So if you do a
        make without target you actually do a make install, which is not
        what one normally expects from a standard makefile.

From: Massimo Dal Zotto &lt;dz@cs.unitn.it&gt;
</content>
</entry>
<entry>
<title>Add mention of SHARE ROW EXCLUSIVE mode.</title>
<updated>1999-06-04T04:28:54Z</updated>
<author>
<name>Bruce Momjian</name>
</author>
<published>1999-06-04T04:28:54Z</published>
<link rel='alternate' type='text/html' href='http://git.postgresql.org/cgit/postgresql.git/commit/?id=f0f416a2d37e6819d789c2b72863026ec0c9d34f'/>
<id>urn:sha1:f0f416a2d37e6819d789c2b72863026ec0c9d34f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>man page cleanup for vadim.</title>
<updated>1999-06-04T04:16:11Z</updated>
<author>
<name>Bruce Momjian</name>
</author>
<published>1999-06-04T04:16:11Z</published>
<link rel='alternate' type='text/html' href='http://git.postgresql.org/cgit/postgresql.git/commit/?id=8760d33abbfe18cda5ed7d718fd55a596a165611'/>
<id>urn:sha1:8760d33abbfe18cda5ed7d718fd55a596a165611</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add description for SET TRANSACTION.</title>
<updated>1999-06-04T03:44:42Z</updated>
<author>
<name>Bruce Momjian</name>
</author>
<published>1999-06-04T03:44:42Z</published>
<link rel='alternate' type='text/html' href='http://git.postgresql.org/cgit/postgresql.git/commit/?id=5a7547d3fc2d257e7d6fde34ca785d52488a6449'/>
<id>urn:sha1:5a7547d3fc2d257e7d6fde34ca785d52488a6449</id>
<content type='text'>
</content>
</entry>
<entry>
<title>SET TRANSACTION ISOLATION LEVEL SERIALIZABLE;</title>
<updated>1999-06-03T20:44:28Z</updated>
<author>
<name>Bruce Momjian</name>
</author>
<published>1999-06-03T20:44:28Z</published>
<link rel='alternate' type='text/html' href='http://git.postgresql.org/cgit/postgresql.git/commit/?id=a6ed4794a3bdd65a491746d106f80a6c26aefc7b'/>
<id>urn:sha1:a6ed4794a3bdd65a491746d106f80a6c26aefc7b</id>
<content type='text'>
SET TRANSACTION ISOLATION LEVEL READ COMMITTED;
                                ^^^^ required

Also note that SET TRANSACTION ISOLATION LEVEL change
isolevel for _current_ transaction, in accordance with
standard, not for session (ALTER SESSION is used in Oracle,
but it's not implemented currently).

And I would don't mention SET XACTISOLEVEL TO ...
form at all.

Please update set.sgml - I failed to understand all these

SET TIME ZONE { '&lt;REPLACEABLE CLASS="PARAMETER"&gt;

now.


for Vadim
</content>
</entry>
<entry>
<title>Thanks for this, but SET TRANSACTION ISOLATION LEVEL</title>
<updated>1999-06-03T20:42:18Z</updated>
<author>
<name>Bruce Momjian</name>
</author>
<published>1999-06-03T20:42:18Z</published>
<link rel='alternate' type='text/html' href='http://git.postgresql.org/cgit/postgresql.git/commit/?id=155b5808cac496eef1dd2602694a934530cedcd7'/>
<id>urn:sha1:155b5808cac496eef1dd2602694a934530cedcd7</id>
<content type='text'>
should be described like SET TIME ZONE: TO is not allowed, as well
as DEFAULT option. There are only two forms:

for Vadim.
</content>
</entry>
<entry>
<title>Add mention of FOR UPDATE and LIMIT/OFFSET&gt;</title>
<updated>1999-06-03T19:52:09Z</updated>
<author>
<name>Bruce Momjian</name>
</author>
<published>1999-06-03T19:52:09Z</published>
<link rel='alternate' type='text/html' href='http://git.postgresql.org/cgit/postgresql.git/commit/?id=a4a5f562025a932cb17c178eedad8b07e8cf4cfa'/>
<id>urn:sha1:a4a5f562025a932cb17c178eedad8b07e8cf4cfa</id>
<content type='text'>
</content>
</entry>
</feed>
