summaryrefslogtreecommitdiff
path: root/src/interfaces
AgeCommit message (Expand)Author
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
2004-07-12> win32 doesn't support a static initializer for mutexes, thus the firstBruce Momjian
2004-07-12Back out thread fix until I get clarification.Bruce Momjian
2004-07-12win32 doesn't support a static initializer for mutexes, thus the firstBruce Momjian
2004-07-05Added free() calls against memory leak in interval.c.Michael Meskes
2004-07-05- Fixed indicator in SET DESCRIPTOR.Michael Meskes
2004-07-04Made sure SET DESCRIPTOR accepts all data types including constants.Michael Meskes
2004-07-01Removed unused variable and added a typecast.Michael Meskes
2004-06-30Added SET DESCRIPTOR command.Michael Meskes
2004-06-28Arrays can be read as arrays or as character strings now.Michael Meskes
2004-06-27- Only use typedefs inside their scope.Michael Meskes
2004-06-20Synced parser and keyword list.Michael Meskes
2004-06-19Fix Makefile syntax. Forgot to test this.Bruce Momjian
2004-06-19Add changes to support threads on Win32 native port at some point in the future.Bruce Momjian
2004-06-19Enable thread safety for win32.mak build of PostgreSQL.Bruce Momjian
2004-06-17Added patch by ISHIDA Akio to allow indicators in execute statements.Michael Meskes
2004-06-11ECPG preprocessor for PostgreSQL 7.4.1, 7.4.2 doubles const,Bruce Momjian
2004-06-10Attached is a patch that takes care of the PATHSEP issue. I made a moreBruce Momjian
2004-06-08Change PGETC to PGSYSCONFDIR and PGLOCALE to PGLOCALEDIR, per Peter.Bruce Momjian
2004-06-04The attached patch will create a dummy pg_config_paths.h. Additionally,Bruce Momjian
2004-06-03init_ssl_system will return 0 on success and -1 on failure, which willBruce Momjian
2004-06-03Add new Win32 file with adjustments for recent code changes.Bruce Momjian
2004-06-03Add PGETC (for pg_service.conf) and PGLOCALE (for locale dir)Bruce Momjian
2004-05-31Suppress compile warnings on machines where the INT64CONST() decorationTom Lane
2004-05-31Too few parens for my taste in this macro.Tom Lane
2004-05-30Use the new List API function names throughout the backend, and disable theNeil Conway
2004-05-26*) inet_(client|server)_(addr|port)() and necessary documentation forBruce Momjian