Skip to content

Releases: EnterpriseDB/system_stats

v4.1

Choose a tag to compare

@neel5481 neel5481 released this 06 May 10:42
30be419

What's Changed

  • fix: pg_sys_cpu_info returning no rows on ppc64le and arm64 architecture by @neel5481 in #68

Full Changelog: v4.0...v4.1

v4.0

Choose a tag to compare

@neel5481 neel5481 released this 06 Apr 07:29

What's Changed

  • Add tests for all platforms by @tureba in #64
  • feat(DB-3080): Add virtual_memory, swap, IO metrics to pg_sys_cpu_memory_by_process by @asheshv in #66

New Contributors

Full Changelog: v3.2.1...v4.0

v3.2.1

Choose a tag to compare

@neel5481 neel5481 released this 19 Feb 14:55

What's Changed

  • Ensure the OS name is unquoted and doesn't include leading/trailing whitespace by @dpage in #48
  • add .gitignore by @tureba in #49
  • Makefile: remove inexistent test by @tureba in #50
  • use PG_MODULE_MAGIC_EXT on v18+ by @tureba in #52
  • mark local variables as static by @tureba in #58
  • system_stats_utils.c: replace strtok for strtok_r by @tureba in #56
  • fix possible buffer overflows by @tureba in #57
  • Include ctype.h for character handling functions by @maxwelfreitas in #55
  • Extracts domain name from FQDN, if fails then tries to read it from /… by @maqeel75 in #53
  • chore: bump system_stats version to 3.2.1 by @neel5481 in #59
  • .gitignore: ignore all *.bc files by @tureba in #63
  • attempt to fix docs by @AndrewJackson2020 in #62

New Contributors

Full Changelog: v3.2...v3.2.1

v3.2

Choose a tag to compare

@neel5481 neel5481 released this 26 Aug 06:12
a4f2c9b

What's Changed

  • define constant for port instead of mac os dependent macro by @neel5481 in #41

Full Changelog: v3.1...v3.2

v3.1

Choose a tag to compare

@neel5481 neel5481 released this 07 Aug 07:17
960c238

What's Changed

  • Fix the Makefile for the new version 3.0 by @lssno in #36
  • Replaced deprecated readdir_r with readdir to improve portability by @lssno in #39

New Contributors

  • @lssno made their first contribution in #36

Full Changelog: v3.0...v3.1

v3.0

Choose a tag to compare

@neel5481 neel5481 released this 23 May 04:12
dcd8f1f

What's Changed

  • Remove all traces of tuplestore_donestoring() from the code by @neel5481 in #32
  • Use of snprintf over sprintf by @neel5481 in #33

Full Changelog: v2.1...v3.0

v2.1

Choose a tag to compare

@neel5481 neel5481 released this 27 Oct 06:07
5df8fa4

Bug fix release.

Support for PostgreSQL v16

Choose a tag to compare

@neel5481 neel5481 released this 14 Sep 04:35
f7f20fd

Support for PostgreSQL v16

Initial release

Choose a tag to compare

@dpage-edb dpage-edb released this 25 Jun 10:22

This is the first public release of the system_stats extension for PostgreSQL.