summaryrefslogtreecommitdiff
path: root/res/res_config_pgsql.c
AgeCommit message (Expand)Author
2017-09-21res_config_pgsql: Fix removed support to previous for versions PostgreSQL 9.1Rodrigo Ramírez Norambuena
2017-08-01Fix compiler warnings on Fedora 26 / GCC 7.Corey Farrell
2017-03-01res_config_pgsql: Make 'require' return consistent with other backendsSean Bright
2017-02-28res_config_pgsql: Release table locks where appropriateSean Bright
2017-02-23res_config_pgsql: Fix thread safety problemsSean Bright
2017-02-21realtime: Centralize some common realtime backend codeSean Bright
2017-02-16realtime: Fix LIKE escaping in SQL backendsSean Bright
2015-10-14res_config_pgsql.c: Fix deadlock loading realtime configuration.Richard Mudgett
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
2014-05-02Return the number of rows affected by a SQL insert, rather than an object ID.Mark Michelson
2014-02-10res_config_pgsql: Fix ast_update2_realtime calls.Walter Doekes
2014-01-24res_config_pgsql: Fix a memory leak and use RAII_VAR for cleanup when practicalJonathan Rose
2013-05-07Minor fixups to Doxygen comments.David M. Lee
2013-04-27Add support for a realtime sorcery module.Joshua Colp
2012-10-14Doxygen Updates - Title updateAndrew Latham
2012-09-22Doxygen Updates Janitor WorkAndrew Latham
2012-09-21Doxygen Updates - janitor workAndrew Latham
2012-07-31Clean up and ensure proper usage of alloca()Kinsey Moore
2012-04-17Make use of va_args more appropriate to form in various res_config modules pl...Jonathan Rose
2012-02-13Fix reconnecting to pgsql database after connection loss.Richard Mudgett
2011-08-22Merged revisions 332830 via svnmerge from Richard Mudgett
2011-07-14Merged revisions 328247 via svnmerge from Leif Madsen
2011-06-15Merged revisions 323610 via svnmerge from Jonathan Rose
2011-01-27Patch that fixes the "realtime show pgsql cache" command crash when giving aBrett Bryant
2011-01-07Added support for postgres database retry query on disconnection to res_confi...Mark Murawki
2010-09-01Merged revisions 284473 via svnmerge from Tilghman Lesher
2010-07-20Separate queue_log arguments into separate fields, and allow the text file to...Tilghman Lesher
2010-07-20Add load priority order, such that preload becomes unnecessary in most casesTilghman Lesher
2010-07-17Merged revisions 277568 via svnmerge from Tilghman Lesher
2010-05-26Merged revisions 265910 via svnmerge from Tilghman Lesher
2010-05-26Construct socket name, according to the Postgres docs, and document as such.Tilghman Lesher
2009-11-10fixes pgsql double free of threadstorageDavid Vossel
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-15More 'static' qualifiers on module global variables.Kevin P. Fleming
2009-03-18Merged revisions 182808 via svnmerge from Kevin P. Fleming
2008-12-13Merge ast_str_opaque branch (discontinue usage of ast_str internals)Tilghman Lesher
2008-12-05Janitor, use ARRAY_LEN() when possible.Eliel C. Sardanons
2008-10-14Merge realtime_update2 branch, which adds a new realtime API call namedTilghman Lesher
2008-09-28Merge the cli_cleanup branch.Michiel van Baak
2008-09-28Change several improper "sizeof" to "strlen", as sizeof in that context wouldTilghman Lesher
2008-09-12Create a new config file status, CONFIG_STATUS_FILEINVALID for differentiatingTilghman Lesher
2008-08-10All of the res/ stuff (other than res_jabber) from the RSW branch.Sean Bright
2008-07-31Increase column size beyond the minimum required, since PostgreSQL won't letTilghman Lesher
2008-07-11Fix some usages of snprintf, and clarify a couple variable names.Sean Bright
2008-06-13Properly detect the size of char/varchar fieldsTilghman Lesher
2008-06-09Expand RQ_INTEGER type out to multiple types, one for each precisionTilghman Lesher