1. 14 10月, 1998 1 次提交
    • M
      · 4fff1dad
      Marc G. Fournier 提交于
      From: Peter Gucwa <pg@softcomputer.com>
      
      Here are patches needed to complie under AIX 4.2.
      I changed configure.in, pqcomm.c, config.h.in, and fe-connect.c.
      Also I had to install flex because lex did not want to translate pgc.l.
      4fff1dad
  2. 12 10月, 1998 2 次提交
  3. 09 10月, 1998 2 次提交
  4. 08 10月, 1998 2 次提交
  5. 07 10月, 1998 1 次提交
  6. 06 10月, 1998 2 次提交
  7. 05 10月, 1998 1 次提交
  8. 04 10月, 1998 2 次提交
  9. 03 10月, 1998 3 次提交
    • B
      Integrate new IP type from Tom Ivar Helbekkmo. · 2d69fd90
      Bruce Momjian 提交于
      2d69fd90
    • B
      Here's a combination of all the patches I'm currently waiting · f93b6974
      Bruce Momjian 提交于
          for against a just updated CVS tree. It contains
      
              Partial new rewrite system that handles subselects,  view
              aggregate  columns, insert into select from view, updates
              with set col = view-value and select rules restriction to
              view definition.
      
              Updates  for  rule/view  backparsing utility functions to
              handle subselects correct.
      
      
              New system views pg_tables and pg_indexes (where you  can
              see the complete index definition in the latter one).
      
              Enabling array references on query parameters.
      
              Bugfix for functional index.
      
              Little changes to system views pg_rules and pg_views.
      
      
          The rule system isn't a release-stopper any longer.
      
          But  another  stopper  is  that  I  don't  know if the latest
          changes to PL/pgSQL (not already in CVS) made it  compile  on
          AIX. Still wait for some response from Dave.
      
      Jan
      f93b6974
    • B
      the following little patch adds array references to query · 9b21a18c
      Bruce Momjian 提交于
          parameters. With it applied a function like
      
          CREATE FUNCTION getname(oid8, int4) RETURNS name AS
              'SELECT typname FROM pg_type WHERE oid = $1[$2]'
              LANGUAGE 'sql';
      
          is possible. Mainly I need this to enable array references in
          expressions for PL/pgSQL. Complete regression test ran O.K.
      
      Jan
      9b21a18c
  10. 02 10月, 1998 3 次提交
    • B
      Fixes for Irix from Robert Bruccoleri · 9b7c6ee0
      Bruce Momjian 提交于
      9b7c6ee0
    • B
      · 731ea807
      Bruce Momjian 提交于
      Here's the new diff for getting the NS32K assembly code into the
      spin-locks.  Notice that it's now inline assembler in s_lock.h,
      rather than seperate code in s_lock.c.  It also shrank a little
      bit...  Just rip out the S_LOCK() define and insert the tas() inline
      function.  Please let me know if there are any problems with it.
      
      Jon Buller
      731ea807
    • B
      Fix for constbyval. · c17b2d1b
      Bruce Momjian 提交于
      c17b2d1b
  11. 01 10月, 1998 2 次提交
  12. 25 9月, 1998 1 次提交
  13. 23 9月, 1998 1 次提交
  14. 21 9月, 1998 1 次提交
  15. 19 9月, 1998 1 次提交
  16. 18 9月, 1998 2 次提交
  17. 14 9月, 1998 1 次提交
  18. 13 9月, 1998 2 次提交
  19. 12 9月, 1998 3 次提交
    • B
      Remove lld from LONG LONG name · 4fc3b068
      Bruce Momjian 提交于
      4fc3b068
    • B
      The attached patches fix the following problems: · f1ab71ec
      Bruce Momjian 提交于
      1.  The UnixWare tas macro was reformatted (by indent or it like?) which caused
          it to break.  The asm macro construct is very particular about the %mem
          construct -- it has to start in column 1.
      
      2.  When compiling libpq++, g++ was used even if configure found the C++ com-
          piler to be CC.
      
      3.  When compiling libpq++, '-Wno-error' was added to CXXFLAGS, even if the
          compiler wasn't g++.
      
      Billy G. Allie
      f1ab71ec
    • B
      Remove %qd. · 28834b72
      Bruce Momjian 提交于
      28834b72
  20. 11 9月, 1998 2 次提交
  21. 10 9月, 1998 3 次提交
  22. 08 9月, 1998 1 次提交
  23. 07 9月, 1998 1 次提交