1. 10 9月, 1998 1 次提交
    • B
      Hi patchers/hackers. · a29ae226
      Bruce Momjian 提交于
      Here's a patch for initdb that does two things.
      
      1) Encloses the created rulenames in quotes to preserve case
         in the creation step. (stores _RETpg... instead of _retpg...)
         I believe _RET is standard for views.
      
      2) Renames pg_view to pg_views and pg_rule to pg_rules.
         I believe Jan and myself agreed this would be a "good idea"
      
      Keith Parks
      a29ae226
  2. 09 9月, 1998 3 次提交
  3. 08 9月, 1998 2 次提交
  4. 07 9月, 1998 5 次提交
  5. 06 9月, 1998 1 次提交
  6. 05 9月, 1998 5 次提交
  7. 04 9月, 1998 3 次提交
    • M
      · edd626cb
      Marc G. Fournier 提交于
      Try this snprintf() implementation, used in sendmail...
      edd626cb
    • M
      · 370d6cdb
      Marc G. Fournier 提交于
      From: David Hartwig <daybee@bellatlantic.net>
      
      I put some extra checks to make sure a query was a good candidate for
      rewrite into a UNION.    Besides the existing checks:
      
      1.  Make sure the AND/OR tree was rectangular.  ( i.e.    3 X 4  or 10 X
      3)
      2.  Only one table.
      3.  Must have an AND dimension.
      4.  At least 9 OP expressions total
      
      Also  cleaned up and commented.
      370d6cdb
    • B
      libpgtcl cleanups for Tom Lane. · e9d0fa37
      Bruce Momjian 提交于
      e9d0fa37
  8. 03 9月, 1998 15 次提交
  9. 02 9月, 1998 5 次提交