Commit Graph

  • 60b0605925 Forgot to comment out the USE_READLINE define...fixed now Marc G. Fournier 1996-10-25 09:33:44 +0000
  • 457ed3d9c6 Okay D'Arcy...found a purpose to Makefile.custom *grin*: Marc G. Fournier 1996-10-25 09:26:56 +0000
  • 7c5d7485f0 Set default SRCDIR/POSTGRESDIR to /usr/local/postgres95 Marc G. Fournier 1996-10-25 09:24:56 +0000
  • f69b84641a Bring in changes so that PORTNAME is UNDEFINED by default, and error/halt happens if it isn't changed Marc G. Fournier 1996-10-25 09:23:42 +0000
  • e18d49d82a Add CFLAGS+=-DPOSTPORT=... so we can take it out of the global CFLAGS. Bryan Henderson 1996-10-25 09:22:30 +0000
  • ec86e4b95b Use EUROPEAN_DATES instead of EUROPEAN_STYLE Bryan Henderson 1996-10-25 06:02:52 +0000
  • 3010f46d2a E Use EUROPEAN_DATES from config.h instead of -D option Bryan Henderson 1996-10-25 06:00:49 +0000
  • f6f8ca4970 Fixes: Growing backend when using nested function calls Marc G. Fournier 1996-10-24 07:59:46 +0000
  • 20b4c46e26 Fixes: Errors when PQexec() in backend creates temp relations and transaction is aborted Marc G. Fournier 1996-10-24 07:55:54 +0000
  • 5d90a0037e Fixes: Errors when PQexec() in backend creates temp relations and transaction is aborted Marc G. Fournier 1996-10-24 07:38:22 +0000
  • ee0ef186ac Fixes: Growing backend when using nested function calls Marc G. Fournier 1996-10-24 07:33:52 +0000
  • 352e2ae2ab Added in prototype for: extern void setMaxOid(FILE *fout); Marc G. Fournier 1996-10-24 06:51:19 +0000
  • 82a4b0f225 Fixes: Marc G. Fournier 1996-10-24 06:33:31 +0000
  • e152661200 Fixes: Marc G. Fournier 1996-10-24 06:32:01 +0000
  • c471d2bdeb Take out the PERFECT_MMGR #ifdefs: Marc G. Fournier 1996-10-24 06:30:40 +0000
  • 7f76072d81 Bruce...does this fix it once and for all? *grin* Marc G. Fournier 1996-10-24 06:25:34 +0000
  • f36b2560a4 Major code cleanups from D'arcy (-Wall -Werror) Marc G. Fournier 1996-10-23 07:42:13 +0000
  • 29a0fb84fc |I have moved things around so that things happen in the following order: | | 1. Set default variables | 2. Include Makefile.custom to override defaults | 3. Set CFLAGS, etc. with variables | |This fixes the problem of Makefile.custom changes not taking effect. Marc G. Fournier 1996-10-23 07:33:04 +0000
  • 2db54b8e4f Update "planner" directory to "optimizer" in include paths in this dead code. Bryan Henderson 1996-10-23 07:14:43 +0000
  • 82b83f6f71 Cosmetic changes to ordering of #include files Marc G. Fournier 1996-10-21 11:49:41 +0000
  • 9a7fda57ee -Wall'd Marc G. Fournier 1996-10-21 09:37:26 +0000
  • aa907f7d0c -Wall'd Marc G. Fournier 1996-10-21 08:31:23 +0000
  • 8385d557d1 -Wall'd ... I missed a subdir under access :( Marc G. Fournier 1996-10-21 07:38:20 +0000
  • f47ffc9a4e Make line 159:bp = NULL, to quiet compiler Marc G. Fournier 1996-10-21 07:18:08 +0000
  • c9f8bad182 -Wall'd Marc G. Fournier 1996-10-21 07:15:18 +0000
  • 1363ca1d52 Force user to set PORTNAME. Remove NAMEDATALEN from CFLAGS (don't need it there because it's in config.h, which is cleaner). Bryan Henderson 1996-10-21 06:56:57 +0000
  • b446f38510 -Wall'd Marc G. Fournier 1996-10-21 05:59:49 +0000
  • ede7e6b045 -Wall'd Marc G. Fournier 1996-10-21 05:45:21 +0000
  • 0452227989 -Wall Cleanup of gist subdirectory Marc G. Fournier 1996-10-21 05:14:02 +0000
  • 95874fa034 -Wall cleanup of gist subdirectory: - cleaned out unused variables - added missing prototype headers Marc G. Fournier 1996-10-21 05:11:00 +0000
  • 8325d9fc3b Define prototypes from giststrat.c required in gistscan.c Marc G. Fournier 1996-10-21 05:05:42 +0000
  • d458a1c747 Other then: Marc G. Fournier 1996-10-20 22:04:49 +0000
  • 597a1de903 remove an #ifdef/#else/#endif that doesn't actually have anything inside of it Marc G. Fournier 1996-10-20 21:51:45 +0000
  • 2217b1ccd8 Make default HAVE_MEMMOVE defined, undef inside of definitions for sparc Marc G. Fournier 1996-10-20 20:58:14 +0000
  • 331bb53b0f change '#if defined(PORTNAME_sparc)' to '#if !defined(HAVE_MEMMOVE)' Marc G. Fournier 1996-10-20 20:57:06 +0000
  • 925ea01ed6 Add #define HAVE_MEMMOVE for systems that do have it. Marc G. Fournier 1996-10-20 20:40:17 +0000
  • 7b58bb0088 Clean up comments (-Wall -Werror) Marc G. Fournier 1996-10-20 20:34:06 +0000
  • 13cd836d62 #include file cleanup Marc G. Fournier 1996-10-20 10:53:18 +0000
  • e1220b7c21 More #include cleanups Marc G. Fournier 1996-10-20 09:27:24 +0000
  • 5a0b450c78 First pass at fixing my own mistakes Marc G. Fournier 1996-10-20 08:32:11 +0000
  • dd007d4c39 Another directory cleaned out Marc G. Fournier 1996-10-20 06:56:04 +0000
  • 2b5a8bc38b More include files cleaned up Marc G. Fournier 1996-10-20 06:35:27 +0000
  • 3cb7ff8db2 Okay...another directory cleaned out and compilable Marc G. Fournier 1996-10-20 06:34:30 +0000
  • 5eee45ea05 Add HAVE_Cplusplus= true to BSD44_derived Makefile.inc, as I know that FreeBSD/NetBSD both ship with gcc 2.7.x Marc G. Fournier 1996-10-19 06:36:52 +0000
  • 2a23c4e724 Not quite the cleanest way to do it, but add an option to Makefile.global that allows one to compile libpq++ Marc G. Fournier 1996-10-19 06:33:55 +0000
  • 0eac5b0ed5 Welp, another subdirectory cleaned out of redundant/unused #include files Marc G. Fournier 1996-10-19 06:27:33 +0000
  • e77f64af62 There...that pretty much cleans up redundant/unused #includes in access/common...how many more directories to go? :) Marc G. Fournier 1996-10-19 04:51:44 +0000
  • f4ba64a0ac Almost have access/common cleaned up... Marc G. Fournier 1996-10-19 04:49:29 +0000
  • 23f444f64d A few more yet... Marc G. Fournier 1996-10-19 04:48:30 +0000
  • 6592bbaf08 wish there was an easier way to clean this up... Marc G. Fournier 1996-10-19 04:46:28 +0000
  • 4c9309a8d5 another small one Marc G. Fournier 1996-10-19 04:36:08 +0000
  • 42dd813494 Hopefully that cleans up the cruft from rel.h Marc G. Fournier 1996-10-19 04:31:45 +0000
  • 1d5c3ec010 another... Marc G. Fournier 1996-10-19 04:25:53 +0000
  • c6979925ea its coming... Marc G. Fournier 1996-10-19 04:24:57 +0000
  • 7bb98fd618 step by step...file by file... Marc G. Fournier 1996-10-19 04:16:04 +0000
  • 7260183685 ...same Marc G. Fournier 1996-10-19 04:09:32 +0000
  • d0bfb6b78d slow work... Marc G. Fournier 1996-10-19 04:08:58 +0000
  • f697bf3b85 and another Marc G. Fournier 1996-10-19 04:06:48 +0000
  • 6fd191c899 another one cleaned up Marc G. Fournier 1996-10-19 04:05:44 +0000
  • 9b6b82b91d and another one.. Marc G. Fournier 1996-10-19 04:03:29 +0000
  • f3671cc910 another another one Marc G. Fournier 1996-10-19 04:02:39 +0000
  • c2c618fada anothre one reduced to its component parts Marc G. Fournier 1996-10-19 04:01:41 +0000
  • d9ebe7711f clean out include files of including other includes files except those absolutely required Marc G. Fournier 1996-10-19 03:58:34 +0000
  • d7dd05db55 Another cleaned up Marc G. Fournier 1996-10-19 03:39:04 +0000
  • 5dedad99a1 One at a time...another one is complete... Marc G. Fournier 1996-10-19 03:28:20 +0000
  • 69b42eb1a3 another one with #include file clean'd up Marc G. Fournier 1996-10-19 03:12:50 +0000
  • 9834913cd0 All #include's removed from *.h files, so cleaning up the .c #includes... Marc G. Fournier 1996-10-18 19:01:16 +0000
  • 9caf84bc00 #include "postgres.h" is a standard include for all .c files, auto-including config.h, c.h *and* elog.h...added elog.h Marc G. Fournier 1996-10-18 18:28:33 +0000
  • 1c5fa955cd Add prototype for heap_getattr() to quiet compiler Marc G. Fournier 1996-10-18 17:58:33 +0000
  • c8fc4c9607 Reap deleted/unused tuples on page-base Vadim B. Mikheev 1996-10-18 08:15:58 +0000
  • bc50067426 1. Reap deleted/unused tuples on page-base 2. Reap unused tuples too 3. Reap empty pages 4. Check if a page is initialized, initialize it if not and reap it 5. Binary search in list of reapped pages/tids to check is the heap' tid pointed by a index' tuple on this list (it's mu-u-uch faster) Vadim B. Mikheev 1996-10-18 08:13:36 +0000
  • 327d900b51 Move #define PageIsNew (true if page is not initialize) to bufpage.h Vadim B. Mikheev 1996-10-18 07:43:43 +0000
  • 57de92c648 Move definition of PageIsNew from hio.c to here Vadim B. Mikheev 1996-10-18 07:39:07 +0000
  • 46606ab077 Document some more #ifdef's Marc G. Fournier 1996-10-18 05:59:52 +0000
  • 94e825145d Document more #ifdef's into config.h Marc G. Fournier 1996-10-18 05:59:17 +0000
  • 1c00e68fad Moved definition of MAXPATHLEN to config.h Marc G. Fournier 1996-10-18 05:50:04 +0000
  • 927e5887a0 Added a #define NEED_SIG_JMP to config.h Marc G. Fournier 1996-10-18 05:47:12 +0000
  • 6c3dff4245 Document #ifdef's from backend/access subdirs so that we know what features(?) are available Marc G. Fournier 1996-10-18 05:22:24 +0000
  • 2ecb7e5e2c Moved '#define *DEBUG' defines to config.h, and document where first found. Marc G. Fournier 1996-10-18 05:21:27 +0000
  • 6e420677dd Moved '#define *DEBUG' defines to config.h, and document where first found. Marc G. Fournier 1996-10-18 05:21:09 +0000
  • 6c8465f69b #define cleanup: moved #define IPORTAL_DEBUG to config.h Marc G. Fournier 1996-10-18 04:54:47 +0000
  • 2d8ffead24 Moved all the CFLAG -D's from the makefiles to config.h towards better centralized configurations/porting... Marc G. Fournier 1996-10-18 04:49:09 +0000
  • 1b6322a9c0 Moved more -D's out of the port specific Makefiles straight into the config.h file Marc G. Fournier 1996-10-18 04:45:54 +0000
  • d16bc9ce37 Centralize more of the defines from backend/port under config.h Marc G. Fournier 1996-10-18 00:33:41 +0000
  • a839456c41 Move "port specific" #ifdefs out of here and into config.h - created a HAVE_TZSET define for this purpose Marc G. Fournier 1996-10-17 23:59:45 +0000
  • c39857925b Add a HAVE_TZSET define to clean up defines in backend/utils/adt/nabstime.c Marc G. Fournier 1996-10-17 23:55:27 +0000
  • 6cbaa93b82 Change treatment of sigaction structure again to include even more platforms. Thanks D'Arcy. Bryan Henderson 1996-10-16 09:41:13 +0000
  • ec610a7696 Remove 4th element of sigaction structure so it works on more platforms. Bryan Henderson 1996-10-15 07:16:41 +0000
  • 682ccb81a0 New FAQ's. Bruce Momjian 1996-10-14 12:12:14 +0000
  • 83cb729887 More closing of relations left open by parser. Bruce Momjian 1996-10-14 03:53:53 +0000
  • 1a865b8338 Change display of char(5) to (bp)char 5 so psql \d can distinguish between char and char(1). Bruce Momjian 1996-10-14 00:33:47 +0000
  • 81f2f81960 Removed const warning. Bruce Momjian 1996-10-13 18:39:41 +0000
  • 54612f5141 D'Arcy change. Bruce Momjian 1996-10-13 18:38:51 +0000
  • baf9a6e24c Added include needed for recent addition. I hope everyone has sys/socket.h. Bruce Momjian 1996-10-13 18:38:04 +0000
  • e6cacf9211 Added include needed for recent addition. Bruce Momjian 1996-10-13 18:37:19 +0000
  • d31909be6c Fix structure member name from previous patch. Bruce Momjian 1996-10-13 17:13:58 +0000
  • 44bf483446 Removed duplicate MAXNAMELEN define I accidentally added. Bruce Momjian 1996-10-13 13:46:20 +0000
  • 86be8677a9 Added consistent include file handling for MAXHOSTNAMELEN. Bruce Momjian 1996-10-13 04:50:27 +0000
  • abb1b3e770 I checked the alter table code, and started suspecting the relation cache. I found if I manually added a line to flush the whole relation cache, the assert error disappeared. Looking through the code, I found that the relation cache is flushed at the end of each query if the reference count is zero for the relation. However, printf's showed that the rd_relcnt(reference count) for the accessed query was not returning to zero after each query. Bruce Momjian 1996-10-13 04:26:39 +0000
  • bef3c89a1c Fix prototypes so postmaster.c will compile. Bryan Henderson 1996-10-13 04:01:05 +0000