aboutsummaryrefslogtreecommitdiff
path: root/src/pq
Commit message (Expand)AuthorAge
* -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
* -de-deprecateChristian Grothoff2021-07-21
* -debug assistChristian Grothoff2021-06-16
* PQ: update libgnunetpq implementation to avoid duplicated nullable tests and ...Christian Grothoff2021-06-16
* improve loggingChristian Grothoff2021-01-13
* fix MACRO syntax, improve loggingChristian Grothoff2021-01-11
* lower log levelChristian Grothoff2020-12-20
* more loggingChristian Grothoff2020-11-18
* misc spelling issuesChristian Grothoff2020-11-14
* only call PGntuples onceChristian Grothoff2020-10-31
* implement #6524Christian Grothoff2020-10-25
* ensure psql fails hard if there is an error in the SQL (fixes #6437)Christian Grothoff2020-07-22
* avoid boolean flag in GNUNET_OS_start_process() API (fixes #6188)Christian Grothoff2020-07-17
* GNUNET_free_non_null -> GNUNET_freeChristian Grothoff2020-07-05
* add relative_time specsChristian Grothoff2020-04-17
* adapt code to work with latest MHD APIChristian Grothoff2020-04-09
* fix warningsChristian Grothoff2020-04-09
* allow passing of fancy time to timetravel optionChristian Grothoff2020-03-29
* do not log as error, give better messageChristian Grothoff2020-03-13
* do not segv if there is no postgresChristian Grothoff2020-02-24