aboutsummaryrefslogtreecommitdiff
path: root/src/namestore/plugin_namestore_postgres.c
Commit message (Expand)AuthorAge
* BUILD: Move namestore to serviceMartin Schanzenbach2023-10-19
* NEWS: Refactoring components under src/ into lib/, plugin/, cli/ and service/Martin Schanzenbach2023-10-18
* 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
* modernize namestore postgres plugin, a bitChristian Grothoff2022-11-21
* -make graceful failures DEBUG error messagesMartin Schanzenbach2022-10-22
* -fix conflictMartin Schanzenbach2022-10-18
|\
| * -DOC: Documentation cleanup pass through NAMESTORE subsystemWillow Liquorice2022-10-03
* | -remove unnecessary and badly used extra argument in postgres statement prepa...Christian Grothoff2022-10-12
* | -cleanup various warningsMartin Schanzenbach2022-10-11
* | NAMESTORE: Improve tests; fix reset/init bugMartin Schanzenbach2022-10-04
|/
* -fixMartin Schanzenbach2022-09-30
* NAMESTORE: Add postgres functions for DB setup utilityMartin Schanzenbach2022-09-30
* NAMESTORE: Towards proper transactional locksMartin Schanzenbach2022-09-23
* NAMESTORE: Add select ... for update / edit records APIsMartin Schanzenbach2022-09-23
* NAMESTORE: Add tx API for postgresMartin Schanzenbach2022-09-23
* NAMESTORE: Use a per client database connectionMartin Schanzenbach2022-09-23
* -more gnsrecord APIMartin Schanzenbach2020-10-22
* - towards crypto agility; wipMartin Schanzenbach2020-10-15
* postgres: drop use of 'WITH OIDS'Daniel Golle2020-10-05
* modify GNUNET_PQ_connect_with_cfg to enable flexible loading of .sql filesChristian Grothoff2020-01-24
* tighten formatting rulesChristian Grothoff2019-10-31
* libgnunetpq API change to fix #5733Christian Grothoff2019-10-11
* global reindent, now with uncrustify hook enabledChristian Grothoff2019-10-05
* uncrustify as demanded.ng02019-09-08
* clarifying namestore api (#5458), fixing code duplication and a memory leak w...Christian Grothoff2019-02-13
* src: for every AGPL3.0 file, add SPDX identifier.ng02019-01-14
* paragraph for gnunet devs that don't know how to use the webpsyc://loupsycedyglgamf.onion/~lynX2018-06-07
* glitch in the license text detected by hyazinthe, thank you!psyc://loupsycedyglgamf.onion/~lynX2018-06-07
* first batch of license fixes (boring)psyc://loupsycedyglgamf.onion/~lynX2018-06-05
* check return values from GNSRECORD_record_serialize/size alwaysChristian Grothoff2018-05-20
* comma missingChristian Grothoff2018-05-02
* implement UPSERT instead of DELETE+INSERT to reduce number of DB transactionsChristian Grothoff2018-05-02
* more extensive namestore tests for the non-sqlite plugins, with bugfixesChristian Grothoff2018-05-01
* bigChristian Grothoff2018-04-30
* eliminate use of OFFSET in namestore DB queriesChristian Grothoff2018-04-30
* extend namestore API to enable faster iterations by returning more than one r...Christian Grothoff2018-04-25
* more incremental processing of zoneimporterChristian Grothoff2018-04-23
* use namestore API for zone import instead of using plugin directlyChristian Grothoff2018-04-17
* add transactions to namestore plugin APIChristian Grothoff2018-04-15
* support async commitChristian Grothoff2018-04-11
* need zone here, not sure how this worked before...Christian Grothoff2018-04-11
* minor bugfixesChristian Grothoff2018-04-10
* more work on gnunet-zoneimport, some bugfix in flat namestore, misc. style fixesChristian Grothoff2018-04-10
* fix misc namestore crashes from pq migrationChristian Grothoff2017-06-23
* namestore: postgres: fix iterating over zoneDaniel Golle2017-06-23
* rename GNUNET_PQ_QueryStatus to GNUNET_DB_QueryStatusChristian Grothoff2017-06-11
* libgnunetpostgres no longer needed hereChristian Grothoff2017-06-02
* improve namestore postgres plugin to use libgnunetpq moreChristian Grothoff2017-06-02
* adding more good helpers to libgnunetpqChristian Grothoff2017-06-01