1. 20 Jul, 2010 8 commits
  2. 19 Jul, 2010 1 commit
  3. 18 Jul, 2010 7 commits
  4. 16 Jul, 2010 6 commits
  5. 14 Jul, 2010 3 commits
    • Tom Lane's avatar
      25be9b1d
    • Tom Lane's avatar
      Fix several problems in pg_dump's handling of SQL/MED objects, notably failure · 599dba4a
      Tom Lane authored
      to dump a PUBLIC user mapping correctly, as per bug #5560 from Shigeru Hanada.
      Use the pg_user_mappings view rather than trying to access pg_user_mapping
      directly, so that the code doesn't fail when run by a non-superuser.  And
      clean up some minor carelessness such as unsafe usage of fmtId().
      
      Back-patch to 8.4 where this code was added.
      599dba4a
    • Tom Lane's avatar
      Allow full SSL certificate verification (wherein libpq checks its host name · d494e685
      Tom Lane authored
      parameter against server cert's CN field) to succeed in the case where
      both host and hostaddr are specified.  As with the existing precedents
      for Kerberos, GSSAPI, SSPI, it is the calling application's responsibility
      that host and hostaddr match up --- we just use the host name as given.
      Per bug #5559 from Christopher Head.
      
      In passing, make the error handling and messages for the no-host-name-given
      failure more consistent among these four cases, and correct a lie in the
      documentation: we don't attempt to reverse-lookup host from hostaddr
      if host is missing.
      
      Back-patch to 8.4 where SSL cert verification was introduced.
      d494e685
  6. 13 Jul, 2010 7 commits
  7. 12 Jul, 2010 6 commits
  8. 10 Jul, 2010 2 commits