提交历史

作者 SHA1 备注 提交日期
  Anthony Messina 9e1ff4488a all: updated FSF address in GPL text 11 年之前
  Peter Dunkley d934a2acd3 modules/db_postgres: Fixes 12 年之前
  Peter Dunkley f1f39db4f8 modules/db_postgres: Added support for database row and table locking to PostgreSQL database module 13 年之前
  Peter Dunkley f207134624 modules/db_postgres: libpq requires null terminated string, but Kamailio internal str type is not (necessarily) null-terminated 13 年之前
  Peter Dunkley 765a538aa9 modules/db_postgres: Retries are disabled within transactions 13 年之前
  Peter Dunkley c4ee278460 modules/db_postgres: Fixed bug in insert/delete/update operations where success is returned when there are some errors 13 年之前
  Peter Dunkley d544b24a6c modules/db_postgres: Added implementation of (start|end|abort)_transaction DB APIs 13 年之前
  Peter Dunkley 732892b20b modules/db_postgres: Replaced init_nopool() with init2() 13 年之前
  Peter Dunkley a03955fff9 modules/db_postgres: Added support for creating new non-pooled DB connections 13 年之前
  Daniel-Constantin Mierla 5db7f650ad db_postgres: implemented custom REPLACE command for DB API v1 13 年之前
  Peter Dunkley 2bd922dba3 modules/db_postgres: Added affect_rows() API to db_postgres 13 年之前
  Daniel-Constantin Mierla 7c10eae725 db_postgres: reconnect tuning in submit query 14 年之前
  Daniel-Constantin Mierla 54d1427019 db_postgres: check result status after query 14 年之前
  Daniel-Constantin Mierla b200828b1f db_postgres: reconnect support for DB API v1 14 年之前
  Jan Janak a7bac3b9ab Various changes to get rid of conflicts and make km_ files compile. 16 年之前
  Jan Janak 3298962b7d Updated filenames of locally includede header files 16 年之前
  Henning Westerholt ec4a6f2a2c - add one DBG log to each drivers error condition, that the mem is freed 16 年之前
  Henning Westerholt cf7e9b08f3 - improve two errors messages, inform the user that the query is aborted 16 年之前
  Henning Westerholt d25ca3c1ae - db_postgres_convert_rows needs to free the row_buf on all error conditions 16 年之前
  Henning Westerholt b77ecccd46 - add 'db_postgres' prefix to free_query function 16 年之前
  Henning Westerholt 4af0aa101d - fix a bunch of doxygen errors (mostly in modules, some in the core) 16 年之前
  Henning Westerholt be78aade19 - docs extension: explain fetch_result functionality better to prevent errors 17 年之前
  Henning Westerholt abf8e6a4dd - make small wrapper around PQclear void, nobody checks the return state 17 年之前
  Henning Westerholt e7d596848e - doxygen conversion, write new documentation, small cleanups 17 年之前
  Henning Westerholt d65be2c006 - multiple fixes: 17 年之前
  Klaus Darilion 8cac0d9fbf - renaming: openser -> kamailio 17 年之前
  Henning Westerholt 2881cb8852 - change name in copyright headers 17 年之前
  Henning Westerholt e6fd5e020a - change log level for 'probably invalid queries' from WARN to ERR 17 年之前
  Henning Westerholt 2377652dac - further bug fixes for db_postgres_fetch_result and db_postgres_store_result 17 年之前
  Henning Westerholt a698aa66d1 - fix PGRES_FATAL_ERROR bug in postgres driver 17 年之前