<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/postgresql.git/contrib/pgstattuple/README.pgstattuple, 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>Move most /contrib README files into SGML.  Some still need conversion</title>
<updated>2007-11-10T23:30:46+00:00</updated>
<author>
<name>Bruce Momjian</name>
<email>bruce@momjian.us</email>
</author>
<published>2007-11-10T23:30:46+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/postgresql.git/commit/?id=c3c69ab4fd25a20749b850d34cbc8ce3f1812e3b'/>
<id>c3c69ab4fd25a20749b850d34cbc8ce3f1812e3b</id>
<content type='text'>
or will never be converted.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
or will never be converted.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add CVS comment for recent commit:</title>
<updated>2007-05-17T21:43:19+00:00</updated>
<author>
<name>Bruce Momjian</name>
<email>bruce@momjian.us</email>
</author>
<published>2007-05-17T21:43:19+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/postgresql.git/commit/?id=9c326ad6bc87bab1431082a1a919d7c9423b8956'/>
<id>9c326ad6bc87bab1431082a1a919d7c9423b8956</id>
<content type='text'>
        Moved page-level functions from pgstattuple to
contrib/pageinspect.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
        Moved page-level functions from pgstattuple to
contrib/pageinspect.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add database page inspection /contrib module.</title>
<updated>2007-05-17T19:11:25+00:00</updated>
<author>
<name>Bruce Momjian</name>
<email>bruce@momjian.us</email>
</author>
<published>2007-05-17T19:11:25+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/postgresql.git/commit/?id=64058429c54afb49a679c58e5ff699640bd42502'/>
<id>64058429c54afb49a679c58e5ff699640bd42502</id>
<content type='text'>
Simon and Heikki
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Simon and Heikki
</pre>
</div>
</content>
</entry>
<entry>
<title>Add functions to /contrib/pgstattuple that show index statistics and</title>
<updated>2006-09-02T17:05:29+00:00</updated>
<author>
<name>Bruce Momjian</name>
<email>bruce@momjian.us</email>
</author>
<published>2006-09-02T17:05:29+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/postgresql.git/commit/?id=74924d29fa512564adaa67172c88ecb53a592f2e'/>
<id>74924d29fa512564adaa67172c88ecb53a592f2e</id>
<content type='text'>
index page contents.

Satoshi Nagayasu
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
index page contents.

Satoshi Nagayasu
</pre>
</div>
</content>
</entry>
<entry>
<title>Add index information to /contrib/pgstattuple:</title>
<updated>2006-07-06T02:18:07+00:00</updated>
<author>
<name>Bruce Momjian</name>
<email>bruce@momjian.us</email>
</author>
<published>2006-07-06T02:18:07+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/postgresql.git/commit/?id=dab42382f483c3070bdce14a4d93c5d0cf61e82b'/>
<id>dab42382f483c3070bdce14a4d93c5d0cf61e82b</id>
<content type='text'>
This is an extension of pgstattuple to query information from indexes.
It supports btree, hash and gist. Gin is not supported. It scans only
index pages and does not read corresponding heap tuples. Therefore,
'dead_tuple' means the number of tuples with LP_DELETE flag.

Also, I added an experimental feature for btree indexes. It checks
fragmentation factor of indexes. If an leaf has the right link on the
next adjacent page in the file, it is assumed to be continuous (not
fragmented). It will help us to decide when to REINDEX.

ITAGAKI Takahiro
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This is an extension of pgstattuple to query information from indexes.
It supports btree, hash and gist. Gin is not supported. It scans only
index pages and does not read corresponding heap tuples. Therefore,
'dead_tuple' means the number of tuples with LP_DELETE flag.

Also, I added an experimental feature for btree indexes. It checks
fragmentation factor of indexes. If an leaf has the right link on the
next adjacent page in the file, it is assumed to be continuous (not
fragmented). It will help us to decide when to REINDEX.

