<feed xmlns='http://www.w3.org/2005/Atom'>
<title>postgresql.git/src/tutorial, branch REL9_2_STABLE</title>
<subtitle>This is the main PostgreSQL git repository.</subtitle>
<id>http://git.postgresql.org/cgit/postgresql.git/atom?h=REL9_2_STABLE</id>
<link rel='self' href='http://git.postgresql.org/cgit/postgresql.git/atom?h=REL9_2_STABLE'/>
<link rel='alternate' type='text/html' href='http://git.postgresql.org/cgit/postgresql.git/'/>
<updated>2014-05-06T15:26:27Z</updated>
<entry>
<title>Remove tabs after spaces in C comments</title>
<updated>2014-05-06T15:26:27Z</updated>
<author>
<name>Bruce Momjian</name>
</author>
<published>2014-05-06T15:26:27Z</published>
<link rel='alternate' type='text/html' href='http://git.postgresql.org/cgit/postgresql.git/commit/?id=0b44914c21a008bb2f0764672eb6b15310431b3e'/>
<id>urn:sha1:0b44914c21a008bb2f0764672eb6b15310431b3e</id>
<content type='text'>
This was not changed in HEAD, but will be done later as part of a
pgindent run.  Future pgindent runs will also do this.

Report by Tom Lane

Backpatch through all supported branches, but not HEAD
</content>
</entry>
<entry>
<title>Modernize string literal syntax in tutorial example.</title>
<updated>2013-01-19T22:20:56Z</updated>
<author>
<name>Tom Lane</name>
</author>
<published>2013-01-19T22:20:32Z</published>
<link rel='alternate' type='text/html' href='http://git.postgresql.org/cgit/postgresql.git/commit/?id=30a4853cfdc6e1acf93509b543d410bac98535ac'/>
<id>urn:sha1:30a4853cfdc6e1acf93509b543d410bac98535ac</id>
<content type='text'>
Un-double the backslashes in the LIKE patterns, since
standard_conforming_strings is now the default.  Just to be sure, include
a command to set standard_conforming_strings to ON in the example.

Back-patch to 9.1, where standard_conforming_strings became the default.

Josh Kupershmidt, reviewed by Jeff Janes
</content>
</entry>
<entry>
<title>Update copyright notices for year 2012.</title>
<updated>2012-01-01T23:01:58Z</updated>
<author>
<name>Bruce Momjian</name>
</author>
<published>2012-01-01T23:01:58Z</published>
<link rel='alternate' type='text/html' href='http://git.postgresql.org/cgit/postgresql.git/commit/?id=e126958c2efdfc2d60b978d1fc7a780ff647e8ad'/>
<id>urn:sha1:e126958c2efdfc2d60b978d1fc7a780ff647e8ad</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Stamp copyrights for year 2011.</title>
<updated>2011-01-01T18:18:15Z</updated>
<author>
<name>Bruce Momjian</name>
</author>
<published>2011-01-01T18:18:15Z</published>
<link rel='alternate' type='text/html' href='http://git.postgresql.org/cgit/postgresql.git/commit/?id=5d950e3b0c75d65dd09f8ca5f76cd429a0aabbdc'/>
<id>urn:sha1:5d950e3b0c75d65dd09f8ca5f76cd429a0aabbdc</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove useless whitespace at end of lines</title>
<updated>2010-11-23T20:34:55Z</updated>
<author>
<name>Peter Eisentraut</name>
</author>
<published>2010-11-23T20:27:50Z</published>
<link rel='alternate' type='text/html' href='http://git.postgresql.org/cgit/postgresql.git/commit/?id=fc946c39aeacdff7df60c83fca6582985e8546c8'/>
<id>urn:sha1:fc946c39aeacdff7df60c83fca6582985e8546c8</id>
<content type='text'>
</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>Remove extra newlines at end and beginning of files, add missing newlines</title>
<updated>2010-08-19T05:57:36Z</updated>
<author>
<name>Peter Eisentraut</name>
</author>
<published>2010-08-19T05:57:36Z</published>
<link rel='alternate' type='text/html' href='http://git.postgresql.org/cgit/postgresql.git/commit/?id=3f1197191685512d1968ffd8958497159944c2a1'/>
<id>urn:sha1:3f1197191685512d1968ffd8958497159944c2a1</id>
<content type='text'>
at end of files.
</content>
</entry>
<entry>
<title>Remove copyright mention of Andrew Yu, per author's permission.</title>
<updated>2010-02-02T18:52:02Z</updated>
<author>
<name>Bruce Momjian</name>
</author>
<published>2010-02-02T18:52:02Z</published>
<link rel='alternate' type='text/html' href='http://git.postgresql.org/cgit/postgresql.git/commit/?id=4d32f6d7bf2e4e2715b1f79b379a7cfcca16993c'/>
<id>urn:sha1:4d32f6d7bf2e4e2715b1f79b379a7cfcca16993c</id>
<content type='text'>
Backpatch to 8.4.X.
</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>8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list</title>
<updated>2009-06-11T14:49:15Z</updated>
<author>
<name>Bruce Momjian</name>
</author>
<published>2009-06-11T14:49:15Z</published>
<link rel='alternate' type='text/html' href='http://git.postgresql.org/cgit/postgresql.git/commit/?id=d7471402794266078953f1bd113dab4913d631a1'/>
<id>urn:sha1:d7471402794266078953f1bd113dab4913d631a1</id>
<content type='text'>
provided by Andrew.
</content>
</entry>
</feed>
