summaryrefslogtreecommitdiff
path: root/src/backenddb/plugin_merchantdb_postgres.c
AgeCommit message (Expand)Author
2017-06-08refund_fee is returned to the callback when fetchingMarcello Stanisci
2017-06-08increase_refund_for_contract skeletonMarcello Stanisci
2017-06-08get refunds from database, only testing for zero rows returned.Marcello Stanisci
2017-06-08fix "insufficient data left in message" from PostgresqlMarcello Stanisci
2017-06-07refund fee stored along depositMarcello Stanisci
2017-06-07fix refund cb callMarcello Stanisci
2017-06-07comments + passing refund reason to refund cbMarcello Stanisci
2017-06-07adding function getting refund dataMarcello Stanisci
2017-06-04fix more leaksChristian Grothoff
2017-06-04fix misc memory leaksChristian Grothoff
2017-06-04no longer need to link against libgnunetpostgresChristian Grothoff
2017-06-04fix merge issue: proposal_data -> contract_terms renameChristian Grothoff
2017-06-04moving database backend to modern PQ APIChristian Grothoff
2017-06-02more diagnostics when storing/retrieving contract termsMarcello Stanisci
2017-05-29rename proposal_data to contract_terms (see #4879)Florian Dold
2017-05-02Addressing #4877Marcello Stanisci
2017-04-24add cherry-pick like query used in /history. This APIMarcello Stanisci
2017-04-18fix db testcase due to queries in the futureMarcello Stanisci
2017-04-18adding db method to query proposal data "in the future"Marcello Stanisci
2017-04-18adding option to lookup history entries in the future.Marcello Stanisci
2017-03-29Still on renaming (#4877)Marcello Stanisci
2017-03-29renaming variablesMarcello Stanisci
2017-03-24logging, db minor fixMarcello Stanisci
2017-03-23Fix #4970.Marcello Stanisci
2017-03-23Fix signature of db callback.Marcello Stanisci
2017-03-20'start' and 'nrows' not hardcoded anymore in testcase.Marcello Stanisci
2017-03-20Fix db testcase against newest plugin.Marcello Stanisci
2017-03-20fix limit bindingChristian Grothoff
2017-03-19Fix indentation.Marcello Stanisci
2017-03-17FETCH FIRST arg ROW ONLY -> LIMIT arg, in prepared statement,Marcello Stanisci
2017-03-17helper db methods for /history. Prepared statements haveMarcello Stanisci
2017-03-07Merge branch 'master' of taler.net:merchantMarcello Stanisci
2017-03-07DB provides lookup of proposal data based on proposal data'sMarcello Stanisci
2017-03-06avoid memory leak on DB connect errorChristian Grothoff
2017-03-01/history returns latest records first.Marcello Stanisci
2017-02-28/history elements are returned with ORDER BY.Marcello Stanisci
2017-02-27Fix #4925.Marcello Stanisci
2017-02-23Modify /history API and DB table for order_id-proposal_dataMarcello Stanisci
2017-02-11Back out early if we can't connect to postgres dbFlorian Dold
2017-02-10Fix track API tests.Marcello Stanisci
2017-02-10Fixing testcases according to the renaming occurredMarcello Stanisci
2017-02-08Fix backenddbMarcello Stanisci
2017-02-07More fixes on renaming, mostly in db.Marcello Stanisci
2017-02-07Huge renaming about removing transaction_id useMarcello Stanisci
2017-02-06Fix backenddb tests after renamingMarcello Stanisci
2017-02-06Renaming the DB and /history.Marcello Stanisci
2017-02-03Renaming proposal data db operationsMarcello Stanisci
2016-12-13Removing leftoverMarcello Stanisci
2016-12-12Unifying map-in and map-out handlesMarcello Stanisci
2016-12-12Not handling unique_violation as error within postgres_store_map()Marcello Stanisci