pg_squeeze is an extension that removes unused space from a table and optionally sorts tuples according to particular index
https://github.com/cybertec-postgresql/pgsqueeze
pgsqueeze is an extension that removes unused space from a table and
optionally sorts tuples according to particular index (as if CLUSTER [2]
command was executed concurrently with regular reads / writes). In fact we try
to replace pg_repack [1] extension.

3 comments
-
Kai commented
Plus 1 for any solution to remove bloat without full vacuum
pg_repack for example -
Michael Korbakov commented
Actually, ANY solution to clean up bloat will be very welcome. As for now the only way to do that is to run VACUUM FULL which is not acceptable for production databases.
-
Amol Tarte commented
Can you please share the binary for Windows for Postgresql 9.6? to 11?