summaryrefslogtreecommitdiff
path: root/src/interfaces
AgeCommit message (Expand)Author
2012-06-10Run pgindent on 9.2 source tree in preparation for first 9.3Bruce Momjian
2012-06-08When using libpq URI syntax, error out on invalid parameter names.Robert Haas
2012-05-28libpq: URI parsing fixesPeter Eisentraut
2012-05-21libpq: Add missing file to GETTEXT_FILES listPeter Eisentraut
2012-05-15Remove whitespace from end of linesPeter Eisentraut
2012-04-24Lots of doc corrections.Robert Haas
2012-04-11Accept postgres:// URIs in libpq connection functionsAlvaro Herrera
2012-04-07Stamp libraries versions for 9.2 (better late than never).Bruce Momjian
2012-04-04Add a "row processor" API to libpq for better handling of large results.Tom Lane
2012-03-31Rename frontend keyword arrays to avoid conflict with backend.Tom Lane
2012-03-22Refactor to eliminate duplicate copies of conninfo default-finding code.Tom Lane
2012-03-16libpq: Fix minor memory leaksPeter Eisentraut
2012-03-15Add const qualifier to tzn returned by timestamp2tm()Peter Eisentraut
2012-03-14Improve EncodeDateTime and EncodeTimeOnly APIsPeter Eisentraut
2012-03-14Add missing va_end() callsPeter Eisentraut
2012-03-08ecpg: Fix off-by-one error in memory copyingPeter Eisentraut
2012-03-08ecpg: Fix rare memory leaksPeter Eisentraut
2012-03-07libpq: Fix memory leakPeter Eisentraut
2012-03-06libpq: Small code clarification, and avoid casting away constPeter Eisentraut
2012-03-02ecpg: Clean up some const usagePeter Eisentraut
2012-02-23Remove arbitrary limitation on length of common name in SSL certificates.Tom Lane
2012-02-19In ecpglib rewrote code that used strtok_r to not use library functionsMichael Meskes
2012-02-18gcc on Windows does not know about strtok_s.Michael Meskes
2012-02-18Windows doesn't have strtok_r, so let's use strtok_s instead.Michael Meskes
2012-02-18Make sure all connection paramters are used in call to PQconnectdbParams.Michael Meskes
2012-02-13Do not use the variable name when defining a varchar structure in ecpg.Michael Meskes
2012-02-06Allow the connection keyword array to carry all seven items in ecpglib.Michael Meskes
2012-02-06fe-misc.c depends on pg_config_paths.hAlvaro Herrera
2012-02-04Applied Peter's patch to PQconnectdbParams in ecpglib instead of the oldMichael Meskes
2012-02-02ecpg: Improve test buildingPeter Eisentraut
2012-02-01Properly free the sslcompression field in PGconnMagnus Hagander
2012-01-30Use abort() instead of exit() to abort library functionsPeter Eisentraut
2012-01-05Ecpglib stores variables that are used in DECLARE statements in a global list.Michael Meskes
2012-01-04Made code in ecpg better readable.Michael Meskes
2012-01-02pg_regress: Replace exit_nicely() with exit() plus atexit() hookPeter Eisentraut
2012-01-01Update copyright notices for year 2012.Bruce Momjian
2011-12-27Standardize treatment of strcmp() return valuePeter Eisentraut
2011-12-22Don't forget to de-escape the password field in .pgpass.Robert Haas
2011-12-18Mark variables as const in pgtypeslib if they only carry a format string.Michael Meskes
2011-12-18Added test for cursor handling on different connections to regression testMichael Meskes
2011-12-18In ecpg removed old leftover check for given connection name.Michael Meskes
2011-12-10Miscellaneous cleanup to silence compiler warnings seen on Mingw.Andrew Dunstan
2011-12-10Enable compiling with the mingw-w64 32 bit compiler.Andrew Dunstan
2011-12-04Applied another patch by Zoltan to fix memory alignement issues in ecpg's sqldaMichael Meskes
2011-12-03Treat ENOTDIR as ENOENT when looking for client certificate fileMagnus Hagander
2011-11-28Add libpq connection option to disable SSL compressionMagnus Hagander
2011-11-17Applied Zoltan's patch to correctly align interval and timestamp data in ecpg...Michael Meskes
2011-11-13Applied patch by Zoltan to fix copy&paste bug in ecpg's sqlda handling.Michael Meskes
2011-11-01Clean up whitespace and indentation in parser and scanner filesPeter Eisentraut
2011-10-28De-parallelize ecpg build some more.Tom Lane