1. 16 5月, 2003 2 次提交
    • B
      Add missing win32 file --- seems best way to find these is to just · bee0ac67
      Bruce Momjian 提交于
      commmit then do a cvs update again.
      bee0ac67
    • B
      Allow Win32 to compile under MinGW. Major changes are: · 12c94238
      Bruce Momjian 提交于
              Win32 port is now called 'win32' rather than 'win'
              add -lwsock32 on Win32
              make gethostname() be only used when kerberos4 is enabled
              use /port/getopt.c
              new /port/opendir.c routines
              disable GUC unix_socket_group on Win32
              convert some keywords.c symbols to KEYWORD_P to prevent conflict
              create new FCNTL_NONBLOCK macro to turn off socket blocking
              create new /include/port.h file that has /port prototypes, move
                out of c.h
              new /include/port/win32_include dir to hold missing include files
              work around ERROR being defined in Win32 includes
      12c94238
  2. 15 5月, 2003 3 次提交
  3. 14 5月, 2003 5 次提交
  4. 13 5月, 2003 4 次提交
  5. 12 5月, 2003 3 次提交
    • T
      Apply fixes for problems with dropped columns whose types have also been · d97c9b36
      Tom Lane 提交于
      dropped.  The simplest fix for INSERT/UPDATE cases turns out to be for
      preptlist.c to insert NULLs of a known-good type (I used INT4) rather
      than making them match the deleted column's type.  Since the representation
      of NULL is actually datatype-independent, this should work fine.
      I also re-reverted the patch to disable the use_physical_tlist optimization
      in the presence of dropped columns.  It still doesn't look worth the
      trouble to be smarter, if there are no other bugs to fix.
      Added a regression test to catch future problems in this area.
      d97c9b36
    • T
      Finish removing HPUXMATHLIB. · a7c50cd9
      Tom Lane 提交于
      a7c50cd9
    • T
      Revert previous change --- turns out the underlying problem affects · 6f261461
      Tom Lane 提交于
      more cases than I thought, so ExecTypeFromTL() will have to be fixed
      anyway.
      6f261461
  6. 11 5月, 2003 4 次提交
  7. 10 5月, 2003 13 次提交
  8. 09 5月, 2003 6 次提交