summaryrefslogtreecommitdiff
path: root/src/backenddb/plugin_merchantdb_postgres.c
AgeCommit message (Expand)Author
2017-10-24add testcases for merchantdb tipping functions, fix bugs foundChristian Grothoff
2017-10-24implementing backenddb logic for tipping (not tested)Christian Grothoff
2017-10-23add SQL for postgres_enable_tip_reserveChristian Grothoff
2017-10-23implement postgres_enable_tip_reserve (but SQL statemets are missing)Christian Grothoff
2017-10-23add new functions for tipping (unimplemented) to merchantdbChristian Grothoff
2017-10-06check return value from TALER_amount_get_zeroChristian Grothoff
2017-10-06check return value from TALER_JSON_hashChristian Grothoff
2017-09-02fix bad nesting of transactions during /pay processingChristian Grothoff
2017-09-02properly drop exchange_wire_fees table in testChristian Grothoff
2017-09-02fix testcase, refund array is boxed in a refund_permissions field of the main...Christian Grothoff
2017-08-31fix refund test and logic: if refund is smaller than refund that was previous...Christian Grothoff
2017-08-31fix #5127Christian Grothoff
2017-08-27fix refund generation (hopefully)Florian Dold
2017-07-22/history issue testcaseMarcello Stanisci
2017-07-21more loggingChristian Grothoff
2017-07-20implementing backend logic to lookup wire fees (for #4943)Christian Grothoff
2017-07-16making testcase pass to new "flagged as paid" policyMarcello Stanisci
2017-07-16flagging proposal as paid (#5054)Marcello Stanisci
2017-07-14add UNIQUE constraint on BIGSERIAL columns as that is not automatic in PostgresChristian Grothoff
2017-07-04fix #4955Christian Grothoff
2017-07-01fix two minor typos / build compatibiltiy issuesChristian Grothoff
2017-07-01implement first part of #4943: persist wire transfer fees of exchange in DBChristian Grothoff
2017-06-29fixing misc. FIXMEs, some style issues, and mostly DB return value handling t...Christian Grothoff
2017-06-29fix fixmeChristian Grothoff
2017-06-29FIXMEMarcello Stanisci
2017-06-27get backenddb tests to pass againChristian Grothoff
2017-06-27more #5010-related work on backenddbChristian Grothoff
2017-06-27fix logical order of functionsChristian Grothoff
2017-06-27get rid of select *, remove fixme that is no longer neededChristian Grothoff
2017-06-27remove dead macrosChristian Grothoff
2017-06-25convert merchant postgres plugin (in large parts) to latest PQ API as part of...Christian Grothoff
2017-06-22reject non increasing amountsMarcello Stanisci
2017-06-21diagnosticsMarcello Stanisci
2017-06-21diagnosticsMarcello Stanisci
2017-06-20fix dbMarcello Stanisci
2017-06-20refund fee columnt into refund table, breaks db testsMarcello Stanisci
2017-06-20fix hanging dbMarcello Stanisci
2017-06-14Implementing POST /refund logic.Marcello Stanisci
2017-06-14refund table takes merchant public key tooMarcello Stanisci
2017-06-13Add error when coins are not sufficient to pay a refundMarcello Stanisci
2017-06-13- only commit refund if amount refunded per coin is > zeroMarcello Stanisci
2017-06-13loggingMarcello Stanisci
2017-06-13fix detection of subsequent refunds lesser thatn previous ones.Marcello Stanisci
2017-06-13drop refund tableMarcello Stanisci
2017-06-13fix check of db returned status (INSERT returns 1)Marcello Stanisci
2017-06-13fix table definitionMarcello Stanisci
2017-06-12calling insert_refund, fail with "insufficient data left in message"Marcello Stanisci
2017-06-12comments, plus invalidating testcase as reminder ofMarcello Stanisci
2017-06-12SQL syntaxMarcello Stanisci
2017-06-12inserting refunds into their table, not testedMarcello Stanisci