aboutsummaryrefslogtreecommitdiffstats
path: root/res/res_config_pgsql.c
AgeCommit message (Expand)AuthorFilesLines
2008-08-10All of the res/ stuff (other than res_jabber) from the RSW branch.seanbright1-19/+19
2008-07-31Increase column size beyond the minimum required, since PostgreSQL won't lettilghman1-7/+13
2008-07-11Fix some usages of snprintf, and clarify a couple variable names.seanbright1-10/+10
2008-06-13Properly detect the size of char/varchar fieldstilghman1-3/+17
2008-06-09Expand RQ_INTEGER type out to multiple types, one for each precisiontilghman1-15/+27
2008-06-05Merge the adaptive realtime branch, which will make adding new required fieldstilghman1-14/+372
2008-04-29Merged revisions 114829 via svnmerge from qwell1-2/+1
2008-03-11An offhand comment from Russell made me realize that the configuration filetilghman1-2/+2
2008-02-25Fix building of trunk. dbpass is always going to exist.file1-1/+1
2008-02-24On a 64-bit machine, with dev-mode turned on, and pgsql installed, I get warn...murf1-2/+2
2008-02-22Allow database password to be NULL and several other cleanups.tilghman1-19/+16
2008-01-03Merged revisions 96318 via svnmerge from tilghman1-1/+1
2007-12-03Merged revisions 90736 via svnmerge from tilghman1-1/+3
2007-11-29Merged revisions 90160 via svnmerge from tilghman1-13/+66
2007-11-21remove a bunch of useless #include "options.h"rizzo1-1/+0
2007-11-19include "logger.h" and errno.h from asterisk.h - usage shows that theyrizzo1-1/+0
2007-11-16Start untangling header inclusion in a way that does not affectrizzo1-3/+0
2007-10-22Switch from AST_CLI (formerly NEW_CLI) to AST_CLI_DEFINE, since the former di...qwell1-1/+1
2007-10-19Convert NEW_CLI to AST_CLI.qwell1-1/+1
2007-10-19More changes to NEW_CLI.qwell1-115/+120
2007-09-21Merged revisions 83432 via svnmerge from russell1-6/+6
2007-08-29This code was in team/murf/bug8684-trunk; it should fix bug 8684 in trunk. I ...murf1-9/+9
2007-08-17store and destroy implementations for realtime pgsql (closes issue #10372)tilghman1-0/+187
2007-08-16Don't reload a configuration file if nothing has changed.tilghman1-38/+31
2007-07-26Do a massive conversion for using the ast_verb() macrorussell1-7/+3
2007-07-16It is no longer required for each module that deals with a channel to call as...file1-2/+0
2007-06-28Remove the ill-advised ast_restrdupa API call and related structurestilghman1-3/+0
2007-06-14Add a massive set of changes for converting to use the ast_debug() macro.russell1-78/+38
2007-06-13Continuation of issue 9968 (revision 69081). This should be the last one.qwell1-2/+2
2007-06-06Issue 9869 - replace malloc and memset with ast_calloc, and other coding guid...tilghman1-3/+3
2007-05-03Merged revisions 62797,62807 via svnmerge from kpfleming1-17/+8
2006-12-06Constify a bunch of usage strings for CLI commands.russell1-1/+1
2006-10-03bug #8076 check option_debug before printing to debug channel.mogorman1-52/+86
2006-09-20Magical eightball says warnings be gone.file1-1/+1
2006-09-18merge qwell's CLI verbification workkpfleming1-7/+7
2006-09-18Use a better check to ensure database connection is up (pointer to connection...file1-1/+1
2006-08-31everything that loads a config that needs a config file to runmogorman1-45/+48
2006-08-21merge new_loader_completion branch, including (at least):kpfleming1-18/+10
2006-08-11Move STD_MOD declaration to end of file as per the norm of everything else (i...file1-2/+2
2006-07-19Remove "initialization from incompatible pointer type" warnings.north1-1/+2
2006-07-19restore buildabilitykpfleming1-1/+1
2006-07-07remove the unused usecount function to eliminate a compiler warningrussell1-12/+0
2006-06-07simplify autoconfig include mechanism (make tholo happy he can use lint again...kpfleming1-4/+4
2006-06-06add missing includerussell1-0/+1
2006-05-10remove almost all of the checks of the result from ast_strdupa() or alloca().russell1-1/+1
2006-04-29add reload() (bug 9981)rizzo1-1/+1
2006-04-24Thanks to the fine work of Russell Bryant and Dancho Lazarov, we now have aut...kpfleming1-0/+4
2006-04-14fix another svn merge bugrizzo1-4/+0
2006-04-14This rather large commit changes the way modules are loaded. rizzo1-5/+12
2006-04-11normalize code in preparation to module changesrizzo1-4/+3