<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/postgresql.git/contrib/miscutil/misc_utils.sql.in, branch master</title>
<subtitle>git.postgresql.org: git/postgresql.git
</subtitle>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/postgresql.git/'/>
<entry>
<title>Remove contrib modules that have been agreed to be obsolete.</title>
<updated>2005-06-22T22:56:29+00:00</updated>
<author>
<name>Tom Lane</name>
<email>tgl@sss.pgh.pa.us</email>
</author>
<published>2005-06-22T22:56:29+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/postgresql.git/commit/?id=d20763dbee7cdf8a700bf6bdd120b3913a3b99f4'/>
<id>d20763dbee7cdf8a700bf6bdd120b3913a3b99f4</id>
<content type='text'>
(There are more that will be removed once they've been copied to
pgfoundry.org.)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(There are more that will be removed once they've been copied to
pgfoundry.org.)
</pre>
</div>
</content>
</entry>
<entry>
<title>Make sure contrib C functions are marked strict where needed.</title>
<updated>2005-01-29T22:35:02+00:00</updated>
<author>
<name>Tom Lane</name>
<email>tgl@sss.pgh.pa.us</email>
</author>
<published>2005-01-29T22:35:02+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/postgresql.git/commit/?id=b7d236d663b127d6b5674011a3b7940f165f060e'/>
<id>b7d236d663b127d6b5674011a3b7940f165f060e</id>
<content type='text'>
Kris Jurka
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Kris Jurka
</pre>
</div>
</content>
</entry>
<entry>
<title>Standardize on using the Min, Max, and Abs macros that are in our c.h file,</title>
<updated>2004-10-21T19:28:36+00:00</updated>
<author>
<name>Tom Lane</name>
<email>tgl@sss.pgh.pa.us</email>
</author>
<published>2004-10-21T19:28:36+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/postgresql.git/commit/?id=380bd04c1658795c77b3b808ee766347188fab5f'/>
<id>380bd04c1658795c77b3b808ee766347188fab5f</id>
<content type='text'>
getting rid of numerous ad-hoc versions that have popped up in various
places.  Shortens code and avoids conflict with Windows min() and max()
macros.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
getting rid of numerous ad-hoc versions that have popped up in various
places.  Shortens code and avoids conflict with Windows min() and max()
macros.
</pre>
</div>
</content>
</entry>
<entry>
<title>Backend support for autocommit removed, per recent discussions.  The</title>
<updated>2003-05-14T03:26:03+00:00</updated>
<author>
<name>Tom Lane</name>
<email>tgl@sss.pgh.pa.us</email>
</author>
<published>2003-05-14T03:26:03+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/postgresql.git/commit/?id=f85f43dfb5b9043ea6b01d8b824c195cd7f9ed3c'/>
<id>f85f43dfb5b9043ea6b01d8b824c195cd7f9ed3c</id>
<content type='text'>
only remnant of this failed experiment is that the server will take
SET AUTOCOMMIT TO ON.  Still TODO: provide some client-side autocommit
logic in libpq.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
only remnant of this failed experiment is that the server will take
SET AUTOCOMMIT TO ON.  Still TODO: provide some client-side autocommit
logic in libpq.
</pre>
</div>
</content>
</entry>
<entry>
<title>Update /contrib for "autocommit TO 'on'".</title>
<updated>2002-10-18T18:41:22+00:00</updated>
<author>
<name>Bruce Momjian</name>
<email>bruce@momjian.us</email>
</author>
<published>2002-10-18T18:41:22+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/postgresql.git/commit/?id=aa4c702eac936964649f905741b4a99f4b489200'/>
<id>aa4c702eac936964649f905741b4a99f4b489200</id>
<content type='text'>
Create objects in public schema.

Make spacing/capitalization consistent.

Remove transaction block use for object creation.

Remove unneeded function GRANTs.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Create objects in public schema.

Make spacing/capitalization consistent.

Remove transaction block use for object creation.

Remove unneeded function GRANTs.
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove old, broken code for query_limit(), assert_enable(),</title>
<updated>2000-11-22T19:34:49+00:00</updated>
<author>
<name>Tom Lane</name>
<email>tgl@sss.pgh.pa.us</email>
</author>
<published>2000-11-22T19:34:49+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/postgresql.git/commit/?id=89345945d92e2dc29e550d1fc0aeb6c32b033139'/>
<id>89345945d92e2dc29e550d1fc0aeb6c32b033139</id>
<content type='text'>
assert_test() functions --- these weren't accomplishing much except to
render the whole module un-loadable ...
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
assert_test() functions --- these weren't accomplishing much except to
render the whole module un-loadable ...
</pre>
</div>
</content>
</entry>
<entry>
<title>Hi,</title>
<updated>1999-06-05T19:09:48+00:00</updated>
<author>
<name>Bruce Momjian</name>
<email>bruce@momjian.us</email>
</author>
<published>1999-06-05T19:09:48+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/postgresql.git/commit/?id=27b8143944dc0585597bdaa3ae5e5b49a4760def'/>
<id>27b8143944dc0585597bdaa3ae5e5b49a4760def</id>
<content type='text'>
I have updated my contrib code for version 6.5. In the attachment you will
find the directories array, datetime, miscutil, string, tools and userlocks
which replace the corresponding directories under contrib.

In contrib/tools you will find some developement scripts which I use while
hacking the sources. I hope they will be useful for some other people.

I have also added a contrib/Makefile which tries to compile and install all
the contribs. Unfortunately many of them don't have a Makefile or don't
compile cleanly.

--
Massimo Dal Zotto
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
I have updated my contrib code for version 6.5. In the attachment you will
find the directories array, datetime, miscutil, string, tools and userlocks
which replace the corresponding directories under contrib.

In contrib/tools you will find some developement scripts which I use while
hacking the sources. I hope they will be useful for some other people.

I have also added a contrib/Makefile which tries to compile and install all
the contribs. Unfortunately many of them don't have a Makefile or don't
compile cleanly.

--
Massimo Dal Zotto
</pre>
</div>
</content>
</entry>
<entry>
<title>From: Massimo Dal Zotto &lt;dz@cs.unitn.it&gt;</title>
<updated>1998-08-30T19:37:51+00:00</updated>
<author>
<name>Marc G. Fournier</name>
<email>scrappy@hub.org</email>
</author>
<published>1998-08-30T19:37:51+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/postgresql.git/commit/?id=eec4c7366f04aa258bb8b7fcd2bbc90eda1cc271'/>
<id>eec4c7366f04aa258bb8b7fcd2bbc90eda1cc271</id>
<content type='text'>
Here is a tar file the new directories, which substitute the old ones
in contrib. Please remove the old directories array, datetime, miscutil,
string and userlock before unpacking the tar file in contrib.

Note that as the modules are now installed in lib/modules I install all
my sql code in lib/sql. In my opinion also the other contributors should
follow these rules.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Here is a tar file the new directories, which substitute the old ones
in contrib. Please remove the old directories array, datetime, miscutil,
string and userlock before unpacking the tar file in contrib.

Note that as the modules are now installed in lib/modules I install all
my sql code in lib/sql. In my opinion also the other contributors should
follow these rules.
</pre>
</div>
</content>
</entry>
<entry>
<title>Update of contrib stuff from massimo.</title>
<updated>1997-11-05T21:38:25+00:00</updated>
<author>
<name>Bruce Momjian</name>
<email>bruce@momjian.us</email>
</author>
<published>1997-11-05T21:38:25+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/postgresql.git/commit/?id=951986c550dccfdafffcf2eda30980c7310b41b4'/>
<id>951986c550dccfdafffcf2eda30980c7310b41b4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
