- 05 Feb, 1998 12 commits
-
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Marc G. Fournier authored
Well this is not really a patch. But I mananged to get Linus' old Postgres95 precompiler to compile and work with PostgreSQL. The next step would be to collect bug/missing feature reports and to put it into the distribution so that it is made with the standard make procedure. Warning! So far it is not tested much and it does not install correctly. But I was able to create a small binary with it.
-
Marc G. Fournier authored
select from a table with attrs (a int, b char(20)) crashed in bpcharout() (palloc of -1 bytes). But a table with attrs (a int, b varchar(20)) worked. From: Jan Wieck <jwieck@debis.com>
-
Marc G. Fournier authored
-
Marc G. Fournier authored
output at least doesn't appear that its missing something. wasn't particularly confident with removing 'caller' altogether :(
-
Marc G. Fournier authored
of configure
-
Bruce Momjian authored
-
Marc G. Fournier authored
-
Marc G. Fournier authored
"more info then user requires"
-
Marc G. Fournier authored
From: Andrew Martin <martin@biochemistry.ucl.ac.uk>
-
- 04 Feb, 1998 3 commits
-
-
Bruce Momjian authored
-
Marc G. Fournier authored
-
Thomas G. Lockhart authored
surrounded by parentheses (but not all are meaningful). Remove unused keywords ACL, APPEND, MERGE. Requires a "make clean" to recompile all code since keyword numeric assignments have changed with keyword removal.
-
- 03 Feb, 1998 18 commits
-
-
Bruce Momjian authored
-
Marc G. Fournier authored
-
Marc G. Fournier authored
-
Bruce Momjian authored
Cleanup for vacuum help, manual page, and error message
-
Marc G. Fournier authored
-
Marc G. Fournier authored
Fix inclusion of 'tas.s' for various ports
-
Thomas G. Lockhart authored
been set in the session. General cleanup of timezone support code.
-
Thomas G. Lockhart authored
-
Thomas G. Lockhart authored
Define functions and operators for closest point to lseg on box, to line on lseg, to lseg on lseg. Define function and operator for length of lseg. Change length operator from '??' to '@-@' (currently defined for path and lseg).
-
Thomas G. Lockhart authored
Define close_ls(), close_lseg(), lseg_length(). Write real code for close_sb(), close_pb(), inter_sb(), inter_lb(). Repair lseg_perp() which determines if two lsegs are perpendicular. Repair lseg_dt() distance between two lsegs. Note: close_sl() is clearly broken but will repair later (calculating point on lseg rather than point on line).
-
Marc G. Fournier authored
-
Marc G. Fournier authored
-
Marc G. Fournier authored
From: Darren King <darrenk@insightdist.com>
-
Marc G. Fournier authored
Reported by: Shiby Thomas <sthomas@cise.ufl.edu>
-
Bruce Momjian authored
-
Marc G. Fournier authored
structure, and move the init_address_fixup() code directly into backend/main/main.c with appropriate #ifdefs around it...
-
Marc G. Fournier authored
From: "Thomas A. Szybist" <szybist@boxhill.com>
-
Marc G. Fournier authored
Slight cleanups for glibc2.0
-
- 02 Feb, 1998 7 commits
-
-
Marc G. Fournier authored
-
Marc G. Fournier authored
-
Marc G. Fournier authored
[This is a repost - it supercedes the previous one. It fixes the patch so it doesn't bread aix port, plus there's a file missing out of the original post because difforig doesn't pick up new files. It's now attached. peter] This patch brings the JDBC driver up to the current protocol spec. Basically, the backend now tells the driver what authentication scheme to use. The patch also fixes a performance problem with large objects. In the buffer manager, each fastpath call was sending multiple Notifications to the backend (sometimes more data in the form of notifications were being sent than blob data!).
-
Marc G. Fournier authored
-
Marc G. Fournier authored
-
Marc G. Fournier authored
-
Marc G. Fournier authored
-