<feed xmlns='http://www.w3.org/2005/Atom'>
<title>postgresql.git/src/tutorial/complex.c, 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>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>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>
<entry>
<title>Add $PostgreSQL$ markers to a lot of files that were missing them.</title>
<updated>2008-05-17T01:28:26Z</updated>
<author>
<name>Andrew Dunstan</name>
</author>
<published>2008-05-17T01:28:26Z</published>
<link rel='alternate' type='text/html' href='http://git.postgresql.org/cgit/postgresql.git/commit/?id=53972b460c6bc56178244ac53cf71e11bba6c37a'/>
<id>urn:sha1:53972b460c6bc56178244ac53cf71e11bba6c37a</id>
<content type='text'>
This particular batch was just for *.c and *.h file.

The changes were made with the following 2 commands:

find . \( \( -name 'libstemmer' -o -name 'expected' -o -name 'ppport.h' \) -prune \) -o  \( -name '*.[ch]'  \) \( -exec grep -q '\$PostgreSQL' {} \; -o -print \) | while read file ; do head -n 1 &lt; $file | grep -q '^/\*' &amp;&amp; echo $file; done | xargs -l sed -i -e '1s/^\// /' -e '1i/*\n * $PostgreSQL:$ \n *'

find . \( \( -name 'libstemmer' -o -name 'expected' -o -name 'ppport.h' \) -prune \) -o  \( -name '*.[ch]'  \) \( -exec grep -q '\$PostgreSQL' {} \; -o -print \) | xargs -l sed -i -e '1i/*\n * $PostgreSQL:$ \n */'
</content>
</entry>
<entry>
<title>Magic blocks don't do us any good unless we use 'em ... so install one</title>
<updated>2006-05-30T22:12:16Z</updated>
<author>
<name>Tom Lane</name>
</author>
<published>2006-05-30T22:12:16Z</published>
<link rel='alternate' type='text/html' href='http://git.postgresql.org/cgit/postgresql.git/commit/?id=a0ffab351e2dca12200e95c45f6edf5ddebe78b0'/>
<id>urn:sha1:a0ffab351e2dca12200e95c45f6edf5ddebe78b0</id>
<content type='text'>
in every shared library.
</content>
</entry>
<entry>
<title>Pgindent run for 8.0.</title>
<updated>2004-08-29T05:07:03Z</updated>
<author>
<name>Bruce Momjian</name>
</author>
<published>2004-08-29T05:07:03Z</published>
<link rel='alternate' type='text/html' href='http://git.postgresql.org/cgit/postgresql.git/commit/?id=b6b71b85bc45b49005b5aec87cba2c33fc8baf49'/>
<id>urn:sha1:b6b71b85bc45b49005b5aec87cba2c33fc8baf49</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update the complex-datatype example to V1 function calling conventions,</title>
<updated>2003-10-21T22:51:14Z</updated>
<author>
<name>Tom Lane</name>
</author>
<published>2003-10-21T22:51:14Z</published>
<link rel='alternate' type='text/html' href='http://git.postgresql.org/cgit/postgresql.git/commit/?id=6fbb14a17432681f80a98f64cc810a7871a0a757'/>
<id>urn:sha1:6fbb14a17432681f80a98f64cc810a7871a0a757</id>
<content type='text'>
and add binary send/receive functions.  Fix some other grottiness such
as failure to mark the C functions STRICT.
</content>
</entry>
<entry>
<title>pgindent run.</title>
<updated>2003-08-04T00:43:34Z</updated>
<author>
<name>Bruce Momjian</name>
</author>
<published>2003-08-04T00:43:34Z</published>
<link rel='alternate' type='text/html' href='http://git.postgresql.org/cgit/postgresql.git/commit/?id=089003fb462fcce46c02bf47322b429f73c33c50'/>
<id>urn:sha1:089003fb462fcce46c02bf47322b429f73c33c50</id>
<content type='text'>
</content>
</entry>
<entry>
<title>elog mop-up.</title>
<updated>2003-07-27T17:10:07Z</updated>
<author>
<name>Tom Lane</name>
</author>
<published>2003-07-27T17:10:07Z</published>
<link rel='alternate' type='text/html' href='http://git.postgresql.org/cgit/postgresql.git/commit/?id=e8db9b26d03b9e58a30eb26ec2ee21c92293d3a2'/>
<id>urn:sha1:e8db9b26d03b9e58a30eb26ec2ee21c92293d3a2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add a bunch of pseudo-types to replace the behavior formerly associated</title>
<updated>2002-08-22T00:01:51Z</updated>
<author>
<name>Tom Lane</name>
</author>
<published>2002-08-22T00:01:51Z</published>
<link rel='alternate' type='text/html' href='http://git.postgresql.org/cgit/postgresql.git/commit/?id=b663f3443ba096a06970214c3e83e79f6e570b84'/>
<id>urn:sha1:b663f3443ba096a06970214c3e83e79f6e570b84</id>
<content type='text'>
with OPAQUE, as per recent pghackers discussion.  I still want to do some
more work on the 'cstring' pseudo-type, but I'm going to commit the bulk
of the changes now before the tree starts shifting under me ...
</content>
</entry>
</feed>
