Skip to content
Snippets Groups Projects
  1. Mar 01, 2006
  2. Feb 28, 2006
  3. Feb 26, 2006
  4. Feb 25, 2006
  5. Feb 24, 2006
  6. Feb 19, 2006
  7. Feb 18, 2006
    • Peter Eisentraut's avatar
      Add support for Windows codepages 1253, 1254, 1255, and 1257 and clean · 1b658473
      Peter Eisentraut authored
      up a bunch of the support utilities.
      
      In src/backend/utils/mb/Unicode remove nearly duplicate copies of the
      UCS_to_XXX perl script and replace with one version to handle all generic
      files.  Update the Makefile so that it knows about all the map files.
      This produces a slight difference in some of the map files, using a
      uniform naming convention and not mapping the null character.
      
      In src/backend/utils/mb/conversion_procs create a master utf8<->win
      codepage function like the ISO 8859 versions instead of having a separate
      handler for each conversion.
      
      There is an externally visible change in the name of the win1258 to utf8
      conversion.  According to the documentation notes, it was named
      incorrectly and this changes it to a standard name.
      
      Running the Unicode mapping perl scripts has shown some additional mapping
      changes in koi8r and iso8859-7.
      1b658473
  8. Feb 16, 2006
  9. Feb 14, 2006
  10. Feb 13, 2006
    • Tom Lane's avatar
      Improve documentation of --single-transaction option: fix markup, and · d537e0b4
      Tom Lane authored
      don't promise more than the code actually delivers.
      d537e0b4
    • 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
  11. Feb 12, 2006
Loading