exchange/src/exchangedb
2022-02-04 15:37:30 +01:00
..
.gitignore major rework of withdraw transaction to use stored procedure and (presumably) reduce serialization failures by avoiding SELECT before INSERT 2021-12-05 17:16:00 +01:00
bench_db.c -fix balance calculation 2021-12-06 16:37:32 +01:00
bench-db-postgres.conf -simple DB benchmark 2021-11-29 00:17:09 +01:00
benchmark-0000.sql benchmark skeleton 2021-11-28 19:52:59 +01:00
benchmark-0001.sql -simple DB benchmark 2021-11-29 00:17:09 +01:00
drop0001.sql drop extensions table 2022-01-08 19:45:19 +01:00
exchange-0000.sql typos 2020-03-31 20:57:11 +02:00
exchange-0001.sql [age restriction] progress 12/n 2022-01-21 15:41:02 +01:00
exchangedb_accounts.c -fix doxygen 2021-08-04 08:39:19 +02:00
exchangedb_plugin.c -cleanup 2021-12-28 15:36:26 +01:00
exchangedb_transactions.c -rename TALER_amount_get_zero to TALER_amount_set_zero 2021-07-23 13:02:04 +02:00
exchangedb-postgres.conf also cover drop/restart cases with psql logic 2020-01-17 12:25:11 +01:00
exchangedb.conf misc doxygen fixes 2020-12-20 17:10:09 +01:00
irbt_callbacks.c protocol v12 changes (/recoup split, signature changes) plus database sharding plus O(n^2)=>O(n) worst-case complexity reduction on coin balance checks 2021-12-25 13:56:40 +01:00
lrbt_callbacks.c protocol v12 changes (/recoup split, signature changes) plus database sharding plus O(n^2)=>O(n) worst-case complexity reduction on coin balance checks 2021-12-25 13:56:40 +01:00
Makefile.am benchmark skeleton 2021-11-28 19:52:59 +01:00
plugin_exchangedb_common.c distinguish between blind and non-blind denomination signatures 2021-10-31 17:56:56 +01:00
plugin_exchangedb_postgres.c improvements in extension handling 2022-01-22 00:26:43 +01:00
test_exchangedb.c implement feedback 2022-02-04 15:37:30 +01:00
test-exchange-db-postgres.conf address most FIXMEs in pg plugin 2021-10-29 11:35:34 +02:00