aboutsummaryrefslogtreecommitdiff
path: root/src/interfaces
Commit message (Expand)AuthorAge
* libpq: Fix memory leak in URI parserPeter Eisentraut2012-08-23
* Add runtime checks for number of query parameters passed to libpq functions.Heikki Linnakangas2012-08-13
* Implement SQL-standard LATERAL subqueries.Tom Lane2012-08-07
* Replace libpq's "row processor" API with a "single row" mode.Tom Lane2012-08-02
* Remove unreachable codePeter Eisentraut2012-07-16
* perltidy adjustments to new fileAlvaro Herrera2012-07-10
* Convert libpq regress script to PerlAlvaro Herrera2012-07-06
* Update libpq test expected outputAlvaro Herrera2012-07-06
* Run newly-configured perltidy script on Perl files.Bruce Momjian2012-07-04
* Assorted message style improvementsPeter Eisentraut2012-07-02
* Replace int2/int4 in C code with int16/int32Peter Eisentraut2012-06-25
* Make documentation of --help and --version options more consistentPeter Eisentraut2012-06-18
* Stamp library minor versions for 9.3.Tom Lane2012-06-13
* Stamp HEAD as 9.3devel.Tom Lane2012-06-13
* Run pgindent on 9.2 source tree in preparation for first 9.3Bruce Momjian2012-06-10
* When using libpq URI syntax, error out on invalid parameter names.Robert Haas2012-06-08
* libpq: URI parsing fixesPeter Eisentraut2012-05-28
* libpq: Add missing file to GETTEXT_FILES listPeter Eisentraut2012-05-21
* Remove whitespace from end of linesPeter Eisentraut2012-05-15
* Lots of doc corrections.Robert Haas2012-04-23
* Accept postgres:// URIs in libpq connection functionsAlvaro Herrera2012-04-11
* Stamp libraries versions for 9.2 (better late than never).Bruce Momjian2012-04-07
* Add a "row processor" API to libpq for better handling of large results.Tom Lane2012-04-04
* Rename frontend keyword arrays to avoid conflict with backend.Tom Lane2012-03-31
* Refactor to eliminate duplicate copies of conninfo default-finding code.Tom Lane2012-03-22
* libpq: Fix minor memory leaksPeter Eisentraut2012-03-16
* Add const qualifier to tzn returned by timestamp2tm()Peter Eisentraut2012-03-15
* Improve EncodeDateTime and EncodeTimeOnly APIsPeter Eisentraut2012-03-14
* Add missing va_end() callsPeter Eisentraut2012-03-14
* ecpg: Fix off-by-one error in memory copyingPeter Eisentraut2012-03-08
* ecpg: Fix rare memory leaksPeter Eisentraut2012-03-08
* libpq: Fix memory leakPeter Eisentraut2012-03-07
* libpq: Small code clarification, and avoid casting away constPeter Eisentraut2012-03-06
* ecpg: Clean up some const usagePeter Eisentraut2012-03-02
* Remove arbitrary limitation on length of common name in SSL certificates.Tom Lane2012-02-23
* In ecpglib rewrote code that used strtok_r to not use library functionsMichael Meskes2012-02-19
* gcc on Windows does not know about strtok_s.Michael Meskes2012-02-18
* Windows doesn't have strtok_r, so let's use strtok_s instead.Michael Meskes2012-02-18
* Make sure all connection paramters are used in call to PQconnectdbParams.Michael Meskes2012-02-18
* Do not use the variable name when defining a varchar structure in ecpg.Michael Meskes2012-02-13
* Allow the connection keyword array to carry all seven items in ecpglib.Michael Meskes2012-02-06
* fe-misc.c depends on pg_config_paths.hAlvaro Herrera2012-02-06
* Applied Peter's patch to PQconnectdbParams in ecpglib instead of the oldMichael Meskes2012-02-04
* ecpg: Improve test buildingPeter Eisentraut2012-02-02
* Properly free the sslcompression field in PGconnMagnus Hagander2012-02-01
* Use abort() instead of exit() to abort library functionsPeter Eisentraut2012-01-30
* Ecpglib stores variables that are used in DECLARE statements in a global list.Michael Meskes2012-01-05
* Made code in ecpg better readable.Michael Meskes2012-01-04
* pg_regress: Replace exit_nicely() with exit() plus atexit() hookPeter Eisentraut2012-01-02
* Update copyright notices for year 2012.Bruce Momjian2012-01-01