Daniele Varrazzo
|
8efbd9e1c6
|
Imply --no-order for non-clustered tables
--no-order can still be specified to VACUUM FULL a clustered tables
(not so useful I guess...)
Fixes issue #6.
|
2013-04-17 01:42:22 +01:00 |
|
Daniele Varrazzo
|
e9339f44ea
|
Merge branch 'issue-3'
Conflicts:
bin/expected/repack.out
bin/sql/repack.sql
|
2013-04-16 22:36:40 +01:00 |
|
Daniele Varrazzo
|
fcd3f7eaae
|
Added pg_repack runs to check the get_order_by definitions work
|
2012-12-09 12:11:10 +00:00 |
|
Daniele Varrazzo
|
13cf8679db
|
Added support for COLLATE to index keys
|
2012-12-09 12:02:49 +00:00 |
|
Daniele Varrazzo
|
4bcb7641c9
|
Function get_index_keys() renamed to get_order_by()
It was a FIXME item in the source. Reasonably so.
|
2012-12-09 11:35:52 +00:00 |
|
Daniele Varrazzo
|
a47686a7ee
|
Added support for DESC and NULLS FIRST/LAST to index keys
Fixes issue #3
|
2012-12-09 01:11:39 +00:00 |
|
Josh Kupershmidt
|
6fc41e9c1a
|
Fix 'installcheck', since the last commit broke the expected output when the table is missing a valid primary/unique key.
|
2012-12-06 21:26:12 -07:00 |
|
Daniele Varrazzo
|
44bf1543be
|
Don't choose a partial index as primary key
Fixes reorg/pg_reorg#22
|
2012-11-15 00:16:38 +00:00 |
|
Daniele Varrazzo
|
a92fefab8a
|
Silence error message during test
It is different across server versions.
|
2012-11-11 23:38:38 +00:00 |
|
Daniele Varrazzo
|
db1c554f60
|
Dropped executable flags
|
2012-11-11 02:48:46 +00:00 |
|
Daniele Varrazzo
|
b7799c1782
|
Fork the pg_repack extension
|
2012-11-10 22:33:57 +00:00 |
|