summaryrefslogtreecommitdiffstats
path: root/plugins/ompgsql/ompgsql.c
Commit message (Expand)AuthorAgeFilesLines
* cosmetic: remove compiler warningsRainer Gerhards2012-01-191-1/+1
* v6.1/2 scoping support removed from pluginsRainer Gerhards2012-01-191-3/+2
* milestone: added module config namesRainer Gerhards2011-07-201-0/+1
* renaming conf.* wasn't a good idea -- undoingRainer Gerhards2011-04-191-1/+1
* renamed conf.c to legacyconf.c to make room for new config systemRainer Gerhards2011-04-191-1/+1
* Merge branch 'v5-devel'Rainer Gerhards2011-03-311-1/+6
|\
| * Force ANSI SQL treatment of strings for PostgresChristian Kastner2011-03-291-1/+6
* | Merge branch 'v5-beta'Rainer Gerhards2011-03-111-0/+1
|\|
| * added work-around for bug in gtls, which causes fd leak when using TLSBojan Smojver2011-02-231-0/+1
* | fixed regression from last commitRainer Gerhards2010-07-271-0/+1
* | milestone commit: output plugin interface changes (may NOT run)Rainer Gerhards2010-07-271-0/+10
|/
* made ompgsql identify its version on loadRainer Gerhards2010-05-071-0/+1
* bugfix: ompgsql did not properly check the server connection in tryResume()Rainer Gerhards2009-12-161-5/+14
* made ompgsql behave correctly with older rsyslog core versionsRainer Gerhards2009-12-111-1/+2
* bugfix: ompgsql had problems with transaction support, what actually rendered...Rainer Gerhards2009-12-111-1/+3
* Merge branch 'omfile' into v5-develRainer Gerhards2009-06-161-1/+1
|\
| * re-enabled pipe, tty and console in omfileRainer Gerhards2009-06-121-1/+1
* | begin implementation of new transactional output module interfaceRainer Gerhards2009-04-271-0/+22
|/
* Merge branch 'debian_lenny' into v3-stableRainer Gerhards2009-04-171-9/+41
|\
| * Merge branch 'v2-stable' into debian_lennyRainer Gerhards2009-04-171-9/+41
| |\
| | * bugfix: ompgsql did not detect problems in sql command executionRainer Gerhards2009-04-171-9/+41
| * | Merge branch 'v2-stable' into debian_lennyRainer Gerhards2008-12-181-2/+2
| |\|
* | | Merge branch 'v2-stable' into v3-stableRainer Gerhards2008-11-181-2/+2
|\ \ \ | | |/ | |/|
| * | bugfix: removed memory leak in ompgsqlKen2008-11-181-2/+2
* | | added (internal) error codes to error messagesRainer Gerhards2008-06-271-3/+3
* | | some more cleanupRainer Gerhards2008-04-161-1/+1
| |/ |/|
* | removed a now-longer needed callback from the output module interface.Rainer Gerhards2008-03-221-5/+0
* | fixed a few remaining logerror() calls - thanks to Michael Biebl forRainer Gerhards2008-03-061-5/+8
* | - changed module interface to support querying obj interface (stage work)Rainer Gerhards2008-03-041-1/+1
* | removed single-threading support for sending TCP messages; causedRainer Gerhards2007-12-201-10/+0
* | - begun to create input module interface and macrosRainer Gerhards2007-12-141-0/+2
* | changed license to GPLv3 (for what is to become rsyslog v3)Rainer Gerhards2007-12-141-7/+8
|/
* small performance improvementRainer Gerhards2007-12-041-1/+1
* some code cleanupRainer Gerhards2007-12-031-22/+11
* added sur5r's postgres sql output module (many thanks!)Rainer Gerhards2007-12-031-0/+315