USER1995

Results 8 issues of USER1995

### Summary - Added C test: a containerized test that runs inside Docker. - Updated documentation to reflect new testing and coverage behavior. - Enabled code coverage automatically for all...

feature

Enhanced the pgagroal-cli conf get command to support two-dot notation (section.context.key) for precise configuration parameter retrieval, enabling commands like pgagroal-cli conf get limit.pgbench.max_size while maintaining backward compatibility with existing single-word...

enhancement

## Example Syntax(Proposed): ```c # DATABASE=[ALIAS_DATABASE] USER MAX_SIZE INITIAL_SIZE MIN_SIZE sales=salesdb myuser 10 5 3 reporting=analyticsdb userB 8 2 1 ``` Planned Checks and Rules - Uniqueness: Alias and database...

feature

# Graceful Shutdown Zombie State Issue ## Problem When graceful shutdown is requested with active connections, pgagroal enters a **zombie state** after all connections close. ## Current Behavior - **No...

bug