Oops, buffer wasn't long enough for query
[asterisk/asterisk.git] / cdr / cdr_pgsql.c
2008-04-15 Tilghman LesherOops, buffer wasn't long enough for query
2008-04-11 Tilghman LesherIf any field is not null, but has no default, then...
2008-03-11 Tilghman LesherWhitespace changes only
2008-02-25 Tilghman LesherPermit additional CDR columns to be saved in Postgres...
2007-12-06 Tilghman LesherMerged revisions 90166,90736,90753 via svnmerge from
2007-11-21 Luigi Rizzoremove another set of redundant #include "asterisk...
2007-11-19 Luigi Rizzoanother bunch of include removals (errno.h and asterisk...
2007-11-17 Luigi Rizzomore removal of duplicate #include lines
2007-11-16 Luigi RizzoStart untangling header inclusion in a way that does...
2007-09-20 Joshua ColpFix memory leaks in pbx_dundi, cdr_pgsql, and the confi...
2007-08-16 Tilghman LesherDon't reload a configuration file if nothing has changed.
2007-07-27 Joshua ColpMerged revisions 77540 via svnmerge from
2007-07-26 Mark MichelsonMerged revisions 77318 via svnmerge from
2007-07-18 Tilghman LesherMerge in ast_strftime branch, which changes timestamps...
2007-06-20 Jason ParkerMerged revisions 70612 via svnmerge from
2007-06-20 Jason ParkerMerged revisions 70560 via svnmerge from
2007-06-20 Jason ParkerMerged revisions 70554 via svnmerge from
2007-06-14 Kevin P. FlemingMerged revisions 69392 via svnmerge from
2007-06-14 Russell BryantAdd a massive set of changes for converting to use...
2007-06-12 Russell BryantMerged revisions 69016 via svnmerge from
2007-06-06 Tilghman LesherIssue 9869 - replace malloc and memset with ast_calloc...
2007-02-24 Olle JohanssonCreating new doxygen macro "\extref" to create page...
2006-11-13 Joshua ColpMerged revisions 47584 via svnmerge from
2006-09-20 Joshua ColpMagical eightball says warnings be gone.
2006-08-31 Matt O'Gormaneverything that loads a config that needs a config...
2006-08-21 Kevin P. Flemingmerge new_loader_completion branch, including (at least):
2006-06-07 Kevin P. Flemingsimplify autoconfig include mechanism (make tholo happy...
2006-05-20 Russell Bryantremove an unused variable, and default the user to...
2006-05-20 Russell Bryantvarious fixes regarding coding guidelines issues
2006-05-20 Russell Bryantif a hostname is not specified, connect over a unix...
2006-04-24 Kevin P. FlemingThanks to the fine work of Russell Bryant and Dancho...
2006-04-17 Kevin P. Flemingmore module loader related fixes
2006-04-08 Kevin P. Flemingsince the module API is changing, it's a good time...
2006-03-01 Tilghman LesherMerged revisions 11503 via svnmerge from
2006-01-24 Olle Johansson- Adding whitespace that I found unused outside
2006-01-24 Olle JohanssonDeclaring conn and result static to avoid collission...
2005-11-29 Kevin P. Flemingremove extraneous svn:executable properties
2005-11-06 Russell Bryantissue #5605
2005-10-26 Russell Bryantmore doxygenification (issue #5513)
2005-09-15 Kevin P. Flemingmore license/copyright header updates (thanks Ian!)
2005-09-14 Kevin P. Flemingupdate MANY more files with proper copyright/license...
2005-07-11 Kevin P. Flemingremove complex malloc-avoidance (bug #4601)
2005-06-06 Kevin P. Flemingmore file version tags
2005-06-06 Kevin P. Fleminganother round of version tag updates, along with 'show...
2005-04-29 Kevin P. Flemingdon't use '%i' at all, since we have no current use...
2005-04-21 Kevin P. Fleminguse double-quotes instead of angle-brackets for non...
2005-02-19 Mark SpencerMake cdr_pgsql gracefully handle restarts (bug #3628)
2005-01-25 Mark SpencerMerge config updates (bug #3406)
2004-12-12 Mark SpencerFix PGSQL CDR issue (bug #3028)
2004-12-09 Mark SpencerMake table for PGSQL CDR's configurable (bug #2951)
2004-12-01 Mark SpencerFix missing ast_destroy's in PGSQL (bug #2944)
2004-07-28 Mark SpencerOnly Call PQfinish if conn isn't NULL (bug #2162)
2004-07-14 Mark SpencerMerge remaining audit patch (save dlfcn.c)
2004-07-09 James GolovichFixes from bkw_. Formatting in app_db.c and handle...
2004-06-09 Mark SpencerMerge FreeBSD locking fixes (bug #1411)
2004-01-22 Mark SpencerRelease pgsql on failure (bug #891)
2004-01-11 Jeremy McNamarashould be != :)
2004-01-11 Jeremy McNamaraAdd userfield logging
2003-11-05 Mark SpencerHarden PGSQL against dead connections (bug #481)
2003-10-01 Mark SpencerFix extraneous include from MySQL
2003-10-01 Mark SpencerAdd PGSQL support