clair/database
Quentin Machu b0142e1982 database: reduce pruneLocks/Unlock transaction.
pruneLocks could create deadlocked transactions on PostgreSQL if multiple locks expired and pruneLocks is called by multiple instances. Also adds some logging.
2015-11-16 12:06:42 -05:00
..
database_test.go Initial commit 2015-11-13 14:11:28 -05:00
database.go Initial commit 2015-11-13 14:11:28 -05:00
flag_test.go Initial commit 2015-11-13 14:11:28 -05:00
flag.go Initial commit 2015-11-13 14:11:28 -05:00
layer_test.go Initial commit 2015-11-13 14:11:28 -05:00
layer.go Initial commit 2015-11-13 14:11:28 -05:00
lock_test.go database: reduce pruneLocks/Unlock transaction. 2015-11-16 12:06:42 -05:00
lock.go database: reduce pruneLocks/Unlock transaction. 2015-11-16 12:06:42 -05:00
notification_test.go Initial commit 2015-11-13 14:11:28 -05:00
notification.go Initial commit 2015-11-13 14:11:28 -05:00
os_mapping.go Initial commit 2015-11-13 14:11:28 -05:00
package_test.go Initial commit 2015-11-13 14:11:28 -05:00
package.go database: reduce InsertPackages transaction 2015-11-13 18:06:01 -05:00
requests.go Initial commit 2015-11-13 14:11:28 -05:00
vulnerability_test.go Initial commit 2015-11-13 14:11:28 -05:00
vulnerability.go Initial commit 2015-11-13 14:11:28 -05:00