summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
1996-07-31Style didn't appeal to some...:)Marc G. Fournier
Submitted by: Bruce Momjian <maillist@candle.pha.pa.us>
1996-07-31Fixes: Floating point exception in psqlMarc G. Fournier
Submitted by: Dan McGuirk <mcguirk@indirect.com>
1996-07-30Fixes:Marc G. Fournier
> INDEXED searches in some cases DO NOT WORK. > Although simple search expressions (i.e. with a constant value on > the right side of an operator) work, performing a join (by putting > a field of some other table on the right side of an operator) produces > empty output. > WITHOUT indices, everything works fine. > submitted by: "Vadim B. Mikheev" <root@ais.sable.krasnoyarsk.su>
1996-07-30More cleanups by "Kurt J. Lidl" <lidl@va.pubnix.com>Marc G. Fournier
1996-07-30More cleandups from: "Kurt J. Lidl" <lidl@va.pubnix.com>Marc G. Fournier
1996-07-29The decode function in psql.c doesn't return anything, so itsMarc G. Fournier
declaration is incorrect. -Kurt
1996-07-29clean up /tmp behind itselfMarc G. Fournier
submitted by: bruce
1996-07-29Change ordering of "user modified variables" so that they are atMarc G. Fournier
the top of th efile instead of scattered throughout Turned off default behavior of compiling with -g enabled submitted by; bruce
1996-07-29fix a redeclaration errorMarc G. Fournier
submitted by Kurt
1996-07-29Modifications for bsdi from Kurt(sp?)Marc G. Fournier
1996-07-28cosmetic changes: char* x changed to char *xMarc G. Fournier
submitted by: bruce
1996-07-28reversed bruces patch to getopt() loop about optargMarc G. Fournier
submitted by: bruce
1996-07-28fixes: It appears several routines use lcons to store integers rather thanMarc G. Fournier
pointers. submitted by: bruce
1996-07-28small port fixes for sparc_solarisMarc G. Fournier
submitted by: jason
1996-07-28bugfix: if NOREADLINE was not defined and input was not from a tty, thenJulian Assange
the getopt() was not executed.
1996-07-27Various fixes required for psqlMarc G. Fournier
Submitted by: Bruce
1996-07-27and now, the long awaited PAGER patches from Bruce...Marc G. Fournier
Submitted by: Bruce Momjian <maillist@candle.pha.pa.us>
1996-07-27Further modifications for fixing createuser bug...Marc G. Fournier
Submitted by: Rick Weldon <rick@wisetech.com>
1996-07-27This is a patch to pg_dump which fixes varchar and char printing in theMarc G. Fournier
case where the attribute length is variable (stored as -1). Previously, you'd get output that looked like: CREATE TABLE foo (bar varchar(-1)); Monitor and psql don't like this at all :). Here is a fix: Submitted by: Adam Sussman <myddryn@vidya.com>
1996-07-27My patch to fe-connect.c introduced a new bug which is triggered only, ifMarc G. Fournier
Kerberos is being used (attempt to free static memory). The error was caused by a confusing doublespeak of fe_getauthname(): Returns a pointer to static memory, if you authenticate via Kerberos, a pointer to dynamic memory otherwise. Submitted by: Erich Stamberger <eberger@gewi.kfunigraz.ac.at>
1996-07-27Fixed these script sonce and for all?Marc G. Fournier
Submitted by: Rick Weldon <rick@wisetech.com>
1996-07-27corrects the output for a 'SELECT DISTINCT ON ...' at line 2900Marc G. Fournier
submitted by: Dr_George_D_Detlefsen <drgeorge@ilt.com>
1996-07-27Fix where 'make clean' wipes out everything if no obj directoryMarc G. Fournier
exists... Submitted by: Bruce Momjian <maillist@candle.pha.pa.us>
1996-07-26Missed a small patch fro mBruce for BSDiMarc G. Fournier
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 :(