Skip to content

Releases: agroal/pgagroal

pgagroal 1.2.2

29 Jun 15:10
Compare
Choose a tag to compare

This is an enhancement and bug fix release.

Enhancements

  • #154 Linux: Move environment to different address space

Bugs

  • Minor fixes

pgagroal 1.2.1

23 Mar 12:13
Compare
Choose a tag to compare

This is an enhancement and bug fix release.

Enhancements

  • #146 Allow transaction pooling with authentication query

Bugs

  • #140 CLI: Print usage if no arguments
  • #141 Require users for transaction pooling
  • #142 Account for separate Z message
  • #143 Fix segfault for missing home directory
  • #144 Clear all bytes from process title
  • #145 Provide feedback on file errors

Thanks to

pgagroal 1.2.0

23 Feb 13:32
Compare
Choose a tag to compare

This is a feature release.

Features

  • #137 Frontend users
  • #138 Admin: Password length
  • #139 Add pidfile support

Enhancements

  • #128 Keep application_name around
  • #129 Make limits more clear
  • #132 Slightly reduce TLS file security checks
  • #135 It is pgagroal to PostgreSQL

Bugs

  • #130 Shutdown active connections
  • #134 Fix syslog logging
  • #136 Only copy needed bytes

Thanks to

pgagroal 1.1.0

05 Jan 13:56
Compare
Choose a tag to compare

This is a feature release.

Features

  • #107 Support reload of the configuration
  • #120 Track prepared statements
  • #123 Initial BSD system support

Enhancements

  • #125 CLI: Add logfile parameter

Bugs

  • #124 Verify logging path

Thanks to

pgagroal 1.0.2

22 Dec 12:22
Compare
Choose a tag to compare

This is a bug fix release.

  • #119 Use CMAKE_SHARED_LINKER_FLAGS instead of add_link_options
  • #121 switch-to: Force server state if there is no primary
  • #122 Management: Retry on network failure

Thanks to

pgagroal 1.0.1

01 Dec 16:28
Compare
Choose a tag to compare

This is a bug fix release.

  • #117 Move the shmem defs

Thanks to

pgagroal 1.0.0

24 Nov 17:18
Compare
Choose a tag to compare

This is a feature release.

Features

  • #41 Set process title
  • #109 Add a generate option for master-key
  • #114 Connection tracker

Bugs

  • #115 Only close known sockets

Thanks to

pgagroal 0.9.2

10 Nov 14:01
Compare
Choose a tag to compare

This is a bug fix release.

Bug fixes

  • #115 Only close known sockets

Thanks to

pgagroal 0.9.1

13 Oct 13:27
Compare
Choose a tag to compare

This is a bug fix release.

Bug fixes

  • #110 Bad connections doesn't release lock
  • #111 Don't reset other connections when limits are in place
  • #112 pgagroal-cli: Choose either configuration or remote
  • #113 Count gracefully connections as active

Thanks to

pgagroal 0.9.0

22 Sep 12:23
Compare
Choose a tag to compare

This is a feature release.

Features

  • #40 Transaction pooling
  • #93 Huge page support
  • #108 switch-to support

Enhancements

  • #102 Unix Domain Socket support
  • #104 CLI: Try default path as well

Thanks to