- 13 Oct, 1999 6 commits
-
-
Bruce Momjian authored
Vince.
-
Tom Lane authored
BufFile so that it handles multi-segment temporary files transparently. This allows sorts and hashes to work with data exceeding 2Gig (or whatever the local limit on file size is). Change psort.c to use relative seeks instead of absolute seeks for backwards scanning, so that it won't fail when the data volume exceeds 2Gig.
-
Bruce Momjian authored
I have changed a bit the makefiles for the win32 port - the *.def files (created when building shared libraries) are now clean from Makefile.shlib. I have also removed "-g" from CFLAGS in the "cygwin32" template - it can be enabled when running configure. Dan
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
database, but they get truncated at the first NUL by lo_read when they are read back. The reason for this is that lo_read in Pg.xs is using the default: OUTPUT: RETVAL buf which uses C's strlen() to work out the length of the scalar. The code ought to read something more like: OUTPUT: RETVAL buf sv_setpvn((SV*)ST(2), buf, RETVAL); I am not sure if this needs to be done on both lo_read methods in this file, but I changed both and have not since had any problems with truncated BLOBs. Douglas Thomson <dougt@mugc.cc.monash.edu.au>
-
- 12 Oct, 1999 12 commits
-
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
Cygwin snapshots (tested on 990115 which is recommended to use - it fixes some errors in B20.1) And I have another patch for including <sys/ipc.h> before <sys/sem.h> in backend/storage/lmgr/proc.c - it is required due the design of cygipc headers Dan
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Thomas G. Lockhart authored
<term> not allowed in paragraphs; <option> is a better choice.
-
Thomas G. Lockhart authored
Move around a few other keywords which were not in the right category. DEC and SESSION_USER are not yet committed to gram.y, since I'm in the middle of working on JOIN syntax too.
-
Thomas G. Lockhart authored
-
Tatsuo Ishii authored
as BLCKSZ which the backend was compiled in.
-
- 11 Oct, 1999 9 commits
-
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Hiroshi Inoue authored
Now WHERE restriction on ctid is allowed though it is sequentially scanned.
-
- 10 Oct, 1999 3 commits
-
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
- 09 Oct, 1999 7 commits
-
-
Thomas G. Lockhart authored
-
Thomas G. Lockhart authored
Fix indenting and make other minor markup improvements.
-
Thomas G. Lockhart authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
- 08 Oct, 1999 3 commits
-
-
Bruce Momjian authored
-
Jan Wieck authored
Implemented now: FOREIGN KEY ... REFERENCES ... MATCH FULL FOREIGN KEY ... MATCH FULL ... ON DELETE CASCADE Jan
-
Michael Meskes authored
-