Takahiro Itagaki
67a5d7b786
Fix a bug that pg_reorg cannot parse index definitions with reserved named columns,
...
i.e, it failed to parse quoted column names. (bug #1010828 )
2010-06-14 05:11:26 +00:00
Takahiro Itagaki
78b0a0e374
Fix two bugs.
...
#1010789 : pg_reorg 1.1.0 and "unexpected toast relations"
#1010790 : reorg.get_index_keys() does not handle composite indexes
2010-04-21 09:25:20 +00:00
Takahiro Itagaki
a7a42b7bbf
Fix crashes when cluster indexes have storage options (fillfactor, etc).
2010-02-05 03:24:22 +00:00
Takahiro Itagaki
038c07523a
Support reorganizing tables with non-default operator class.
2009-12-28 08:25:00 +00:00
Takahiro Itagaki
6155932b60
Fix data corruption bug reported by robjderr ( #1010664 ).
...
pg_reorg broke catalog definition if the target table had any dropped columns.
Now pg_reorg removes dropped columns and renumbers valid columns.
You can use pg_reorg to shrink column definitions if you have many dropped
columns. (without pg_reorg, dropped columns are filled with zero forever)
2009-07-02 09:50:58 +00:00
Takahiro Itagaki
942180c2d8
workaround with 8.2.
2009-01-27 01:35:53 +00:00
Takahiro Itagaki
aab19c7db0
Fixed a bug reorganizing tables without toast tables.
2009-01-23 02:33:11 +00:00
Takahiro Itagaki
24a03c01a5
workaround for toast tables. The bug is reported by Kenny Gorman.
2009-01-21 08:09:22 +00:00