summaryrefslogtreecommitdiff
path: root/src/interfaces
AgeCommit message (Expand)Author
2004-09-28Revert patch that removed BUFSIZ usage. The memory has to hold theBruce Momjian
2004-09-27Remove use of large BUFSIZ for buffers and use the proper struct sizes.Bruce Momjian
2004-09-27Add new macro as shorthand for MS VC and Borland C++:Bruce Momjian
2004-09-27Translation updatesPeter Eisentraut
2004-09-27Synced parser.Michael Meskes
2004-09-26Fix multiple breakages in our support for SSL certificates.Tom Lane
2004-09-26Here is a patch that adds the version info from libpq.rc to the DLLBruce Momjian
2004-09-26Use <> not "" for include of pthread.h.Bruce Momjian
2004-09-23If we're going to print unrecognized result codes from SSL_get_errorTom Lane
2004-09-23This patch logs the error code in the default case, so that the userBruce Momjian
2004-09-20Translation updatePeter Eisentraut
2004-09-20Translation updatesPeter Eisentraut
2004-09-20Translation updatesPeter Eisentraut
2004-09-20Translation updatesPeter Eisentraut
2004-09-13Translation updatesPeter Eisentraut
2004-09-09Translation updatesDennis Bjorklund
2004-09-09Some source files was not scanned for translatable strings.Dennis Bjorklund
2004-09-09Fix Cygwin defines to be consistent.Bruce Momjian
2004-09-09Make TZNAME_GLOBAL for reference to tzname global variable.Bruce Momjian
2004-09-08Use _timezone global on Cygwin instead of timezone.Bruce Momjian
2004-09-06Fixed segfault in Informix mode.Michael Meskes
2004-09-02Remove pg_config_paths.h from libpq *.mak builds so later MinGW buildsBruce Momjian
2004-09-01Realign libpq and psql for need for path.c under Win32 VC and BCC.Bruce Momjian
2004-09-01Back out Cygwin timezone change until we have a more global solution.Bruce Momjian
2004-09-01Cast _timezone to int from time_t for Cygwin.Bruce Momjian
2004-08-30Another pgindent run with lib typedefs added.Bruce Momjian
2004-08-29Pgindent run for 8.0.Bruce Momjian
2004-08-29Update copyright to 2004.Bruce Momjian
2004-08-28Add missing semicolon; some bison versions warn of this.Tom Lane
2004-08-19Don't use get_home_path so libpq doesn't pull path.c into the library.Bruce Momjian
2004-08-18Clean up some random departures from project's standard declaration style.Tom Lane
2004-08-18Add get_home_path() to use USERPROFILE on Win32 and HOME on Unix.Bruce Momjian
2004-08-17Chain on to SIGPIPE handler rather than just do action on default.Bruce Momjian
2004-08-17Fix linking problem when enabling thread safety on Darwin: uninitializedTom Lane
2004-08-17Move io.h include higher in the file so it doesn't conflict withBruce Momjian
2004-08-15Specify SA_NOCLDSTOP when enabling SIGCHLD, per suggestion fromTom Lane
2004-08-11Fix broken parsing of CREATE TABLE AS (looks like a mis-sync with mainTom Lane
2004-08-11Add PQserverVersion() to libpq to provide more-convenient access toTom Lane
2004-08-10Translation updatesPeter Eisentraut
2004-08-10Translation updatesPeter Eisentraut
2004-08-09Stamp libpq.rc with 8.0 version.Bruce Momjian
2004-08-04Label CVS tip as 8.0devel instead of 7.5devel. Adjust various commentsTom Lane
2004-08-04Fix syntax error by adding a space.Bruce Momjian
2004-08-02Translation updatesPeter Eisentraut
2004-08-01Translation updates (zh_TW converted to UTF-8)Peter Eisentraut
2004-07-31>OK, if you look at the last few commits to interfaces/libpq/win32.mak,Bruce Momjian
2004-07-29Translation updatePeter Eisentraut
2004-07-26SQL defines are only used in SQL space in Informix mode.Michael Meskes
2004-07-20Synced parser and keyword list.Michael Meskes
2004-07-13Cause libpq and ecpg libraries to be built as proper shared librariesTom Lane