- 14 Apr, 2000 14 commits
-
-
Thomas G. Lockhart authored
Fix spelling of "millennium". Thanks to Mika Nystrom <mika@camembert.cs.caltech.edu> for spotting this.
-
Thomas G. Lockhart authored
-
Thomas G. Lockhart authored
Update platform support for HPUX, Linux-mips, Linux-ppc, mklinux, NetBSD-m68k (may be a bit premature), and Solaris.
-
Thomas G. Lockhart authored
-
Thomas G. Lockhart authored
Fix spelling of "millennium". Thanks to Mika Nystrom <mika@camembert.cs.caltech.edu>.
-
Bruce Momjian authored
-
Tom Lane authored
extern int inet_aton(const char *cp, struct in_addr * addr); appearing before the optional #define for const, which was certain to fail on a machine with neither const nor inet_aton().
-
Tom Lane authored
-
Tom Lane authored
Some compilers object to seeing extern and later static ...
-
Tom Lane authored
compiler will understand them. configure may have #define'd them to empty because the local C compiler doesn't understand them, but this may very well cause a C++ compilation to fail, so don't do it in C++.
-
Tom Lane authored
all platforms, not just SCO. The operation is undefined for Unix-domain sockets anyway. It seems SCO is not the only platform that complains instead of treating the call as a no-op.
-
Tom Lane authored
include the version from backend/port into libpq. There is a second-rate implementation of inet_aton() already present in fe-connect.c, #ifdef'd WIN32. That ought to be removed in favor of using the better version from port/. However, since I'm not in a position to test the WIN32 code, I will leave well enough alone for this release...
-
Tom Lane authored
request from XEmacs people.
-
Tom Lane authored
contained a sub-SELECT nested within an AND/OR tree that cnfify() thought it should rearrange. Same physical sub-SELECT node could end up linked into multiple places in resulting expression tree. This is harmless for most node types, but not for SubLink. Repair bug by making physical copies of subexpressions that get logically duplicated by cnfify(). Also, tweak the heuristic that decides whether it's a good idea to do cnfify() --- we don't really want that to happen when it would cause multiple copies of a subselect to be generated, I think.
-
- 13 Apr, 2000 3 commits
-
-
Bruce Momjian authored
-
Jan Wieck authored
Jan
-
Bruce Momjian authored
-
- 12 Apr, 2000 8 commits
-
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Thomas G. Lockhart authored
Adjust two-word substitution parameters to be one word only to reduce possible ambiguity.
-
Bruce Momjian authored
-
- 11 Apr, 2000 12 commits
-
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
Alfred Perlstein
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Thomas G. Lockhart authored
Includes compiled code to support pre-7.0 backends, but for 7.0 only requires executing odbc.sql.
-
Bruce Momjian authored
forgotten in my mailbox (sorry). Haven't tried to apply and since I don't have working sgml stuff cannot check. Jan
-
Thomas G. Lockhart authored
Fix markup to get clean compile.
-
Bruce Momjian authored
-
Bruce Momjian authored
-
- 10 Apr, 2000 3 commits
-
-
Tom Lane authored
whether to do fsync or not, and if so (which should be seldom) just do the fsync immediately. This way we need not build data structures in md.c/fd.c for blind writes.
-
Bruce Momjian authored
logged queries to 1024, truncating longer queries. That is about half of the size I need (I have a union that is 2K long). Can someone consider bumping it to 4K or so? Patch attached... Regards, Ed Loehr
-
Bruce Momjian authored
-