summaryrefslogtreecommitdiff
path: root/src/interfaces/libpq
Commit message (Expand)AuthorAgeFilesLines
* Fixes for BCC 5.5 compile of libpq. Backpatch to 8.1.X.Bruce Momjian2006-04-241-1/+1
* Fix ancient memory leak in PQprintTuples(); our code no longer uses thisTom Lane2006-04-191-2/+4
* Fix typo.Neil Conway2006-04-111-2/+2
* Add comment for why we recompile pgport C files.Bruce Momjian2006-04-091-2/+5
* Update comment that pgNotify.be_pid is pid of the notifying server process.Bruce Momjian2006-03-201-2/+2
* Improve parser so that we can show an error cursor position for errorsTom Lane2006-03-144-10/+267
* Add CVS tag lines to files that were lacking them.Bruce Momjian2006-03-111-0/+2
* * Stephen Frost (sfrost@snowman.net) wrote:Bruce Momjian2006-03-061-27/+73
* Update copyright for 2006. Update scripts.Bruce Momjian2006-03-0519-37/+37
* Teach PQcmdTuples() that a COPY command tag might contain a row count,Tom Lane2006-03-031-19/+26
* Remove unnecessary lo_lseek call in lo_open. Apparently there was onceTom Lane2006-03-021-6/+1
* Add positive defense against trying to connect when the connectionTom Lane2006-02-132-5/+16
* Back out patch pending review.Bruce Momjian2006-02-121-73/+27
* > I've now tested this patch at home w/ 8.2HEAD and it seems to fix theBruce Momjian2006-02-121-27/+73
* Fix HTML alignment in PQprint.Bruce Momjian2006-02-071-8/+8
* Fix PQprint HTML tag, "centre" -> "center".Bruce Momjian2006-02-061-4/+4
* Remove unnecessary PQconsumeInput call from PQputCopyData; it's redundantTom Lane2006-01-251-7/+7
* Fix unportable usage of socklen_t: should use ACCEPT_TYPE_ARG3 macroTom Lane2006-01-241-2/+2
* Cosmetic code cleanup: fix a bunch of places that used "return (expr);"Neil Conway2006-01-115-17/+17
* Remove DOS line endings ("\r\n") from several .po files. DOS line endingsNeil Conway2006-01-011-90/+90
* Rename pg_make_encrypted_password to PQencryptPassword.Peter Eisentraut2005-12-263-8/+8
* Add an officially exported libpq function to encrypt passwords, andTom Lane2005-12-233-3/+45
* Allow installation into directories containing spaces in the name.Peter Eisentraut2005-12-091-7/+7
* Stamp libraries for 8.2 by updating minor library version numbers andBruce Momjian2005-12-092-6/+6
* Make Win32 build use our port/snprintf.c routines, instead of dependingTom Lane2005-12-061-3/+0
* Fix pgindent of libpq-fe.h by hacking pgindent script.Bruce Momjian2005-11-231-2/+2
* Re-run pgindent, fixing a problem where comment lines after a blankBruce Momjian2005-11-2210-76/+75
* Translation updates forward-port to HEAD.Alvaro Herrera2005-11-071-160/+160
* Translation updatesPeter Eisentraut2005-11-044-174/+197
* Translation updates.Alvaro Herrera2005-11-031-194/+171
* Translation updatesPeter Eisentraut2005-10-294-315/+348
* I have applied the following patch to document PQinitSSL() andBruce Momjian2005-10-242-4/+14
* Add missing PQinitSSL and PQregisterThreadLock to exports.txt.Tom Lane2005-10-211-1/+3
* Clean up libpq's pollution of application namespace by renaming theTom Lane2005-10-173-181/+47
* Standard pgindent run for 8.1.Bruce Momjian2005-10-1515-823/+773
* Translation updatePeter Eisentraut2005-10-103-464/+521
* Fix Kerberos authentication in wake of virtual-hosts changes --- needTom Lane2005-10-081-2/+2
* Don't need gettext calls around debug messages.Peter Eisentraut2005-09-262-19/+19
* Suppress signed-vs-unsigned-char warnings.Tom Lane2005-09-243-9/+9
* Adjust bcc to work for thread changes.Bruce Momjian2005-09-161-4/+1
* This correction is required of nmake of Windows.Bruce Momjian2005-09-161-4/+1
* Allow Win32 libpq will use it's minimal pthread implementation, and ecpgBruce Momjian2005-08-291-1/+7
* Update pthread_self() on Win32 to return DWORD.Bruce Momjian2005-08-282-3/+3
* Use GetCurrentThreadId, per Magnus.Bruce Momjian2005-08-281-2/+2
* Add comment about pthread_self() cast.Bruce Momjian2005-08-281-1/+6
* Add new file for win32 threading.Bruce Momjian2005-08-231-0/+0
* The attached patch updates the thread test program to run stand-alone onBruce Momjian2005-08-238-54/+54
* Back out incorrect commit.Bruce Momjian2005-08-238-54/+54
* Fix function name.Bruce Momjian2005-08-238-54/+54
* Disable strtoul() ERANGE check on Win32, because it isn't thread safe,Bruce Momjian2005-08-131-2/+10