aboutsummaryrefslogtreecommitdiff
path: root/src/interfaces
Commit message (Expand)AuthorAge
* If we're going to print unrecognized result codes from SSL_get_errorTom Lane2004-09-23
* This patch logs the error code in the default case, so that the userBruce Momjian2004-09-23
* Translation updatePeter Eisentraut2004-09-20
* Translation updatesPeter Eisentraut2004-09-20
* Translation updatesPeter Eisentraut2004-09-20
* Translation updatesPeter Eisentraut2004-09-20
* Translation updatesPeter Eisentraut2004-09-13
* Translation updatesDennis Bjorklund2004-09-09
* Some source files was not scanned for translatable strings.Dennis Bjorklund2004-09-09
* Fix Cygwin defines to be consistent.Bruce Momjian2004-09-09
* Make TZNAME_GLOBAL for reference to tzname global variable.Bruce Momjian2004-09-09
* Use _timezone global on Cygwin instead of timezone.Bruce Momjian2004-09-08
* Fixed segfault in Informix mode.Michael Meskes2004-09-06
* Remove pg_config_paths.h from libpq *.mak builds so later MinGW buildsBruce Momjian2004-09-02
* Realign libpq and psql for need for path.c under Win32 VC and BCC.Bruce Momjian2004-09-01
* Back out Cygwin timezone change until we have a more global solution.Bruce Momjian2004-09-01
* Cast _timezone to int from time_t for Cygwin.Bruce Momjian2004-09-01
* Another pgindent run with lib typedefs added.Bruce Momjian2004-08-30
* Pgindent run for 8.0.Bruce Momjian2004-08-29
* Update copyright to 2004.Bruce Momjian2004-08-29
* Add missing semicolon; some bison versions warn of this.Tom Lane2004-08-28
* Don't use get_home_path so libpq doesn't pull path.c into the library.Bruce Momjian2004-08-19
* Clean up some random departures from project's standard declaration style.Tom Lane2004-08-18
* Add get_home_path() to use USERPROFILE on Win32 and HOME on Unix.Bruce Momjian2004-08-18
* Chain on to SIGPIPE handler rather than just do action on default.Bruce Momjian2004-08-17
* Fix linking problem when enabling thread safety on Darwin: uninitializedTom Lane2004-08-17
* Move io.h include higher in the file so it doesn't conflict withBruce Momjian2004-08-17
* Specify SA_NOCLDSTOP when enabling SIGCHLD, per suggestion fromTom Lane2004-08-15
* Fix broken parsing of CREATE TABLE AS (looks like a mis-sync with mainTom Lane2004-08-11
* Add PQserverVersion() to libpq to provide more-convenient access toTom Lane2004-08-11
* Translation updatesPeter Eisentraut2004-08-10
* Translation updatesPeter Eisentraut2004-08-10
* Stamp libpq.rc with 8.0 version.Bruce Momjian2004-08-09
* Label CVS tip as 8.0devel instead of 7.5devel. Adjust various commentsTom Lane2004-08-04
* Fix syntax error by adding a space.Bruce Momjian2004-08-04
* Translation updatesPeter Eisentraut2004-08-02
* Translation updates (zh_TW converted to UTF-8)Peter Eisentraut2004-08-01
* >OK, if you look at the last few commits to interfaces/libpq/win32.mak,Bruce Momjian2004-07-31
* Translation updatePeter Eisentraut2004-07-29
* SQL defines are only used in SQL space in Informix mode.Michael Meskes2004-07-26
* Synced parser and keyword list.Michael Meskes2004-07-20
* Cause libpq and ecpg libraries to be built as proper shared librariesTom Lane2004-07-13
* > win32 doesn't support a static initializer for mutexes, thus the firstBruce Momjian2004-07-12
* Back out thread fix until I get clarification.Bruce Momjian2004-07-12
* win32 doesn't support a static initializer for mutexes, thus the firstBruce Momjian2004-07-12
* Added free() calls against memory leak in interval.c.Michael Meskes2004-07-05
* - Fixed indicator in SET DESCRIPTOR.Michael Meskes2004-07-05
* Made sure SET DESCRIPTOR accepts all data types including constants.Michael Meskes2004-07-04
* Removed unused variable and added a typecast.Michael Meskes2004-07-01
* Added SET DESCRIPTOR command.Michael Meskes2004-06-30