aboutsummaryrefslogtreecommitdiff
path: root/src/pq
Commit message (Collapse)AuthorAge
* -avoid warningsChristian Grothoff2021-11-21
|
* subscribes are not reference counted by postgres, only subscribe/unsubscribe ↵Christian Grothoff2021-11-17
| | | | once per connection
* -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 ↵Christian Grothoff2021-08-25
| | | | events on 'loopback' that are not socket-activated
* -remove dead flagChristian Grothoff2021-08-23
|
* -simplify libgnunetpq to only support single-threaded applications that do ↵Christian Grothoff2021-08-22
| | | | use the scheudler (when using event API)
* -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
| | | | to allow for the actual field name to differ from the fname, as done for example by the Taler amounts which are split over two DB fields
* 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
|
* fix return valueChristian Grothoff2020-02-24
|
* logChristian Grothoff2020-02-24
|
* support versioning schema dropChristian Grothoff2020-02-24
|
* improve log messageChristian Grothoff2020-02-17
|
* use versioning schema to only load database schema patches if not yet ↵Christian Grothoff2020-02-09
| | | | covered according to versioning table
* use NULL value in load_path_suffix to NOT load any filesChristian Grothoff2020-02-09
|
* fix bug *AGAIN*, could swear I fixed this one before... strangeChristian Grothoff2020-02-03
|