summaryrefslogtreecommitdiff
path: root/cdr/cdr_pgsql.c
AgeCommit message (Expand)Author
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
2003-10-01Add PGSQL supportMark Spencer