Skip to content
Snippets Groups Projects
  1. Apr 26, 2004
  2. Apr 25, 2004
  3. Apr 24, 2004
  4. Apr 23, 2004
  5. Apr 20, 2004
    • PostgreSQL Daemon's avatar
      · 41fa9e9b
      PostgreSQL Daemon authored
      Remove all of the libpgtcl and pgtclsh files, including all references to
      them within the various makefiles
      
      with_tcl is still required for the src/pl/tcl language
      41fa9e9b
  6. Mar 24, 2004
  7. Mar 20, 2004
  8. Mar 09, 2004
  9. Mar 03, 2004
  10. Mar 02, 2004
  11. Feb 11, 2004
  12. Feb 10, 2004
  13. Feb 02, 2004
    • Bruce Momjian's avatar
    • Tom Lane's avatar
      autoconf run. · 67aa1962
      Tom Lane authored
      67aa1962
    • Tom Lane's avatar
      Do not let external specification of CFLAGS stop us from adding · 6f295328
      Tom Lane authored
      -fno-strict-aliasing.
      6f295328
    • Bruce Momjian's avatar
      Briefly, · e5e5a323
      Bruce Momjian authored
       * configure + Makefile changes
       * shared memory attaching in EXEC_BACKEND case (+ minor fix for apparent
      cygwin bug under cygwin/EXEC_BACKEND case only)
       * PATH env var separator differences
       * missing win32 rand functions added
       * placeholder replacements for sync etc under port.h
      
      
      To those who are really interested, and there are a few of you: the attached
      patch + file will allow the source base to be compiled (and, for some
      definition, "run") under MingW, with the following caveats (I wanted to
      first properly fix all but the last of these, but y'all won't quit asking
      for a patch :-):
      
              * child death: SIGCHLD not yet sent, so as a minimum, you'll need to
      put in some sort of delay after StartupDatabase, and handle setting
      StartupPID to 0 etc (ie. the stuff the reaper() signal function is supposed
      to do)
      
              * dirmod.c: comment out the elog calls
      
              * dfmgr.c: some hackage required to substitute_libpath_macro
      
              * slru/xact.c: comment out the errno checking after the readdir
      (fixed by next version of MingW)
      
      Again, this is only if you *really* want to see postgres compile and start,
      and is a nice leg-up for working on the other Win32 TODO list items. Just
      don't expect too much else from it at this point...
      
      
      Claudio Natoli
      e5e5a323
  14. Jan 19, 2004
  15. Jan 09, 2004
  16. Dec 23, 2003
  17. Dec 13, 2003
  18. Nov 27, 2003
  19. Nov 24, 2003
  20. Nov 06, 2003
  21. Nov 03, 2003
  22. Nov 01, 2003
  23. Oct 28, 2003
  24. Oct 25, 2003
  25. Oct 22, 2003
  26. Oct 16, 2003
Loading