Return the number of rows affected by a SQL insert, rather than an object ID.
[asterisk/asterisk.git] / res / res_config_pgsql.c
2014-05-02 Mark MichelsonReturn the number of rows affected by a SQL insert...
2014-02-10 Walter Doekesres_config_pgsql: Fix ast_update2_realtime calls.
2014-01-24 Jonathan Roseres_config_pgsql: Fix a memory leak and use RAII_VAR...
2013-05-07 David M. LeeMinor fixups to Doxygen comments.
2013-04-27 Joshua ColpAdd support for a realtime sorcery module.
2012-10-14 Andrew LathamDoxygen Updates - Title update
2012-09-22 Andrew LathamDoxygen Updates Janitor Work
2012-09-21 Andrew LathamDoxygen Updates - janitor work
2012-07-31 Kinsey MooreClean up and ensure proper usage of alloca()
2012-04-17 Jonathan RoseMake use of va_args more appropriate to form in various...
2012-02-13 Richard MudgettFix reconnecting to pgsql database after connection...
2011-08-22 Richard MudgettMerged revisions 332830 via svnmerge from
2011-07-14 Leif MadsenMerged revisions 328247 via svnmerge from
2011-06-15 Jonathan RoseMerged revisions 323610 via svnmerge from
2011-01-27 Brett BryantPatch that fixes the "realtime show pgsql cache" comman...
2011-01-07 Mark MurawkiAdded support for postgres database retry query on...
2010-09-01 Tilghman LesherMerged revisions 284473 via svnmerge from
2010-07-20 Tilghman LesherSeparate queue_log arguments into separate fields,...
2010-07-20 Tilghman LesherAdd load priority order, such that preload becomes...
2010-07-17 Tilghman LesherMerged revisions 277568 via svnmerge from
2010-05-26 Tilghman LesherMerged revisions 265910 via svnmerge from
2010-05-26 Tilghman LesherConstruct socket name, according to the Postgres docs...
2009-11-10 David Vosselfixes pgsql double free of threadstorage
2009-10-07 Olle JohanssonUse extref for doxygen references to external libraries...
2009-10-06 Tilghman LesherChange schema query to involve the use of an optional...
2009-08-10 Tilghman LesherAST-2009-005
2009-06-15 Kevin P. FlemingMore 'static' qualifiers on module global variables.
2009-03-18 Kevin P. FlemingMerged revisions 182808 via svnmerge from
2008-12-13 Tilghman LesherMerge ast_str_opaque branch (discontinue usage of ast_s...
2008-12-05 Eliel C. SardanonsJanitor, use ARRAY_LEN() when possible.
2008-10-14 Tilghman LesherMerge realtime_update2 branch, which adds a new realtim...
2008-09-28 Michiel van BaakMerge the cli_cleanup branch.
2008-09-28 Tilghman LesherChange several improper "sizeof" to "strlen", as sizeof...
2008-09-12 Tilghman LesherCreate a new config file status, CONFIG_STATUS_FILEINVA...
2008-08-10 Sean BrightAll of the res/ stuff (other than res_jabber) from...
2008-07-31 Tilghman LesherIncrease column size beyond the minimum required, since...
2008-07-11 Sean BrightFix some usages of snprintf, and clarify a couple varia...
2008-06-13 Tilghman LesherProperly detect the size of char/varchar fields
2008-06-09 Tilghman LesherExpand RQ_INTEGER type out to multiple types, one for...
2008-06-05 Tilghman LesherMerge the adaptive realtime branch, which will make...
2008-04-29 Jason ParkerMerged revisions 114829 via svnmerge from
2008-03-11 Tilghman LesherAn offhand comment from Russell made me realize that...
2008-02-25 Joshua ColpFix building of trunk. dbpass is always going to exist.
2008-02-24 Steve MurphyOn a 64-bit machine, with dev-mode turned on, and pgsql...
2008-02-22 Tilghman LesherAllow database password to be NULL and several other...
2008-01-03 Tilghman LesherMerged revisions 96318 via svnmerge from
2007-12-03 Tilghman LesherMerged revisions 90736 via svnmerge from
2007-11-29 Tilghman LesherMerged revisions 90160 via svnmerge from
2007-11-21 Luigi Rizzoremove a bunch of useless #include "options.h"
2007-11-19 Luigi Rizzoinclude "logger.h" and errno.h from asterisk.h - usage...
2007-11-16 Luigi RizzoStart untangling header inclusion in a way that does...
2007-10-22 Jason ParkerSwitch from AST_CLI (formerly NEW_CLI) to AST_CLI_DEFIN...
2007-10-19 Jason ParkerConvert NEW_CLI to AST_CLI.
2007-10-19 Jason ParkerMore changes to NEW_CLI.
2007-09-21 Russell BryantMerged revisions 83432 via svnmerge from
2007-08-29 Steve MurphyThis code was in team/murf/bug8684-trunk; it should...
2007-08-17 Tilghman Lesherstore and destroy implementations for realtime pgsql...
2007-08-16 Tilghman LesherDon't reload a configuration file if nothing has changed.
2007-07-26 Russell BryantDo a massive conversion for using the ast_verb() macro
2007-07-16 Joshua ColpIt is no longer required for each module that deals...
2007-06-28 Tilghman LesherRemove the ill-advised ast_restrdupa API call and relat...
2007-06-14 Russell BryantAdd a massive set of changes for converting to use...
2007-06-13 Jason ParkerContinuation of issue 9968 (revision 69081). This...
2007-06-06 Tilghman LesherIssue 9869 - replace malloc and memset with ast_calloc...
2007-05-03 Kevin P. FlemingMerged revisions 62797,62807 via svnmerge from
2006-12-06 Russell BryantConstify a bunch of usage strings for CLI commands.
2006-10-03 Matt O'Gormanbug #8076 check option_debug before printing to debug...
2006-09-20 Joshua ColpMagical eightball says warnings be gone.
2006-09-18 Kevin P. Flemingmerge qwell's CLI verbification work
2006-09-18 Joshua ColpUse a better check to ensure database connection is...
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-08-11 Joshua ColpMove STD_MOD declaration to end of file as per the...
2006-07-19 North AntaraRemove "initialization from incompatible pointer type...
2006-07-19 Kevin P. Flemingrestore buildability
2006-07-07 Russell Bryantremove the unused usecount function to eliminate a...
2006-06-07 Kevin P. Flemingsimplify autoconfig include mechanism (make tholo happy...
2006-06-06 Russell Bryantadd missing include
2006-05-10 Russell Bryantremove almost all of the checks of the result from...
2006-04-29 Luigi Rizzoadd reload() (bug 9981)
2006-04-24 Kevin P. FlemingThanks to the fine work of Russell Bryant and Dancho...
2006-04-14 Luigi Rizzofix another svn merge bug
2006-04-14 Luigi RizzoThis rather large commit changes the way modules are...
2006-04-11 Luigi Rizzonormalize code in preparation to module changes
2006-04-10 Russell Bryantremove a couple more unnecessary "out of memory" error...
2006-04-10 Russell Bryantuse ast_*alloc and don't create duplicated error messages.
2006-04-10 Russell BryantInstead of using strncpy, use ast_copy_string. Also...
2006-04-10 Russell Bryantrun the module through indent to fix the formatting...
2006-04-10 Russell Bryantadd back braces that were removed in a recent commit...
2006-04-09 Olle JohanssonIssue 6917 - some cleanups for res_config_pgsql.c ...
2006-04-08 Kevin P. Fleminga few cleanups from the last commit
2006-04-06 Olle JohanssonIssue #6893 - Compiler warnings for PostgreSQL ARA...
2006-04-05 Olle JohanssonIssue #5637 - Realtime driver for PostgreSQL (mguesdon)