aboutsummaryrefslogtreecommitdiff
path: root/src/psycstore/plugin_psycstore_postgres.c
AgeCommit message (Collapse)Author
2018-06-07paragraph for gnunet devs that don't know how to use the webpsyc://loupsycedyglgamf.onion/~lynX
2018-06-07glitch in the license text detected by hyazinthe, thank you!psyc://loupsycedyglgamf.onion/~lynX
2018-06-05first batch of license fixes (boring)psyc://loupsycedyglgamf.onion/~lynX
2017-06-25allow NULL fields for varsizeChristian Grothoff
2017-06-25start to fix some test issues with postgres psycstoreChristian Grothoff
2017-06-11rename GNUNET_PQ_QueryStatus to GNUNET_DB_QueryStatusChristian Grothoff
2017-06-06removing dead libgnunetpostgresChristian Grothoff
2017-06-05Fixes.Jeffrey Burdges
I left the ?? comments because someone should probably change how return values are handled
2017-06-05Final changes to switch to PQ form.Jeffrey Burdges
Again the ?? comments should be investigated
2017-06-05Switch fragment_row to PQ callback formJeffrey Burdges
Christian or Gabor: Please check the comments containing ?? Also, I'm using stack based closures here because the scheduler cannot be invoked. In general, this sort of thing works well in Rust, but looks dangerous in C.
2017-06-03Do singleton select statementsJeffrey Burdges
2017-06-03Do non-select statementsJeffrey Burdges
2017-06-03Oops.Jeffrey Burdges
2017-06-03Jeff in sed modeJeffrey Burdges
2017-06-01adding more good helpers to libgnunetpqChristian Grothoff
2016-10-18psycstore: postgres: add LENGTH checks for signature and purposeDaniel Golle
2016-10-18psycstore: postgres: introduce LENGTH check for pub_key fieldDaniel Golle
2016-10-12psycstore: postgres: remove size modifier from BYTEA fieldsDaniel Golle
ERROR: type modifier is not allowed for type "bytea"
2016-10-12psycstore: fix postgresGabor X Toth
2016-10-12psycstore: postgres fixesGabor X Toth
2016-10-12psycstore: postgres fixesGabor X Toth
2016-10-12psycstore/postgres: fix return value checks, use template1 db for testsGabor X Toth
2016-10-10psycstore: sync postgres plugin with mysql, fix indentionDaniel Golle
2016-09-30psycstore: fix puckish copy&paste in postgres pluginDaniel Golle
2016-09-30psycstore: add postgres database pluginDaniel Golle
botched up based on mysql plugin. still mostly untested...