aboutsummaryrefslogtreecommitdiff
path: root/src/datastore/plugin_datastore_postgres.c
Commit message (Expand)AuthorAge
* fix possibility of NULL result for empty databaseChristian Grothoff2019-02-19
* 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
* better indentation, nicer formatting of SQLChristian Grothoff2018-06-06
* first batch of license fixes (boring)psyc://loupsycedyglgamf.onion/~lynX2018-06-05
* rename GNUNET_PQ_QueryStatus to GNUNET_DB_QueryStatusChristian Grothoff2017-06-11
* finish datastore pq refactoringChristian Grothoff2017-06-04
* more pq workChristian Grothoff2017-06-03
* adding more good helpers to libgnunetpqChristian Grothoff2017-06-01
* [datastore] Create remove plugin API callDavid Barksdale2017-04-16
* [datastore] Combine put and update plugin APIsDavid Barksdale2017-04-16
* [datastore] Return and update replicationDavid Barksdale2017-03-22
* [datastore] Fix #3743David Barksdale2017-03-19
* we use CREATE INDEX IF NOT EXITS, this requires postgres>=9.6, bump dependenc...Christian Grothoff2017-03-09
* Restrict update to positive priority deltasDavid Barksdale2017-02-20
* datastore: postgres: use IF NOT EXISTS to avoid error messagesDaniel Golle2016-10-13
* -avoid calling memcpy() with NULL argument, even if len is 0Christian Grothoff2016-07-08
* -bugfix, adding comments, fixing indentChristian Grothoff2016-03-14
* make some more use of libgnunetpqChristian Grothoff2016-02-06
* -fix (C) noticesChristian Grothoff2016-01-19
* fix #3869: outdated FSF addressChristian Grothoff2015-06-30
* Convert datastore plugin API to asynchronousDavid Barksdale2015-03-21
* -bringing copyright tags up to FSF standardChristian Grothoff2015-02-07
* Workaround emscripten bug in returning int64_tDavid Barksdale2015-01-06
* Include libpq-fe.h instead of postgres/libpq-fe.h.Sree Harsha Totakura2014-08-08
* -doxygenChristian Grothoff2014-06-08
* malloc -> newLRN2013-12-19
* -remove trailing whitespaceChristian Grothoff2013-10-06
* changing time measurement from milliseconds to microsecondsChristian Grothoff2013-08-11
* -consistently use struct GNUNET_HashCodeChristian Grothoff2012-06-12
* -fixChristian Grothoff2012-04-02
* -removing legacy #ifdefsChristian Grothoff2012-04-01
* -doxygenChristian Grothoff2012-03-23
* -check return codeChristian Grothoff2012-03-23
* adding libgnunetpostgres for shared postgres functionality between postgres d...Christian Grothoff2012-03-22
* -docsChristian Grothoff2012-03-22
* -implementing get_keys for postgresChristian Grothoff2011-12-17
* LRN: Use GNUNET_EXTRA_LOGGING to manage compile-time logging callsChristian Grothoff2011-10-04
* doxygenChristian Grothoff2011-09-02
* run indent twice, it alternates between two 'canonical' forms, also run white...Christian Grothoff2011-08-29
* indentationChristian Grothoff2011-08-15
* indentationChristian Grothoff2011-08-15
* use postgres PRNG also on insertionChristian Grothoff2011-08-02
* voidretChristian Grothoff2011-07-16
* doxygenChristian Grothoff2011-06-13
* fixing datastore schema for future change for improved performanceChristian Grothoff2011-06-10
* fixChristian Grothoff2011-05-06
* datastore and fs fixes from EasterChristian Grothoff2011-04-26
* fixesChristian Grothoff2011-04-15