1. 16 9月, 2006 1 次提交
  2. 18 6月, 2006 1 次提交
  3. 11 3月, 2006 1 次提交
  4. 06 1月, 2005 1 次提交
  5. 30 11月, 2003 1 次提交
    • P
      · 969685ad
      PostgreSQL Daemon 提交于
      $Header: -> $PostgreSQL Changes ...
      969685ad
  6. 01 11月, 2003 1 次提交
  7. 30 9月, 2003 1 次提交
  8. 23 6月, 2003 1 次提交
  9. 22 6月, 2003 1 次提交
  10. 26 3月, 2003 1 次提交
  11. 19 2月, 2003 1 次提交
    • B
      This patch makes the following changes to the documentation: · cde8bbc4
      Bruce Momjian 提交于
      - more work from the SGML police
      
      - some grammar improvements: rewriting a paragraph or two, replacing
      contractions where (IMHO) appropriate
      
      - fix missing utility commands in lock mode docs
      
      - improve CLUSTER, REINDEX, SET SESSION AUTHORIZATION ref pages
      
      Neil Conway
      cde8bbc4
  12. 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
  13. 21 11月, 2001 1 次提交
  14. 09 11月, 2001 1 次提交
  15. 18 5月, 2001 1 次提交
  16. 26 12月, 2000 1 次提交
  17. 23 12月, 2000 1 次提交
  18. 22 12月, 2000 1 次提交
  19. 30 9月, 2000 1 次提交
  20. 12 9月, 2000 1 次提交
  21. 31 3月, 2000 1 次提交
  22. 04 10月, 1999 1 次提交
  23. 23 8月, 1999 1 次提交
    • T
      Further planner/optimizer cleanups. Move all set_tlist_references · 78114cd4
      Tom Lane 提交于
      and fix_opids processing to a single recursive pass over the plan tree
      executed at the very tail end of planning, rather than haphazardly here
      and there at different places.  Now that tlist Vars do not get modified
      until the very end, it's possible to get rid of the klugy var_equal and
      match_varid partial-matching routines, and just use plain equal()
      throughout the optimizer.  This is a step towards allowing merge and
      hash joins to be done on expressions instead of only Vars ...
      78114cd4
  24. 07 7月, 1999 1 次提交
  25. 13 5月, 1999 1 次提交
    • T
      Rip out QueryTreeList structure, root and branch. Querytree · 507a0a2a
      Tom Lane 提交于
      lists are now plain old garden-variety Lists, allocated with palloc,
      rather than specialized expansible-array data allocated with malloc.
      This substantially simplifies their handling and eliminates several
      sources of memory leakage.
      Several basic types of erroneous queries (syntax error, attempt to
      insert a duplicate key into a unique index) now demonstrably leak
      zero bytes per query.
      507a0a2a
  26. 06 4月, 1999 1 次提交
  27. 30 3月, 1999 1 次提交
  28. 13 2月, 1999 1 次提交
  29. 29 12月, 1998 1 次提交
  30. 29 7月, 1998 1 次提交
  31. 01 3月, 1998 1 次提交