- 23 Jul, 1996 11 commits
-
-
Marc G. Fournier authored
Submitted by: "Vadim B. Mikheev" <vadim@sable.krasnoyarsk.su>
-
Marc G. Fournier authored
bin directory
-
Marc G. Fournier authored
-
Marc G. Fournier authored
Most of the changes in here look to b epurely cosmetic, and don't affect anything... ...and some stuff is completely questionable...in that I may have reversed some of the stuf fwe already had :(
-
Marc G. Fournier authored
-
Marc G. Fournier authored
-
Marc G. Fournier authored
-
Marc G. Fournier authored
-
Marc G. Fournier authored
Merged in Dr. George's src/bin tree (possibly broke monitor/psql in process)
-
Marc G. Fournier authored
to not compile now...
-
Marc G. Fournier authored
-
- 22 Jul, 1996 7 commits
-
-
Marc G. Fournier authored
- src/backend/catalog/* - no changes - src/backend/executor/* - change how nodeHash.c handles running out of memory - src/backend/optimizer/* - mostly cosmetic changes
-
Marc G. Fournier authored
- src/backend/tcop/* - cosmetic changes to OPENLINK patches - src/backend/storage/* - more changes, mostly cosmetic - src/backend/ports/* - merge in patches for aix and i386_solaris
-
Marc G. Fournier authored
- src/backend/access - no changes - src/backend/utils - mostly cosmetic changes - ESCAPE_PATCH Added - src/Makefile.global changes merged
-
Marc G. Fournier authored
-
Marc G. Fournier authored
ability for createuser to actually create one...
-
Marc G. Fournier authored
- submitted by: Bruce Momjian (root@candle.pha.pa.us)
-
Marc G. Fournier authored
libpq that is already installed... submitted by: Bruce Momjian (root@candle.pha.pa.us)
-
- 20 Jul, 1996 7 commits
-
-
Marc G. Fournier authored
> > We did some testing and found that if we name the table 'Inv' with > anything appended to it, the table does not appear in the '\d' table list. > It appears to be the capital I as a table named 'invItemsL' is created > and displayed properly. > - submitted by: Jason Wright <jason@shiloh.vnet.net>
-
Marc G. Fournier authored
Submitted by: Randy Kunkee <kunkee@Starbase.NeoSoft.COM>
-
Marc G. Fournier authored
Hash indices for some data types don't work, for example for time and date. - submitted by: Massimo Dal Zotto <dz@cs.unitn.it>
-
Marc G. Fournier authored
The updating of array fields is broken in Postgres95-1.01, An array can be only replaced with a new array but not have some elements modified. This is caused by two bugs in the parser and in the array utilities. Furthermore it is not possible to update array with a base type of variable length. - submitted by: Massimo Dal Zotto <dz@cs.unitn.it>
-
Marc G. Fournier authored
- submitted by: drgeorge@ilt.com (Dr_George_D_Detlefsen)
-
Marc G. Fournier authored
- submitted by: Bruce Momjian (root@candle.pha.pa.us)
-
Marc G. Fournier authored
-
- 19 Jul, 1996 14 commits
-
-
Marc G. Fournier authored
I have written some patches which add support for NULLs to Postgres95. In fact support for NULLs was already present in postgres, but it had been disabled because not completely debugged, I believe. My patches simply add some checks here and there. To enable the new code you must add -DNULL_PATCH to CFLAGS in Makefile.global. After recompiling you can do things like: insert into a (x, y) values (1, NULL); update a set x = NULL where x = 0; You can't still use a "where x=NULL" clause, you must use ISNULL instead. This could probably be an easy fix to do. Submitted by: Massimo Dal Zotto <dz@cs.unitn.it>
-
Marc G. Fournier authored
- submitted by: Massimo Dal Zotto <dz@cs.unitn.it>
-
Marc G. Fournier authored
Select queries with an isnull or notnull clause, like "select * where somefield isnull", crash the backend if the table has at least one index. If the indices are deleted the queries work again. Also the explain command fail in the same way. The is caused by a bug in subroutine of the optimizer which doesn't check null values in the clauses. Submitted by: Massimo Dal Zotto <dz@cs.unitn.it>
-
Marc G. Fournier authored
doesn't free the buffer allocated by this function. - submitted by: Erich Stamberger <eberger@gewi.kfunigraz.ac.at>
-
Marc G. Fournier authored
- submitted by: Bruce Momjian (root@candle.pha.pa.us)
-
Marc G. Fournier authored
-
Marc G. Fournier authored
submitted by: Bruce Momjian (root@candle.pha.pa.us)
-
Marc G. Fournier authored
'select distinct on' causes backend to crash submitted by: Chris Dunlop chris@onthe.net.au
-
Marc G. Fournier authored
This is a patch to prevent an endless loop occuring in the Postgres backend when a 'warning' error condition generates another warning error contition in the handler code. Submitted by: Chris Dunlop, <chris@onthe.net.au>
-
Marc G. Fournier authored
-
Marc G. Fournier authored
Submitted by: Thomas van Reimersdahl <reimersd@dali.techinfo.rwth-aachen.de>
-
Marc G. Fournier authored
minor Makefile changes to force setting of SRCDIR and ordering of include files Submitted by: Bruce Momjian (root@candle.pha.pa.us)
-
Marc G. Fournier authored
It is not possible to define attributes as arrays of date or time, the type _time and _date are not defined. Submitted by: Massimo Dal Zotto <dz@cs.unitn.it>
-
Marc G. Fournier authored
The type _char16 (array of char16) is incorrectly defined as array of name and values longer than 16 chars are stored as names and not truncated to 16 bytes as they should be. Submitted by: Massimo Dal Zotto <dz@cs.unitn.it>
-
- 18 Jul, 1996 1 commit
-
-
Marc G. Fournier authored
before (plus some optimisations/bug fixes et al). I've included a small demo transcript below. Note that all of of the display functionality/intelligence you see here, can be had merely by calling the new LIBPQ PQprint() routine with the appropriate arguments/options, including the HTML3 output guff. submitted by: Julian Assange <proff@suburbia.net>
-