Issues
- 1
PostgreSQL error in trigger function
#19 opened by mreithub - 0
`recall.enable()`: When copying existing data, the start times should probably be set to null (i.e. an open interval start) instead of now()
#20 opened by mreithub - 2
Think about partitioning the log table
#15 opened by mreithub - 0
Prepare to upload the project to PGXN
#17 opened by mreithub - 1
README.md: split me up
#21 opened by mreithub - 0
use pg_tap for unit testing
#22 opened by mreithub - 0
- 1
- 1
trigger function: update existing log entry if it exists (to fix the now() issue)
#16 opened by mreithub - 0
- 3
- 1
Add an index to speed up the cleanup process
#3 opened by mreithub - 1
Range types in PostgreSQL >= 9.2
#14 opened by mreithub - 1
Add further tests
#2 opened by mreithub - 3
- 1
Restore compatibility with PostgreSQL 9.1
#11 opened by mreithub - 0
Figure out if time offsets between servers in a cluster cause issues with the log's integrity
#12 opened by mreithub - 1
- 2
Do some error handling
#4 opened by mreithub - 0
- 0
- 0
Try to get rid of the `hstore` dependency
#1 opened by mreithub - 1
enable `CREATE EXTENSION` for non superusers
#6 opened by mreithub - 0
Allow `NULL` values for table's log interval
#7 opened by mreithub