Skip to content
Snippets Groups Projects
  1. Jun 10, 2000
  2. Jun 09, 2000
    • Bruce Momjian's avatar
      · 3fe3acb8
      Bruce Momjian authored
      I have made the couple of mods required to make the odbc driver with
      postgres build and use unixODBC (http://www.unixodbc.org)
      
      This patch was applied against the postgresql-7.0beta1 build
      
      Any problems let me know.
      
      Nick Gorham
      3fe3acb8
  3. Jun 07, 2000
    • Peter Eisentraut's avatar
      Gen_fmgrtab.sh is strange: it is a platform dependent way (because it uses · e3059fc0
      Peter Eisentraut authored
      CPP) to create platform independent files. Unfortunately, that means that
      every config.status (or configure) run invariably causes a relink of the
      postmaster and also that we can't put these files in the distribution
      (usefully). So we make it a little smarter: when the output files already
      exist and it notices that it would recreate them in identical form, it
      doesn't touch them. In order to avoid re-running the make rule all the time
      we update a timestamp file instead.
      
      Update release_prep accordingly. Also make Gen_fmgrtab.sh use the awk that
      is detected at configure time, not necessarily named `awk' and have it check
      for exit statuses a little better.
      
      In other news... Remove USE_LOCALE from the templates, it was set to `no'
      everywhere anyway. Also remove YACC and YFLAGS from the templates, configure
      is smart enough to find bison or yacc itself. Use AC_PROG_YACC for that
      instead of the hand-crafted code. Do not set YFLAGS to `-d'. The make rules
      that need this flag should explicitly invoke it. YFLAGS should be a user
      variable. Update the makefiles to that effect.
      e3059fc0
    • Peter Eisentraut's avatar
      Moved configure script from src/ to the top level directory. Moved · 5b9d0d9a
      Peter Eisentraut authored
      configuration helper things into config/ dir. Adjusted some relative paths
      in makefiles.
      5b9d0d9a
  4. Jun 04, 2000
  5. May 31, 2000
    • Peter Eisentraut's avatar
      The heralded `Grand Unified Configuration scheme' (GUC) · 6a68f426
      Peter Eisentraut authored
      That means you can now set your options in either or all of $PGDATA/configuration,
      some postmaster option (--enable-fsync=off), or set a SET command. The list of
      options is in backend/utils/misc/guc.c, documentation will be written post haste.
      
      pg_options is gone, so is that pq_geqo config file. Also removed were backend -K,
      -Q, and -T options (no longer applicable, although -d0 does the same as -Q).
      
      Added to configure an --enable-syslog option.
      
      changed all callers from TPRINTF to elog(DEBUG)
      6a68f426
  6. May 25, 2000
  7. May 24, 2000
    • Marc G. Fournier's avatar
      · 69b323f4
      Marc G. Fournier authored
      add a --with-setproctitle switch to configure that leaves the use of setproctitle()
      disabled by default ...
      69b323f4
  8. May 23, 2000
  9. May 16, 2000
  10. May 12, 2000
    • Marc G. Fournier's avatar
      · 3383e8b8
      Marc G. Fournier authored
      Add two checks ... one for setproctitle and one for -lutil ...
      
      Don't do anything with them at this time, but am working on that ...
      3383e8b8
  11. May 03, 2000
  12. Apr 15, 2000
  13. Apr 01, 2000
  14. Mar 31, 2000
  15. Mar 30, 2000
  16. Mar 26, 2000
  17. Mar 19, 2000
  18. Mar 08, 2000
    • Bruce Momjian's avatar
      I've made a diff against the 7.0beta1 tree that accomplishes several things: · f43ec05d
      Bruce Momjian authored
              1) adds NetBSD shared lib support on both ELF and a.out platforms
      
              2) replaces "-L$(LIBPQDIR) -lpq" with "$(LIBPQ)" defined in
                 Makefile.global.  This makes it much easier to build stuff in
                 the source tree after you've already installed the libraries.
      
              3) adds TEMPLATEDIR in Makefile.global that indicates where the
                 database templates are stored.  This separates the template files
                 from real libraries that are installed in $(LIBDIR).
              4) changes include order of <readline/readline.h> and <readline.h>.
                 The latest GNU readline installs its headers under a readline
                 subdirectory.
      
      In addition to applying the patch below the following files need to be copied:
      
              backend/port/dynloader:
                      bsd.h -> netbsd.h
                      bsd.c -> netbsd.c
              include/port:
                      bsd.h -> netbsd.h
              makefiles:
                      Makefile.bsd -> Makefile.netbsd
      
      It would be great to see this incorporated into the source tree before
      the 7.0 release is cut.
      
              Thanks!
      
           -- Johnny C. Lam <lamj@stat.cmu.edu>
      f43ec05d
  19. Mar 05, 2000
  20. Feb 29, 2000
  21. Feb 20, 2000
  22. Feb 18, 2000
  23. Jan 22, 2000
  24. Jan 19, 2000
  25. Jan 16, 2000
  26. Jan 15, 2000
    • Peter Eisentraut's avatar
      - Allow array on int8 · 2a1bfbce
      Peter Eisentraut authored
      - Prevent permissions on indexes
      - Instituted --enable-multibyte option and tweaked the MB build process where necessary
      - initdb prompts for superuser password
      2a1bfbce
  27. Jan 09, 2000
    • Tom Lane's avatar
      New scheme for managing platform-specific regress test result files. · bd62e062
      Tom Lane authored
      Instead of hard-wiring one result file per platform, there is a map file
      'resultmap' that says which one to use --- a lot like template/.similar.
      I have only created entries in resultmap for my own platform (HPUX) so
      far; feel free to add lines for other platforms.
      bd62e062
  28. Dec 30, 1999
  29. Dec 21, 1999
  30. Dec 20, 1999
  31. Dec 17, 1999
  32. Dec 16, 1999
  33. Nov 04, 1999
  34. Nov 02, 1999
Loading