1. 13 Feb, 2006 3 commits
    • Tom Lane's avatar
      Fix qual_is_pushdown_safe to not try to push down quals involving a whole-row · 4299a92d
      Tom Lane authored
      Var referencing the subselect output.  While this case could possibly be made
      to work, it seems not worth expending effort on.  Per report from Magnus
      Naeslund(f).
      4299a92d
    • Tom Lane's avatar
      562f63b0
    • Bruce Momjian's avatar
      Add: · 589b67d3
      Bruce Momjian authored
      >
      > 	o Allow pg_hba.conf to specify host names along with IP addresses
      >
      > 	  Host name lookup could occur when the postmaster reads the
      > 	  pg_hba.conf file, or when the backend starts.  Another
      > 	  solution would be to reverse lookup the connection IP and
      > 	  check that hostname against the host names in pg_hba.conf.
      > 	  We could also then check that the host name maps to the IP
      > 	  address.
      589b67d3
  2. 12 Feb, 2006 37 commits