Skip to content
Snippets Groups Projects
  1. Feb 19, 2002
  2. Dec 08, 2001
  3. Nov 18, 2001
  4. Oct 26, 2001
  5. Sep 06, 2001
  6. Sep 03, 2001
  7. Aug 13, 2001
    • Peter Eisentraut's avatar
      Make LANCOMPILER clause in CREATE LANGUAGE optional. Allow "identifier" · ee8ed85d
      Peter Eisentraut authored
      syntax for language names (instead of 'string').
      
      createlang now handles the case where a second language uses the same call
      handler as an already installed language (e.g., plperl/plperlu).
      
      droplang now handles the reverse case, i.e., dropping a language where
      the call handler is still used by another language.  Moreover, droplang
      can now be used to drop any user-defined language, not just the supplied
      ones.
      ee8ed85d
  8. Nov 20, 2000
    • Tom Lane's avatar
      Revise handling of oldstyle/newstyle functions per recent discussions · 5bb2300b
      Tom Lane authored
      in pghackers list.  Support for oldstyle internal functions is gone
      (no longer needed, since conversion is complete) and pg_language entry
      'internal' now implies newstyle call convention.  pg_language entry
      'newC' is gone; both old and newstyle dynamically loaded C functions
      are now called language 'C'.  A newstyle function must be identified
      by an associated info routine.  See src/backend/utils/fmgr/README.
      5bb2300b
  9. Nov 04, 2000
  10. Oct 05, 2000
  11. Aug 25, 2000
  12. May 29, 2000
  13. Mar 26, 2000
  14. Jul 22, 1999
  15. Jul 06, 1999
  16. Dec 29, 1998
  17. Oct 30, 1998
  18. Sep 22, 1998
  19. Sep 16, 1998
  20. Sep 07, 1998
  21. May 13, 1998
Loading