root / lib / exilog_sql.pm

View | Annotate | Download (15.2 KB)

# Date Author Comment
7ec5e634 05/27/2009 08:04 PM Mark Felder
  • PostgreSQL fixes

    - missing set/clear action subroutines added for postgres
    - postgres doesn't need to run the optimize routine
    assuming autovacuum isn't disabled
    - postgres was missing heartbeat table -- added in the
    sql schema
    - extended the shadow_transport column from 128 to 255...

f8a8bc98 12/04/2008 11:24 AM Tom Kistner

Forward unreleased changes

- IPv6 address parsing
- Some queue management
- Better SQL quoting
- More misc stuff

Signed-off-by: Tom Kistner <>

f603da20 12/03/2008 10:27 PM Andreas Unterkircher

exilog-agent heartbeats, resolves #115

Signed-off-by: Andreas Unterkircher <>

0a6e4fae 12/03/2008 08:37 PM Andreas Unterkircher

sort files into their directories. move agent- and cleanup-script into 'agents', all static www-content (icons, stylesheet, javascript, ...) into 'htdocs'. cgi-stuff into 'cgi' and all reused code into 'lib'.

Signed-off-by: Andreas Unterkircher <>