summaryrefslogtreecommitdiff
path: root/src/interfaces
Commit message (Expand)AuthorAgeFilesLines
* First try to make this one ecpg regression test work on Windows too. I'm just...Michael Meskes2010-02-093-227/+237
* Modify recently added PQconnectdbParams() with new argument, expand_dbname.Joe Conway2010-02-052-23/+100
* Usage of isnan() in ECPG regression tests probably needs '#include <float.h>'...Michael Meskes2010-02-043-219/+221
* Streamlined array handling code in libecpg a little bit, in the process fixin...Michael Meskes2010-02-0438-479/+493
* Fixed some typos in ECPG regression test suite that resulted in regression te...Michael Meskes2010-02-033-3/+3
* Add #include <float.h> --- guessing the lack of this is why WindowsTom Lane2010-02-031-1/+2
* Fixed NaN/Infinity problems in ECPG for float/double/numeric/decimal by makin...Michael Meskes2010-02-0214-15/+859
* Changed ECPG outofscope handling to always print out statements in the same o...Michael Meskes2010-01-298-159/+124
* Fixed a few typos in ecpg. Two were in comments, the third made a log output ...Michael Meskes2010-01-292-5/+5
* Introduce two new libpq connection functions, PQconnectdbParams andJoe Conway2010-01-283-29/+299
* Added test case that was part of Zoltan's patch but apparently wasn't part of...Michael Meskes2010-01-265-0/+662
* Applied patch by Boszormenyi Zoltan <zb@cybertec.at> to add out-of-scope curs...Michael Meskes2010-01-2620-142/+298
* Make argument const char * as per Takahiro Itagaki's suggestion.Michael Meskes2010-01-221-2/+2
* Applied patch by Boszormenyi Zoltan <zb@cybertec.at> to fix problem in auto-p...Michael Meskes2010-01-226-26/+232
* Fix unsafe loop test, and declare as_ident as bool rather than int.Robert Haas2010-01-211-5/+5
* Add new escaping functions PQescapeLiteral and PQescapeIdentifier.Robert Haas2010-01-213-3/+145
* Add user-specific .pg_service.conf filePeter Eisentraut2010-01-201-116/+164
* Added correct error handling in DESCRIBE statement processing by Boszormenyi ...Michael Meskes2010-01-151-2/+12
* Applied patch by Boszormenyi Zoltan <zb@cybertec.at> to add DESCRIBE [OUTPUT]...Michael Meskes2010-01-1522-45/+2443
* Introduce Streaming Replication.Heikki Linnakangas2010-01-153-3/+13
* Applied Zoltan's patch to make char the default sqlda type.Michael Meskes2010-01-131-2/+3
* Fix SQL3 type return value.Michael Meskes2010-01-135-47/+41
* Removed ecpg Changelog file that was only there for historical reasons and is...Michael Meskes2010-01-121-2457/+0
* Also update ChangerLog file.Michael Meskes2010-01-081-0/+4
* Remove all the special-case code for INT64_IS_BUSTED, per decision thatTom Lane2010-01-071-15/+7
* Replaced int64_t with int64 as Andrew suggested.Michael Meskes2010-01-061-2/+2
* Remove __FUNCTION__ keyword that is not recognized by som compilers.Michael Meskes2010-01-064-102/+110
* Removed test case using nan as float value because printf's output for nan isMichael Meskes2010-01-068-459/+315
* Removed more inttypes.h stuff.Michael Meskes2010-01-066-412/+390
* Applied Zoltan's patch to remove hardware dependant offset logging andMichael Meskes2010-01-063-477/+0
* And another oneMichael Meskes2010-01-053-7/+0
* And another one of the same problem.Michael Meskes2010-01-053-5/+2
* And then forgot to commit the fixed files. ARGH!Michael Meskes2010-01-052-10/+2
* Ah, should read the file completely. I got so used to git that I almost forgo...Michael Meskes2010-01-053-8/+4
* Thrid try. It seems my two checkouts need some cleaning up.Michael Meskes2010-01-052-4/+4
* Still not correct.Michael Meskes2010-01-052-4/+4
* Adjusted CVS headers.Michael Meskes2010-01-052-4/+4
* Applied patch by Boszormenyi Zoltan <zb@cybertec.at> to add sqlda support toMichael Meskes2010-01-0532-37/+4024
* Get rid of the need for manual maintenance of the initial contents ofTom Lane2010-01-051-15/+3
* Update copyright for the year 2010.Bruce Momjian2010-01-0234-67/+67
* Redefine Datum as uintptr_t, instead of unsigned long.Tom Lane2009-12-311-7/+5
* Set errno to zero before invoking SSL_read or SSL_write. It appears thatTom Lane2009-12-301-1/+3
* Translation updatesPeter Eisentraut2009-12-193-309/+359
* Update ecpg regression tests to plpgsql installed by default.Alvaro Herrera2009-12-191-4/+4
* Reverting accidently commited changes.Michael Meskes2009-12-173-2/+3
* Fixed auto-prepare to not try preparing statements that are not preparable. BugMichael Meskes2009-12-1613-135/+262
* Reject certificates with embedded NULLs in the commonName field. This stopsMagnus Hagander2009-12-091-3/+22
* Instead of sending application_name as a SET command after the connectionTom Lane2009-12-023-217/+91
* Error when a specified connection service is not found, instead of ignoring itPeter Eisentraut2009-11-291-1/+8
* Remove prefix "ERROR:" from some messages, to make everything consistentPeter Eisentraut2009-11-291-5/+5