summaryrefslogtreecommitdiff
path: root/src/interfaces
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fixed changelog entry to list correct bug reporter.Michael Meskes2005-02-101-1/+2
* Fixed more parsing bugs in other CREATE statements as pointed out by TANIDAMichael Meskes2005-02-102-3/+8
* Fixed bug in parsing of CREATE AS statement.Michael Meskes2005-02-092-2/+6
* Fixed bug in parsing of #line statement in declare section.Michael Meskes2005-02-023-5/+11
* Use SHGetFolderPath instead of SHGetSpecialFolderPath to find theTom Lane2005-01-264-7/+12
* Fixed segfault due to freeing a struct definition twice if it was a named str...Michael Meskes2005-01-253-6/+11
* Update version stamps for 8.1 as listed in RELEASE_CHANGES.Bruce Momjian2005-01-186-14/+14
* 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
* interval_out failed to mention 'ago' for negative intervals in SQL andTom Lane2005-01-111-1/+1
* Fixed segfault in adjust_informix due to missing varchar type.Michael Meskes2005-01-102-3/+12
* 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-013-5/+5
* Tag appropriate files for rc3PostgreSQL Daemon2004-12-3121-41/+41
* Fixed segfault in connect when specifying no database name.Michael Meskes2004-12-302-83/+92
* Make libpq default to localhost connections on machines without Unix-domainTom Lane2004-12-281-4/+8
* Add missing ecpg prototype for newly added functions.Bruce Momjian2004-12-231-0/+2
* Added PGTYPEStimestamp_add_interval written by Dave Cramer.Michael Meskes2004-12-234-6/+92
* 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
* Translation updatesPeter Eisentraut2004-12-111-60/+59
* Translation updatesPeter Eisentraut2004-12-111-94/+235
* Translation updatesPeter Eisentraut2004-12-111-56/+56
* Fixed bug in parsing of typedef'ed array sizes.Michael Meskes2004-12-064-15/+16
* Fix compile breakage from SIGPIPE fix for threading.Bruce Momjian2004-12-031-1/+3
* Code review for recent libpq changes. Be more careful about errorTom Lane2004-12-025-71/+90
* Rework libpq threaded SIGPIPE handling to avoid interference withBruce Momjian2004-12-025-86/+92
* Allow libpq to build on MS Visual Studio .NET 2003 on Windows XP.Bruce Momjian2004-12-011-2/+3
* Fix up makefile dependencies for pg_config_paths.h.Tom Lane2004-11-202-12/+18
* Make sure we produce a useful error message for the case where theTom Lane2004-11-201-4/+1
* Improve error reporting for SSL connection failures. Remove redundantTom Lane2004-11-201-12/+22