Skip to content

PostgreSQL backend remaining features #332

Description

@mostafa

Summary

Finish the last PostgreSQL conversion gaps: temporal_ordered via LAG/LEAD, prepared output format, and value-modifier transforms.

Motivation

The Postgres backend is broadly shipped; a few constructs still degrade or error. Closing them improves hunt and convert fidelity for Timescale/Postgres archives.

Proposed approach

  • Implement temporal_ordered windowing with LAG/LEAD.
  • Add prepared output format.
  • Cover remaining value-modifier transforms with goldens.

Out of scope

  • New non-Postgres backends.
  • Daemon-side SQL execution (hunt run is separate).

Tasks

  • temporal_ordered SQL generation + goldens
  • prepared format
  • value-modifier transforms
  • Docs updates

References

  • Postgres backend module in rsigma-convert
  • Existing backend golden suite

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or requestrustPull requests that update rust code

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions