summaryrefslogtreecommitdiff
path: root/res/res_config_pgsql.c
AgeCommit message (Expand)Author
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
2008-06-05Merge the adaptive realtime branch, which will make adding new required fieldsTilghman Lesher
2008-04-29Merged revisions 114829 via svnmerge from Jason Parker
2008-03-11An offhand comment from Russell made me realize that the configuration fileTilghman Lesher
2008-02-25Fix building of trunk. dbpass is always going to exist.Joshua Colp
2008-02-24On a 64-bit machine, with dev-mode turned on, and pgsql installed, I get warn...Steve Murphy
2008-02-22Allow database password to be NULL and several other cleanups.Tilghman Lesher
2008-01-03Merged revisions 96318 via svnmerge from Tilghman Lesher
2007-12-03Merged revisions 90736 via svnmerge from Tilghman Lesher
2007-11-29Merged revisions 90160 via svnmerge from Tilghman Lesher
2007-11-21remove a bunch of useless #include "options.h"Luigi Rizzo
2007-11-19include "logger.h" and errno.h from asterisk.h - usage shows that theyLuigi Rizzo
2007-11-16Start untangling header inclusion in a way that does not affectLuigi Rizzo
2007-10-22Switch from AST_CLI (formerly NEW_CLI) to AST_CLI_DEFINE, since the former di...Jason Parker
2007-10-19Convert NEW_CLI to AST_CLI.Jason Parker
2007-10-19More changes to NEW_CLI.Jason Parker
2007-09-21Merged revisions 83432 via svnmerge from Russell Bryant
2007-08-29This code was in team/murf/bug8684-trunk; it should fix bug 8684 in trunk. I ...Steve Murphy
2007-08-17store and destroy implementations for realtime pgsql (closes issue #10372)Tilghman Lesher
2007-08-16Don't reload a configuration file if nothing has changed.Tilghman Lesher
2007-07-26Do a massive conversion for using the ast_verb() macroRussell Bryant
2007-07-16It is no longer required for each module that deals with a channel to call as...Joshua Colp
2007-06-28Remove the ill-advised ast_restrdupa API call and related structuresTilghman Lesher
2007-06-14Add a massive set of changes for converting to use the ast_debug() macro.Russell Bryant
2007-06-13Continuation of issue 9968 (revision 69081). This should be the last one.Jason Parker
2007-06-06Issue 9869 - replace malloc and memset with ast_calloc, and other coding guid...Tilghman Lesher
2007-05-03Merged revisions 62797,62807 via svnmerge from Kevin P. Fleming
2006-12-06Constify a bunch of usage strings for CLI commands.Russell Bryant