1. 27 1月, 2003 3 次提交
  2. 26 1月, 2003 4 次提交
  3. 25 1月, 2003 3 次提交
  4. 24 1月, 2003 3 次提交
  5. 23 1月, 2003 6 次提交
  6. 22 1月, 2003 4 次提交
  7. 21 1月, 2003 2 次提交
    • P
      Fix sed expression for BSD sed. · 980acc83
      Peter Eisentraut 提交于
      980acc83
    • T
      IN clauses appearing at top level of WHERE can now be handled as joins. · bdfbfde1
      Tom Lane 提交于
      There are two implementation techniques: the executor understands a new
      JOIN_IN jointype, which emits at most one matching row per left-hand row,
      or the result of the IN's sub-select can be fed through a DISTINCT filter
      and then joined as an ordinary relation.
      Along the way, some minor code cleanup in the optimizer; notably, break
      out most of the jointree-rearrangement preprocessing in planner.c and
      put it in a new file prep/prepjointree.c.
      bdfbfde1
  8. 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
  9. 18 1月, 2003 2 次提交
  10. 17 1月, 2003 5 次提交
  11. 16 1月, 2003 7 次提交