1. 06 12月, 2000 1 次提交
  2. 13 9月, 2000 1 次提交
  3. 20 4月, 2000 1 次提交
  4. 06 1月, 2000 1 次提交
  5. 01 8月, 1999 1 次提交
  6. 17 5月, 1999 1 次提交
  7. 13 5月, 1999 1 次提交
  8. 15 4月, 1999 1 次提交
    • T
      Add ORDER BY clauses to some select-from-view operations · dbce02f1
      Tom Lane 提交于
      in rules regression test, in order to eliminate bogus test 'failures'
      that occur due to platform-dependent and join-implementation-dependent
      ordering of tuples.  I'm not sure that I got all of the SELECTs that need
      ordering clauses --- we may need some more.  But this takes care of the
      diffs between my platform and Jan's.
      dbce02f1
  9. 23 2月, 1999 1 次提交
  10. 08 2月, 1999 3 次提交
  11. 29 10月, 1998 1 次提交
  12. 03 10月, 1998 1 次提交
    • 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
  13. 16 9月, 1998 1 次提交
  14. 19 8月, 1998 1 次提交
    • M
      · 1a77894d
      Marc G. Fournier 提交于
      Add rule tests to regression tests...
      1a77894d