aboutsummaryrefslogtreecommitdiff
path: root/src/mintdb/plugin_mintdb_postgres.c
AgeCommit message (Collapse)Author
2015-06-11fixing #3821Christian Grothoff
2015-06-11fixing #3817Christian Grothoff
2015-06-11use execution time for transactions, but expiration time for reserve summary ↵Christian Grothoff
(fixes #3809)
2015-06-11fix #3825Christian Grothoff
2015-06-11-testcases are good thing...Christian Grothoff
2015-06-11fixing #3810Christian Grothoff
2015-06-11fixing #3833Christian Grothoff
2015-06-11fixing #3827Christian Grothoff
2015-06-10adding refs to bugsChristian Grothoff
2015-06-10implementing a few FIXMEs, adding refs to bugs for othersChristian Grothoff
2015-06-10cosmetics, removing FIXME that was already doneChristian Grothoff
2015-06-10use util api as indicated by fixmeChristian Grothoff
2015-06-10use better names than i/jChristian Grothoff
2015-06-10links to bug reports, use TALER_refresh_link_encrypted_encode where ↵Christian Grothoff
appropriate when generating data to insert
2015-06-10typoChristian Grothoff
2015-06-05notes about 3828/3812Christian Grothoff
2015-06-05more docu, bugfixes and bugnotesChristian Grothoff
2015-06-05more docu and bug notesChristian Grothoff
2015-06-05clean up postgres_get_reserve_history logic and improve docuChristian Grothoff
2015-06-05clean up postgres_get_reserve_history logic and improve docuChristian Grothoff
2015-06-05clean up postgres_get_reserve_history logic and improve docuChristian Grothoff
2015-06-05clean up postgres_reserves_in_insert logic and improve docuChristian Grothoff
2015-06-04-style fixesChristian Grothoff
2015-06-04use const, annotate in/out argument, avoid postgres_-prefix for non-exported ↵Christian Grothoff
functions
2015-06-04notes on issue #3823Christian Grothoff
2015-06-04notes on issue #3823Christian Grothoff
2015-06-03comments...Christian Grothoff
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 ↵Christian Grothoff
functional logic
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
Instead populate the fields of the placeholder return variable.
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