1. 02 Jun, 2001 3 commits
    • Peter Eisentraut's avatar
      Native Language Support (NLS) · e5420364
      Peter Eisentraut authored
      Use --enable-nls to turn it on; see installation instructions for details.
      See developer's guide how to make use of it in programs and how to add
      translations.
      
      psql sources have been almost fully prepared and an incomplete German
      translation has been provided.  In the backend, only elog() calls are
      currently translatable, and the provided German translation file is more
      of a placeholder.
      e5420364
    • Tom Lane's avatar
      Paranoia about unordered comparisons in IEEE float math. If we are · 58193c5f
      Tom Lane authored
      given values that compare as unordered, make sure we reply that they
      are equal, which is better than giving an arbitrary answer --- at least
      it doesn't depend on which one is passed as which arg.
      58193c5f
    • Jan Wieck's avatar
      dllist.c is included in the frontend libpq interface via symlink. · fc7c16fd
      Jan Wieck authored
      There is no elog() available. Used fprintf(stderr, ...) and exit
      instead.
      
      Jan
      fc7c16fd
  2. 01 Jun, 2001 12 commits
  3. 31 May, 2001 7 commits
  4. 30 May, 2001 18 commits