1. 17 Jun, 2001 1 commit
  2. 13 Jun, 2001 1 commit
  3. 22 Dec, 2000 1 commit
  4. 25 Nov, 2000 1 commit
  5. 10 Nov, 2000 1 commit
  6. 27 Oct, 2000 1 commit
    • Tom Lane's avatar
      Disallow bits beyond the mask length for CIDR values, per discussion · 063c0f6b
      Tom Lane authored
      on pghackers.  Arrange for the sort ordering of general INET values
      to be network part as major sort key, host part as minor sort key.
      I did not force an initdb for this change, but anyone who's running
      indexes on general INET values may need to recreate those indexes.
      063c0f6b
  7. 22 Oct, 2000 1 commit
    • Tom Lane's avatar
      Some small polishing of Mark Hollomon's cleanup of DROP command: might · 9ace0318
      Tom Lane authored
      as well allow DROP multiple INDEX, RULE, TYPE as well.  Add missing
      CommandCounterIncrement to DROP loop, which could cause trouble otherwise
      with multiple DROP of items affecting same catalog entries.  Try to
      bring a little consistency to various error messages using 'does not exist',
      'nonexistent', etc --- I standardized on 'does not exist' since that's
      what the vast majority of the existing uses seem to be.
      9ace0318
  8. 18 Oct, 2000 1 commit
    • Bruce Momjian's avatar
      The following patch was sent to the patches list: · 73677dd9
      Bruce Momjian authored
      This patch forces the use of 'DROP VIEW' to destroy views.
      
      It also changes the syntax of DROP VIEW to
      DROP VIEW v1, v2, ...
      to match the syntax of DROP TABLE.
      
      Some error messages were changed so this patch also includes changes to the
      appropriate expected/*.out files.
      
      Doc changes for 'DROP TABLE" and 'DROP VIEW' are included.
      
      
      --
      Mark Hollomon
      73677dd9
  9. 03 Aug, 2000 1 commit
    • Tom Lane's avatar
      Convert inet-related functions to new fmgr style. I have also taken it · ed9ca687
      Tom Lane authored
      on myself to do something about the non-self-consistency of the inet
      comparison functions.  The results are probably still semantically wrong
      (inet and cidr should have different comparison semantics, I think)
      but at least the boolean operators now agree with each other and with
      the sort order of indexes on inet/cidr.
      ed9ca687
  10. 05 Jan, 2000 1 commit
  11. 23 Feb, 1999 1 commit
  12. 29 Oct, 1998 1 commit
  13. 27 Oct, 1998 1 commit