summaryrefslogtreecommitdiff
path: root/src/interfaces
AgeCommit message (Expand)Author
2012-08-24libpq: Fix memory leak in URI parserPeter Eisentraut
2012-08-13Add runtime checks for number of query parameters passed to libpq functions.Heikki Linnakangas
2012-08-07Implement SQL-standard LATERAL subqueries.Tom Lane
2012-08-02Replace libpq's "row processor" API with a "single row" mode.Tom Lane
2012-07-16Remove unreachable codePeter Eisentraut
2012-07-10perltidy adjustments to new fileAlvaro Herrera
2012-07-06Convert libpq regress script to PerlAlvaro Herrera
2012-07-06Update libpq test expected outputAlvaro Herrera
2012-07-05Run newly-configured perltidy script on Perl files.Bruce Momjian
2012-07-02Assorted message style improvementsPeter Eisentraut
2012-06-24Replace int2/int4 in C code with int16/int32Peter Eisentraut
2012-06-17Make documentation of --help and --version options more consistentPeter Eisentraut
2012-06-14Stamp library minor versions for 9.3.Tom Lane
2012-06-14Stamp HEAD as 9.3devel.Tom Lane
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