summaryrefslogtreecommitdiff
path: root/src/backenddb
AgeCommit message (Expand)Author
2017-06-06bumping versions for 0.3.0 releasev0.3.0Christian Grothoff
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-13Fix track transfer's response + adjusting tests to it.Marcello 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
2016-12-0995% of /map/in testcaseMarcello Stanisci
2016-12-08Fix prepared statement find_contractMarcello Stanisci
2016-12-08Baking find_contract by hashcode. Invoked in testcase.Marcello Stanisci
2016-12-08Baking hashes to contracts mappingMarcello Stanisci
2016-12-05Fix track-transfer conflict error JSON packagingMarcello Stanisci
2016-11-25skip test cases when plugin can't be loaded due to missing DBFlorian Dold