Commit Graph

13 Commits

Author SHA256 Message Date
98d36212a6 Accepting request 1296165 from server:database:postgresql
OBS-URL: https://build.opensuse.org/request/show/1296165
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/pgbadger?expand=0&rev=3
2025-07-30 09:43:17 +00:00
68e7e860df - fix build on Tumbleweed - add pgbadger-13.1-precedence.patch
OBS-URL: https://build.opensuse.org/package/show/server:database:postgresql/pgbadger?expand=0&rev=12
2025-07-28 14:17:13 +00:00
b55dd99bef Accepting request 1253952 from server:database:postgresql
- update to 13.1

OBS-URL: https://build.opensuse.org/request/show/1253952
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/pgbadger?expand=0&rev=2
2025-03-18 16:41:49 +00:00
da2cddf281 - update to 13.1
This is a maintenance release of pgBadger that fixes issues
  reported by users since last release and adds some new features:
  - Add new report about vacuum throughput with a graph about
    vacuum per table that consume the more CPU. The table output
    reports I/O timing read and write per table as well as the CPU
    time elapsed on the table. Thanks to Ales Zeleny for the
    feature request. This patch also adds frozen pages and tuples
    to the Vacuums per Table report.
  - Add --no-fork option for debugging purpose to not fork
    processes at all. Thanks to Ales Zeleny for the feature
    request.
  - Add millisecond to the raw csv output. Thanks to Henrietta
    Dombrovskaya for the feature request.
  - Add log filename to sample reports when multiple file are
    processed. Thanks to Adrien Nayrat for the feature request.
  Here is the complete list of changes and acknowledgments:
  - Fix bind parameters parsing. Thanks to Thomas Kotzian for the
    patch
  - Apply query filter on multi-lines queries. Thanks to Benjamin
    Jacobs for the patch
  - Update test result for log filename storage changes
  - Fix ERROR vs LOG message level in json output. Thanks to
    Philippe Viegas for the report.
  - Remove import of tmpdir not exported method from File::Temp.
    Thanks to kmoradha for the report.

OBS-URL: https://build.opensuse.org/package/show/server:database:postgresql/pgbadger?expand=0&rev=10
2025-03-17 22:25:15 +00:00
1efd50dafa - update to 13.0
OBS-URL: https://build.opensuse.org/package/show/server:database:postgresql/pgbadger?expand=0&rev=9
2024-12-08 08:44:16 +00:00
11ad3af9b7 Accepting request 1154876 from server:database:postgresql
I would like to maintain the package pgbadger in Factory and use server:database:postgresql/pgbadger as devel/feeder project.

OBS-URL: https://build.opensuse.org/request/show/1154876
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/pgbadger?expand=0&rev=1
2024-03-06 22:04:13 +00:00
b03df37ae5 Accepting request 1153509 from home:emilianolangella
Systemd unit files installed during the %install phase and other adjustments.

OBS-URL: https://build.opensuse.org/request/show/1153509
OBS-URL: https://build.opensuse.org/package/show/server:database:postgresql/pgbadger?expand=0&rev=7
2024-03-04 14:15:19 +00:00
27da9c69f9 Accepting request 1151220 from home:emilianolangella
- Disabling cronjobs on any non-systemd distribution.

OBS-URL: https://build.opensuse.org/request/show/1151220
OBS-URL: https://build.opensuse.org/package/show/server:database:postgresql/pgbadger?expand=0&rev=6
2024-02-26 13:46:15 +00:00
Emiliano Langella
294df3c197 Accepting request 1136083 from home:emilianolangella
- update to 12.4
  This is a maintenance release of pgBadger that fixes issues reported by
  users since last release.
  * Fix pgbouncer report with version 1.21. Thanks to Ales Zeleny for the patch.
  * Prevent parallelism perl file to be higher than the number of files. Thanks
    to maliangzhu for the report.
  * Fix regression test broken since v12.3. Thanks to ieshin for the report.
  * Fix cases where LOG entries where counted as ERROR log level entries. Thanks
    to Matti Linnanvuori for the report.

