summaryrefslogtreecommitdiff
path: root/src/interfaces/libpq
Commit message (Expand)AuthorAgeFilesLines
* Adjust lo_open() so that specifying INV_READ without INV_WRITE createsTom Lane2005-06-134-8/+61
* This patch removes some old code from libpq that implements a URI-likeNeil Conway2005-06-121-170/+1
* libpq was not consistently checking for memory allocation failures. ThisNeil Conway2005-06-127-92/+176
* Remove unneeded variable test, per Tom.Bruce Momjian2005-06-101-9/+2
* Add the "PGPASSFILE" environment variable to specify to the passwordBruce Momjian2005-06-101-5/+28
* Defend against omitted paramLengths[] array in PQsendQueryParams.Tom Lane2005-06-092-5/+12
* Allow kerberos name and username case sensitivity to be specified fromBruce Momjian2005-06-043-10/+37
* Code cleanup: in C89, there is no point casting the first argument toNeil Conway2005-05-111-4/+4
* Add comments on WSAStartup usage.Bruce Momjian2005-05-051-2/+7
* Add WSACleanup() for Win32 socket cleanup.Bruce Momjian2005-05-051-1/+5
* Fix BCC to not define compiler location.Bruce Momjian2005-04-301-1/+1
* Improve cleanup from win32 client-only build.Bruce Momjian2005-04-292-3/+3
* Backpatch BCC compile changes to 8.0.X for psql.Bruce Momjian2005-04-295-111/+94
* Kerberos fixes from Magnus Hagander --- in theory Kerberos 5 authTom Lane2005-03-253-13/+16
* Bump minor version numbers for 8.1 compared to 8.0.Bruce Momjian2005-03-141-2/+2
* Add fprintf() custom version to libpgport.Bruce Momjian2005-03-111-3/+3
* Replace an instance of $Id$ and an instance of $Header$ with $PostgreSQL$Neil Conway2005-03-071-1/+1
* Properly implement "Response files" for bcc. Add URL's to describe theBruce Momjian2005-03-072-23/+27
* Because the change to gettext. Needs a bunch of new includes. PatchBruce Momjian2005-02-271-2/+3
* Tab indent all actions in bcc32.mak, and do it on win32.mak too forBruce Momjian2005-02-272-57/+57
* Add linking from /port to bcc makefile.Bruce Momjian2005-02-251-0/+51
* Use _() macro consistently rather than gettext(). Add translationBruce Momjian2005-02-224-28/+28
* Try to get Borland CC to compile.Bruce Momjian2005-02-212-42/+46
* Use SHGetFolderPath instead of SHGetSpecialFolderPath to find theTom Lane2005-01-263-6/+6
* Update version stamps for 8.1 as listed in RELEASE_CHANGES.Bruce Momjian2005-01-182-6/+6
* Translation updatesPeter Eisentraut2005-01-171-68/+69
* Translation updatesPeter Eisentraut2005-01-142-2/+626
* Change Win32 client configuration files from *.txt to *.conf.Bruce Momjian2005-01-141-2/+2
* Translation updatesPeter Eisentraut2005-01-131-62/+63
* Add conditional inclusion of <com_err.h> to support old 'heimdal'Tom Lane2005-01-121-1/+5
* Comment out check for substitution of private key file on Windows,Tom Lane2005-01-101-3/+7
* Un-break MSVC build, per Andrew Dunstan.Tom Lane2005-01-102-2/+9
* Translation updatesPeter Eisentraut2005-01-091-75/+70
* Consistently use geteuid() not getuid(); there were a few places deviatingTom Lane2005-01-081-5/+2
* Minor mop-up for Windows home-directory stuff, per Magnus.Tom Lane2005-01-063-4/+7
* Instead of a bare recv() to read the server's response to an SSLTom Lane2005-01-061-15/+21
* Adjust lookup of client-side profile files (.pgpass and so on) as perTom Lane2005-01-062-31/+40
* Translation updatesDennis Bjorklund2005-01-061-68/+67
* Translation updatesPeter Eisentraut2005-01-061-68/+53
* Make the various places that determine the user's "home directory"Tom Lane2005-01-063-57/+45
* Clean up code in libpq that obtains user's home directory: make a singleTom Lane2005-01-043-62/+68
* Adjust a few more copyright notices to match the format expected byTom Lane2005-01-011-1/+1
* Some more missed copyright notices. Many of these look like theyTom Lane2005-01-012-3/+3
* Tag appropriate files for rc3PostgreSQL Daemon2004-12-3118-35/+35
* Make libpq default to localhost connections on machines without Unix-domainTom Lane2004-12-281-4/+8
* Patch to make libpq.rc be a built-for-distribution file was a fewTom Lane2004-12-212-3/+4
* Remove direct inclusions of <com_err.h> as well as configure test forTom Lane2004-12-201-2/+1
* Add Win32 version stamps that increment each day for proper SYSTEM32Bruce Momjian2004-12-192-4/+7
* New translationsPeter Eisentraut2004-12-132-2/+630
* Translation updatesPeter Eisentraut2004-12-121-100/+110