<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/postgresql.git/contrib/noupdate/noup.c, 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>Error message editing in contrib (mostly by Joe Conway --- thanks Joe!)</title>
<updated>2003-07-24T17:52:50+00:00</updated>
<author>
<name>Tom Lane</name>
<email>tgl@sss.pgh.pa.us</email>
</author>
<published>2003-07-24T17:52:50+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/postgresql.git/commit/?id=8fd5b3ed67d91937516d855bd6f225052aa88f2a'/>
<id>8fd5b3ed67d91937516d855bd6f225052aa88f2a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Change made to elog:</title>
<updated>2002-03-06T06:10:59+00:00</updated>
<author>
<name>Bruce Momjian</name>
<email>bruce@momjian.us</email>
</author>
<published>2002-03-06T06:10:59+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/postgresql.git/commit/?id=92288a1cf9490be3835dc8524ee2ba407f1b885a'/>
<id>92288a1cf9490be3835dc8524ee2ba407f1b885a</id>
<content type='text'>
o  Change all current CVS messages of NOTICE to WARNING.  We were going
to do this just before 7.3 beta but it has to be done now, as you will
see below.

o Change current INFO messages that should be controlled by
client_min_messages to NOTICE.

o Force remaining INFO messages, like from EXPLAIN, VACUUM VERBOSE, etc.
to always go to the client.

o Remove INFO from the client_min_messages options and add NOTICE.

Seems we do need three non-ERROR elog levels to handle the various
behaviors we need for these messages.

Regression passed.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
o  Change all current CVS messages of NOTICE to WARNING.  We were going
to do this just before 7.3 beta but it has to be done now, as you will
see below.

o Change current INFO messages that should be controlled by
client_min_messages to NOTICE.

o Force remaining INFO messages, like from EXPLAIN, VACUUM VERBOSE, etc.
to always go to the client.

o Remove INFO from the client_min_messages options and add NOTICE.

Seems we do need three non-ERROR elog levels to handle the various
behaviors we need for these messages.

Regression passed.
</pre>
</div>
</content>
</entry>
<entry>
<title>Revise handling of oldstyle/newstyle functions per recent discussions</title>
<updated>2000-11-20T20:36:57+00:00</updated>
<author>
<name>Tom Lane</name>
<email>tgl@sss.pgh.pa.us</email>
</author>
<published>2000-11-20T20:36:57+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/postgresql.git/commit/?id=5bb2300b59b74cdc7c8e3f0bf3c8d31c27657670'/>
<id>5bb2300b59b74cdc7c8e3f0bf3c8d31c27657670</id>
<content type='text'>
in pghackers list.  Support for oldstyle internal functions is gone
(no longer needed, since conversion is complete) and pg_language entry
'internal' now implies newstyle call convention.  pg_language entry
'newC' is gone; both old and newstyle dynamically loaded C functions
are now called language 'C'.  A newstyle function must be identified
by an associated info routine.  See src/backend/utils/fmgr/README.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
in pghackers list.  Support for oldstyle internal functions is gone
(no longer needed, since conversion is complete) and pg_language entry
'internal' now implies newstyle call convention.  pg_language entry
'newC' is gone; both old and newstyle dynamically loaded C functions
are now called language 'C'.  A newstyle function must be identified
by an associated info routine.  See src/backend/utils/fmgr/README.
</pre>
</div>
</content>
</entry>
<entry>
<title>Second round of fmgr changes: triggers are now invoked in new style,</title>
<updated>2000-05-29T01:59:17+00:00</updated>
<author>
<name>Tom Lane</name>
<email>tgl@sss.pgh.pa.us</email>
</author>
<published>2000-05-29T01:59:17+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/postgresql.git/commit/?id=18952f67446da73f938d213b5225b99e95657837'/>
<id>18952f67446da73f938d213b5225b99e95657837</id>
<content type='text'>
CurrentTriggerData is history.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
CurrentTriggerData is history.
</pre>
</div>
</content>
</entry>
<entry>
<title>pgindent run over code.</title>
<updated>1999-05-25T16:15:34+00:00</updated>
<author>
<name>Bruce Momjian</name>
<email>bruce@momjian.us</email>
</author>
<published>1999-05-25T16:15:34+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/postgresql.git/commit/?id=07842084fe3e11041f83563c851236395f481470'/>
<id>07842084fe3e11041f83563c851236395f481470</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>&gt; Sure send it in, we can put it in contrib.  &gt; &gt; &gt; &gt; &gt; I wrote a</title>
<updated>1998-06-16T17:53:44+00:00</updated>
<author>
<name>Bruce Momjian</name>
<email>bruce@momjian.us</email>
</author>
<published>1998-06-16T17:53:44+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/postgresql.git/commit/?id=fd262dac8c7eae2672949fe4ae344e932bf73ac3'/>
<id>fd262dac8c7eae2672949fe4ae344e932bf73ac3</id>
<content type='text'>
real small function to revoke update on a column. The function &gt;
&gt; doesn't do anything &gt; &gt; fancy like checking user ids.  &gt; &gt; &gt; &gt;
I copied most of it from the refint.c in the contrib directory.
&gt; &gt; &gt; &gt; Should I post this somewhere? It really isn't very big.
&gt; &gt;

Here it is...

--
		| Email - rick@rpacorp.com
Rick Poleshuck  | Voice - (908) 653-1070      Fax - (908) 653-0265
		| Mail  - RPA Corporation |       - 308 Elizabeth
		Avenue, Cranford, New Jersey  07016
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
real small function to revoke update on a column. The function &gt;
&gt; doesn't do anything &gt; &gt; fancy like checking user ids.  &gt; &gt; &gt; &gt;
I copied most of it from the refint.c in the contrib directory.
&gt; &gt; &gt; &gt; Should I post this somewhere? It really isn't very big.
&gt; &gt;

Here it is...

--
		| Email - rick@rpacorp.com
Rick Poleshuck  | Voice - (908) 653-1070      Fax - (908) 653-0265
		| Mail  - RPA Corporation |       - 308 Elizabeth
		Avenue, Cranford, New Jersey  07016
</pre>
</div>
</content>
</entry>
</feed>
