aboutsummaryrefslogtreecommitdiff
path: root/src/interfaces/libpq
Commit message (Expand)AuthorAge
* 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
* 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
* 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
* 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
* Fix Makefile syntax. Forgot to test this.Bruce Momjian2004-06-19
* Add changes to support threads on Win32 native port at some point in the future.Bruce Momjian2004-06-19
* Enable thread safety for win32.mak build of PostgreSQL.Bruce Momjian2004-06-19
* Attached is a patch that takes care of the PATHSEP issue. I made a moreBruce Momjian2004-06-10
* Change PGETC to PGSYSCONFDIR and PGLOCALE to PGLOCALEDIR, per Peter.Bruce Momjian2004-06-08
* The attached patch will create a dummy pg_config_paths.h. Additionally,Bruce Momjian2004-06-04
* init_ssl_system will return 0 on success and -1 on failure, which willBruce Momjian2004-06-03
* Add new Win32 file with adjustments for recent code changes.Bruce Momjian2004-06-03
* Add PGETC (for pg_service.conf) and PGLOCALE (for locale dir)Bruce Momjian2004-06-03
* Too few parens for my taste in this macro.Tom Lane2004-05-31
* *) inet_(client|server)_(addr|port)() and necessary documentation forBruce Momjian2004-05-26
* Make the locale location relocatable.Bruce Momjian2004-05-25
* Remove a few $filter() calls that were not needed.Bruce Momjian2004-05-24
* Put path configuration information into a .h file instead of clutteringTom Lane2004-05-21
* Win32 can't have the same function coming from two library object files,Bruce Momjian2004-05-19
* Reorganize code to allow path-relative installs.Bruce Momjian2004-05-17
* Propagate enlargeStringInfo() fixes into the equivalent code inTom Lane2004-05-14
* Clean up indenting of Makefile filenames.Bruce Momjian2004-05-10
* Solve the 'Turkish problem' with undesirable locale behavior for caseTom Lane2004-05-07
* Make thread flags CFLAGS, not CPPFLAGS.Bruce Momjian2004-04-25
* Add new auto-detection of thread flags.Bruce Momjian2004-04-23
* * Most changes are to fix warnings issued when compiling win32Bruce Momjian2004-04-19
* Translation updatesPeter Eisentraut2004-04-05
* Corrects issues recently posted by Dann Corbit, allowing libpq/psql toBruce Momjian2004-04-05
* Fix brain-dead placement of global variable declaration.Tom Lane2004-03-27
* Fix for SSL compile.Bruce Momjian2004-03-25
* Allow unlink/rename of files open by another process on Win32, using aBruce Momjian2004-03-24
* Add thread locking to SSL and Kerberos connections.Bruce Momjian2004-03-24
* Revise syntax-error reporting behavior to give pleasant results forTom Lane2004-03-21
* Add PQmbdsplen() which returns the "display length" of a character.Tatsuo Ishii2004-03-15