]> granicus.if.org Git - pgbouncer/history - src
Fix terminology
[pgbouncer] / src /
2019-09-26 Peter EisentrautFix terminology
2019-09-26 Peter EisentrautRemove slightly outdated comment
2019-09-23 Peter EisentrautGive more detailed error messages in tune_socket()
2019-09-23 Peter EisentrautAdd so_reuseport option
2019-09-19 Peter EisentrautTweak version string
2019-09-19 Peter EisentrautSend SHOW VERSION as row instead of NOTICE
2019-09-12 Peter EisentrautFix some compiler warnings on Windows 64-bit
2019-09-11 Peter EisentrautRemove dubious const qualifiers
2019-09-11 Peter EisentrautRemove support for libevent version 1.x
2019-09-10 Peter EisentrautFix issue with PAM users losing their password
2019-09-09 Peter EisentrautSend stats columns as numeric instead of bigint
2019-08-28 Peter Eisentrautdnslookup: Improve warning message phrasing
2019-08-28 Peter Eisentrautdnslookup: Fix compiler warnings from unused functions
2019-08-23 Peter EisentrautAdd SASL and SCRAM support
2019-08-17 Peter EisentrautRecognize GSSENCRequest packet
2019-08-03 Peter EisentrautAdd option to disable printing stats to log
2019-08-03 Peter EisentrautHandle auth_type=password when the stored password...
2019-08-02 Peter EisentrautImprove debug message
2019-08-02 Peter EisentrautFix debug messag
2019-07-31 Peter EisentrautFix wait time computation with auth_user
2019-06-24 Peter EisentrautImprove pid file processing
2019-06-24 Peter EisentrautAdd missing options TOTALS and USERS
2019-06-24 Gabe GorelickFix usage typo
2019-06-24 Peter EisentrautImprove error message
2019-06-24 Peter EisentrautFix idle_transaction_timeout calculation
2019-06-24 Peter EisentrautMake error messages more precise
2019-06-24 Peter EisentrautTweak some debug messages for clarity
2019-02-06 Peter EisentrautRemove outdated auth_file documentation
2019-02-05 Peter EisentrautPrevent too long user name or password from client
2018-12-30 Petr JelinekMerge pull request #356 from mnencia/issue-220
2018-12-29 Marco NenciariniAvoid 'unexpected response from login query' after...
2018-11-23 Peter EisentrautPut units on log message
2018-11-09 Petr JelinekMerge pull request #329 from marcocitus/cancellations_fix
2018-11-08 Marco SlotDo not wait server_login_retry for next connect if...
2018-09-11 Peter EisentrautFix rare crash
2018-09-10 Peter EisentrautClarify file descriptor use log message
2018-08-21 Peter EisentrautMake sure file descriptor info goes to the log
2018-08-15 Peter EisentrautMake log message more consistent
2018-08-03 Peter EisentrautWAIT_CLOSE command
2018-08-03 Peter EisentrautFast close
2018-08-03 Peter EisentrautRECONNECT command
2018-08-03 Peter EisentrautAdd close_needed column to SHOW SERVERS
2018-07-30 Peter EisentrautMinor whitespace fix in log message
2018-07-27 Peter EisentrautMake capitalization of log messages consistent
2018-07-26 Peter EisentrautMerge pull request #255 from eulerto/reserve-pool-fix
2018-07-25 Peter EisentrautImprove punctuation in stats message
2018-07-25 Peter EisentrautUpdate code comment
2018-07-24 Peter EisentrautFix -Wimplicit-fallthrough warnings
2018-06-13 Petr JelinekMerge pull request #301 from danielgustafsson/dg-null_deref
2018-06-07 Daniel GustafssonAvoid NULL pointer deref in parse_line
2018-06-07 Daniel GustafssonAvoid double-free in parse_filename
2018-03-15 Peter EisentrautFix whitespace errors reported by Git
2017-12-18 Petr JelinekDisplay 0 ttl for stale DNS entries in SHOW DNS_HOSTS
2017-12-18 Peter EisentrautUse strerror() instead of %m for portability
2017-12-13 Peter EisentrautMerge pull request #257 from eulerto/default-values-fix
2017-12-08 Petr JelinekMerge pull request #253 from eshkinkot/master
2017-12-05 Sergey BurladyanReceiving NotificationResponse asynchronously should...
2017-11-04 Petr JelinekImprove handling of auth_file cache and errors
2017-11-04 Petr JelinekImprove the hba.conf parsing issue warning
2017-11-04 Petr JelinekMerge pull request #243 from gplv2/master
2017-11-04 Petr JelinekMerge pull request #229 from petere/crash-fix
2017-11-04 Petr JelinekMerge pull request #235 from petere/pgbouncer-ini-auth...
2017-11-04 Petr JelinekAdd STATS_TOTALS/STATS_AVERAGES into HELP
2017-11-04 Petr JelinekMerge pull request #238 from 'tvondra/statistics-fixes'
2017-10-23 Glenn Plasadd clues for sysadmin concerning HBA issues
2017-09-24 Tomas VondraAdd SHOW STATS_TOTALS / STATS_AVERAGES as admin commands
2017-09-24 Tomas VondraTrack total time spent waiting for server
2017-09-24 Tomas VondraTrack separate stats for queries and transactions
2017-09-19 Peter EisentrautCorrects bits vs bytes
2017-08-24 Peter EisentrautFix crash from memory overrun
2017-07-09 Marko KreenMerge pull request #217 from mnencia/patch-1
2017-07-09 Marko KreenMerge pull request #218 from mnencia/patch-2
2017-07-09 Marko KreenMerge pull request #219 from rubenv/patch-1
2017-07-07 Ruben VermeerschAdd missing space
2017-06-28 Marko KreenMerge pull request #196 from mhagander/auth_type_mode
2017-06-28 Marko KreenMerge pull request #202 from gbartolini/dev/142
2017-06-28 Marko KreenMerge pull request #183 from jeduardo/master
2017-06-28 Marko KreenMerge branch 'master' of https://github.com/pgbouncer...
2017-06-28 Marko Kreensbuf: check for EAGAIN in connect
2017-06-28 Marko Kreenhba: call next_token after parsing filename (#209)
2017-06-28 Marko Kreenhba: parse_namefile did unnecessary free
2017-06-28 Marko KreenMerge pull request #213 from procore/add_client_wait_time
2017-06-28 Marko KreenMerge pull request #212 from procore/add_maxwait_us
2017-06-28 Marko KreenMerge pull request #214 from secwall/master
2017-06-10 secwallFree user_name and db_name in hba rule_free to avoid...
2017-06-09 Terrence ColeAdd per-socket wait times to show commands.
2017-06-09 Terrence ColeAdd a maxwait microseconds column to SHOW POOLS.
2017-04-16 Gabriele BartoliniFix a couple of typos
2017-04-14 Gabriele BartoliniGlobal management of `auth_user`
2017-03-30 Magnus HaganderFix incorrect references to auth_mode
2017-01-24 Petr JelinekMerge pull request #178 from marco44/master
2017-01-24 Marc CousinAdd paused and disabled field on the show databases...
2016-12-27 Marko KreenMerge pull request #157 from anayrat/master
2016-12-27 Marko KreenMerge pull request #171 from macobo/patch-1
2016-12-06 Marko KreenMerge branch 'master' of https://github.com/pgbouncer...
2016-12-06 Marko Kreenconsole: change server_encoding to UTF8 from SQL_ASCII
2016-12-06 Marko Kreenconsole: use UTF8 instead UNICODE as client_encoding
2016-12-05 Marko KreenMerge pull request #137 from waldyrious/patch-1
2016-11-07 Petr JelinekMerge pull request #147 from cpatru/issue-141
2016-10-25 cpatruDon't send ReadyForQuery on main_connection as it may...
next