ITAGAKI Takahiro
</pre>
</div>
</content>
</entry>
<entry>
<title>Clean up CREATE FUNCTION syntax usage in contrib and elsewhere, in</title>
<updated>2006-02-27T16:09:50+00:00</updated>
<author>
<name>Peter Eisentraut</name>
<email>peter_e@gmx.net</email>
</author>
<published>2006-02-27T16:09:50+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/postgresql.git/commit/?id=7f4f42fa100872507ca10d8e0f7d923acc266ee8'/>
<id>7f4f42fa100872507ca10d8e0f7d923acc266ee8</id>
<content type='text'>
particular get rid of single quotes around language names and old WITH ()
construct.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
particular get rid of single quotes around language names and old WITH ()
construct.
</pre>
</div>
</content>
</entry>
<entry>
<title>New patch with corrected README attached.</title>
<updated>2003-06-12T08:02:57+00:00</updated>
<author>
<name>Bruce Momjian</name>
<email>bruce@momjian.us</email>
</author>
<published>2003-06-12T08:02:57+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/postgresql.git/commit/?id=a647e30ba3d3d36c6a00909e7c7770adb1676e60'/>
<id>a647e30ba3d3d36c6a00909e7c7770adb1676e60</id>
<content type='text'>
Also quickly added mention that it may be a qualified schema name.

Rod Taylor
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Also quickly added mention that it may be a qualified schema name.

Rod Taylor
</pre>
</div>
</content>
</entry>
<entry>
<title>Adjust nodeFunctionscan.c to reset transient memory context between calls</title>
<updated>2002-08-29T17:14:33+00:00</updated>
<author>
<name>Tom Lane</name>
<email>tgl@sss.pgh.pa.us</email>
</author>
<published>2002-08-29T17:14:33+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/postgresql.git/commit/?id=e4186762ffaa4188e16702e8f4f299ea70988b96'/>
<id>e4186762ffaa4188e16702e8f4f299ea70988b96</id>
<content type='text'>
to the table function, thus preventing memory leakage accumulation across
calls.  This means that SRFs need to be careful to distinguish permanent
and local storage; adjust code and documentation accordingly.  Patch by
Joe Conway, very minor tweaks by Tom Lane.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
to the table function, thus preventing memory leakage accumulation across
calls.  This means that SRFs need to be careful to distinguish permanent
and local storage; adjust code and documentation accordingly.  Patch by
Joe Conway, very minor tweaks by Tom Lane.
</pre>
</div>
</content>
</entry>
<entry>
<title>Adapt for SRF(Set Returning Function).</title>
<updated>2002-08-23T08:19:49+00:00</updated>
<author>
<name>Tatsuo Ishii</name>
<email>ishii@postgresql.org</email>
</author>
<published>2002-08-23T08:19:49+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/postgresql.git/commit/?id=cf7ee638a742474f92d40c0d6f1326bb8b06506e'/>
<id>cf7ee638a742474f92d40c0d6f1326bb8b06506e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Further cleanups for relations in schemas: teach nextval and other</title>
<updated>2002-03-30T01:02:42+00:00</updated>
<author>
<name>Tom Lane</name>
<email>tgl@sss.pgh.pa.us</email>
</author>
<published>2002-03-30T01:02:42+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/postgresql.git/commit/?id=5f4745adf4fb2a1f933b25d7a2bc72b39fa9edfd'/>
<id>5f4745adf4fb2a1f933b25d7a2bc72b39fa9edfd</id>
<content type='text'>
sequence functions how to cope with qualified names.  Same code is
also used for int4notin, currtid_byrelname, pgstattuple.  Also,
move TOAST tables into special pg_toast namespace.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
sequence functions how to cope with qualified names.  Same code is
also used for int4notin, currtid_byrelname, pgstattuple.  Also,
move TOAST tables into special pg_toast namespace.
</pre>
</div>
</content>
</entry>
</feed>
