aboutsummaryrefslogtreecommitdiff
path: root/src/psycstore/plugin_psycstore_postgres.c
Commit message (Collapse)AuthorAge
* allow NULL fields for varsizeChristian Grothoff2017-06-25
|
* start to fix some test issues with postgres psycstoreChristian Grothoff2017-06-25
|
* rename GNUNET_PQ_QueryStatus to GNUNET_DB_QueryStatusChristian Grothoff2017-06-11
|
* removing dead libgnunetpostgresChristian Grothoff2017-06-06
|
* Fixes.Jeffrey Burdges2017-06-05
| | | | | I left the ?? comments because someone should probably change how return values are handled
* Final changes to switch to PQ form.Jeffrey Burdges2017-06-05
| | | | Again the ?? comments should be investigated
* Switch fragment_row to PQ callback formJeffrey Burdges2017-06-05
| | | | | | | | 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.
* Do singleton select statementsJeffrey Burdges2017-06-03
|
* Do non-select statementsJeffrey Burdges2017-06-03
|
* Oops.Jeffrey Burdges2017-06-03
|
* Jeff in sed modeJeffrey Burdges2017-06-03
|
* adding more good helpers to libgnunetpqChristian Grothoff2017-06-01
|
* psycstore: postgres: add LENGTH checks for signature and purposeDaniel Golle2016-10-18
|
* psycstore: postgres: introduce LENGTH check for pub_key fieldDaniel Golle2016-10-18
|
* psycstore: postgres: remove size modifier from BYTEA fieldsDaniel Golle2016-10-12
| | | | ERROR: type modifier is not allowed for type "bytea"
* psycstore: fix postgresGabor X Toth2016-10-12
|
* psycstore: postgres fixesGabor X Toth2016-10-12
|
* psycstore: postgres fixesGabor X Toth2016-10-12
|
* psycstore/postgres: fix return value checks, use template1 db for testsGabor X Toth2016-10-12
|
* psycstore: sync postgres plugin with mysql, fix indentionDaniel Golle2016-10-10
|
* psycstore: fix puckish copy&paste in postgres pluginDaniel Golle2016-09-30
|
* psycstore: add postgres database pluginDaniel Golle2016-09-30
botched up based on mysql plugin. still mostly untested...