CVS log for pgsql/contrib/pgstattuple/Attic/README.pgstattuple.euc_jp

[BACK] Up to [PostgreSQL CVS Repository] / pgsql / contrib / pgstattuple

Request diff between arbitrary revisions - Display revisions graphically


Keyword substitution: kv
Default branch: MAIN


Revision 1.10
Tue Jan 6 13:43:31 2009 UTC (16 years, 6 months ago) by ishii
Branches: MAIN
CVS tags: HEAD
FILE REMOVED
Changes since revision 1.9: +1 -1 lines
Remove outdated Japanese README files per discussion.

Revision 1.9: download - view: text, markup, annotated - select for diffs
Thu Jun 7 09:56:25 2007 UTC (18 years, 1 month ago) by mha
Branches: MAIN
CVS tags: REL8_3_STABLE, REL8_3_RC2, REL8_3_RC1, REL8_3_BETA4, REL8_3_BETA3, REL8_3_BETA2, REL8_3_BETA1, REL8_3_9, REL8_3_8, REL8_3_7, REL8_3_6, REL8_3_5, REL8_3_4, REL8_3_3, REL8_3_2, REL8_3_11, REL8_3_10, REL8_3_1, REL8_3_0
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +1 -48 lines
The functions bt_metap, bt_page_stats and bt_page_items had moved
from contrib/pgstattuple to pageinspect. We've already fixed English
documentation, but Japanese version does not catch up.

ITAGAKI Takahiro

Revision 1.8: download - view: text, markup, annotated - select for diffs
Mon Sep 4 03:49:05 2006 UTC (18 years, 10 months ago) by momjian
Branches: MAIN
CVS tags: REL8_2_STABLE, REL8_2_RC1, REL8_2_BETA3, REL8_2_BETA2, REL8_2_BETA1, REL8_2_9, REL8_2_8, REL8_2_7, REL8_2_6, REL8_2_5, REL8_2_4, REL8_2_3, REL8_2_2, REL8_2_17, REL8_2_16, REL8_2_15, REL8_2_14, REL8_2_13, REL8_2_12, REL8_2_11, REL8_2_10, REL8_2_1, REL8_2_0
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +103 -27 lines
Update Japanese readme for pgstattuple.

Revision 1.7: download - view: text, markup, annotated - select for diffs
Thu Jul 6 02:18:07 2006 UTC (19 years ago) by momjian
Branches: MAIN
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +11 -7 lines
Add index information to /contrib/pgstattuple:

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

Revision 1.6: download - view: text, markup, annotated - select for diffs
Mon Feb 27 16:09:49 2006 UTC (19 years, 5 months ago) by petere
Branches: MAIN
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +2 -2 lines
Clean up CREATE FUNCTION syntax usage in contrib and elsewhere, in
particular get rid of single quotes around language names and old WITH ()
construct.

Revision 1.5: download - view: text, markup, annotated - select for diffs
Sat Nov 29 22:39:29 2003 UTC (21 years, 8 months ago) by pgsql
Branches: MAIN
CVS tags: REL8_1_STABLE, REL8_1_9, REL8_1_8, REL8_1_7, REL8_1_6, REL8_1_5, REL8_1_4, REL8_1_3, REL8_1_21, REL8_1_20, REL8_1_2, REL8_1_19, REL8_1_18, REL8_1_17, REL8_1_16, REL8_1_15, REL8_1_14, REL8_1_13, REL8_1_12, REL8_1_11, REL8_1_10, REL8_1_1, REL8_1_0RC1, REL8_1_0BETA4, REL8_1_0BETA3, REL8_1_0BETA2, REL8_1_0BETA1, REL8_1_0, REL8_0_STABLE, REL8_0_9, REL8_0_8, REL8_0_7, REL8_0_6, REL8_0_5, REL8_0_4, REL8_0_3, REL8_0_25, REL8_0_24, REL8_0_23, REL8_0_22, REL8_0_21, REL8_0_20, REL8_0_2, REL8_0_19, REL8_0_18, REL8_0_17, REL8_0_16, REL8_0_15, REL8_0_14, REL8_0_13, REL8_0_12, REL8_0_11, REL8_0_10, REL8_0_1, REL8_0_0RC5, REL8_0_0RC4, REL8_0_0RC3, REL8_0_0RC2, REL8_0_0RC1, REL8_0_0BETA5, REL8_0_0BETA4, REL8_0_0BETA3, REL8_0_0BETA2, REL8_0_0BETA1, REL8_0_0
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +1 -1 lines

make sure the $Id tags are converted to $PostgreSQL as well ...

Revision 1.4: download - view: text, markup, annotated - select for diffs
Wed Sep 4 02:54:59 2002 UTC (22 years, 10 months ago) by ishii
Branches: MAIN
CVS tags: WIN32_DEV, REL7_4_STABLE, REL7_4_RC2, REL7_4_RC1, REL7_4_BETA5, REL7_4_BETA4, REL7_4_BETA3, REL7_4_BETA2, REL7_4_BETA1, REL7_4_9, REL7_4_8, REL7_4_7, REL7_4_6, REL7_4_5, REL7_4_4, REL7_4_3, REL7_4_29, REL7_4_28, REL7_4_27, REL7_4_26, REL7_4_25, REL7_4_24, REL7_4_23, REL7_4_22, REL7_4_21, REL7_4_20, REL7_4_2, REL7_4_19, REL7_4_18, REL7_4_17, REL7_4_16, REL7_4_15, REL7_4_14, REL7_4_13, REL7_4_12, REL7_4_11, REL7_4_10, REL7_4_1, REL7_4, REL7_3_STABLE, REL7_3_9, REL7_3_8, REL7_3_7, REL7_3_6, REL7_3_5, REL7_3_4, REL7_3_21, REL7_3_20, REL7_3_2, REL7_3_19, REL7_3_18, REL7_3_17, REL7_3_16, REL7_3_15, REL7_3_14, REL7_3_13, REL7_3_12, REL7_3_11, REL7_3_10
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +9 -5 lines
Refrect changes made by Tom Lane

Revision 1.3: download - view: text, markup, annotated - select for diffs
Fri Aug 23 08:19:49 2002 UTC (22 years, 11 months ago) by ishii
Branches: MAIN
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +37 -26 lines
Adapt for SRF(Set Returning Function).

Revision 1.2: download - view: text, markup, annotated - select for diffs
Thu Dec 20 01:56:08 2001 UTC (23 years, 7 months ago) by ishii
Branches: MAIN
CVS tags: REL7_2_STABLE, REL7_2_RC2, REL7_2_RC1, REL7_2_BETA5, REL7_2_8, REL7_2_7, REL7_2_6, REL7_2_5, REL7_2_4, REL7_2_3, REL7_2
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +15 -4 lines
Reflect Tom's change

Revision 1.1: download - view: text, markup, annotated - select for diffs
Mon Oct 1 01:52:38 2001 UTC (23 years, 10 months ago) by ishii
Branches: MAIN
CVS tags: REL7_2_BETA4, REL7_2_BETA3, REL7_2_BETA2, REL7_2_BETA1
Add pgstattuple

Diff request

This form allows you to request diffs between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.

Log view options

PostgreSQL CVSweb <[email protected]>