summaryrefslogtreecommitdiff
path: root/src/interfaces
AgeCommit message (Expand)Author
2014-01-09Fix descriptor output in ECPG.Michael Meskes
2014-01-01Do not use an empty hostname.Michael Meskes
2013-12-02Stamp 9.2.6.REL9_2_6Tom Lane
2013-12-02Translation updatesPeter Eisentraut
2013-11-27ECPG: Fix searching for quoted cursor names case-sensitively.Michael Meskes
2013-11-26ECPG: Make the preprocessor emit ';' if the variable type for a list ofMichael Meskes
2013-11-26ECPG: Fix offset to NULL/size indicator array.Michael Meskes
2013-11-03Changed test case slightly so it doesn't have an unused typedef.Michael Meskes
2013-10-08Stamp 9.2.5.REL9_2_5Peter Eisentraut
2013-10-07Translation updatesPeter Eisentraut
2013-09-23Fix SSL deadlock risk in libpqStephen Frost
2013-09-08Return error if allocation of new element was not possible.Michael Meskes
2013-09-08Close file to no leak file descriptor memory. Found by Coverity.Michael Meskes
2013-08-18libpq: Report strerror on pthread_mutex_lock() failurePeter Eisentraut
2013-08-01Improve handling of pthread_mutex_lock error caseStephen Frost
2013-08-01Add locking around SSL_context usage in libpqStephen Frost
2013-07-23Check for NULL result from strdupAlvaro Herrera
2013-07-19Initialize day of year value.Michael Meskes
2013-07-06Also escape double quotes for ECPG's #line statement.Michael Meskes
2013-07-05Applied patch by MauMau <maumau307@gmail.com> to escape filenames in #line st...Michael Meskes
2013-06-27Expect EWOULDBLOCK from a non-blocking connect() call only on Windows.Tom Lane
2013-04-01Stamp 9.2.4.REL9_2_4Tom Lane
2013-04-01Translation updatesPeter Eisentraut
2013-03-31Translation updatesAlvaro Herrera
2013-03-04Fix overflow check in tm2timestamp (this time for sure).Tom Lane
2013-02-04Stamp 9.2.3.REL9_2_3Tom Lane
2013-02-04Translation updatesPeter Eisentraut
2013-01-27Made ecpglib use translated messages.Michael Meskes
2013-01-21Fix one-byte buffer overrun in PQprintTuples().Tom Lane
2013-01-12Extend and improve use of EXTRA_REGRESS_OPTS.Andrew Dunstan
2012-12-04Include isinf.o in libecpg if isinf() is not available on the system.Michael Meskes
2012-12-03Stamp 9.2.2.REL9_2_2Tom Lane
2012-12-03Translation updatesPeter Eisentraut
2012-11-30Produce a more useful error message for over-length Unix socket paths.Tom Lane
2012-11-29When processing nested structure pointer variables ecpg always expected anMichael Meskes
2012-10-09Fix lo_import and lo_export to return useful error messages more often.Tom Lane
2012-10-05Fixed test for array boundary.Michael Meskes
2012-09-19Stamp 9.2.1.REL9_2_1Tom Lane
2012-09-09Use .NOTPARALLEL in ecpg/Makefile to avoid a gmake parallelism bug.Tom Lane
2012-09-06Translation updatesPeter Eisentraut
2012-08-24libpq: Fix memory leak in URI parserPeter Eisentraut
2012-08-24Translation updatesPeter Eisentraut
2012-08-14Translation updatesPeter Eisentraut
2012-08-02Translation updatesPeter Eisentraut
2012-08-02Replace libpq's "row processor" API with a "single row" mode.Tom Lane
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-17Make documentation of --help and --version options more consistentPeter Eisentraut
2012-06-10Run pgindent on 9.2 source tree in preparation for first 9.3Bruce Momjian