summaryrefslogtreecommitdiff
path: root/src/interfaces
AgeCommit message (Expand)Author
2005-01-11interval_out failed to mention 'ago' for negative intervals in SQL andTom Lane
2005-01-10Fixed segfault in adjust_informix due to missing varchar type.Michael Meskes
2005-01-10Comment out check for substitution of private key file on Windows,Tom Lane
2005-01-10Un-break MSVC build, per Andrew Dunstan.Tom Lane
2005-01-09Translation updatesPeter Eisentraut
2005-01-08Consistently use geteuid() not getuid(); there were a few places deviatingTom Lane
2005-01-06Minor mop-up for Windows home-directory stuff, per Magnus.Tom Lane
2005-01-06Instead of a bare recv() to read the server's response to an SSLTom Lane
2005-01-06Adjust lookup of client-side profile files (.pgpass and so on) as perTom Lane
2005-01-06Translation updatesDennis Bjorklund
2005-01-06Translation updatesPeter Eisentraut
2005-01-06Make the various places that determine the user's "home directory"Tom Lane
2005-01-04Clean up code in libpq that obtains user's home directory: make a singleTom Lane
2005-01-01Adjust a few more copyright notices to match the format expected byTom Lane
2005-01-01Some more missed copyright notices. Many of these look like theyTom Lane
2004-12-31Tag appropriate files for rc3PostgreSQL Daemon
2004-12-30Fixed segfault in connect when specifying no database name.Michael Meskes
2004-12-28Make libpq default to localhost connections on machines without Unix-domainTom Lane
2004-12-23Add missing ecpg prototype for newly added functions.Bruce Momjian
2004-12-23Added PGTYPEStimestamp_add_interval written by Dave Cramer.Michael Meskes
2004-12-21Patch to make libpq.rc be a built-for-distribution file was a fewTom Lane
2004-12-20Remove direct inclusions of <com_err.h> as well as configure test forTom Lane
2004-12-19Add Win32 version stamps that increment each day for proper SYSTEM32Bruce Momjian
2004-12-13New translationsPeter Eisentraut
2004-12-12Translation updatesPeter Eisentraut
2004-12-11Translation updatesPeter Eisentraut
2004-12-11Translation updatesPeter Eisentraut
2004-12-11Translation updatesPeter Eisentraut
2004-12-06Fixed bug in parsing of typedef'ed array sizes.Michael Meskes
2004-12-03Fix compile breakage from SIGPIPE fix for threading.Bruce Momjian
2004-12-02Code review for recent libpq changes. Be more careful about errorTom Lane
2004-12-02Rework libpq threaded SIGPIPE handling to avoid interference withBruce Momjian
2004-12-01Allow libpq to build on MS Visual Studio .NET 2003 on Windows XP.Bruce Momjian
2004-11-20Fix up makefile dependencies for pg_config_paths.h.Tom Lane
2004-11-20Make sure we produce a useful error message for the case where theTom Lane
2004-11-20Improve error reporting for SSL connection failures. Remove redundantTom Lane
2004-11-17Miscellaneous Cygwin build fixes from Reini Urban.Tom Lane
2004-11-16Translation updatePeter Eisentraut
2004-11-13Not entirely sure when this broke, but libpq's VC++ build is currentlyBruce Momjian
2004-11-10List VALUE as a keyword.Michael Meskes
2004-11-09Get rid of perror(), substitute some better phrased error messages.Peter Eisentraut
2004-11-09Translation updatesPeter Eisentraut
2004-11-07Translation updatesPeter Eisentraut
2004-11-05Create 'default_tablespace' GUC variable that supplies a TABLESPACETom Lane
2004-11-02Translation updatesPeter Eisentraut
2004-11-02Translation updatesPeter Eisentraut
2004-11-01fixed bug in segfault REVOKE statementDave Cramer
2004-10-30Invent a new, more thread-safe version of PQrequestCancel, called PQcancel.Tom Lane
2004-10-30Translation updatePeter Eisentraut
2004-10-29No need to set errorMessage length --- already set in goto target.Bruce Momjian