summaryrefslogtreecommitdiff
path: root/src/interfaces
AgeCommit message (Expand)Author
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
2012-08-13Add runtime checks for number of query parameters passed to libpq functions.Heikki Linnakangas
2012-08-07Implement SQL-standard LATERAL subqueries.Tom Lane
2012-08-02Replace libpq's "row processor" API with a "single row" mode.Tom Lane
2012-07-16Remove unreachable codePeter Eisentraut
2012-07-10perltidy adjustments to new fileAlvaro Herrera
2012-07-06Convert libpq regress script to PerlAlvaro Herrera
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-24Replace int2/int4 in C code with int16/int32Peter Eisentraut
2012-06-17Make documentation of --help and --version options more consistentPeter Eisentraut
2012-06-14Stamp library minor versions for 9.3.Tom Lane
2012-06-14Stamp HEAD as 9.3devel.Tom Lane
2012-06-10Run pgindent on 9.2 source tree in preparation for first 9.3Bruce Momjian
2012-06-08When using libpq URI syntax, error out on invalid parameter names.Robert Haas
2012-05-28libpq: URI parsing fixesPeter Eisentraut
2012-05-21libpq: Add missing file to GETTEXT_FILES listPeter Eisentraut
2012-05-15Remove whitespace from end of linesPeter Eisentraut