1. 01 2月, 2007 1 次提交
    • B
      Update reference documentation on may/can/might: · e81c138e
      Bruce Momjian 提交于
      Standard English uses "may", "can", and "might" in different ways:
      
              may - permission, "You may borrow my rake."
      
              can - ability, "I can lift that log."
      
              might - possibility, "It might rain today."
      
      Unfortunately, in conversational English, their use is often mixed, as
      in, "You may use this variable to do X", when in fact, "can" is a better
      choice.  Similarly, "It may crash" is better stated, "It might crash".
      e81c138e
  2. 19 9月, 2006 1 次提交
  3. 16 9月, 2006 1 次提交
  4. 21 1月, 2006 1 次提交
  5. 04 1月, 2005 1 次提交
  6. 30 9月, 2004 1 次提交
  7. 10 3月, 2004 1 次提交
  8. 30 11月, 2003 1 次提交
    • P
      · 969685ad
      PostgreSQL Daemon 提交于
      $Header: -> $PostgreSQL Changes ...
      969685ad
  9. 17 10月, 2003 1 次提交
  10. 12 9月, 2003 1 次提交
  11. 10 9月, 2003 1 次提交
  12. 09 9月, 2003 1 次提交
  13. 01 9月, 2003 1 次提交
  14. 27 4月, 2003 1 次提交
  15. 26 3月, 2003 1 次提交
  16. 10 3月, 2003 1 次提交
    • T
      Restructure parsetree representation of DECLARE CURSOR: now it's a · aa83bc04
      Tom Lane 提交于
      utility statement (DeclareCursorStmt) with a SELECT query dangling from
      it, rather than a SELECT query with a few unusual fields in it.  Add
      code to determine whether a planned query can safely be run backwards.
      If DECLARE CURSOR specifies SCROLL, ensure that the plan can be run
      backwards by adding a Materialize plan node if it can't.  Without SCROLL,
      you get an error if you try to fetch backwards from a cursor that can't
      handle it.  (There is still some discussion about what the exact
      behavior should be, but this is necessary infrastructure in any case.)
      Along the way, make EXPLAIN DECLARE CURSOR work.
      aa83bc04
  17. 03 2月, 2003 1 次提交
  18. 19 1月, 2003 1 次提交
    • B
      This patch includes a lot of minor cleanups to the SGML documentation, · be2b660e
      Bruce Momjian 提交于
      including:
      
      - replacing all the appropriate usages of <citetitle>PostgreSQL
      ...</citetitle> with &cite-user;, &cite-admin;, and so on
      
      - fix an omission in the EXECUTE documentation
      
      - add some more text to the EXPLAIN documentation
      
      - improve the PL/PgSQL RETURN NEXT documentation (more work to do here)
      
      - minor markup fixes
      
      
      Neil Conway
      be2b660e
  19. 15 11月, 2002 1 次提交
  20. 22 4月, 2002 1 次提交
    • T
      Augment the date/time examples in the User's Guide to reflect the newer · c05f29e8
      Thomas G. Lockhart 提交于
       capabilities of specifying time zones as intervals per SQL9x.
      Put refentrytitle contents on the same line as the tag.
       Otherwise, leading whitespace is propagated into the product, which
       (at least) messes up the ToC layout.
      Remove (some) docinfo tags containing dates. Best to omit if the dates
       are not accurate; maybe use CVS dates instead or leave them out.
      c05f29e8
  21. 25 3月, 2002 2 次提交
  22. 24 3月, 2002 1 次提交
  23. 23 3月, 2002 1 次提交
  24. 06 3月, 2002 1 次提交
  25. 08 12月, 2001 1 次提交
  26. 18 9月, 2001 1 次提交
  27. 03 9月, 2001 1 次提交
  28. 06 10月, 2000 1 次提交
  29. 30 8月, 2000 1 次提交
  30. 16 2月, 2000 1 次提交
  31. 22 7月, 1999 1 次提交
  32. 07 7月, 1999 1 次提交
  33. 24 4月, 1999 1 次提交
  34. 29 12月, 1998 1 次提交
  35. 31 10月, 1998 1 次提交
  36. 15 10月, 1998 1 次提交
  37. 25 9月, 1998 1 次提交
  38. 05 9月, 1998 1 次提交
  39. 01 9月, 1998 1 次提交