aboutsummaryrefslogtreecommitdiff
path: root/src/backenddb/plugin_merchantdb_postgres.c
AgeCommit message (Expand)Author
2024-11-10ensure we do not start if the database version is outdated (#9203)Christian Grothoff
2024-10-01fix KYC testChristian Grothoff
2024-09-10add logic to enforce hard limit on order creationChristian Grothoff
2024-09-07work towards taler-merchant-kyccheck helperChristian Grothoff
2024-09-03adjust merchant to exchange API changeChristian Grothoff
2024-06-13Merge branch 'master' into tokens-paymentChristian Blättler
2024-06-06check tokens on idempotent pay requestChristian Blättler
2024-06-06store issued tokens in databaseChristian Blättler
2024-06-06store used tokens in database and prevent double using a tokenChristian Blättler
2024-05-25-more work on categoriesChristian Grothoff
2024-05-25start on implementing protocol v16Christian Grothoff
2024-05-13implement protocol spec v15Christian Grothoff
2024-04-10add db functions to select & insert token family keysChristian Blättler
2024-03-18db: add lookup function for token family keyChristian Blättler
2024-02-09remove reserve/rewardsChristian Grothoff
2024-01-23[ci] fixing CI testing, down to 4 out of 15 failing, WIPÖzgür Kesim
2024-01-22comment out weird code by OecChristian Grothoff
2024-01-21params argument must not be NULLChristian Grothoff
2024-01-20[ci] fixing CI testing, WIPÖzgür Kesim
2024-01-07properly deploy procedures.sql, add trigger for taler-merchant-depositcheck, ...Christian Grothoff
2024-01-06complete taler-merchant-depositcheck, 1st iteration, without testingChristian Grothoff
2024-01-06add taler-merchant-depositcheck to buildChristian Grothoff
2024-01-04remove unnecessary DB interaction in GET private/orders/IDChristian Grothoff
2024-01-02fix reconnect commit statement problemChristian Grothoff
2023-12-23list, update, delete token familiesChristian Blättler
2023-12-23POST /tokenfamilies endpointChristian Blättler
2023-10-18Factor out last 6 functions (shit job)Iván Ávalos
2023-10-18Factor out 16 new functions (shit job)Iván Ávalos
2023-10-17Factor out 15 new functions (shit job)Iván Ávalos
2023-10-13work towards multi-currency supportChristian Grothoff
2023-09-24combine deposit confirmation signatures into one big signatureChristian Grothoff
2023-09-06fix #7936Christian Grothoff
2023-09-06add DB functions for login tokensChristian Grothoff
2023-09-01new CRUD APIs for OTP devices and merchant accounts (fixes #7929, #7824), one...Christian Grothoff
2023-08-22add currency to amounts in merchant DBChristian Grothoff
2023-07-28use amount tuplesChristian Grothoff
2023-07-14do all DB operations from downloading /keys in one shotChristian Grothoff
2023-07-11expand DB API to persist /keysChristian Grothoff
2023-07-10tip -> rewardChristian Grothoff
2023-05-27fix #7846, including adding testChristian Grothoff
2023-05-15Factor out 9 new functions (shit job)Iván Ávalos
2023-05-12Factor out 13 new functions (shit job)Iván Ávalos
2023-05-08Factor out {lookup,delete,insert,update,lock}_product(s) (shit job)Iván Ávalos
2023-05-08Factor out activate_account (shit job)Iván Ávalos
2023-05-08Factor out inactivate_account (shit job)Iván Ávalos
2023-05-08Factor out update_instance_auth (shit_job)Iván Ávalos
2023-05-08Factor out purge_instance and update_instance (shit job)Iván Ávalos
2023-05-08Factor out delete_instance_private_key (shit job)Iván Ávalos
2023-05-08Factor out account_kyc_get_status (shit job)Iván Ávalos
2023-05-08Factor out account_kyc_set_status (shit job)Iván Ávalos