asterisk/cdr
Matthew Jordan 03e9c598e5 cel_pgsql, cdr_pgsql, res_config_pgsql: Add PostgreSQL application_name support
This patch adds support for the PostgreSQL application_name connection setting.
When the appropriate PostgreSQL module's configuration is set with an
application name, the name will be passed to PostgreSQL on connection and
displayed in the database's pg_stat_activity view, as well as in CSV logs. This
aids in managing which applications/servers are connected to a PostgreSQL
database, as well as tracing the activity of those connections.

Review: https://reviewboard.asterisk.org/r/3591

ASTERISK-23737 #close
Reported by: Gergely Domodi
patches:
  pgsql_application_name.patch uploaded by Gergely Domodi (License 6610)


git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@418755 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2014-07-16 13:55:36 +00:00
..
Makefile Doxygen Updates - Title update 2012-10-14 21:46:45 +00:00
cdr_adaptive_odbc.c Logger/CLI/etc.: Fix some aesthetic issues; reduce chatty verbose messages 2014-05-28 22:54:12 +00:00
cdr_csv.c Prevent CDR backends from unregistering while billing data is in flight 2013-10-27 20:04:17 +00:00
cdr_custom.c Prevent CDR backends from unregistering while billing data is in flight 2013-10-27 20:04:17 +00:00
cdr_manager.c Prevent CDR backends from unregistering while billing data is in flight 2013-10-27 20:04:17 +00:00
cdr_odbc.c Logger/CLI/etc.: Fix some aesthetic issues; reduce chatty verbose messages 2014-05-28 22:54:12 +00:00
cdr_pgsql.c cel_pgsql, cdr_pgsql, res_config_pgsql: Add PostgreSQL application_name support 2014-07-16 13:55:36 +00:00
cdr_radius.c cdr_radius, cel_radius: build agains libfreeradius-client 2014-01-28 23:23:15 +00:00
cdr_sqlite.c Prevent CDR backends from unregistering while billing data is in flight 2013-10-27 20:04:17 +00:00
cdr_sqlite3_custom.c We have faced situation when using CDR and CEL by sqlite3 modules. With system having high load (~100 concurrent calls created by sipp) we found many cdr and cel records missed. There is special finction in sqlite3, that make able to fix this situation - sqlite3_wait_timeout, that also can replace awful code cdr_sqlite3 ad cel_sqlite3 modules. Also this function can be used for aastdb and res_config_sqlite3 to avoid missed writes to sqlite db. 2014-06-16 09:04:05 +00:00
cdr_syslog.c Prevent CDR backends from unregistering while billing data is in flight 2013-10-27 20:04:17 +00:00
cdr_tds.c Prevent CDR backends from unregistering while billing data is in flight 2013-10-27 20:04:17 +00:00