summaryrefslogtreecommitdiff
path: root/src/interfaces
AgeCommit message (Expand)Author
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
2012-11-29When processing nested structure pointer variables ecpg always expected anMichael Meskes
2012-11-29Suppress parallel build in interfaces/ecpg/preproc/.Tom Lane
2012-11-23Applied patch by Chen Huajun <chenhj@cn.fujitsu.com> to make ecpg able to copeMichael Meskes
2012-10-12In our source code, make a copy of getopt's 'optarg' string arguments,Bruce Momjian
2012-10-11Refactor flex and bison make rulesPeter Eisentraut
2012-10-09Fix lo_import and lo_export to return useful error messages more often.Tom Lane
2012-10-09Fix lo_read, lo_write, lo_truncate to cope with "size_t" length parameters.Tom Lane
2012-10-08Code review for 64-bit-large-object patch.Tom Lane
2012-10-08Autoconfiscate selection of 64-bit int type for 64-bit large object API.Tom Lane
2012-10-07Quiet a few MSC compiler warnings.Andrew Dunstan
2012-10-07Fix compiling errors on Windows platform. Fix wrong usage ofTatsuo Ishii
2012-10-06Add API for 64-bit large object access. Now users can access up toTatsuo Ishii
2012-10-05Fixed test for array boundary.Michael Meskes
2012-09-18libpq: Add missing directory to installdirs targetPeter Eisentraut
2012-09-09Use .NOTPARALLEL in ecpg/Makefile to avoid a gmake parallelism bug.Tom Lane
2012-09-07Centralize libpq's low-level code for dropping a connection.Tom Lane
2012-08-24libpq: Fix memory leak in URI parserPeter Eisentraut