issues
search
mreithub
/
pg_recall
Simple PostgreSQL extension that keeps track of changes to certain tables
Other
53
stars
1
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Maybe issue a warning if no cleanup has been done in a while
#24
mreithub
closed
8 years ago
1
Create a Docker image so users can quickly try out the project
#23
mreithub
opened
8 years ago
0
use pg_tap for unit testing
#22
mreithub
opened
8 years ago
0
README.md: split me up
#21
mreithub
opened
8 years ago
1
`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
mreithub
closed
8 years ago
0
PostgreSQL error in trigger function
#19
mreithub
closed
8 years ago
1
Use '%s' as `format()` placeholder for regclass items
#18
mreithub
closed
8 years ago
0
Prepare to upload the project to PGXN
#17
mreithub
opened
8 years ago
0
trigger function: update existing log entry if it exists (to fix the now() issue)
#16
mreithub
closed
8 years ago
1
Think about partitioning the log table
#15
mreithub
opened
8 years ago
2
Range types in PostgreSQL >= 9.2
#14
mreithub
closed
8 years ago
1
consider storing the created tables in a separate schema
#13
mreithub
closed
8 years ago
3
Figure out if time offsets between servers in a cluster cause issues with the log's integrity
#12
mreithub
opened
8 years ago
0
Restore compatibility with PostgreSQL 9.1
#11
mreithub
closed
8 years ago
1
Checking if anything has changed before creating a log entry
#10
mreithub
closed
8 years ago
1
store the time of the last `recall_cleanup()` call in `_recall_config`
#9
mreithub
closed
8 years ago
0
Properly initialize the log table in `recall_enable()`
#8
mreithub
closed
8 years ago
0
Allow `NULL` values for table's log interval
#7
mreithub
closed
8 years ago
0
enable `CREATE EXTENSION` for non superusers
#6
mreithub
closed
8 years ago
1
See if there's a practical way to offer query functions
#5
mreithub
closed
8 years ago
3
Do some error handling
#4
mreithub
closed
8 years ago
2
Add an index to speed up the cleanup process
#3
mreithub
closed
8 years ago
1
Add further tests
#2
mreithub
opened
8 years ago
1
Try to get rid of the `hstore` dependency
#1
mreithub
closed
8 years ago
0