aboutsummaryrefslogtreecommitdiffstats
path: root/cdr/cdr_pgsql.c
AgeCommit message (Expand)AuthorFilesLines
2007-11-29Properly escape cdr->src and cdr->dst and ensure we use thread-safe escapingtilghman1-11/+16
2007-08-05Portability fix for devmode compiling (closes bug #10382)tilghman1-1/+2
2007-07-27(closes issue #10310)file1-2/+2
2007-07-26Two consecutive calls to PQfinish could occur, meaning free gets called on th...mmichelson1-2/+3
2007-06-20Fix some potential memory leaks in cdr_pgsql.qwell1-1/+4
2007-06-20Fix a stupid mistake in my last cdr_pgsql race condition fixqwell1-1/+1
2007-06-20Fix a race condition in cdr_pgsql that can occur when reloading the module.qwell1-1/+5
2007-06-14use ast_localtime() in every place localtime_r() was being usedkpfleming1-1/+1
2007-06-12Fix a memory leak pointed out by prashant_jois in #asterisk-bugs. PQclear() wasrussell1-6/+7
2006-11-13Merged revisions 47583 via svnmerge from file1-2/+2
2006-09-20Magical eightball says warnings be gone.file1-1/+1
2006-08-31everything that loads a config that needs a config file to runmogorman1-1/+1
2006-08-21merge new_loader_completion branch, including (at least):kpfleming1-16/+9
2006-06-07simplify autoconfig include mechanism (make tholo happy he can use lint again...kpfleming1-5/+4
2006-05-20remove an unused variable, and default the user to asterisk if not specifiedrussell1-5/+3
2006-05-20various fixes regarding coding guidelines issuesrussell1-48/+24
2006-05-20if a hostname is not specified, connect over a unix socket instead ofrussell1-5/+6
2006-04-24Thanks to the fine work of Russell Bryant and Dancho Lazarov, we now have aut...kpfleming1-0/+4
2006-04-17more module loader related fixeskpfleming1-16/+7
2006-04-08since the module API is changing, it's a good time to const-ify the descripti...kpfleming1-2/+2
2006-03-01Merged revisions 11503 via svnmerge from tilghman1-1/+1
2006-01-24- Adding whitespace that I found unused outside oej1-11/+16
2006-01-24Declaring conn and result static to avoid collission with realtime driver (is...oej1-3/+3
2005-11-29git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7221 f38db490-d61c-443f-...kpfleming1-0/+0
2005-11-06issue #5605russell1-0/+1
2005-10-26more doxygenification (issue #5513)russell1-2/+7
2005-09-15more license/copyright header updates (thanks Ian!)kpfleming1-0/+2
2005-09-14update MANY more files with proper copyright/license info (thanks Ian!)kpfleming1-4/+14
2005-07-11remove complex malloc-avoidance (bug #4601)kpfleming1-104/+50
2005-06-06more file version tagskpfleming1-1/+1
2005-06-06another round of version tag updates, along with 'show version files' pattern...kpfleming1-8/+12
2005-04-29don't use '%i' at all, since we have no current use cases that need non base-...kpfleming1-1/+1
2005-04-21use double-quotes instead of angle-brackets for non-system include files (bug...kpfleming1-7/+7
2005-02-19Make cdr_pgsql gracefully handle restarts (bug #3628)markster1-1/+14
2005-01-25Merge config updates (bug #3406)markster1-2/+2
2004-12-12Fix PGSQL CDR issue (bug #3028)markster1-2/+7
2004-12-09Make table for PGSQL CDR's configurable (bug #2951)markster1-5/+33
2004-12-01Fix missing ast_destroy's in PGSQL (bug #2944)markster1-10/+15
2004-07-28Only Call PQfinish if conn isn't NULL (bug #2162)markster1-1/+3
2004-07-14Merge remaining audit patch (save dlfcn.c)markster1-10/+13
2004-07-09Fixes from bkw_. Formatting in app_db.c and handle start right in cdr_pgsql.ccitats1-6/+2
2004-06-09Merge FreeBSD locking fixes (bug #1411)markster1-1/+1
2004-01-22Release pgsql on failure (bug #891)markster1-0/+1
2004-01-11should be != :)jeremy1-1/+1
2004-01-11Add userfield loggingjeremy1-3/+5
2003-11-05Harden PGSQL against dead connections (bug #481)markster1-25/+33
2003-10-01Fix extraneous include from MySQLmarkster1-1/+0
2003-10-01Add PGSQL supportmarkster1-0/+324