summaryrefslogtreecommitdiff
path: root/src/exchangedb/plugin_exchangedb_postgres.c
AgeCommit message (Expand)Author
2021-06-19fix batch size adjustment of wirewatcherChristian Grothoff
2021-04-21fix misc doxygen issuesChristian Grothoff
2021-04-14fix #6845Christian Grothoff
2021-01-15remove master_pub from DBChristian Grothoff
2021-01-13fix sync issues, add rudimentary testChristian Grothoff
2021-01-12bugfixes in auditor-sync logicChristian Grothoff
2021-01-10finish irbt_callbacksChristian Grothoff
2021-01-10complete select_serial_by_* SELECT statementsChristian Grothoff
2021-01-10preparing statements for auditor replication logicChristian Grothoff
2021-01-10skeleton for postgres_insert_records_by_tableChristian Grothoff
2021-01-10complete (untested) implementation of lrbt_callbacksChristian Grothoff
2021-01-10fix major bug with SQL statement missing ORDER BY freshcoin_index resulting i...Christian Grothoff
2021-01-09more optimizations of tables with foreign keysChristian Grothoff
2021-01-08change wire_reference to be uint64_t always; more work on lrbt_callbacksChristian Grothoff
2021-01-08use known_coin_id instead of coin_pub, use reserve_out_serial_id/rrc_serial i...Christian Grothoff
2021-01-08use auditor_uuid instead of auditor_pub as foreign keyChristian Grothoff
2021-01-08change exchange database to use denominations_serial instead of denom_pub_has...Christian Grothoff
2021-01-05schema update in preparation of exchange-auditor database replication logicChristian Grothoff
2020-12-26fix bad callChristian Grothoff
2020-12-26init memberChristian Grothoff
2020-12-26implement #6161Christian Grothoff
2020-12-25address FIXMEsChristian Grothoff
2020-12-22integrate auditor signature check logic with taler-helper-auditor-coinsChristian Grothoff
2020-12-22address FIXME: pass session when iterating over denominationsChristian Grothoff
2020-12-20remove fixme, function remains in use"Christian Grothoff
2020-12-20misc doxygen fixesChristian Grothoff
2020-12-17update auditordb and test logic to work with new key separation logic (#6175)Christian Grothoff
2020-12-12fix misc bugsChristian Grothoff
2020-12-10implement POST /managment/keysChristian Grothoff
2020-12-09work on new logic to generate /wire responseChristian Grothoff
2020-12-06expand exchangedb plugin for new /keys logicChristian Grothoff
2020-12-01more management API tests and bugfixesChristian Grothoff
2020-11-30doxygen fixesChristian Grothoff
2020-11-29more DB functions for new /management/ endpointsChristian Grothoff
2020-11-29more work on DB plugin for managemetn APIChristian Grothoff
2020-11-29work on DB logic, add auditor_name to /management/auditors APIChristian Grothoff
2020-11-27first draft for POST /management/keysChristian Grothoff
2020-11-14more work on crypto RSA helperChristian Grothoff
2020-10-22fix doxygenChristian Grothoff
2020-08-13remove optimization combining two SQL statements on reserve update as it coul...Christian Grothoff
2020-08-12fix refund handling: allow refund increases for the same coinChristian Grothoff
2020-08-10experimental fix to #6452: merge two SQL statements into oneChristian Grothoff
2020-08-08postgres documentation suggests to avoid 'FOR UPDATE' with serializable trans...Christian Grothoff
2020-07-10remove unused/unusable coin_sig, return correct coin_pub in recoup-reveal fai...Christian Grothoff
2020-07-08synchronize with latest GANAChristian Grothoff
2020-07-08add h_denom_pub to deposit signaturesChristian Grothoff
2020-07-08simplify DB access: do not fetch fields we do not needChristian Grothoff
2020-07-05GNUNET_free_non_null is gone, use GNUNET_freeChristian Grothoff
2020-07-05fix error reporting/handlingChristian Grothoff
2020-07-05towards changing timestamp in deposit confirmation (tests failing)Christian Grothoff