aboutsummaryrefslogtreecommitdiff
path: root/src/namestore/plugin_namestore_postgres.c
AgeCommit message (Expand)Author
2018-05-20check return values from GNSRECORD_record_serialize/size alwaysChristian Grothoff
2018-05-02comma missingChristian Grothoff
2018-05-02implement UPSERT instead of DELETE+INSERT to reduce number of DB transactionsChristian Grothoff
2018-05-01more extensive namestore tests for the non-sqlite plugins, with bugfixesChristian Grothoff
2018-04-30bigChristian Grothoff
2018-04-30eliminate use of OFFSET in namestore DB queriesChristian Grothoff
2018-04-25extend namestore API to enable faster iterations by returning more than one r...Christian Grothoff
2018-04-23more incremental processing of zoneimporterChristian Grothoff
2018-04-17use namestore API for zone import instead of using plugin directlyChristian Grothoff
2018-04-15add transactions to namestore plugin APIChristian Grothoff
2018-04-11support async commitChristian Grothoff
2018-04-11need zone here, not sure how this worked before...Christian Grothoff
2018-04-10minor bugfixesChristian Grothoff
2018-04-10more work on gnunet-zoneimport, some bugfix in flat namestore, misc. style fixesChristian Grothoff
2017-06-23fix misc namestore crashes from pq migrationChristian Grothoff
2017-06-23namestore: postgres: fix iterating over zoneDaniel Golle
2017-06-11rename GNUNET_PQ_QueryStatus to GNUNET_DB_QueryStatusChristian Grothoff
2017-06-02libgnunetpostgres no longer needed hereChristian Grothoff
2017-06-02improve namestore postgres plugin to use libgnunetpq moreChristian Grothoff
2017-06-01adding more good helpers to libgnunetpqChristian Grothoff
2016-10-13namestore: postgres: use IF NOT EXISTS to avoid error messagesDaniel Golle
2016-07-08-avoid calling memcpy() with NULL argument, even if len is 0Christian Grothoff
2016-02-06make some more use of libgnunetpqChristian Grothoff
2016-01-19-fix (C) noticesChristian Grothoff
2015-06-30fix #3869: outdated FSF addressChristian Grothoff
2015-02-07-bringing copyright tags up to FSF standardChristian Grothoff
2013-12-17-fix #3220: typo in SQLChristian Grothoff
2013-10-28extended plugin api to support lookup functionMatthias Wachs
2013-10-16-finishing split of namestore into namestore and namecache (#3065) -- in theo...Christian Grothoff
2013-10-16-another renaming fest for GNUNET_NAMESTORE_ to GNUNET_GNSRECORD_ symbols tha...Christian Grothoff
2013-10-16-rename fest for symbols moved from GNUNET_NAMESTORE_ to new GNUNET_GNSRECORD...Christian Grothoff
2013-10-16-moving code to new libgnunetgnsrecord in preparation for addressing #3052Christian Grothoff
2013-10-10separating ECC crypto into functions/structs for ECDHE, ECDSA and EDDSAChristian Grothoff
2013-10-08fixed #2987 -- at least the testcases now passChristian Grothoff
2013-10-08towards implementing postgres backend for namestore (#2987)Christian Grothoff
2013-10-08-bump name to 97Christian Grothoff
2013-10-06-remove trailing whitespaceChristian Grothoff
2013-09-16fix: fail to compileMatthias Wachs
2013-09-13splitting 'struct GNUNET_CRYPTO_EccPublicKey' into one struct for signing and...Christian Grothoff
2013-08-22ported postgres plugin to new API to get it to compileMatthias Wachs
2013-08-11changing time measurement from milliseconds to microsecondsChristian Grothoff
2013-08-06moving to new, fixed-size encoding of public and private ECC keys everywhere,...Christian Grothoff
2013-05-29-switching GNS from RSA to ECCChristian Grothoff
2012-09-28-simplifyChristian Grothoff
2012-06-28-more namestore service cleanup -- wipChristian Grothoff
2012-06-25trying to fix #2458, largely worksChristian Grothoff
2012-06-12completed postgres plugin for namestore serviceChristian Grothoff
2012-06-11-first draft of postgres namestore plugin (#2157)Christian Grothoff