]> granicus.if.org Git - postgresql/history - src/interfaces
Show schema name for REINDEX.
[postgresql] / src / interfaces /
2010-05-30 Tom LaneChange the notation for calling functions with named...
2010-05-26 Tom LaneRearrange libpq's SSL initialization to simplify it...
2010-05-25 Tom LaneAdd missing newlines to some SSL-related error messages...
2010-05-25 Michael MeskesReplace self written 'long long int' configure test...
2010-05-25 Michael MeskesAdded a configure test for "long long" datatypes. So...
2010-05-20 Michael MeskesEcpg now accepts "long long" datatypes even if "long...
2010-05-13 Peter EisentrautTranslation update
2010-05-12 Bruce MomjianAdd PGFILEDESC description to Makefiles for all /contri...
2010-05-09 Tom LaneAdjust comments about avoiding use of printf's %.*s.
2010-05-08 Tom LaneWork around a subtle portability problem in use of...
2010-05-07 Michael MeskesECPG connect routine only checked for NULL to find...
2010-04-30 Tom LaneFix a couple of places where the result of fgets()...
2010-04-28 Magnus HaganderFix typo that had the code check the same thing twice.
2010-04-03 Michael MeskesMake ecpg in line with other compilers in that it delet...
2010-04-03 Peter EisentrautMessage quoting style tuning
2010-04-02 Michael MeskesFATAL errors are meant to stop ecpg immediately, e...
2010-04-01 Michael MeskesZoltan beautified his hidden-variable-patch for ecpg...
2010-04-01 Michael MeskesApplied Zoltan's patch to make ecpg spit out warnings...
2010-03-31 Michael MeskesGive a more precise error message if a variable is...
2010-03-23 Peter EisentrautRemove useless double assignment
2010-03-22 Michael MeskesFixed ECPG regression test to make sure it uses absolut...
2010-03-21 Michael MeskesECPG's parser now accepts and handles variables as...
2010-03-21 Michael MeskesAdjusted regression test results to the change I made...
2010-03-21 Michael MeskesCorrectly name functions in debug output in ecpglib...
2010-03-21 Michael MeskesECPG only copied #include statements instead of process...
2010-03-20 Michael MeskesFixed ecpg parser to allow more than one C preprocessor...
2010-03-17 Peter EisentrautFix peculiar, untranslatable message concatenation...
2010-03-13 Bruce MomjianAdd libpq warning message if the .pgpass-retrieved...
2010-03-09 Michael Meskesecpg now adds a unique counter to its varchar struct...
2010-03-08 Michael MeskesBetter test the content of the SQLSTATE string in ecpgl...
2010-03-08 Magnus HaganderRequire hostname to be set when using GSSAPI authentica...
2010-03-05 Michael MeskesIn case the connection magically disappears libecpg...
2010-03-03 Tom LaneFix a couple of places that would loop forever if attem...
2010-02-27 Michael MeskesMake sure ecpg uses the same header files in the same...
2010-02-27 Tom LaneInsert a hack into get_float8_nan (both core and ecpg...
2010-02-26 Bruce MomjianRevert pgindent changes to ecpg include files that...
2010-02-26 Bruce Momjianpgindent run for 9.0
2010-02-19 Peter EisentrautTranslation updates for 9.0alpha4
2010-02-17 Tom LaneStamp HEAD as 9.0devel, and update various places that...
2010-02-16 Bruce MomjianHave SELECT and CREATE TABLE AS queries return a row...
2010-02-16 Michael MeskesDo not check nan values for infinity. Some system are...
2010-02-09 Michael MeskesFirst try to make this one ecpg regression test work...
2010-02-05 Joe ConwayModify recently added PQconnectdbParams() with new...
2010-02-04 Michael MeskesUsage of isnan() in ECPG regression tests probably...
2010-02-04 Michael MeskesStreamlined array handling code in libecpg a little...
2010-02-03 Michael MeskesFixed some typos in ECPG regression test suite that...
2010-02-03 Tom LaneAdd #include <float.h> --- guessing the lack of this...
2010-02-02 Michael MeskesFixed NaN/Infinity problems in ECPG for float/double...
2010-01-29 Michael MeskesChanged ECPG outofscope handling to always print out...
2010-01-29 Michael MeskesFixed a few typos in ecpg. Two were in comments, the...
2010-01-28 Joe ConwayIntroduce two new libpq connection functions, PQconnect...
2010-01-26 Michael MeskesAdded test case that was part of Zoltan's patch but...
2010-01-26 Michael MeskesApplied patch by Boszormenyi Zoltan <zb@cybertec.at...
2010-01-22 Michael MeskesMake argument const char * as per Takahiro Itagaki...
2010-01-22 Michael MeskesApplied patch by Boszormenyi Zoltan <zb@cybertec.at...
2010-01-21 Robert HaasFix unsafe loop test, and declare as_ident as bool...
2010-01-21 Robert HaasAdd new escaping functions PQescapeLiteral and PQescape...
2010-01-20 Peter EisentrautAdd user-specific .pg_service.conf file
2010-01-15 Michael MeskesAdded correct error handling in DESCRIBE statement...
2010-01-15 Michael MeskesApplied patch by Boszormenyi Zoltan <zb@cybertec.at...
2010-01-15 Heikki LinnakangasIntroduce Streaming Replication.
2010-01-13 Michael MeskesApplied Zoltan's patch to make char the default sqlda...
2010-01-13 Michael MeskesFix SQL3 type return value.
2010-01-12 Michael MeskesRemoved ecpg Changelog file that was only there for...
2010-01-08 Michael MeskesAlso update ChangerLog file.
2010-01-07 Tom LaneRemove all the special-case code for INT64_IS_BUSTED...
2010-01-06 Michael MeskesReplaced int64_t with int64 as Andrew suggested.
2010-01-06 Michael MeskesRemove __FUNCTION__ keyword that is not recognized...
2010-01-06 Michael MeskesRemoved test case using nan as float value because...
2010-01-06 Michael MeskesRemoved more inttypes.h stuff.
2010-01-06 Michael MeskesApplied Zoltan's patch to remove hardware dependant...
2010-01-05 Michael MeskesAnd another one
2010-01-05 Michael MeskesAnd another one of the same problem.
2010-01-05 Michael MeskesAnd then forgot to commit the fixed files. ARGH!
2010-01-05 Michael MeskesAh, should read the file completely. I got so used...
2010-01-05 Michael MeskesThrid try. It seems my two checkouts need some cleaning up.
2010-01-05 Michael MeskesStill not correct.
2010-01-05 Michael MeskesAdjusted CVS headers.
2010-01-05 Michael MeskesApplied patch by Boszormenyi Zoltan <zb@cybertec.at...
2010-01-05 Tom LaneGet rid of the need for manual maintenance of the initi...
2010-01-02 Bruce MomjianUpdate copyright for the year 2010.
2009-12-31 Tom LaneRedefine Datum as uintptr_t, instead of unsigned long.
2009-12-30 Tom LaneSet errno to zero before invoking SSL_read or SSL_write...
2009-12-19 Peter EisentrautTranslation updates
2009-12-19 Alvaro HerreraUpdate ecpg regression tests to plpgsql installed by...
2009-12-17 Michael MeskesReverting accidently commited changes.
2009-12-16 Michael MeskesFixed auto-prepare to not try preparing statements...
2009-12-09 Magnus HaganderReject certificates with embedded NULLs in the commonNa...
2009-12-02 Tom LaneInstead of sending application_name as a SET command...
2009-11-29 Peter EisentrautError when a specified connection service is not found...
2009-11-29 Peter EisentrautRemove prefix "ERROR:" from some messages, to make...
2009-11-28 Tom LaneAdd support for an application_name parameter, which...
2009-11-27 Michael MeskesRemove */ characters from declare cursor statements...
2009-11-27 Michael MeskesIf no result is given NOTFOUND should be returned....
2009-11-27 Michael MeskesAdded script to check if all rule re-definition in...
2009-11-26 Michael MeskesAdded missing files.
2009-11-26 Michael MeskesForgot to add dynamic cursors to Changelog.
2009-11-26 Michael MeskesSynced addon rules after some renamings.
2009-11-26 Michael MeskesAdded dynamic cursor names to ecpg. Almost the whole...
2009-11-24 Michael MeskesMade function better readable.
next