summaryrefslogtreecommitdiff
path: root/src/interfaces
AgeCommit message (Expand)Author
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-04-14Added patch by Philip Yarra <philip.yarra@internode.on.net> for a bug in thre...Michael Meskes
2005-03-25Kerberos fixes from Magnus Hagander --- in theory Kerberos 5 authTom Lane
2005-03-18Added patch by Christof Petig <christof@petig-baender.de> to work around gcc ...Michael Meskes
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-02-10Fixed changelog entry to list correct bug reporter.Michael Meskes
2005-02-10Fixed more parsing bugs in other CREATE statements as pointed out by TANIDAMichael Meskes
2005-02-09Fixed bug in parsing of CREATE AS statement.Michael Meskes
2005-02-02Fixed bug in parsing of #line statement in declare section.Michael Meskes
2005-01-26Use SHGetFolderPath instead of SHGetSpecialFolderPath to find theTom Lane
2005-01-25Fixed segfault due to freeing a struct definition twice if it was a named str...Michael Meskes
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
2005-01-14Change Win32 client configuration files from *.txt to *.conf.Bruce Momjian
2005-01-13Translation updatesPeter Eisentraut
2005-01-12Add conditional inclusion of <com_err.h> to support old 'heimdal'Tom Lane
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