]> granicus.if.org Git - postgresql/history - src/interfaces/libpq
Fix typo in comment.
[postgresql] / src / interfaces / libpq /
2006-05-11 Bruce MomjianFix typo in comment.
2006-05-07 Bruce MomjianUse $(LIBS:-lpgport=) rather than $(patsubst -lpgport...
2006-05-06 Bruce MomjianAdd SSL CRL support to libpq. Recently added to the...
2006-04-28 Tom LaneArrange to strip libpq.so of symbols that aren't offici...
2006-04-27 Bruce MomjianTab alignment cleanup.
2006-04-27 Bruce MomjianAdd underscores to SSL CERT macro names, for clarity...
2006-04-27 Bruce MomjianChange libpq's PQgetssl() to return a void*, rather...
2006-04-27 Bruce MomjianRemove unused function SSL_CTX_set_tmp_dh_callback...
2006-04-24 Bruce MomjianFixes for BCC 5.5 compile of libpq. Backpatch to 8...
2006-04-19 Tom LaneFix ancient memory leak in PQprintTuples(); our code...
2006-04-11 Neil ConwayFix typo.
2006-04-09 Bruce MomjianAdd comment for why we recompile pgport C files.
2006-03-20 Bruce MomjianUpdate comment that pgNotify.be_pid is pid of the notif...
2006-03-14 Tom LaneImprove parser so that we can show an error cursor...
2006-03-11 Bruce MomjianAdd CVS tag lines to files that were lacking them.
2006-03-06 Bruce Momjian* Stephen Frost (sfrost@snowman.net) wrote:
2006-03-05 Bruce MomjianUpdate copyright for 2006. Update scripts.
2006-03-03 Tom LaneTeach PQcmdTuples() that a COPY command tag might conta...
2006-03-02 Tom LaneRemove unnecessary lo_lseek call in lo_open. Apparentl...
2006-02-13 Tom LaneAdd positive defense against trying to connect when...
2006-02-12 Bruce MomjianBack out patch pending review.
2006-02-12 Bruce Momjian> I've now tested this patch at home w/ 8.2HEAD and...
2006-02-07 Bruce MomjianFix HTML alignment in PQprint.
2006-02-06 Bruce MomjianFix PQprint HTML tag, "centre" -> "center".
2006-01-25 Tom LaneRemove unnecessary PQconsumeInput call from PQputCopyDa...
2006-01-24 Tom LaneFix unportable usage of socklen_t: should use ACCEPT_TY...
2006-01-11 Neil ConwayCosmetic code cleanup: fix a bunch of places that used...
2006-01-01 Neil ConwayRemove DOS line endings ("\r\n") from several .po files...
2005-12-26 Peter EisentrautRename pg_make_encrypted_password to PQencryptPassword.
2005-12-23 Tom LaneAdd an officially exported libpq function to encrypt...
2005-12-09 Peter EisentrautAllow installation into directories containing spaces...
2005-12-09 Bruce MomjianStamp libraries for 8.2 by updating minor library versi...
2005-12-06 Tom LaneMake Win32 build use our port/snprintf.c routines,...
2005-11-23 Bruce MomjianFix pgindent of libpq-fe.h by hacking pgindent script.
2005-11-22 Bruce MomjianRe-run pgindent, fixing a problem where comment lines...
2005-11-07 Alvaro HerreraTranslation updates forward-port to HEAD.
2005-11-04 Peter EisentrautTranslation updates
2005-11-03 Alvaro HerreraTranslation updates.
2005-10-29 Peter EisentrautTranslation updates
2005-10-24 Bruce MomjianI have applied the following patch to document PQinitSS...
2005-10-21 Tom LaneAdd missing PQinitSSL and PQregisterThreadLock to expor...
2005-10-17 Tom LaneClean up libpq's pollution of application namespace...
2005-10-15 Bruce MomjianStandard pgindent run for 8.1.
2005-10-10 Peter EisentrautTranslation update
2005-10-08 Tom LaneFix Kerberos authentication in wake of virtual-hosts...
2005-09-26 Peter EisentrautDon't need gettext calls around debug messages.
2005-09-24 Tom LaneSuppress signed-vs-unsigned-char warnings.
2005-09-16 Bruce MomjianAdjust bcc to work for thread changes.
2005-09-16 Bruce MomjianThis correction is required of nmake of Windows.
2005-08-29 Bruce MomjianAllow Win32 libpq will use it's minimal pthread impleme...
2005-08-28 Bruce MomjianUpdate pthread_self() on Win32 to return DWORD.
2005-08-28 Bruce MomjianUse GetCurrentThreadId, per Magnus.
2005-08-28 Bruce MomjianAdd comment about pthread_self() cast.
2005-08-23 Bruce MomjianAdd new file for win32 threading.
2005-08-23 Bruce MomjianThe attached patch updates the thread test program...
2005-08-23 Bruce MomjianBack out incorrect commit.
2005-08-23 Bruce MomjianFix function name.
2005-08-13 Bruce MomjianDisable strtoul() ERANGE check on Win32, because it...
2005-08-11 Tom LaneEINTR return from connect() should be treated exactly...
2005-08-09 Bruce MomjianRemove unintended file change.
2005-08-09 Bruce MomjianClarify wal_sync_method options in documentation.
2005-07-13 Tom LaneFix libpq memory leak during PQreset() --- closePGconn...
2005-07-08 Tom LaneMake libpq_gettext save and restore errno in a Windows...
2005-07-06 Tom LaneSave and restore errno across bindtextdomain call,...
2005-07-02 Bruce MomjianAdd E'' to internally created SQL strings that contain...
2005-06-30 Neil ConwayFix a theoretical memory leak in pg_password_sendauth...
2005-06-27 Neil ConwayRemove support for Kerberos V4. It seems no one is...
2005-06-21 Tom LaneCause initdb to create a third standard database "postg...
2005-06-19 Bruce MomjianAdd comment about \# in bcc makefiles.
2005-06-19 Bruce MomjianCleanup for Win32 compile.
2005-06-13 Tom LaneAdjust lo_open() so that specifying INV_READ without...
2005-06-12 Neil ConwayThis patch removes some old code from libpq that implem...
2005-06-12 Neil Conwaylibpq was not consistently checking for memory allocati...
2005-06-10 Bruce MomjianRemove unneeded variable test, per Tom.
2005-06-10 Bruce MomjianAdd the "PGPASSFILE" environment variable to specify...
2005-06-09 Tom LaneDefend against omitted paramLengths[] array in PQsendQu...
2005-06-04 Bruce MomjianAllow kerberos name and username case sensitivity to...
2005-05-11 Neil ConwayCode cleanup: in C89, there is no point casting the...
2005-05-05 Bruce MomjianAdd comments on WSAStartup usage.
2005-05-05 Bruce MomjianAdd WSACleanup() for Win32 socket cleanup.
2005-04-30 Bruce MomjianFix BCC to not define compiler location.
2005-04-29 Bruce MomjianImprove cleanup from win32 client-only build.
2005-04-29 Bruce MomjianBackpatch BCC compile changes to 8.0.X for psql.
2005-03-25 Tom LaneKerberos fixes from Magnus Hagander --- in theory Kerbe...
2005-03-14 Bruce MomjianBump minor version numbers for 8.1 compared to 8.0.
2005-03-11 Bruce MomjianAdd fprintf() custom version to libpgport.
2005-03-07 Neil ConwayReplace an instance of $Id$ and an instance of $Header...
2005-03-07 Bruce MomjianProperly implement "Response files" for bcc. Add URL...
2005-02-27 Bruce MomjianBecause the change to gettext. Needs a bunch of new...
2005-02-27 Bruce MomjianTab indent all actions in bcc32.mak, and do it on win32...
2005-02-25 Bruce MomjianAdd linking from /port to bcc makefile.
2005-02-22 Bruce MomjianUse _() macro consistently rather than gettext(). ...
2005-02-21 Bruce MomjianTry to get Borland CC to compile.
2005-01-26 Tom LaneUse SHGetFolderPath instead of SHGetSpecialFolderPath...
2005-01-18 Bruce MomjianUpdate version stamps for 8.1 as listed in RELEASE_CHANGES.
2005-01-17 Peter EisentrautTranslation updates
2005-01-14 Peter EisentrautTranslation updates
2005-01-14 Bruce MomjianChange Win32 client configuration files from *.txt...
2005-01-13 Peter EisentrautTranslation updates
2005-01-12 Tom LaneAdd conditional inclusion of <com_err.h> to support...
next