summaryrefslogtreecommitdiff
path: root/src/interfaces/libpq
AgeCommit message (Expand)Author
2005-09-16Adjust bcc to work for thread changes.Bruce Momjian
2005-09-16This correction is required of nmake of Windows.Bruce Momjian
2005-08-29Allow Win32 libpq will use it's minimal pthread implementation, and ecpgBruce Momjian
2005-08-28Update pthread_self() on Win32 to return DWORD.Bruce Momjian
2005-08-28Use GetCurrentThreadId, per Magnus.Bruce Momjian
2005-08-28Add comment about pthread_self() cast.Bruce Momjian
2005-08-23Add new file for win32 threading.Bruce Momjian
2005-08-23The attached patch updates the thread test program to run stand-alone onBruce Momjian
2005-08-23Back out incorrect commit.Bruce Momjian
2005-08-23Fix function name.Bruce Momjian
2005-08-13Disable strtoul() ERANGE check on Win32, because it isn't thread safe,Bruce Momjian
2005-08-11EINTR return from connect() should be treated exactly the same asTom Lane
2005-08-09Remove unintended file change.Bruce Momjian
2005-08-09Clarify wal_sync_method options in documentation.Bruce Momjian
2005-07-13Fix libpq memory leak during PQreset() --- closePGconn() was notTom Lane
2005-07-08Make libpq_gettext save and restore errno in a Windows-compatible way.Tom Lane
2005-07-06Save and restore errno across bindtextdomain call, per discussion.Tom Lane
2005-07-02Add E'' to internally created SQL strings that contain backslashes.Bruce Momjian
2005-06-30Fix a theoretical memory leak in pg_password_sendauth(). If the firstNeil Conway
2005-06-27Remove support for Kerberos V4. It seems no one is using this, it hasNeil Conway
2005-06-21Cause initdb to create a third standard database "postgres", whichTom Lane
2005-06-19Add comment about \# in bcc makefiles.Bruce Momjian
2005-06-19Cleanup for Win32 compile.Bruce Momjian
2005-06-13Adjust lo_open() so that specifying INV_READ without INV_WRITE createsTom Lane
2005-06-12This patch removes some old code from libpq that implements a URI-likeNeil Conway
2005-06-12libpq was not consistently checking for memory allocation failures. ThisNeil Conway
2005-06-10Remove unneeded variable test, per Tom.Bruce Momjian
2005-06-10Add the "PGPASSFILE" environment variable to specify to the passwordBruce Momjian
2005-06-09Defend against omitted paramLengths[] array in PQsendQueryParams.Tom Lane
2005-06-04Allow kerberos name and username case sensitivity to be specified fromBruce Momjian
2005-05-11Code cleanup: in C89, there is no point casting the first argument toNeil Conway
2005-05-05Add comments on WSAStartup usage.Bruce Momjian
2005-05-05Add WSACleanup() for Win32 socket cleanup.Bruce Momjian
2005-04-30Fix BCC to not define compiler location.Bruce Momjian
2005-04-29Improve cleanup from win32 client-only build.Bruce Momjian
2005-04-29Backpatch BCC compile changes to 8.0.X for psql.Bruce Momjian
2005-03-25Kerberos fixes from Magnus Hagander --- in theory Kerberos 5 authTom Lane
2005-03-14Bump minor version numbers for 8.1 compared to 8.0.Bruce Momjian
2005-03-11Add fprintf() custom version to libpgport.Bruce Momjian
2005-03-07Replace an instance of $Id$ and an instance of $Header$ with $PostgreSQL$Neil Conway
2005-03-07Properly implement "Response files" for bcc. Add URL's to describe theBruce Momjian
2005-02-27Because the change to gettext. Needs a bunch of new includes. PatchBruce Momjian
2005-02-27Tab indent all actions in bcc32.mak, and do it on win32.mak too forBruce Momjian
2005-02-25Add linking from /port to bcc makefile.Bruce Momjian
2005-02-22Use _() macro consistently rather than gettext(). Add translationBruce Momjian
2005-02-21Try to get Borland CC to compile.Bruce Momjian
2005-01-26Use SHGetFolderPath instead of SHGetSpecialFolderPath to find theTom Lane
2005-01-18Update version stamps for 8.1 as listed in RELEASE_CHANGES.Bruce Momjian
2005-01-17Translation updatesPeter Eisentraut
2005-01-14Translation updatesPeter Eisentraut