Skip to content
Snippets Groups Projects
  1. Jun 02, 2001
    • 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
  2. Jun 01, 2001
    • Tom Lane's avatar
      Clean up some minor problems exposed by further thought about Panon's bug · 0b370ea7
      Tom Lane authored
      report on old-style functions invoked by RI triggers.  We had a number of
      other places that were being sloppy about which memory context FmgrInfo
      subsidiary data will be allocated in.  Turns out none of them actually
      cause a problem in 7.1, but this is for arcane reasons such as the fact
      that old-style triggers aren't supported anyway.  To avoid getting burnt
      later, I've restructured the trigger support so that we don't keep trigger
      FmgrInfo structs in relcache memory.  Some other related cleanups too:
      it's not really necessary to call fmgr_info at all while setting up
      the index support info in relcache entries, because those ScanKeyEntry
      structs are never used to invoke the functions.  This should speed up
      relcache initialization a tiny bit.
      0b370ea7
    • Bruce Momjian's avatar
      Update release 1.09 date · a1d9d096
      Bruce Momjian authored
      a1d9d096
  3. May 31, 2001
  4. May 30, 2001
    • Bruce Momjian's avatar
      This is a docs patch to go with my DROP CONSTRAINT patch. · 3d56fb75
      Bruce Momjian authored
      Christopher Kings
      3d56fb75
    • Tom Lane's avatar
      Correct obsolete example of FROM-less query. · 7d4854f8
      Tom Lane authored
      7d4854f8
    • Bruce Momjian's avatar
      In chapter: · aa665d90
      Bruce Momjian authored
          7.7. Keys
      
      you have
      
          However, my application requires that each collection will also have a
          unique name. Why? So that a human being who wants to modify a collection
          will be able to identify it. It's much harder to know, if you have two
          collections named "Life Science", the the one tagged 24433 is the one
      you
          need, and the one tagged 29882 is not
      
          I think 'the the' shouldn't be repeated twice. Although taken from an
      email it would be cool to fix.
      
      Cheers,
      Maxim Maletsky
      aa665d90
  5. May 28, 2001
    • Tom Lane's avatar
      Cause plpgsql's PERFORM to behave according to its documentation, · a056f14b
      Tom Lane authored
      which says that PERFORM will execute any SELECT query and discard the
      result.  The former implementation would in fact raise an error if the
      result contained more than one row or more than one column.
      
      Also, change plpgsql's error-logging mechanism to emit the additional
      messages about error location at NOTICE rather than DEBUG level.  This
      allows them to be seen by the client without having to dig into the
      postmaster log file (which may be nonexistent or inaccessible by the
      client).
      a056f14b
    • Peter Eisentraut's avatar
      markup fix · 3fdfce68
      Peter Eisentraut authored
      3fdfce68
    • Bruce Momjian's avatar
      Sample output that appears below the table attributes for \d: · 32762fac
      Bruce Momjian authored
      Indicies: palm_buy_date_idx
                palm_user_date_idx
      Primary Key: palm_buyers_pkey
      Unique Key: palm_buyers_username
      Constraint: "$1" ((sex = 'M'::bpchar) OR (sex = 'F'::bpchar))
      
      Note that check constraint name now shown as well.  (Makes it a lot easier
      to test inheritance support in ADD/DROP constraint :) )
      
      Attached is a docs change for psql.
      
      Christopher Kings
      32762fac
  6. May 27, 2001
  7. May 25, 2001
  8. May 24, 2001
  9. May 22, 2001
  10. May 21, 2001
  11. May 19, 2001
  12. May 17, 2001
  13. May 15, 2001
  14. May 14, 2001
  15. May 13, 2001
  16. May 12, 2001
  17. May 11, 2001
  18. May 10, 2001
  19. May 09, 2001
Loading