aboutsummaryrefslogtreecommitdiff
path: root/src/exchangedb/pg_reserves_in_insert.c
AgeCommit message (Collapse)Author
2024-01-08fix long-polling on purses GET with purse refund eventChristian Grothoff
2023-10-29-fix leaksChristian Grothoff
2023-07-30remove wrap_size, obsoleteChristian Grothoff
2023-07-30remove pre-array batch reserves-in insertion logicChristian Grothoff
2023-07-30misc bug fixes in batch insertChristian Grothoff
2023-07-30unify to TEXT instead of mixing TEXT and VARCHARChristian Grothoff
2023-07-30-remove _tuple suffixChristian Grothoff
2023-07-28FAILING attempt to make echange.reserve use taler_amountÖzgür Kesim
Fails with > TALER_PREFIX=/usr/local ./test-exchangedb-postgres 2023-07-28T19:02:25.150845+0200 /home/oec/projects/taler/exchange/src/exchangedb/.libs/test-exchangedb-postgres-2559159 WARNING Could not run PSQL on file /usr/local/share/taler//sql/exchange/drop.sql: psql exit code was 3 2023-07-28T19:02:32.488085+0200 pq-2559159 ERROR Query `call_withdraw' failed with result: invalid input syntax for type bigint: "(1,1000)"/(null)/ERROR: invalid input syntax for type bigint: "(1,1000)" CONTEXT: PL/pgSQL function exchange_do_withdraw(bytea,taler_amount,bytea,bytea,bytea,bytea,bytea,bigint,bigint,boolean) line 23 at SQL statement /PGRES_FATAL_ERROR/ERROR: invalid input syntax for type bigint: "(1,1000)" CONTEXT: PL/pgSQL function exchange_do_withdraw(bytea,taler_amount,bytea,bytea,bytea,bytea,bytea,bigint,bigint,boolean) line 23 at SQL statement 2023-07-28T19:02:32.488146+0200 /home/oec/projects/taler/exchange/src/exchangedb/.libs/test-exchangedb-postgres-2559159 ERROR Assertion failed at test_exchangedb.c:1428.
2023-06-23fix #7870Christian Grothoff
2023-05-18array-based do_reserves_in_insertChristian Grothoff
2023-05-18use external helper for conversion also for KYCAIDChristian Grothoff
2023-04-22simplify batch insert: no cursor where not required, replace ↵Christian Grothoff
out_reserve_found with ruuid being allowed to remain NULL
2023-04-22misc bugfixes in reserves_in batch logicChristian Grothoff
2023-04-21clean up reserve_get logicChristian Grothoff
2023-04-18fix some major bugs in pg_reserves_in_insertChristian Grothoff
2023-03-31fix exchangedb build errorsChristian Grothoff
2023-03-27nothing to updateJoseph
2023-03-27New spi filesJoseph
2023-02-21-misc minor bugfixesChristian Grothoff
2023-02-12-more work on AML triggers for P2P transfersChristian Grothoff
2023-02-05-debugging batch reserves_in notification logic: success: pg_notify does not ↵Christian Grothoff
work, identifier vs. string
2023-02-05-fix FTBFS of exchange testChristian Grothoff
2023-02-05exchangedb: use partial index instead of materialized tables ↵Christian Grothoff
deposits_by_ready and deposits_by_matching; remove now broken code; rename benchmarks to use perf_-prefix and correspond to function they benchmark
2023-01-16fix for foreign key constraint problem for free purses on purse creation ↵Christian Grothoff
from reserve
2022-11-21some modifications on batch_test for reserves_inJoseph
2022-11-15new testJoseph
2022-11-14remove more functionsJoseph