| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2004-09-28 | Revert patch that removed BUFSIZ usage. The memory has to hold the | Bruce Momjian | |
| structures plus pointers used by the structure. | |||
| 2004-09-27 | Remove use of large BUFSIZ for buffers and use the proper struct sizes. | Bruce Momjian | |
| This greatly helps threaded libpq programs. | |||
| 2004-09-27 | Add new macro as shorthand for MS VC and Borland C++: | Bruce Momjian | |
| + #if defined(_MSC_VER) || defined(__BORLANDC__) + #define WIN32_CLIENT_ONLY + #endif | |||
| 2004-09-27 | Translation updates | Peter Eisentraut | |
| 2004-09-27 | Synced parser. | Michael Meskes | |
| Removed Oracle transaction syntax to fix shift/reduce error. | |||
| 2004-09-26 | Fix multiple breakages in our support for SSL certificates. | Tom Lane | |
| 2004-09-26 | Here is a patch that adds the version info from libpq.rc to the DLL | Bruce Momjian | |
| build in mingw. The MSVC build already did this, but it was not linked into the mingw one. This is not the same as the versioninfo patch that's in the queue. Please apply this one before beta-3 if at all possible. Magnus Hagander | |||
| 2004-09-26 | Use <> not "" for include of pthread.h. | Bruce Momjian | |
| 2004-09-23 | If we're going to print unrecognized result codes from SSL_get_error | Tom Lane | |
| in open_client_SSL, surely we should do it everywhere. Also make message formatting conform to style guide. | |||
| 2004-09-23 | This patch logs the error code in the default case, so that the user | Bruce Momjian | |
| stands a chance of looking it up. "Unrecognised error" is always disheartening. :-) Dominic Mitchell | |||
| 2004-09-20 | Translation update | Peter Eisentraut | |
| 2004-09-20 | Translation updates | Peter Eisentraut | |
| 2004-09-20 | Translation updates | Peter Eisentraut | |
| 2004-09-20 | Translation updates | Peter Eisentraut | |
| 2004-09-13 | Translation updates | Peter Eisentraut | |
| 2004-09-09 | Translation updates | Dennis Bjorklund | |
| 2004-09-09 | Some source files was not scanned for translatable strings. | Dennis Bjorklund | |
| 2004-09-09 | Fix Cygwin defines to be consistent. | Bruce Momjian | |
| 2004-09-09 | Make TZNAME_GLOBAL for reference to tzname global variable. | Bruce Momjian | |
| 2004-09-08 | Use _timezone global on Cygwin instead of timezone. | Bruce Momjian | |
| 2004-09-06 | Fixed segfault in Informix mode. | Michael Meskes | |
| 2004-09-02 | Remove pg_config_paths.h from libpq *.mak builds so later MinGW builds | Bruce Momjian | |
| will succeed. | |||
| 2004-09-01 | Realign libpq and psql for need for path.c under Win32 VC and BCC. | Bruce Momjian | |
| 2004-09-01 | Back out Cygwin timezone change until we have a more global solution. | Bruce Momjian | |
| 2004-09-01 | Cast _timezone to int from time_t for Cygwin. | Bruce Momjian | |
| 2004-08-30 | Another pgindent run with lib typedefs added. | Bruce Momjian | |
| 2004-08-29 | Pgindent run for 8.0. | Bruce Momjian | |
| 2004-08-29 | Update copyright to 2004. | Bruce Momjian | |
| 2004-08-28 | Add missing semicolon; some bison versions warn of this. | Tom Lane | |
| 2004-08-19 | Don't use get_home_path so libpq doesn't pull path.c into the library. | Bruce Momjian | |
| 2004-08-18 | Clean up some random departures from project's standard declaration style. | Tom Lane | |
| 2004-08-18 | Add get_home_path() to use USERPROFILE on Win32 and HOME on Unix. | Bruce Momjian | |
| 2004-08-17 | Chain on to SIGPIPE handler rather than just do action on default. | Bruce Momjian | |
| Always create thread-specific variable. | |||
| 2004-08-17 | Fix linking problem when enabling thread safety on Darwin: uninitialized | Tom Lane | |
| global variables are problematic on this platform. Simplest solution seems to be to initialize pthread key variable to 0. Also, rename this variable and check_sigpipe_handler to something involving "pq" to avoid gratuitous pollution of application namespace. | |||
| 2004-08-17 | Move io.h include higher in the file so it doesn't conflict with | Bruce Momjian | |
| rename/unlink defined later. Problem exists on MS VC. Andrew Francis | |||
| 2004-08-15 | Specify SA_NOCLDSTOP when enabling SIGCHLD, per suggestion from | Tom Lane | |
| Oliver Jowett. | |||
| 2004-08-11 | Fix broken parsing of CREATE TABLE AS (looks like a mis-sync with main | Tom Lane | |
| parser). | |||
| 2004-08-11 | Add PQserverVersion() to libpq to provide more-convenient access to | Tom Lane | |
| the server version number. This commit also removes bogus DOS line endings from libpqddll.def. Greg Sabino Mullane | |||
| 2004-08-10 | Translation updates | Peter Eisentraut | |
| 2004-08-10 | Translation updates | Peter Eisentraut | |
| 2004-08-09 | Stamp libpq.rc with 8.0 version. | Bruce Momjian | |
| 2004-08-04 | Label CVS tip as 8.0devel instead of 7.5devel. Adjust various comments | Tom Lane | |
| and documentation to reference 8.0 instead of 7.5. | |||
| 2004-08-04 | Fix syntax error by adding a space. | Bruce Momjian | |
| 2004-08-02 | Translation updates | Peter Eisentraut | |
| 2004-08-01 | Translation 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 | |
| >you will see changes for pg_config_paths.h and for thread safety. Can >you look at those changes, merge them into bcc.mak. There might be >other changes in there you want to add to bcc.mak too. > > > OK, having no M$ diff, I attach files src\interfaces\libpq\bcc32.mak and src\interfaces\libpq\win32.h Steve Holdoway | |||
| 2004-07-29 | Translation update | Peter Eisentraut | |
| 2004-07-26 | SQL defines are only used in SQL space in Informix mode. | Michael Meskes | |
| 2004-07-20 | Synced parser and keyword list. | Michael Meskes | |
| Fixed handling of cyclic defines. | |||
| 2004-07-13 | Cause libpq and ecpg libraries to be built as proper shared libraries | Tom Lane | |
| (.dylib format) on Mac OS X, while not messing up loadable modules for the backend (which are the same kind of animal as a shared library on every other platform, but not here). Also get the naming convention to match OS X practice, viz libFOO.version.so not libFOO.so.version. In support of that last, refactor code in Makefile.shlib to make it easier to have platform-specific shlib naming conventions. This patch is loosely based on the Fink project's current postgresql.patch. Tested by yours truly on OS X 10.3.4; does anyone have 10.2.* to check it on? | |||
