summaryrefslogtreecommitdiff
path: root/cdr/cdr_pgsql.c
AgeCommit message (Expand)Author
2018-03-14loader: Convert reload_classes to built-in modules.Corey Farrell
2018-03-07Replace direct checks of option_debug with DEBUG_ATLEAST macro.Corey Farrell
2017-09-08cdr_pgsql: Refactor magic number by definition for versionRodrigo Ramírez Norambuena
2017-03-30cdr_pgsql: Fix buffer overflow calling libpqSean Bright
2016-10-27Remove ASTERISK_REGISTER_FILE.Corey Farrell
2016-03-07main/cli.c: Refactor function to print seconds formattedRodrigo Ramírez Norambuena
2016-01-23cdr_pgsql.cl: REFACTOR Macro LENGTHEN_BUFRodrigo Ramírez Norambuena
2015-05-20cel, cdr: Assigned separator for column name and values.Rodrigo Ramírez Norambuena
2015-05-13Merge "cdr_pgsql, cel_pgsql: Store maximum buffer size to prevent reallocation"Joshua Colp
2015-05-13Merge "cdr_pgsql: Use PQescapeStringConn for escaping names."Joshua Colp
2015-05-12cdr_pgsql, cel_pgsql: Store maximum buffer size to prevent reallocationRodrigo Ramírez Norambuena
2015-05-11cdr_pgsql: Use PQescapeStringConn for escaping names.Rodrigo Ramírez Norambuena
2015-05-05cdr: standardizes tab for options of AST_MODULE_INFORodrigo Ramírez Norambuena
2015-04-14cdr_pgsql: Fix CLI "cdr show pgsql status" command.Rodrigo Ramírez Norambuena
2015-04-13git migration: Refactor the ASTERISK_FILE_VERSION macroMatt Jordan
2014-07-25Add module support level to ast_module_info structure. Print it in CLI "modul...Mark Michelson
2014-07-16cel_pgsql, cdr_pgsql, res_config_pgsql: Add PostgreSQL application_name supportMatthew Jordan
2014-05-28Logger/CLI/etc.: Fix some aesthetic issues; reduce chatty verbose messagesMatthew Jordan
2013-10-27Prevent CDR backends from unregistering while billing data is in flightMatthew Jordan
2013-06-17Update Asterisk's CDRs for the new bridging frameworkMatthew Jordan
2012-10-14Doxygen Updates - Title updateAndrew Latham
2012-09-21Doxygen Updates - janitor workAndrew Latham
2012-07-31Clean up and ensure proper usage of alloca()Kinsey Moore
2012-04-17Avoid cppcheck warnings; removing unused vars and a bit of cleanup.Walter Doekes
2012-02-07Fix column duplication bug in module reload for cdr_pgsql.Jonathan Rose
2011-09-29Add CLI command "cdr show pgsql status" based on "cdr mysql status"Olle Johansson
2011-07-14Merged revisions 328247 via svnmerge from Leif Madsen
2010-12-20Merged revisions 299131 via svnmerge from Tilghman Lesher
2010-10-11Merged revisions 291038 via svnmerge from Tilghman Lesher
2010-09-27Formating changesOlle Johansson
2010-09-24Merged revisions 288638 via svnmerge from Tilghman Lesher
2010-09-22Merged revisions 288268 via svnmerge from Tilghman Lesher
2010-07-20Add load priority order, such that preload becomes unnecessary in most casesTilghman Lesher
2010-07-12cdr_pgsql does not detect when a table is found.Leif Madsen
2010-06-08Add High Resolution Times to CDRs for AsteriskBradley Latus
2010-03-20Resolve more compiler warnings on FreeBSD.Russell Bryant
2010-02-26formatting tweaks and constificationRussell Bryant
2010-02-26constification and remove unnecessary includeRussell Bryant
2009-10-07Use extref for doxygen references to external libraries (in this case Postgre...Olle Johansson
2009-10-06Change schema query to involve the use of an optional schema parameter.Tilghman Lesher
2009-08-10AST-2009-005Tilghman Lesher
2009-06-20Remove unnecessary usleep() from a couple of module unload callbacks.Russell Bryant
2008-12-15When querying for the structure of the CDR table, remove the schema, if itTilghman Lesher
2008-12-13Merge ast_str_opaque branch (discontinue usage of ast_str internals)Tilghman Lesher
2008-11-20Begin on a crusade to end trailing whitespace!Terry Wilson
2008-11-19Fix checking for CONFIG_STATUS_FILEINVALID so that modules don't crash upon t...Terry Wilson
2008-08-27OopsTilghman Lesher
2008-08-24Memory leakTilghman Lesher
2008-08-24Eliminate open coding of ast_strTilghman Lesher
2008-08-07More from the resolve-shadow-warnings branch. This time the cdr/ directory.Sean Bright