# # ChangeLog for /trunk/tools/pg_bloat_report.pl # # Generated by Trac 0.10.3 # 04/24/18 06:59:23 # 05/25/10 18:20:43 ssteinpreis [152] * trunk/tools/pg_bloat_report.pl (modified) tid12312 removed reference to avoiding pg_temp_nnn namespaces, handled on command line 05/19/10 19:34:43 ssteinpreis [142] * trunk/tools/pg_bloat_report.pl (modified) Modified to include as follows in order to have report maintain consistent 'snapshot' while checking for bloat. print $fh begin; SET TRANSACTION ISOLATION LEVEL SERIALIZABLE;\n; 05/19/10 19:16:38 ssteinpreis [141] * trunk/tools/pg_bloat_report.pl (modified) Modified to include as below in order to have report maintain consistent 'snapshot' while checking for bloat. print begin 09/22/09 16:52:58 depesz [50] * trunk/tools/pg_bloat_report.pl (modified) Copy/paste error 08/25/09 15:24:39 depesz [49] * trunk/tools/pg_bloat_report.pl (modified) make tables report return really only tables 08/13/09 20:19:38 depesz [46] * trunk/tools/pg_bloat_report.pl (modified) change of simple formatting, requested by robert 08/13/09 17:52:26 depesz [45] * trunk/tools/pg_bloat_report.pl (modified) added options to format the report in more readable way (less information) 08/12/09 18:53:49 depesz [44] * trunk/tools/pg_bloat_report.pl (modified) implement --min-pages and --min-wasted-pages options 07/31/09 16:59:02 depesz [43] * trunk/tools/pg_bloat_report.pl (modified) fix bad printf format (%->%s), and add --send-zero option 07/31/09 15:13:22 depesz [42] * trunk/tools/pg_bloat_report.pl (modified) Add workaround for API change in File::Path 07/29/09 16:56:37 depesz [41] * trunk/tools/pg_bloat_report.pl (added) new version, with --help, and more run options. migrated from bash to perl