summaryrefslogtreecommitdiffstats
path: root/server/parser/pgsql.c
Commit message (Expand)AuthorAgeFilesLines
* Changed snprintf() to append_str() when adding 'AND ipaddr' SQL stringDavid Sommerseth2010-03-261-2/+4
* Make sure we search for IP address == NULL when the input is NULLDavid Sommerseth2010-03-251-0/+2
* Don't consider IP address if the value is NULL when looking up registered sys...David Sommerseth2010-03-251-2/+7
* Implemented SQL schema version handling on the database layerDavid Sommerseth2009-12-081-1/+37
* Added new config parameter: max_report_sizeDavid Sommerseth2009-11-101-1/+2
* Fixed potential thread collision with oid return valuesDavid Sommerseth2009-11-101-3/+4
* Added db_ping() function and made db_wait_notification() more solidDavid Sommerseth2009-10-231-0/+48
* Fixed doxygen errorsDavid Sommerseth2009-10-221-0/+2
* Fixed memory leak in db_connect()David Sommerseth2009-10-221-0/+1
* Improved overall logging informationDavid Sommerseth2009-10-221-54/+74
* First cut at implementing a generic loggerDavid Sommerseth2009-10-211-105/+131
* Moved status codes into its own header fileDavid Sommerseth2009-10-211-0/+1
* Corrected missing or misleading doxygen commentsDavid Sommerseth2009-10-211-5/+12
* Fixed a couple of memory leaks in db_wait_notification()David Sommerseth2009-10-211-0/+3
* Implemented database LISTEN via db_wait_notification()David Sommerseth2009-10-211-0/+80
* Extended rtevalruns table to contain a submid fieldDavid Sommerseth2009-10-211-1/+2
* Simplified and made the get_destination_path() function more robustDavid Sommerseth2009-10-211-2/+3
* Added logic to move parsed files into a specified report directory.David Sommerseth2009-10-201-20/+44
* Fixed a memory leakDavid Sommerseth2009-10-201-1/+3
* Added support for histogram data for cyclictestDavid Sommerseth2009-10-201-43/+27
* Big rewrite, but now a working rteval_parserd process is readyDavid Sommerseth2009-10-191-0/+125
* Added db_begin(), db_rollback() and db_commit() functionsDavid Sommerseth2009-10-141-1/+67
* Added needed pgsql.h file and cleaned up the DB API a little bitDavid Sommerseth2009-10-131-20/+17
* Added doxygen comments for xmlparser.[ch] and pgsql.cDavid Sommerseth2009-10-121-0/+105
* Added db_register_cyclictest()David Sommerseth2009-10-121-0/+65
* Added db_register_rtevalrun()David Sommerseth2009-10-121-0/+80
* Added db_register_system()David Sommerseth2009-10-121-3/+111
* Made some basic DB API stuff more genericDavid Sommerseth2009-10-091-1/+6
* Make pgsql_INSERT() make use of the new neat functions in xmlparserDavid Sommerseth2009-10-091-46/+11
* Added needed pieces to make the C based summary.xml parser workDavid Sommerseth2009-10-071-0/+273