summaryrefslogtreecommitdiff
path: root/cdr/cdr_pgsql.c
AgeCommit message (Expand)Author
2008-05-10Ensure that "calldate" is acceptable for a column name.Tilghman Lesher
2008-04-20Minor logging cleanupsSean Bright
2008-04-15Oops, buffer wasn't long enough for queryTilghman Lesher
2008-04-11If any field is not null, but has no default, then it must be set or the inse...Tilghman Lesher
2008-03-11Whitespace changes onlyTilghman Lesher
2008-02-25Permit additional CDR columns to be saved in Postgres. Note that theseTilghman Lesher
2007-12-06Merged revisions 90166,90736,90753 via svnmerge from Tilghman Lesher
2007-11-21remove another set of redundant #include "asterisk/options.h"Luigi Rizzo
2007-11-19another bunch of include removals (errno.h and asterisk/logger.h)Luigi Rizzo
2007-11-17more removal of duplicate #include linesLuigi Rizzo
2007-11-16Start untangling header inclusion in a way that does not affectLuigi Rizzo
2007-09-20Fix memory leaks in pbx_dundi, cdr_pgsql, and the configuration file parser.Joshua Colp
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