aboutsummaryrefslogtreecommitdiff
path: root/src/pq
Commit message (Expand)AuthorAge
* PG: do not return NOTIFY prefix in GNUNET_PG_get_event_notify_channel, comman...Christian Grothoff2023-02-05
* PQ: remove duplicated comments, and send stderr from psql to /dev/nullChristian Grothoff2023-02-05
* PQ: use exponential back-off when reconnecting to the database to listen on e...Christian Grothoff2023-01-09
* UTIL: Allow only inlcusion of util glib-style.Martin Schanzenbach2022-12-04
* BUILD: Attempt to disentable platform.h, gnunet_common.h and gnunet_private_c...Martin Schanzenbach2022-12-04
* typoChristian Grothoff2022-11-23
* add function to compute channel name for notificationsChristian Grothoff2022-11-23
* add versioning.sqlChristian Grothoff2022-11-16
* fix #7374Christian Grothoff2022-10-18
* -fix conflictMartin Schanzenbach2022-10-18
|\
| * -DOC: Documentation cleanup pass through PQ library (Postgres?)Willow Liquorice2022-10-03
* | -avoid grow-by-one in statement preparationsChristian Grothoff2022-10-12
* | -remove unnecessary and badly used extra argument in postgres statement prepa...Christian Grothoff2022-10-12
|/
* NAMESTORE: Towards proper transactional locksMartin Schanzenbach2022-09-23
* enable non-numbered sql statement executionChristian Grothoff2022-07-24
* do not crash if psql is interrupted with CTRL-CChristian Grothoff2022-07-21
* -nicer loggingChristian Grothoff2022-04-30
* -libgnunetpq needs version bumpChristian Grothoff2022-04-08
* -logging, minor memory leak fixChristian Grothoff2022-03-30
* -fix leakChristian Grothoff2021-12-29
* fixChristian Grothoff2021-12-16
* introducing GNUNET_TIME_TimestampChristian Grothoff2021-12-14
* add bool type to libgnunetpqChristian Grothoff2021-12-05
* ignore prepared statement failures if statement is already known to enable co...Christian Grothoff2021-11-30
* Merge branch 'master' of git+ssh://git.gnunet.org/gnunetChristian Grothoff2021-11-25
|\
| * -avoid warningsChristian Grothoff2021-11-21
* | fix event loop subscriptions on DB reconnectChristian Grothoff2021-11-25
|/
* subscribes are not reference counted by postgres, only subscribe/unsubscribe ...Christian Grothoff2021-11-17
* -better loggingChristian Grothoff2021-11-06
* add logging for DB perf analysisChristian Grothoff2021-10-28
* -style fixesChristian Grothoff2021-10-23
* PQ: implementing #7014: support testing database version is currentChristian Grothoff2021-09-23
* improve error message and inherit stderr as suggested by FlorianChristian Grothoff2021-08-28
* further simplify libgnunetpq event API and implementation, also trigger event...Christian Grothoff2021-08-25
* -remove dead flagChristian Grothoff2021-08-23
* -simplify libgnunetpq to only support single-threaded applications that do us...Christian Grothoff2021-08-22
* -prepend X to ensure identifiers do not start with a numberChristian Grothoff2021-08-22
* -swap WARNING/ERROR to fix #6991Christian Grothoff2021-08-18
* -allow NULLChristian Grothoff2021-08-02
* -fix test logicChristian Grothoff2021-08-02
* -fix busy loopChristian Grothoff2021-08-01
* PQ: fix notification API bugsChristian Grothoff2021-08-01
* -move DB-agnostic types to GNUNET_DBChristian Grothoff2021-08-01
* -extend tests, include reconnect handling for eventsChristian Grothoff2021-07-25
* -complete new PQ event implementation, alas undertestedChristian Grothoff2021-07-25
* minimal test for new pq event functionalityChristian Grothoff2021-07-24
* early draft for libgnunetpq event notification supportChristian Grothoff2021-07-24
* -typoChristian Grothoff2021-07-23
* -better DB status checkChristian Grothoff2021-07-23
* -fix ftbfsChristian Grothoff2021-07-21