Commits
Branch selector
User selector
Datepicker
Commit History
Commits on Oct 6, 2025
feat(helm): Add comprehensive configuration support for ImmuDB
Show description for 6a6369f
Commits on Oct 4, 2025
chore(embedded/sql): Implement BETWEEN AND expressions
Show description for 97208c9committed
Commits on Oct 1, 2025
fix: display actual config file path in startup logs
Show description for 0578f93
Commits on May 30, 2025
release: v1.9.7
Show description for 6ac516bcommittedfix(embedded/tbtree): save timestamp to a separate file to avoid rescanning empty indexes
Show description for ba5ad0fcommitted
Commits on Mar 31, 2025
- committed
Commits on Mar 25, 2025
Update copyright notice
Show description for 88c6e32committed
Commits on Feb 17, 2025
Commits on Jan 2, 2025
chore(embedded/sql): Support PRIMARY KEY constraint on individual columns
Show description for 3e5da06committed
Commits on Dec 13, 2024
Implement constant selection queries
Show description for cdd00cbcommitted
Commits on Dec 11, 2024
chore(embedded/sql): Add support for core pg_catalog tables (pg_class, pg_namespace, pg_roles)
Show description for 52df5f2committed
Commits on Dec 10, 2024
fix(embedded/sql): correctly handle logical operator precedence (NOT, AND, OR)
Show description for b7ff0e6committed
Commits on Dec 9, 2024
chore(embedded/sql): add support for LEFT JOIN
Show description for 344275dcommitted
Commits on Nov 29, 2024
chore(embedded/sql): add support for SELECT FROM VALUES syntax
Show description for 4cf4af7committedchore(embedded/sql): Allow expressions in ORDER BY clauses
Show description for 0ce2146committed
Commits on Nov 27, 2024
chore(embedded/sql): Add support for simple CASE statements
Show description for fef9d8dcommittedchore(embedded/sql): Implement CASE statement
Show description for 51c0742committed
Commits on Sep 19, 2024
chore(pkg/replication): add replication lag metric
Show description for e77545fcommitted
Commits on Sep 16, 2024
- committed
fix(pkg/dabase): return error when attempting to access deleted database
Show description for dff412acommittedchore(pkg/database): implement database manager
Show description for d47d3efcommitted
Commits on Sep 10, 2024
chore(embedded/logging): improve file base logging.
Show description for 1e78388committed
Commits on Sep 9, 2024
chore(pkg/server): implement automatic generation of self-signed HTTPS certificate
Show description for 67f4b0dcommitted
Commits on Aug 30, 2024
fix(pkg/server): run metrics server under HTTPS
Show description for ba68847committed
Commits on Aug 27, 2024
chore(embedded/store): improve index flush logic
Show description for 2a3d382committed
Commits on Aug 21, 2024
fix: time.Since should not be used in defer statement
Show description for bf27080
Commits on Aug 13, 2024
chore(embedded/sql): improvements on SQL layer.
Show description for c0b6e01committed
Commits on Aug 7, 2024
fix(pkg/pgsql/server): close row readers to release resources
Show description for 8b5f651committed
Commits on Jul 25, 2024
- committed
Implement CSV import/export of tables
Show description for 9237a83committedRefactor SQL privileges
Show description for 0834409committed
Commits on Jul 24, 2024
Implement SQL permissions
Show description for c189283committed