Skip to content
Snippets Groups Projects
  1. Jun 04, 2001
  2. Jun 02, 2001
    • Bruce Momjian's avatar
      Update TODO list. · 1df27f9a
      Bruce Momjian authored
      1df27f9a
    • 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
  3. 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
  4. May 31, 2001
  5. May 30, 2001
  6. 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
      Update TODO list. · 411d7e42
      Bruce Momjian authored
      411d7e42
    • 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
  7. May 27, 2001
  8. May 25, 2001
  9. May 24, 2001
    • Bruce Momjian's avatar
      I haven't tried building postgres with the Watcom compiler for 7.1 because · f36fc7bb
      Bruce Momjian authored
      it does not support 64bit integers. AFAIK that's the default data type for
      OIDs, so I am not surprised that this does not work. Use gcc instead.
      BTW., 7.1 does not compile as is with gcc either, I believed the
      required patches made it into the 7.1.1 release but obviously I missed
      the deadline.
      Since the ports mailing list does not seem to be archived I have attached
      a copy of the patch (for 7.1 and 7.1.1).
      
      I've just performed a build of a Watcom compiled version and found a couple
      of bugs in the watcom specific part of that patch. Please use the attached
      version instead.
      
      Tegge, Bernd
      f36fc7bb
    • Bruce Momjian's avatar
      Update TODO list. · 23287c10
      Bruce Momjian authored
      23287c10
    • Peter Eisentraut's avatar
      SQL function bit_length · 444c5bf1
      Peter Eisentraut authored
      444c5bf1
  10. May 23, 2001
  11. May 22, 2001
  12. May 21, 2001
Loading