aboutsummaryrefslogtreecommitdiffstats
path: root/cdr/cdr_pgsql.c
AgeCommit message (Expand)AuthorFilesLines
2010-12-20Merged revisions 299131 via svnmerge from tilghman1-3/+3
2010-10-11Merged revisions 291038 via svnmerge from tilghman1-4/+25
2010-09-27Formating changesoej1-13/+26
2010-09-24Merged revisions 288638 via svnmerge from tilghman1-0/+8
2010-09-22Merged revisions 288268 via svnmerge from tilghman1-1/+20
2010-07-20Add load priority order, such that preload becomes unnecessary in most casestilghman1-1/+2
2010-07-12cdr_pgsql does not detect when a table is found.lmadsen1-0/+7
2010-06-08Add High Resolution Times to CDRs for Asterisksnuffy1-2/+2
2010-03-20Resolve more compiler warnings on FreeBSD.russell1-3/+3
2010-02-26formatting tweaks and constificationrussell1-2/+2
2010-02-26constification and remove unnecessary includerussell1-4/+2
2009-10-07Use extref for doxygen references to external libraries (in this case Postgre...oej1-1/+1
2009-10-06Change schema query to involve the use of an optional schema parameter.tilghman1-9/+49
2009-08-10AST-2009-005tilghman1-3/+3
2009-06-20Remove unnecessary usleep() from a couple of module unload callbacks.russell1-2/+1
2008-12-15When querying for the structure of the CDR table, remove the schema, if ittilghman1-1/+9
2008-12-13Merge ast_str_opaque branch (discontinue usage of ast_str internals)tilghman1-72/+71
2008-11-20Begin on a crusade to end trailing whitespace!twilson1-8/+8
2008-11-19Fix checking for CONFIG_STATUS_FILEINVALID so that modules don't crash upon t...twilson1-1/+1
2008-08-27Oopstilghman1-2/+2
2008-08-24Memory leaktilghman1-0/+2
2008-08-24Eliminate open coding of ast_strtilghman1-47/+55
2008-08-07More from the resolve-shadow-warnings branch. This time the cdr/ directory.seanbright1-7/+7
2008-06-29Quote column names when inserting CDRs into postgres to avoid conflictsseanbright1-4/+4
2008-05-10Ensure that "calldate" is acceptable for a column name.tilghman1-0/+3
2008-04-20Minor logging cleanupsseanbright1-29/+29
2008-04-15Oops, buffer wasn't long enough for querytilghman1-1/+1
2008-04-11If any field is not null, but has no default, then it must be set or the inse...tilghman1-3/+26
2008-03-11Whitespace changes onlytilghman1-8/+9
2008-02-25Permit additional CDR columns to be saved in Postgres. Note that thesetilghman1-49/+220
2007-12-06Merged revisions 90166,90736,90753 via svnmerge from tilghman1-11/+16
2007-11-21remove another set of redundant #include "asterisk/options.h"rizzo1-1/+0
2007-11-19another bunch of include removals (errno.h and asterisk/logger.h)rizzo1-1/+0
2007-11-17more removal of duplicate #include linesrizzo1-1/+0
2007-11-16Start untangling header inclusion in a way that does not affectrizzo1-5/+0
2007-09-20Fix memory leaks in pbx_dundi, cdr_pgsql, and the configuration file parser.file1-7/+23
2007-08-16Don't reload a configuration file if nothing has changed.tilghman1-36/+30
2007-07-27Merged revisions 77540 via svnmerge from file1-2/+2
2007-07-26Merged revisions 77318 via svnmerge from mmichelson1-2/+3
2007-07-18Merge in ast_strftime branch, which changes timestamps to be accurate to the ...tilghman1-3/+3
2007-06-20Merged revisions 70612 via svnmerge from qwell1-1/+4
2007-06-20Merged revisions 70560 via svnmerge from qwell1-1/+1
2007-06-20Merged revisions 70554 via svnmerge from qwell1-1/+5
2007-06-14Merged revisions 69392 via svnmerge from kpfleming1-1/+1
2007-06-14Add a massive set of changes for converting to use the ast_debug() macro.russell1-13/+10
2007-06-12Merged revisions 69016 via svnmerge from russell1-6/+7
2007-06-06Issue 9869 - replace malloc and memset with ast_calloc, and other coding guid...tilghman1-6/+6
2007-02-24Creating new doxygen macro "\extref" to create page that lists oej1-0/+1
2006-11-13Merged revisions 47584 via svnmerge from file1-2/+2
2006-09-20Magical eightball says warnings be gone.file1-1/+1