aboutsummaryrefslogtreecommitdiffstats
path: root/res/res_config_pgsql.c
AgeCommit message (Expand)AuthorFilesLines
2007-05-02improve static Realtime config loading from PostgreSQL:kpfleming1-17/+8
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
2006-04-10remove a couple more unnecessary "out of memory" error messagesrussell1-7/+2
2006-04-10use ast_*alloc and don't create duplicated error messages.russell1-43/+25
2006-04-10Instead of using strncpy, use ast_copy_string. Also, in the case of copying arussell1-9/+9
2006-04-10run the module through indent to fix the formatting issues that violate therussell1-353/+398
2006-04-10add back braces that were removed in a recent commit that leave a bunch ofrussell1-1/+2
2006-04-09Issue 6917 - some cleanups for res_config_pgsql.c (mithraen)oej1-14/+9
2006-04-08a few cleanups from the last commitkpfleming1-2/+2
2006-04-06Issue #6893 - Compiler warnings for PostgreSQL ARA driveroej1-8/+3
2006-04-05Issue #5637 - Realtime driver for PostgreSQL (mguesdon)oej1-0/+793