summaryrefslogtreecommitdiff
path: root/src/mintdb/plugin_mintdb_postgres.c
AgeCommit message (Expand)Author
2015-06-03notes on issue #3820Christian Grothoff
2015-06-03ensure consistent order between CREATE, INSERT and SELECT statementsChristian Grothoff
2015-06-03make use of network byte order obviousChristian Grothoff
2015-06-03more documenting, checking for consistency between prepared statements and fu...Christian Grothoff
2015-06-03bad missig space in SQLChristian Grothoff
2015-06-03remarks on #3816Christian Grothoff
2015-06-03remarks on #3814/3815Christian Grothoff
2015-06-03remarks on #3813Christian Grothoff
2015-06-03remarks on #3812Christian Grothoff
2015-06-03remarks on #3812Christian Grothoff
2015-06-03reveal_ok is deadChristian Grothoff
2015-06-03remarks on #3811Christian Grothoff
2015-06-03remarks on #3811Christian Grothoff
2015-06-03remarks on #3810Christian Grothoff
2015-06-03remarks on #3809Christian Grothoff
2015-06-03remarks on #3808Christian Grothoff
2015-06-03document macros, avoid passing useless 'result' argumentChristian Grothoff
2015-06-02-include wallet headers if compiling wallet libraryChristian Grothoff
2015-05-27mintdb postgres: Implement get_refresh_melt().Sree Harsha Totakura
2015-05-27mintdb get_known_coin(): Do not allocate memory for return paramter.Sree Harsha Totakura
2015-05-25mintdb postgres: implement insert_refresh_melt()Sree Harsha Totakura
2015-05-25mintdb postgres: add deposit fee to the denominationsSree Harsha Totakura
2015-05-25mintdb postgres: add get_known_coin() and insert_known_coin()Sree Harsha Totakura
2015-05-16organize #include, remove redundant includesChristian Grothoff
2015-05-16-fix doxygen errorsChristian Grothoff
2015-05-16eliminating ECDSA, replacing with EdDSA-ECDHE-combo in transfer protocolChristian Grothoff
2015-05-15resolve #3717Christian Grothoff
2015-05-15adapt to API changeChristian Grothoff
2015-05-14avoid PG 9.5 dependencyChristian Grothoff
2015-05-14fixing misc sql syntax errorsChristian Grothoff
2015-05-13fix ftbfsChristian Grothoff
2015-05-13towards fixing #3717 and #3633Christian Grothoff
2015-05-10do equivalent update for results that was done to type queries in pq libraryChristian Grothoff
2015-05-09replace macros with functions for better type-checkingChristian Grothoff
2015-05-07pq test skeleton, not finishedChristian Grothoff
2015-05-07extend PQ library to support Absolute time valuesChristian Grothoff
2015-05-07removing extra spaces, correcting argument countsChristian Grothoff
2015-05-07add a few more LENGTH checksChristian Grothoff
2015-05-07capitalize SQL keywordsChristian Grothoff
2015-05-06-mini fixChristian Grothoff
2015-05-06clean up of result processing in postgres logic by expanding pq API to cover ...Christian Grothoff
2015-05-06simplify PG logic by having libtalerpq handle RSA signature/key encodingChristian Grothoff
2015-05-06fixing #3768, using new pq API moreChristian Grothoff
2015-05-04-working a bit on DB, starting to adjust libtalerpq API, not done yetChristian Grothoff
2015-04-30-fix use of uninit memoryChristian Grothoff
2015-04-29mintdb postgres: enforce foreign key on denominationsSree Harsha Totakura
2015-04-29mintdb postgres; implement get_coin_transactions (deposit)Sree Harsha Totakura
2015-04-12-fix misc.Sree Harsha Totakura
2015-04-12mintdb postgres: implement insert_denominationSree Harsha Totakura
2015-04-12mintdb: add fixme #3769: Should coins be made spendable at multiple merchants?Sree Harsha Totakura