summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
1996-07-26should always take mail headers out of Makefile files befor ecommitting :)Marc G. Fournier
1996-07-26Minor bug fixMarc G. Fournier
1996-07-26regression Makefile, rev 2Marc G. Fournier
Submitted by: Dr. George
1996-07-25Add in port to DG/UXMarc G. Fournier
Submitted by: "Brian E. Gallew" <geek+@cmu.edu>
1996-07-25Fix applied for NESTLOOP bugMarc G. Fournier
submitted by: vadim@sable.krasnoyarsk.su (Vadim B. Mikheev)
1996-07-25fixed usuage of -ltermcap for psqlMarc G. Fournier
submitted by: Bruce Momjian <maillist@candle.pha.pa.us>
1996-07-25improvements to regression testingMarc G. Fournier
submitted by: dr. george
1996-07-25modified i386_solaris portMarc G. Fournier
submitted by: dr. george
1996-07-25multiple define of 'union semun' removedMarc G. Fournier
submitted by: dr. george
1996-07-25moved the FLEX stuf from Makefile.global to hereMarc G. Fournier
1996-07-25removed tas.s refernceMarc G. Fournier
1996-07-25Dr George suggested removing Makefile.custom altogether, to reduceMarc G. Fournier
any confusion...so its gone...
1996-07-25Switched from using monitor to using psqlMarc G. Fournier
Submitted by: Rick Weldon <rick@wisetech.com>
1996-07-25Removed monitor from compile/install (will eventually be removedMarc G. Fournier
completely)
1996-07-25Large re-write/enhancement. In pg-101 Jolly only included a smaller partJulian Assange
of my (proff) patch. This is the rest of it, with a few, mainly aesthetic changes. I've removed a lot of redundency from the original code, added support for the new PQprint() routines in libpq, expanded tables, and a few generally nifty ways of massaging data in and out of the backend. Still needs some good stress testing.
1996-07-25PQprint() routines. The older code is still there for historicalJulian Assange
compatibility. There isn't much difference here against my previous PQprint() code, except that you can add optional arguments to the <table args> in html.
1996-07-25Ack, -I$(srcdir)/backend *is* required...Marc G. Fournier
1996-07-25comment out USE_TCL...having USE_TCL=true seems to imply that youMarc G. Fournier
have to have TCL to use postgres95, which you don't
1996-07-25there are no includes files in backend, there should be, so why lookMarc G. Fournier
there?
1996-07-25Fix compiler not finding libpgtcl.h header fileMarc G. Fournier
1996-07-25Added an empty Makefile.custom file...Marc G. Fournier
1996-07-23Ack, missed two files from the merge...looks like a .11 is goin gto haveMarc G. Fournier
to go out after all :(
1996-07-23iBrought in a fix for backend crashesMarc G. Fournier
Submitted by: "Vadim B. Mikheev" <vadim@sable.krasnoyarsk.su>
1996-07-23comment out inclue of Makefile.custom, as i tbreaks compiling theMarc G. Fournier
bin directory
1996-07-23Last changes to src from Dr. George *wipes brow*Marc G. Fournier
1996-07-23Alot of "changes" from Dr. George's source tree...Marc G. Fournier
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 :(
1996-07-23More Merge's from Dr' sourec treeMarc G. Fournier
1996-07-23modifications to regressoin testsMarc G. Fournier
1996-07-23More merge's from Dr. George's sourec treeMarc G. Fournier
1996-07-23spelling error...and correctionMarc G. Fournier
1996-07-23Put in a new FAQMarc G. Fournier
Merged in Dr. George's src/bin tree (possibly broke monitor/psql in process)
1996-07-23reversed julian's patch back in again...othere things cause monitorMarc G. Fournier
to not compile now...
1996-07-23Finished merging in src/backend from Dr. George's source treeMarc G. Fournier
1996-07-22More of Dr. George's changes...Marc G. Fournier
- src/backend/catalog/* - no changes - src/backend/executor/* - change how nodeHash.c handles running out of memory - src/backend/optimizer/* - mostly cosmetic changes
1996-07-22More merges from Dr. George's tree...Marc G. Fournier
- 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
1996-07-22- merging in Dr. George's tree with oursMarc G. Fournier
- src/backend/access - no changes - src/backend/utils - mostly cosmetic changes - ESCAPE_PATCH Added - src/Makefile.global changes merged
1996-07-22Brought in David Bennett's (dave@bensoft.com) changes to pg_dumpMarc G. Fournier
1996-07-22Backed out the changes to monitor.c that seem to be affecting theMarc G. Fournier
ability for createuser to actually create one...
1996-07-22- added LD_ADD+=-ltermcap to postgres.mk.bsdi_2_1Marc G. Fournier
- submitted by: Bruce Momjian (root@candle.pha.pa.us)
1996-07-22quick fix to src/bin/Makefile.global so that compiling doesn't look for aMarc G. Fournier
libpq that is already installed... submitted by: Bruce Momjian (root@candle.pha.pa.us)
1996-07-20Fix for:Marc G. Fournier
> > 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>
1996-07-20Brought in NEOSOFT's port to i386_solarisMarc G. Fournier
Submitted by: Randy Kunkee <kunkee@Starbase.NeoSoft.COM>
1996-07-20Fixes:Marc G. Fournier
Hash indices for some data types don't work, for example for time and date. - submitted by: Massimo Dal Zotto <dz@cs.unitn.it>
1996-07-20Fixes:Marc G. Fournier
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>
1996-07-20- fix installation not installing man pagesMarc G. Fournier
- submitted by: drgeorge@ilt.com (Dr_George_D_Detlefsen)
1996-07-20- extend conditional for use of -ltermcap in bsdi/bsdi_2_1 compilesMarc G. Fournier
- submitted by: Bruce Momjian (root@candle.pha.pa.us)
1996-07-20fixed a bug with not commenting out FSYNC= in initdb.shMarc G. Fournier
1996-07-19Fixes:Marc G. Fournier
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>
1996-07-19- improve date/time parsing routinesMarc G. Fournier
- submitted by: Massimo Dal Zotto <dz@cs.unitn.it>
1996-07-19Fixes:Marc G. Fournier
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>