summaryrefslogtreecommitdiff
path: root/src/interfaces
Commit message (Expand)AuthorAgeFilesLines
* Translation updatesPeter Eisentraut2013-12-023-14/+14
* ECPG: Fix searching for quoted cursor names case-sensitively.Michael Meskes2013-11-273-3/+3
* ECPG: Fix offset to NULL/size indicator array.Michael Meskes2013-11-261-3/+3
* ECPG: Simplify free_variable()Michael Meskes2013-11-261-7/+2
* ECPG: Add EXEC SQL CLOSE C to the tests.Michael Meskes2013-11-266-74/+101
* ECPG: Free the malloc()'ed variables in the test so it comes out clean onMichael Meskes2013-11-263-10/+16
* ECPG: Make the preprocessor emit ';' if the variable type for a list ofMichael Meskes2013-11-261-1/+6
* More improvement to comment parsing in ecpg.Michael Meskes2013-11-251-2/+6
* Fix ecpg parsing of sizeof().Michael Meskes2013-11-251-14/+14
* Allow C array definitions to use sizeof().Michael Meskes2013-11-241-0/+5
* Distinguish between C and SQL mode for C-style comments.Michael Meskes2013-11-241-12/+27
* ecpg: Split off mmfatal() from mmerror()Peter Eisentraut2013-11-199-72/+85
* Replace appendPQExpBuffer(..., <constant>) with appendPQExpBufferStrHeikki Linnakangas2013-11-181-11/+11
* Fix whitespace issues found by git diff --check, add gitattributesPeter Eisentraut2013-11-1018-41/+38
* Fix ECPG compiler warning.Robert Haas2013-11-091-1/+1
* Changed test case slightly so it doesn't have an unused typedef.Michael Meskes2013-11-033-14/+19
* Improve pqexpbuffer.c to use modern vsnprintf implementations efficiently.Tom Lane2013-10-251-55/+110
* Get rid of use of asprintf() in favor of a more portable implementation.Tom Lane2013-10-223-11/+22
* Translation updates to fix build failuresPeter Eisentraut2013-10-131-3/+3
* Add use of asprintf()Peter Eisentraut2013-10-133-20/+15
* Translation updatesPeter Eisentraut2013-10-0712-324/+413
* Fix SSL deadlock risk in libpqStephen Frost2013-09-231-2/+22
* Return error if allocation of new element was not possible.Michael Meskes2013-09-081-2/+9
* Close file to no leak file descriptor memory. Found by Coverity.Michael Meskes2013-09-081-0/+1
* Translation updatesPeter Eisentraut2013-09-029-2811/+429
* Fix some "translator:" comments mangled by pgindentAlvaro Herrera2013-08-271-130/+52
* Translation updatesPeter Eisentraut2013-08-187-947/+1112
* libpq: Report strerror on pthread_mutex_lock() failurePeter Eisentraut2013-08-171-6/+14
* Improve handling of pthread_mutex_lock error caseStephen Frost2013-08-011-1/+13
* Add locking around SSL_context usage in libpqStephen Frost2013-08-011-3/+53
* Sync ECPG with WITH ORDINALITY changesGreg Stark2013-07-295-36/+10
* Check for NULL result from strdupAlvaro Herrera2013-07-231-1/+11
* ecpg: Move function prototype into header filePeter Eisentraut2013-07-223-6/+4
* Initialize day of year value.Michael Meskes2013-07-195-5/+20
* Fix PQconninfoParse error message handlingPeter Eisentraut2013-07-151-1/+1
* Also escape double quotes for ECPG's #line statement.Michael Meskes2013-07-061-2/+2
* Apploed patch by MauMau <maumau307@gmail.com> to escape filenames in #line st...Michael Meskes2013-07-051-3/+16
* ecpg: Consistently use mm_strdup()Peter Eisentraut2013-06-293-6/+6
* Expect EWOULDBLOCK from a non-blocking connect() call only on Windows.Tom Lane2013-06-271-2/+3
* Stamp shared-library minor version numbers for 9.4.Tom Lane2013-06-145-5/+5
* Stamp HEAD as 9.4devel.Tom Lane2013-06-141-4/+4
* Additional spelling correctionsStephen Frost2013-06-031-1/+1
* Post-pgindent cleanupStephen Frost2013-06-011-1/+0
* pgindent run for release 9.3Bruce Momjian2013-05-2913-21/+15
* Translation updatesPeter Eisentraut2013-05-0533-3874/+8467
* Attempt to fix error recovery in COPY BOTH mode.Robert Haas2013-04-291-15/+16
* libpq: Fix a few bits that didn't get the memo about COPY BOTH.Robert Haas2013-04-261-4/+8
* Clean up references to SQL92Peter Eisentraut2013-04-201-2/+2
* Standardize spelling of "nonblocking"Peter Eisentraut2013-04-182-2/+2
* Revert "ecpg: Don't link compatlib with libpq"Peter Eisentraut2013-03-311-1/+1