summaryrefslogtreecommitdiff
path: root/src/interfaces
AgeCommit message (Expand)Author
2010-02-09First try to make this one ecpg regression test work on Windows too. I'm just...Michael Meskes
2010-02-05Modify recently added PQconnectdbParams() with new argument, expand_dbname.Joe Conway
2010-02-04Usage of isnan() in ECPG regression tests probably needs '#include <float.h>'...Michael Meskes
2010-02-04Streamlined array handling code in libecpg a little bit, in the process fixin...Michael Meskes
2010-02-03Fixed some typos in ECPG regression test suite that resulted in regression te...Michael Meskes
2010-02-03Add #include <float.h> --- guessing the lack of this is why WindowsTom Lane
2010-02-02Fixed NaN/Infinity problems in ECPG for float/double/numeric/decimal by makin...Michael Meskes
2010-01-29Changed ECPG outofscope handling to always print out statements in the same o...Michael Meskes
2010-01-29Fixed a few typos in ecpg. Two were in comments, the third made a log output ...Michael Meskes
2010-01-28Introduce two new libpq connection functions, PQconnectdbParams andJoe Conway
2010-01-26Added test case that was part of Zoltan's patch but apparently wasn't part of...Michael Meskes
2010-01-26Applied patch by Boszormenyi Zoltan <zb@cybertec.at> to add out-of-scope curs...Michael Meskes
2010-01-22Make argument const char * as per Takahiro Itagaki's suggestion.Michael Meskes
2010-01-22Applied patch by Boszormenyi Zoltan <zb@cybertec.at> to fix problem in auto-p...Michael Meskes
2010-01-21Fix unsafe loop test, and declare as_ident as bool rather than int.Robert Haas
2010-01-21Add new escaping functions PQescapeLiteral and PQescapeIdentifier.Robert Haas
2010-01-20Add user-specific .pg_service.conf filePeter Eisentraut
2010-01-15Added correct error handling in DESCRIBE statement processing by Boszormenyi ...Michael Meskes
2010-01-15Applied patch by Boszormenyi Zoltan <zb@cybertec.at> to add DESCRIBE [OUTPUT]...Michael Meskes
2010-01-15Introduce Streaming Replication.Heikki Linnakangas
2010-01-13Applied Zoltan's patch to make char the default sqlda type.Michael Meskes
2010-01-13Fix SQL3 type return value.Michael Meskes
2010-01-12Removed ecpg Changelog file that was only there for historical reasons and is...Michael Meskes
2010-01-08Also update ChangerLog file.Michael Meskes
2010-01-07Remove all the special-case code for INT64_IS_BUSTED, per decision thatTom Lane
2010-01-06Replaced int64_t with int64 as Andrew suggested.Michael Meskes
2010-01-06Remove __FUNCTION__ keyword that is not recognized by som compilers.Michael Meskes
2010-01-06Removed test case using nan as float value because printf's output for nan isMichael Meskes
2010-01-06Removed more inttypes.h stuff.Michael Meskes
2010-01-06Applied Zoltan's patch to remove hardware dependant offset logging andMichael Meskes
2010-01-05And another oneMichael Meskes
2010-01-05And another one of the same problem.Michael Meskes
2010-01-05And then forgot to commit the fixed files. ARGH!Michael Meskes
2010-01-05Ah, should read the file completely. I got so used to git that I almost forgo...Michael Meskes
2010-01-05Thrid try. It seems my two checkouts need some cleaning up.Michael Meskes
2010-01-05Still not correct.Michael Meskes
2010-01-05Adjusted CVS headers.Michael Meskes
2010-01-05Applied patch by Boszormenyi Zoltan <zb@cybertec.at> to add sqlda support toMichael Meskes
2010-01-05Get rid of the need for manual maintenance of the initial contents ofTom Lane
2010-01-02Update copyright for the year 2010.Bruce Momjian
2009-12-31Redefine Datum as uintptr_t, instead of unsigned long.Tom Lane
2009-12-30Set errno to zero before invoking SSL_read or SSL_write. It appears thatTom Lane
2009-12-19Translation updatesPeter Eisentraut
2009-12-19Update ecpg regression tests to plpgsql installed by default.Alvaro Herrera
2009-12-17Reverting accidently commited changes.Michael Meskes
2009-12-16Fixed auto-prepare to not try preparing statements that are not preparable. BugMichael Meskes
2009-12-09Reject certificates with embedded NULLs in the commonName field. This stopsMagnus Hagander
2009-12-02Instead of sending application_name as a SET command after the connectionTom Lane
2009-11-29Error when a specified connection service is not found, instead of ignoring itPeter Eisentraut
2009-11-29Remove prefix "ERROR:" from some messages, to make everything consistentPeter Eisentraut