]> granicus.if.org Git - postgresql/history - src/interfaces
Fix pg_server_to_client, that was broken in the previous commit.
[postgresql] / src / interfaces /
2011-02-19 Peter EisentrautSet psql client encoding from locale by default
2011-02-18 Michael MeskesApplied a patch by Zoltán Böszörményi that makes ecpg...
2011-02-15 Tom LaneAdd CheckTableNotInUse calls in DROP TABLE and DROP...
2011-01-29 Magnus HaganderUse GSSAPI library for SSPI auth, when native SSPI...
2011-01-09 Michael MeskesThere is no need to have to identical functions in...
2011-01-08 Michael MeskesIn ecpg's parser removed a fixed length limit for const...
2011-01-01 Bruce MomjianStamp copyrights for year 2011.
2010-12-28 Tom LaneFix ill-advised placement of PGRES_COPY_BOTH enum value.
2010-12-24 Andrew DunstanAllow vpath builds and regression tests to succeed...
2010-12-23 Michael MeskesAdded rule to ecpg lexer to accept "Unicode surrogate...
2010-12-22 Magnus HaganderAdd PQlibVersion() function to libpq
2010-12-18 Bruce MomjianProperly print the IP number and "localhost" for failed...
2010-12-16 Bruce MomjianFix crash caused by NULL lookup when reporting IP addre...
2010-12-11 Robert HaasAllow bidirectional copy messages in streaming replicat...
2010-11-27 Bruce MomjianIn libpq/Makefile, use OBJS += as a way to break up...
2010-11-27 Tom LaneOn further testing, PQping also needs an explicit check...
2010-11-27 Tom LaneRewrite PQping to be more like what we agreed to last...
2010-11-27 Tom LaneClean up IPv4 vs IPv6 bogosity in connectFailureMessage().
2010-11-26 Bruce MomjianUse conn->raddr consistently for non-connect libpq...
2010-11-26 Bruce MomjianUpdate comment that says we only report last libpq...
2010-11-26 Bruce MomjianUse only addr_cur when reporting connection failures...
2010-11-26 Bruce MomjianAbandon use of Makefile variables in libpq/Makefile...
2010-11-26 Bruce MomjianIn libpq/Makefile, merge PERM_PGPORT and OPT_PGPORT...
2010-11-25 Bruce MomjianFor libpq/Makefile OPT_PGPORT, remove .o extension...
2010-11-25 Bruce MomjianAdd PQping and PQpingParams to libpq to allow detection...
2010-11-25 Bruce MomjianRestructure how libpq includes external C files, for...
2010-11-25 Robert HaasAdd inet_net_ntop.c to .gitignore.
2010-11-25 Bruce MomjianProperly add new inet_net_ntop file to libpq Makefile.
2010-11-24 Bruce MomjianWhen reporting the server as not responding, if the...
2010-11-23 Peter EisentrautRemove useless whitespace at end of lines
2010-11-17 Peter EisentrautAdditional fixes for parallel make
2010-11-15 Robert HaasCleanup various comparisons with the constant "true".
2010-11-12 Peter EisentrautImproved parallel make support
2010-11-02 Michael MeskesSome cleanup in ecpg code:
2010-10-20 Tom LaneFix ecpg test building process to not generate *.dSYM...
2010-10-14 Michael MeskesApplied patch by Itagaki Takahiro to fix incorrect...
2010-10-13 Peter EisentrautRemove executable permission from files where it doesn...
2010-09-24 Tom LaneStill more .gitignore cleanup.
2010-09-23 Tom LaneMore fixes for libpq's .gitignore file.
2010-09-22 Magnus HaganderAdd gitignore files for ecpg regression tests.
2010-09-22 Magnus HaganderConvert cvsignore to gitignore, and add .gitignore...
2010-09-20 Magnus HaganderRemove cvs keywords from all files.
2010-09-19 Tom LaneFix several broken $PostgreSQL$ keywords. Noted while...
2010-09-10 Michael MeskesCursor names in the backend are not case-sensitve....
2010-08-19 Peter EisentrautRemove extra newlines at end and beginning of files...
2010-08-17 Michael MeskesApplied Zoltan's patch to fix a few memleaks in ecpg...
2010-08-13 Tom LaneMinor #include cleanup.
2010-08-02 Tom LaneFix an ancient typo that prevented the detection of...
2010-07-20 Robert HaasMake ECPG regression tests independent of standard_conf...
2010-07-19 Peter EisentrautPortability fixes for Solaris for requirepeer feature...
2010-07-18 Tom LaneFix up poor handling of unsupported-platform case in...
2010-07-18 Tom LaneFix thinko in recent patch: 'sock' should be 'conn...
2010-07-18 Bruce MomjianAdd SO_PEERCRED check in new unix domain socket permiss...
2010-07-18 Peter EisentrautAdd server authentication over Unix-domain sockets
2010-07-14 Tom LaneAllow full SSL certificate verification (wherein libpq...
2010-07-12 Bruce MomjianBump minor library version numbers, for 9.1 release.
2010-07-09 Tom LaneStamp HEAD as 9.1devel.
2010-07-08 Peter EisentrautTranslation updates for 9.0beta3
2010-07-08 Magnus HaganderMake the Windows tcp keepalive support depend on the...
2010-07-08 Magnus HaganderAdd support for TCP keepalives on Windows, both for...
2010-07-06 Robert HaasSupport setting the keepalive idle time on MacOS X.
2010-07-06 Bruce Momjianpgindent run for 9.0, second run
2010-07-05 Tom LaneSplit the LDFLAGS make variable into two parts: LDFLAGS...
2010-06-23 Robert HaasAdd TCP keepalive support to libpq.
2010-06-16 Peter EisentrautRefactor sprintf calls with computed format strings...
2010-06-04 Michael MeskesAdded variable handling for RETURNING clause to ecpg.
2010-06-03 Peter EisentrautTranslation updates for 9.0beta2
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...
next