aboutsummaryrefslogtreecommitdiffstats
path: root/cdr/cdr_pgsql.c
AgeCommit message (Expand)AuthorFilesLines
2007-11-29Properly escape src and dst fields (Fixes AST-2007-026)tilghman1-11/+16
2006-11-13Initialize global pointers for connection and result to NULL. (issue #8356 re...file1-2/+2
2006-03-01Bug 6615 - Fix 64bit conversion errors by using a long inttilghman1-1/+1
2005-11-29git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@7221 f38db490-d61...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