- 17 Jan, 1999 11 commits
- 
- 
Tom Lane authoredper Massimo Dal Zotto. 
- 
Bruce Momjian authored
- 
Bruce Momjian authored
- 
Bruce Momjian authoredfile containing the latest version of the JDBC driver, allowing it to be compiled and used under JDK 1.2 and later. NB: None (well almost none) of the new methods actually do anything. This release only handles getting it to compile and run. Now this is done, I'll start working on implementing the new stuff. Now this tar file replaces everything under src/interfaces/jdbc. I had to do it this way, rather than diffs, because most of the classes under the postgresql subdirectory have moved to a new directory under that one, to enable the support of the two JDBC standards. Here's a list of files in the tar file. Any file not listed here (in the postgresql directory) will have to be deleted, otherwise it could cause the driver to fail: Peter Mount 
- 
Tom Lane authoredreport kernel's errno value. 
- 
Bruce Momjian authored
- 
Tom Lane authoredseparately from snprintf() --- HPUX, for one, has snprintf but not vsnprintf. Fix a minor typo in snprintf.c, too. 
- 
Tom Lane authoredseem to be portable (HPUX doesn't like it, anyway). Also, clean up StreamConnection(), which was mis-coded to assume that the address family field is already set when it's called. 
- 
Tom Lane authoredto ensure that config.h is included as well. 
- 
Tom Lane authoredout-of-sync routine prototypes ... the system doesn't compile without this ... 
- 
Tom Lane authoredquite as unused as I thought ... how embarrassing. 
 
- 
- 12 Jan, 1999 1 commit
- 
- 
Marc G. Fournier authoredFrom: Magnus Hagander <mha@sollentuna.net> Here's another patch for the libpq backend areas. This patch removes all usage of "FILE *" on the communications channel. It also cleans up the comments and headers in the pqcomm.c file - a lot of things were either missing or incorrect. Finally, it removes a couple of unused functions (leftovers from the time of shared code between the libpq backend and frontend). 
 
- 
- 11 Jan, 1999 1 commit
- 
- 
Marc G. Fournier authoredFrom: Magnus Hagander <mha@sollentuna.net> Here is a first patch to cleanup the backend side of libpq. This patch removes all external dependencies on the "Pfin" and "Pfout" that are declared in pqcomm.h. These variables are also changed to "static" to make sure. Almost all the change is in the handler of the "copy" command - most other areas of the backend already used the correct functions. This change will make the way for cleanup of the internal stuff there - now that all the functions accessing the file descriptors are confined to a single directory. 
 
- 
- 10 Jan, 1999 2 commits
- 
- 
Thomas G. Lockhart authoredwhen deciding whether a field is a year field. Assume *anything* longer than 2 digits (if it isn't a special-case doy) is a valid year. This should fix the "Y1K" and "Y10K" problems pointed out by Massimo recently. Check usage of BC to require a positive-valued year; before just used it to flip the sign of the year without checking. This led to problems near year zero. Allow a 5 digit "concatenated date" of 2 digit year plus day of year. Do 2->4 digit year correction for 6 and 5 digit "concatenated dates". Somehow forgot this originally. Guess not many folks use it... 
- 
Thomas G. Lockhart authoredI think NAN is already guaranteed to be there from Jan's work on NUMERIC, but perhaps HUGE_VAL needs some #ifndef's in the same place. Should also include "-Infinity" as -HUGE_VAL sometime; not there yet. 
 
- 
- 08 Jan, 1999 1 commit
- 
- 
Byron Nikolaidis authored
 
- 
- 07 Jan, 1999 9 commits
- 
- 
Bruce Momjian authoredsubscriptions yet. It's just a small patch to ecpg to keep it in sync with gram.y. Michael 
- 
Thomas G. Lockhart authoredwhich was not built last time these things changed. 
- 
Thomas G. Lockhart authored
- 
Thomas G. Lockhart authored
- 
Thomas G. Lockhart authoredUse a <citetitle> rather than <xref> when referring to libpq since that chapter is not included in the tutorial. 
- 
Thomas G. Lockhart authoredwhich are not used here. 
- 
Thomas G. Lockhart authored
- 
Thomas G. Lockhart authored
- 
Thomas G. Lockhart authoredFrom Magnus Hagander <mha@sollentuna.net>. 
 
- 
- 06 Jan, 1999 1 commit
- 
- 
Byron Nikolaidis authored
 
- 
- 05 Jan, 1999 4 commits
- 
- 
Vadim B. Mikheev authored
- 
Jan Wieck authoredAnything else is CPU overkill. Jan 
- 
Jan Wieck authoredoverflow error on high precision calculations where temporary huge precision is required. Jan 
- 
Byron Nikolaidis authored
 
- 
- 04 Jan, 1999 3 commits
- 03 Jan, 1999 3 commits
- 
- 
Bruce Momjian authored
- 
Bruce Momjian authored
- 
Bruce Momjian authored
 
- 
- 02 Jan, 1999 1 commit
- 
- 
Bruce Momjian authored
 
- 
- 01 Jan, 1999 2 commits
- 
- 
Bruce Momjian authoredwith some extra ugly sprintfs fixed. More work in this area is needed still. Göran Thyni 
- 
Bruce Momjian authored
 
- 
- 31 Dec, 1998 1 commit
- 
- 
Bruce Momjian authored
 
-