summaryrefslogtreecommitdiff
path: root/src/interfaces
AgeCommit message (Expand)Author
2013-10-14Translation updates to fix build failuresPeter Eisentraut
2013-10-13Add use of asprintf()Peter 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-09-02Translation updatesPeter Eisentraut
2013-08-27Fix some "translator:" comments mangled by pgindentAlvaro Herrera
2013-08-19Translation updatesPeter Eisentraut
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-29Sync ECPG with WITH ORDINALITY changesGreg Stark
2013-07-23Check for NULL result from strdupAlvaro Herrera
2013-07-23ecpg: Move function prototype into header filePeter Eisentraut
2013-07-19Initialize day of year value.Michael Meskes
2013-07-16Fix PQconninfoParse error message handlingPeter Eisentraut
2013-07-06Also escape double quotes for ECPG's #line statement.Michael Meskes
2013-07-05Apploed patch by MauMau <maumau307@gmail.com> to escape filenames in #line st...Michael Meskes
2013-06-30ecpg: Consistently use mm_strdup()Peter Eisentraut
2013-06-27Expect EWOULDBLOCK from a non-blocking connect() call only on Windows.Tom Lane
2013-06-14Stamp shared-library minor version numbers for 9.4.Tom Lane
2013-06-14Stamp HEAD as 9.4devel.Tom Lane
2013-06-03Additional spelling correctionsStephen Frost
2013-06-01Post-pgindent cleanupStephen Frost
2013-05-29pgindent run for release 9.3Bruce Momjian
2013-05-06Translation updatesPeter Eisentraut
2013-04-29Attempt to fix error recovery in COPY BOTH mode.Robert Haas
2013-04-26libpq: Fix a few bits that didn't get the memo about COPY BOTH.Robert Haas
2013-04-20Clean up references to SQL92Peter Eisentraut
2013-04-19Standardize spelling of "nonblocking"Peter Eisentraut
2013-04-01Revert "ecpg: Don't link compatlib with libpq"Peter Eisentraut
2013-03-31Add pkg-config files for libpq and ecpg librariesPeter Eisentraut
2013-03-31ecpg: Don't link compatlib with libpqPeter Eisentraut
2013-03-30ecpg: Parallel make fixPeter Eisentraut
2013-03-17Re-include pqsignal() in libpq.Tom Lane
2013-03-17Move pqsignal() to libpgport.Tom Lane
2013-03-04Fix overflow check in tm2timestamp (this time for sure).Tom Lane
2013-02-27Add support for piping COPY to/from an external program.Heikki Linnakangas
2013-02-26Remove the check for COPY TO STDIN and COPY FROM STDOUT from ecpg.Heikki Linnakangas
2013-01-29Provide database object names as separate fields in error messages.Tom Lane
2013-01-27Made ecpglib use translated messages.Michael Meskes
2013-01-23pg_isreadyRobert Haas
2013-01-21Fix one-byte buffer overrun in PQprintTuples().Tom Lane
2013-01-12Extend and improve use of EXTRA_REGRESS_OPTS.Andrew Dunstan
2013-01-01Update copyrights for 2013Bruce Momjian
2012-12-13Allow a streaming replication standby to follow a timeline switch.Heikki Linnakangas
2012-12-04Include isinf.o in libecpg if isinf() is not available on the system.Michael Meskes
2012-11-30Add libpq function PQconninfo()Magnus Hagander
2012-11-30Produce a more useful error message for over-length Unix socket paths.Tom Lane