1. 15 Nov, 2001 2 commits
  2. 08 Nov, 2001 1 commit
  3. 13 Oct, 2001 1 commit
  4. 12 Oct, 2001 2 commits
  5. 09 Oct, 2001 2 commits
  6. 18 Sep, 2001 1 commit
    • Peter Eisentraut's avatar
      Generate index.html as the root file name of the documentation set, · 4a4abd42
      Peter Eisentraut authored
      rather than making index.html a symlink to the autogenerated name.
      Fixes fatal problems with tar programs that don't handle symlinks
      very well (MacOS X).
      
      (The names user.html, admin.html, etc. are still available as make
      targets, but they aren't packaged anymore.)
      
      Use the manifest file that the stylesheets generate as the file list
      for packaging.  Put graphics in the right place while building, not
      while packaging, so you can actually look at them after building.
      4a4abd42
  7. 13 Sep, 2001 1 commit
  8. 10 Sep, 2001 3 commits
  9. 28 May, 2001 2 commits
    • 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
  10. 22 May, 2001 1 commit
  11. 17 May, 2001 1 commit
  12. 12 May, 2001 1 commit
  13. 11 May, 2001 1 commit
  14. 08 May, 2001 4 commits
  15. 23 Mar, 2001 1 commit
  16. 17 Mar, 2001 2 commits
  17. 09 Mar, 2001 1 commit
  18. 21 Feb, 2001 1 commit
  19. 19 Feb, 2001 1 commit
  20. 10 Feb, 2001 1 commit
  21. 20 Jan, 2001 1 commit
  22. 18 Jan, 2001 1 commit
  23. 17 Jan, 2001 2 commits
    • Bruce Momjian's avatar
      Functions -> Function's · 392793b1
      Bruce Momjian authored
      392793b1
    • Bruce Momjian's avatar
      There are misprints in postgres doc., in : · 9a342d20
      Bruce Momjian authored
      Chapter 10. PL/pgSQL - SQL Procedural Language (c40914117.htm)
      
      Statements
      ...
      (resulting in a PL/pgSQL internal SELECT).
      But there are cases where someone isn't interested int
      -----------------------------------------(have to be)-->
      But there are cases where someone isn't interested in
           the functions result.
      
       RAISE level format''
      --(have to be)-->
       RAISE level 'format'
      9a342d20
  24. 13 Jan, 2001 1 commit
  25. 09 Jan, 2001 1 commit
  26. 06 Jan, 2001 1 commit
  27. 22 Dec, 2000 1 commit
  28. 29 Sep, 2000 1 commit
  29. 25 Aug, 2000 1 commit