summaryrefslogtreecommitdiff
path: root/cdr/cdr_pgsql.c
AgeCommit message (Expand)Author
2007-08-16Don't reload a configuration file if nothing has changed.Tilghman Lesher
2007-07-27Merged revisions 77540 via svnmerge from Joshua Colp
2007-07-26Merged revisions 77318 via svnmerge from Mark Michelson
2007-07-18Merge in ast_strftime branch, which changes timestamps to be accurate to the ...Tilghman Lesher
2007-06-20Merged revisions 70612 via svnmerge from Jason Parker
2007-06-20Merged revisions 70560 via svnmerge from Jason Parker
2007-06-20Merged revisions 70554 via svnmerge from Jason Parker
2007-06-14Merged revisions 69392 via svnmerge from Kevin P. Fleming
2007-06-14Add a massive set of changes for converting to use the ast_debug() macro.Russell Bryant
2007-06-12Merged revisions 69016 via svnmerge from Russell Bryant
2007-06-06Issue 9869 - replace malloc and memset with ast_calloc, and other coding guid...Tilghman Lesher
2007-02-24Creating new doxygen macro "\extref" to create page that lists Olle Johansson
2006-11-13Merged revisions 47584 via svnmerge from Joshua Colp
2006-09-20Magical eightball says warnings be gone.Joshua Colp
2006-08-31everything that loads a config that needs a config file to runMatt O'Gorman
2006-08-21merge new_loader_completion branch, including (at least):Kevin P. Fleming
2006-06-07simplify autoconfig include mechanism (make tholo happy he can use lint again...Kevin P. Fleming
2006-05-20remove an unused variable, and default the user to asterisk if not specifiedRussell Bryant
2006-05-20various fixes regarding coding guidelines issuesRussell Bryant
2006-05-20if a hostname is not specified, connect over a unix socket instead ofRussell Bryant
2006-04-24Thanks to the fine work of Russell Bryant and Dancho Lazarov, we now have aut...Kevin P. Fleming
2006-04-17more module loader related fixesKevin P. Fleming
2006-04-08since the module API is changing, it's a good time to const-ify the descripti...Kevin P. Fleming
2006-03-01Merged revisions 11503 via svnmerge from Tilghman Lesher
2006-01-24- Adding whitespace that I found unused outside Olle Johansson
2006-01-24Declaring conn and result static to avoid collission with realtime driver (is...Olle Johansson
2005-11-29remove extraneous svn:executable propertiesKevin P. Fleming
2005-11-06issue #5605Russell Bryant
2005-10-26more doxygenification (issue #5513)Russell Bryant
2005-09-15more license/copyright header updates (thanks Ian!)Kevin P. Fleming
2005-09-14update MANY more files with proper copyright/license info (thanks Ian!)Kevin P. Fleming
2005-07-11remove complex malloc-avoidance (bug #4601)Kevin P. Fleming
2005-06-06more file version tagsKevin P. Fleming
2005-06-06another round of version tag updates, along with 'show version files' pattern...Kevin P. Fleming
2005-04-29don't use '%i' at all, since we have no current use cases that need non base-...Kevin P. Fleming
2005-04-21use double-quotes instead of angle-brackets for non-system include files (bug...Kevin P. Fleming
2005-02-19Make cdr_pgsql gracefully handle restarts (bug #3628)Mark Spencer
2005-01-25Merge config updates (bug #3406)Mark Spencer
2004-12-12Fix PGSQL CDR issue (bug #3028)Mark Spencer
2004-12-09Make table for PGSQL CDR's configurable (bug #2951)Mark Spencer
2004-12-01Fix missing ast_destroy's in PGSQL (bug #2944)Mark Spencer
2004-07-28Only Call PQfinish if conn isn't NULL (bug #2162)Mark Spencer
2004-07-14Merge remaining audit patch (save dlfcn.c)Mark Spencer
2004-07-09Fixes from bkw_. Formatting in app_db.c and handle start right in cdr_pgsql.cJames Golovich
2004-06-09Merge FreeBSD locking fixes (bug #1411)Mark Spencer
2004-01-22Release pgsql on failure (bug #891)Mark Spencer
2004-01-11should be != :)Jeremy McNamara
2004-01-11Add userfield loggingJeremy McNamara
2003-11-05Harden PGSQL against dead connections (bug #481)Mark Spencer
2003-10-01Fix extraneous include from MySQLMark Spencer