summaryrefslogtreecommitdiff
path: root/src/exchangedb/plugin_exchangedb_postgres.c
AgeCommit message (Expand)Author
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
2020-04-24fix invariant checkChristian Grothoff
2020-04-23add invariant checks for #6214Christian Grothoff
2020-04-22fix #6200Christian Grothoff
2020-04-08fix #6170 and rest of #6164Christian Grothoff
2020-03-31typosCodeBlau-NGI-2019Christian Grothoff
2020-03-26fix recoup-refresh audit logicChristian Grothoff
2020-03-26fix SQL statementsChristian Grothoff
2020-03-20more statistics, make explicit table lock optional, can hurt performance badlyChristian Grothoff
2020-03-20fix critical bug in transaction history query for recoup-refreshFlorian Dold
2020-03-16style fixesChristian Grothoff
2020-03-15move common logic to parse currency into libtalerutilChristian Grothoff
2020-03-07code cleanup (comments, scoping, naming, indentation)Christian Grothoff
2020-03-05new coins => fresh coins, also move comments into the database itselfChristian Grothoff
2020-03-05rename for consistencyChristian Grothoff
2020-03-05clean up comments, renaming for clarityChristian Grothoff
2020-03-04more renamingChristian Grothoff
2020-03-04minor code clean up, renaming for consistencyChristian Grothoff
2020-02-29big rename fest related to #6067 API renamingChristian Grothoff
2020-02-09rename SQL files to make filenames consistent with versioning nameChristian Grothoff
2020-02-09avoid duping configuration, start to use PQ_connect_with_cfgChristian Grothoff