OBS-URL: https://build.opensuse.org/request/show/1136083
OBS-URL: https://build.opensuse.org/package/show/server:database:postgresql/pgbadger?expand=0&rev=5
2024-01-02 09:13:52 +00:00
Emiliano Langella
28423a5bac Accepting request 1130189 from home:lrupp:branches:server:database:postgresql
Move the cron and systemd files out into the documentation directory and 
include an extended README.SUSE to show how to work with them.


- update to 12.3
  This is a maintenance release of pgBadger that fixes issues reported by
  users since last release. It also adds some new features:
  * Add option --include-pid to only report events related to a session
    pid (%p). Can be used multiple time. Thanks to Henrietta Dombrovskaya
    for the feature request.
  * Add option --include-session to only report events related to the
    session id (%c). Can be used multiple time. Thanks to Henrietta Dombrovskaya
    for the feature request.
  * Add option --dump-raw-csv to only parse the log and dump the information
    into CSV format. No further processing is done, no report is generated.
    Thanks to Henrietta Dombrovskaya for the feature request.
  Here is the complete list of changes and acknowledgments:
  * Update pgFormatter to version 5.5
  * Fix end date of parsing with jsonlog format. Thanks to jw1u1 for the report.
  * Fix typo in "Sessions per application". Thanks to fairyfar for the patch.
  * Fix "INSERT/UPDATE/DELETE Traffic" chart bug. Thanks to fairyfar for the
    patch.
  * Fix parsing of orphan lines with bind queries. Thanks to youxq for the
    report.
  * Fix Analyze per table report with new PG versions. Thanks to Jean-Christophe
    Arnu for the patch.
  * Fix syslog entry parser when the syslog timestamp contains milliseconds.
    Thanks to Pavel Rabel for the report.
- add systemd timer examples: beside the existing cron job example, this 
  allows people to get an idea how to automate the generation of reports
- introduce local cron macro: only recommend cron on older distributions 
  and leave the cron example file where it was historically (but place it 
  into the examples folder on newer distributions).
- get rid of old suse_version 11.3 check

OBS-URL: https://build.opensuse.org/request/show/1130189
OBS-URL: https://build.opensuse.org/package/show/server:database:postgresql/pgbadger?expand=0&rev=4
2023-12-07 08:21:48 +00:00
Emiliano Langella
5e76415513 Accepting request 1127332 from home:emilianolangella
- added pgbadger-rpmlintrc as source

OBS-URL: https://build.opensuse.org/request/show/1127332
OBS-URL: https://build.opensuse.org/package/show/server:database:postgresql/pgbadger?expand=0&rev=3
2023-11-17 15:36:36 +00:00
Emiliano Langella
d84a9bfad1 Accepting request 1127264 from home:emilianolangella
- renamed package to pgbadger 

- update to 12.2
  https://github.com/darold/pgbadger/releases/tag/v12.2

- update to 12.1
  https://github.com/darold/pgbadger/releases/tag/v12.1

- update to 12.0
  https://github.com/darold/pgbadger/releases/tag/v12.0

- update to 11.8
  https://github.com/darold/pgbadger/releases/tag/v11.8
- drop 716.diff:
  included in update

- apply upstream test fix 716.diff
  https://github.com/darold/pgbadger/pull/716

OBS-URL: https://build.opensuse.org/request/show/1127264
OBS-URL: https://build.opensuse.org/package/show/server:database:postgresql/pgbadger?expand=0&rev=2
2023-11-17 09:49:16 +00:00
6374cded16 osc copypac from project:server:database:postgresql package:PgBadger revision:25
OBS-URL: https://build.opensuse.org/package/show/server:database:postgresql/pgbadger?expand=0&rev=1
2023-11-16 17:45:27 +00:00