aboutsummaryrefslogtreecommitdiff
path: root/src/interfaces
Commit message (Expand)AuthorAge
* C comment: again update comment for pg_fe_sendauth for error casesBruce Momjian2013-12-03
* Update C comment for pg_fe_getauthnameBruce Momjian2013-12-03
* libpq: change PQconndefaults() to ignore invalid service filesBruce Momjian2013-12-03
* Translation updatesPeter Eisentraut2013-12-02
* ECPG: Fix searching for quoted cursor names case-sensitively.Michael Meskes2013-11-27
* ECPG: Fix offset to NULL/size indicator array.Michael Meskes2013-11-26
* ECPG: Simplify free_variable()Michael Meskes2013-11-26
* ECPG: Add EXEC SQL CLOSE C to the tests.Michael Meskes2013-11-26
* ECPG: Free the malloc()'ed variables in the test so it comes out clean onMichael Meskes2013-11-26
* ECPG: Make the preprocessor emit ';' if the variable type for a list ofMichael Meskes2013-11-26
* More improvement to comment parsing in ecpg.Michael Meskes2013-11-25
* Fix ecpg parsing of sizeof().Michael Meskes2013-11-25
* Allow C array definitions to use sizeof().Michael Meskes2013-11-24
* Distinguish between C and SQL mode for C-style comments.Michael Meskes2013-11-24
* ecpg: Split off mmfatal() from mmerror()Peter Eisentraut2013-11-19
* Replace appendPQExpBuffer(..., <constant>) with appendPQExpBufferStrHeikki Linnakangas2013-11-18
* Fix whitespace issues found by git diff --check, add gitattributesPeter Eisentraut2013-11-10
* Fix ECPG compiler warning.Robert Haas2013-11-09
* Changed test case slightly so it doesn't have an unused typedef.Michael Meskes2013-11-03
* Improve pqexpbuffer.c to use modern vsnprintf implementations efficiently.Tom Lane2013-10-25
* Get rid of use of asprintf() in favor of a more portable implementation.Tom Lane2013-10-22
* Translation updates to fix build failuresPeter Eisentraut2013-10-13
* Add use of asprintf()Peter Eisentraut2013-10-13
* Translation updatesPeter Eisentraut2013-10-07
* Fix SSL deadlock risk in libpqStephen Frost2013-09-23
* Return error if allocation of new element was not possible.Michael Meskes2013-09-08
* Close file to no leak file descriptor memory. Found by Coverity.Michael Meskes2013-09-08
* Translation updatesPeter Eisentraut2013-09-02
* Fix some "translator:" comments mangled by pgindentAlvaro Herrera2013-08-27
* Translation updatesPeter Eisentraut2013-08-18
* libpq: Report strerror on pthread_mutex_lock() failurePeter Eisentraut2013-08-17
* Improve handling of pthread_mutex_lock error caseStephen Frost2013-08-01
* Add locking around SSL_context usage in libpqStephen Frost2013-08-01
* Sync ECPG with WITH ORDINALITY changesGreg Stark2013-07-29
* Check for NULL result from strdupAlvaro Herrera2013-07-23
* ecpg: Move function prototype into header filePeter Eisentraut2013-07-22
* Initialize day of year value.Michael Meskes2013-07-19
* Fix PQconninfoParse error message handlingPeter Eisentraut2013-07-15
* Also escape double quotes for ECPG's #line statement.Michael Meskes2013-07-06
* Apploed patch by MauMau <maumau307@gmail.com> to escape filenames in #line st...Michael Meskes2013-07-05
* ecpg: Consistently use mm_strdup()Peter Eisentraut2013-06-29
* Expect EWOULDBLOCK from a non-blocking connect() call only on Windows.Tom Lane2013-06-27
* Stamp shared-library minor version numbers for 9.4.Tom Lane2013-06-14
* Stamp HEAD as 9.4devel.Tom Lane2013-06-14
* Additional spelling correctionsStephen Frost2013-06-03
* Post-pgindent cleanupStephen Frost2013-06-01
* pgindent run for release 9.3Bruce Momjian2013-05-29
* Translation updatesPeter Eisentraut2013-05-05
* Attempt to fix error recovery in COPY BOTH mode.Robert Haas2013-04-29
* libpq: Fix a few bits that didn't get the memo about COPY BOTH.Robert Haas2013-04-26