Commit Graph

  • a05ed5bc11 Fixes: Marc G. Fournier 1996-07-31 02:19:23 +0000
  • 4477b6f6c2 Fixes: Marc G. Fournier 1996-07-31 02:11:23 +0000
  • 1af2cc0d58 Style didn't appeal to some...:) Marc G. Fournier 1996-07-31 02:07:25 +0000
  • e0d48c317c Fixes: Floating point exception in psql Marc G. Fournier 1996-07-31 02:06:00 +0000
  • 74cdf92868 Fixes: Marc G. Fournier 1996-07-30 07:56:04 +0000
  • e5e12f6405 More cleanups by "Kurt J. Lidl" <lidl@va.pubnix.com> Marc G. Fournier 1996-07-30 07:47:58 +0000
  • 519496b63e More cleandups from: "Kurt J. Lidl" <lidl@va.pubnix.com> Marc G. Fournier 1996-07-30 07:41:38 +0000
  • be19feb14a The decode function in psql.c doesn't return anything, so its declaration is incorrect. Marc G. Fournier 1996-07-29 20:58:42 +0000
  • c4ea55d2c9 clean up /tmp behind itself Marc G. Fournier 1996-07-29 20:52:24 +0000
  • 496b937dca Change ordering of "user modified variables" so that they are at the top of th efile instead of scattered throughout Marc G. Fournier 1996-07-29 20:51:41 +0000
  • 48cde8d83b fix a redeclaration error Marc G. Fournier 1996-07-29 20:49:02 +0000
  • 20f3236650 Modifications for bsdi from Kurt(sp?) Marc G. Fournier 1996-07-29 06:54:01 +0000
  • 7450ea6dfb cosmetic changes: char* x changed to char *x Marc G. Fournier 1996-07-28 07:08:15 +0000
  • 0e887c541e reversed bruces patch to getopt() loop about optarg Marc G. Fournier 1996-07-28 06:59:43 +0000
  • 4b3cb03104 fixes: It appears several routines use lcons to store integers rather than pointers. Marc G. Fournier 1996-07-28 06:56:28 +0000
  • b834d27bc9 small port fixes for sparc_solaris Marc G. Fournier 1996-07-28 06:54:15 +0000
  • ed3240d093 bugfix: if NOREADLINE was not defined and input was not from a tty, then the getopt() was not executed. Julian Assange 1996-07-28 06:48:42 +0000
  • 64b130a8e7 Various fixes required for psql Marc G. Fournier 1996-07-27 04:38:22 +0000
  • edb519b14c and now, the long awaited PAGER patches from Bruce... Marc G. Fournier 1996-07-27 02:55:23 +0000
  • 6e077b0ae5 Further modifications for fixing createuser bug... Marc G. Fournier 1996-07-27 02:40:45 +0000
  • 22113f81fd This is a patch to pg_dump which fixes varchar and char printing in the case where the attribute length is variable (stored as -1). Previously, you'd get output that looked like: Marc G. Fournier 1996-07-27 02:29:51 +0000
  • c13ef1afed My patch to fe-connect.c introduced a new bug which is triggered only, if 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. Marc G. Fournier 1996-07-27 02:27:55 +0000
  • 1a675fe5b2 Fixed these script sonce and for all? Marc G. Fournier 1996-07-27 02:19:18 +0000
  • 32a3858add corrects the output for a 'SELECT DISTINCT ON ...' at line 2900 Marc G. Fournier 1996-07-27 02:06:10 +0000
  • b141c5a973 Fix where 'make clean' wipes out everything if no obj directory exists... Marc G. Fournier 1996-07-27 02:04:12 +0000
  • 95b6f6ea33 Missed a small patch fro mBruce for BSDi Marc G. Fournier 1996-07-26 20:39:04 +0000
  • f45dfa6174 should always take mail headers out of Makefile files befor ecommitting :) Marc G. Fournier 1996-07-26 20:15:40 +0000
  • e4b2558fa3 Minor bug fix Marc G. Fournier 1996-07-26 20:03:21 +0000
  • ba4b7f5021 regression Makefile, rev 2 Marc G. Fournier 1996-07-26 19:58:04 +0000
  • 8a372d202f Add in port to DG/UX Marc G. Fournier 1996-07-25 20:45:05 +0000
  • 5315d37c20 Fix applied for NESTLOOP bug Marc G. Fournier 1996-07-25 20:36:46 +0000
  • aac483943d fixed usuage of -ltermcap for psql Marc G. Fournier 1996-07-25 20:01:51 +0000
  • 9e0a8d4b26 improvements to regression testing Marc G. Fournier 1996-07-25 19:56:59 +0000
  • 14cd0ca3bd modified i386_solaris port Marc G. Fournier 1996-07-25 19:48:24 +0000
  • 31cae34d07 multiple define of 'union semun' removed Marc G. Fournier 1996-07-25 19:45:31 +0000
  • fd35587d4c moved the FLEX stuf from Makefile.global to here Marc G. Fournier 1996-07-25 07:28:12 +0000
  • 10369ad7b2 removed tas.s refernce Marc G. Fournier 1996-07-25 07:27:08 +0000
  • 65b4b39246 Dr George suggested removing Makefile.custom altogether, to reduce any confusion...so its gone... Marc G. Fournier 1996-07-25 07:26:37 +0000
  • ff50e5ab47 Switched from using monitor to using psql Marc G. Fournier 1996-07-25 06:55:49 +0000
  • 69ee15d663 Removed monitor from compile/install (will eventually be removed completely) Marc G. Fournier 1996-07-25 06:54:26 +0000
  • 76bc8cb97f Large re-write/enhancement. In pg-101 Jolly only included a smaller part 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. Julian Assange 1996-07-25 06:46:35 +0000
  • 23c7ff0b3c PQprint() routines. The older code is still there for historical 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. Julian Assange 1996-07-25 06:21:11 +0000
  • 98ae3fadd1 Ack, -I$(srcdir)/backend *is* required... Marc G. Fournier 1996-07-25 01:11:15 +0000
  • 7920dce9f9 comment out USE_TCL...having USE_TCL=true seems to imply that you have to have TCL to use postgres95, which you don't Marc G. Fournier 1996-07-25 00:30:02 +0000
  • 2f19e28940 there are no includes files in backend, there should be, so why look there? Marc G. Fournier 1996-07-25 00:26:21 +0000
  • 0864a2ddae Fix compiler not finding libpgtcl.h header file Marc G. Fournier 1996-07-25 00:22:19 +0000
  • 0ede7ca819 Added an empty Makefile.custom file... Marc G. Fournier 1996-07-25 00:19:42 +0000
  • 18367ced1b Ack, missed two files from the merge...looks like a .11 is goin gto have to go out after all :( Marc G. Fournier 1996-07-23 05:51:29 +0000
  • b619cb09d9 iBrought in a fix for backend crashes Marc G. Fournier 1996-07-23 05:44:10 +0000
  • 00fe588fb0 comment out inclue of Makefile.custom, as i tbreaks compiling the bin directory Marc G. Fournier 1996-07-23 05:24:35 +0000
  • 83c9ec765e Last changes to src from Dr. George *wipes brow* Marc G. Fournier 1996-07-23 03:38:44 +0000
  • 2206b5819d Alot of "changes" from Dr. George's source tree... Marc G. Fournier 1996-07-23 03:35:14 +0000
  • 94e5642b87 More Merge's from Dr' sourec tree Marc G. Fournier 1996-07-23 03:24:47 +0000
  • 245686d43a modifications to regressoin tests Marc G. Fournier 1996-07-23 03:19:34 +0000
  • 668aa24fc4 More merge's from Dr. George's sourec tree Marc G. Fournier 1996-07-23 03:13:58 +0000
  • 772ae267e3 spelling error...and correction Marc G. Fournier 1996-07-23 03:05:23 +0000
  • be5bfd54f2 Put in a new FAQ Marc G. Fournier 1996-07-23 03:03:43 +0000
  • d1724d65b7 reversed julian's patch back in again...othere things cause monitor to not compile now... Marc G. Fournier 1996-07-23 02:26:41 +0000
  • 7344d69898 Finished merging in src/backend from Dr. George's source tree Marc G. Fournier 1996-07-23 02:23:54 +0000
  • e11744e164 More of Dr. George's changes... - 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 1996-07-22 23:30:57 +0000
  • 5108a5b320 More merges from Dr. George's tree... - 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 1996-07-22 23:00:26 +0000
  • 18a7989e1a - merging in Dr. George's tree with ours - src/backend/access - no changes - src/backend/utils - mostly cosmetic changes - ESCAPE_PATCH Added - src/Makefile.global changes merged Marc G. Fournier 1996-07-22 21:58:28 +0000
  • 672f6ece23 Brought in David Bennett's (dave@bensoft.com) changes to pg_dump Marc G. Fournier 1996-07-22 08:37:00 +0000
  • 02bbd95a41 Backed out the changes to monitor.c that seem to be affecting the ability for createuser to actually create one... Marc G. Fournier 1996-07-22 05:59:53 +0000
  • 753631ac17 - added LD_ADD+=-ltermcap to postgres.mk.bsdi_2_1 Marc G. Fournier 1996-07-22 05:13:32 +0000
  • 435d32cd25 quick fix to src/bin/Makefile.global so that compiling doesn't look for a libpq that is already installed... Marc G. Fournier 1996-07-22 04:51:05 +0000
  • df43edcf45 Fix for: Marc G. Fournier 1996-07-20 08:44:45 +0000
  • ffae4ebde9 Brought in NEOSOFT's port to i386_solaris Marc G. Fournier 1996-07-20 08:36:33 +0000
  • 544e802910 Fixes: Marc G. Fournier 1996-07-20 08:19:13 +0000
  • 94215d51c8 Fixes: Marc G. Fournier 1996-07-20 07:59:41 +0000
  • baeb3aadc5 - fix installation not installing man pages Marc G. Fournier 1996-07-20 07:52:36 +0000
  • 5feb9dc9df - extend conditional for use of -ltermcap in bsdi/bsdi_2_1 compiles Marc G. Fournier 1996-07-20 07:40:03 +0000
  • c777e8131e fixed a bug with not commenting out FSYNC= in initdb.sh Marc G. Fournier 1996-07-20 07:33:36 +0000
  • 20288400f3 Fixes: Marc G. Fournier 1996-07-19 07:24:11 +0000
  • 83adddfcc3 - improve date/time parsing routines Marc G. Fournier 1996-07-19 07:19:56 +0000
  • a7cfd65532 Fixes: Marc G. Fournier 1996-07-19 07:14:14 +0000
  • 3704b99522 - libpq calls "fe_getauthname()" two times in "fe-connect.c", but doesn't free the buffer allocated by this function. Marc G. Fournier 1996-07-19 07:00:56 +0000
  • df1a06ed37 - added -ltermcap to LIBS in bin/psql/Makefile Marc G. Fournier 1996-07-19 06:53:40 +0000
  • 2ab6d1f125 Removed -I${HEADERFILE} from bin/Makefile.global Marc G. Fournier 1996-07-19 06:47:51 +0000
  • de82ece8bd Fix PAGER bug in createuser/etc scripts Marc G. Fournier 1996-07-19 06:36:38 +0000
  • 6562fa851e Fixes: Marc G. Fournier 1996-07-19 06:27:59 +0000
  • 9bffaade96 Fixes: Marc G. Fournier 1996-07-19 06:13:58 +0000
  • 64bfa0487b fixes for textcat(), but headers were missing from archive :( Marc G. Fournier 1996-07-19 06:08:21 +0000
  • 89ad633897 Fixes compile errors with irix5 port Marc G. Fournier 1996-07-19 05:54:17 +0000
  • 2771129c82 Fixes: minor Makefile changes to force setting of SRCDIR and ordering of include files Marc G. Fournier 1996-07-19 05:32:42 +0000
  • 54857ad1a7 Fixes: Marc G. Fournier 1996-07-19 05:21:28 +0000
  • 1d4a115a37 Fixes: Marc G. Fournier 1996-07-19 05:12:40 +0000
  • 72f76d38eb libpq and psql.c have been modified to do various things they didn't do 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. Marc G. Fournier 1996-07-18 05:48:57 +0000
  • bc0bd47c6a Fixes: In the solaris port the file descriptors are hard coded to 20 (from the include file sys/param.h Marc G. Fournier 1996-07-18 04:59:42 +0000
  • 55aab6a434 fix: BSDi 2.1 requires a port seperate from BSDi 2.0{.1} Marc G. Fournier 1996-07-16 07:13:58 +0000
  • bf2abf0dae fix: clean up formatting of \d tablename in psql Marc G. Fournier 1996-07-16 06:58:12 +0000
  • e5eb859446 fix: During a BSD/OS(BSDI) 2.1 compile, I got errors about undefined S_LOCK_'s during the postgres link phase. Marc G. Fournier 1996-07-16 06:53:41 +0000
  • 169a5b7670 applied fixes for psql - \p produces traditional results - \r added Marc G. Fournier 1996-07-16 06:37:28 +0000
  • d7a1ce7af7 adds: case insensitive regexp for varchar From: azcb0@sde.uts.amdahl.com Marc G. Fournier 1996-07-15 19:32:33 +0000
  • 350cb69aed fsync patch from openlink Marc G. Fournier 1996-07-15 19:22:58 +0000
  • faf21935d1 fsync patch from openlink Marc G. Fournier 1996-07-15 19:22:17 +0000
  • d838e30f13 Submitted by Openlink, requires -DOPENLINK_PATCHES in Makefile.global Marc G. Fournier 1996-07-15 19:11:23 +0000
  • 76145bd74b Makefile.global changes to show option -DOPENLINK_PATCHES Marc G. Fournier 1996-07-15 19:10:32 +0000
  • 3a2a3689b8 Moved two defines required for FreeBSD into Makefile.global Marc G. Fournier 1996-07-13 07:37:33 +0000
  • d602a35d37 Brought in extensions to pg_dump Marc G. Fournier 1996-07-12 05:39:39 +0000