1. 22 2月, 2005 1 次提交
  2. 01 1月, 2005 1 次提交
  3. 20 12月, 2004 1 次提交
    • T
      Prevent evaluation of backticks while discarding unwanted arguments · 1553be4a
      Tom Lane 提交于
      after an unknown or failed psql backslash command, and also while
      discarding "extra" arguments of a putatively valid backslash command.
      In the case of an unknown/failed command, make sure we discard the
      whole rest of the line, rather than trying to resume at the next
      backslash.  Per discussion with Thomer Gil.
      1553be4a
  4. 01 12月, 2004 2 次提交
  5. 16 11月, 2004 1 次提交
  6. 09 11月, 2004 1 次提交
  7. 07 11月, 2004 1 次提交
  8. 06 11月, 2004 2 次提交
  9. 05 11月, 2004 1 次提交
  10. 16 10月, 2004 1 次提交
  11. 15 10月, 2004 1 次提交
  12. 09 10月, 2004 1 次提交
  13. 07 10月, 2004 1 次提交
  14. 29 8月, 2004 2 次提交
  15. 13 8月, 2004 1 次提交
  16. 15 7月, 2004 1 次提交
  17. 14 7月, 2004 1 次提交
  18. 12 7月, 2004 1 次提交
  19. 11 7月, 2004 2 次提交
  20. 18 6月, 2004 1 次提交
    • T
      Tablespaces. Alternate database locations are dead, long live tablespaces. · 2467394e
      Tom Lane 提交于
      There are various things left to do: contrib dbsize and oid2name modules
      need work, and so does the documentation.  Also someone should think about
      COMMENT ON TABLESPACE and maybe RENAME TABLESPACE.  Also initlocation is
      dead, it just doesn't know it yet.
      
      Gavin Sherry and Tom Lane.
      2467394e
  21. 07 5月, 2004 1 次提交
    • T
      Solve the 'Turkish problem' with undesirable locale behavior for case · 0bd61548
      Tom Lane 提交于
      conversion of basic ASCII letters.  Remove all uses of strcasecmp and
      strncasecmp in favor of new functions pg_strcasecmp and pg_strncasecmp;
      remove most but not all direct uses of toupper and tolower in favor of
      pg_toupper and pg_tolower.  These functions use the same notions of
      case folding already developed for identifier case conversion.  I left
      the straight locale-based folding in place for situations where we are
      just manipulating user data and not trying to match it to built-in
      strings --- for example, the SQL upper() function is still locale
      dependent.  Perhaps this will prove not to be what's wanted, but at
      the moment we can initdb and pass regression tests in Turkish locale.
      0bd61548
  22. 28 3月, 2004 1 次提交
  23. 22 3月, 2004 1 次提交
  24. 20 2月, 2004 1 次提交
    • T
      Re-implement psql's input scanning to use a flex-generated lexer, as per · 4b39aa3a
      Tom Lane 提交于
      recent discussion.  The lexer is used for both SQL command text and
      backslash commands.  The purpose of this change is to make it easier to
      track the behavior of the backend's SQL lexer --- essentially identical
      flex rules are now used by psql.  Also, this cleans up a lot of very
      squirrelly code in mainloop.c and command.c.  The flex code is somewhat
      bulkier than the removed code, but should be lots easier to maintain.
      4b39aa3a
  25. 27 1月, 2004 1 次提交
  26. 25 1月, 2004 2 次提交
  27. 10 1月, 2004 1 次提交
  28. 02 12月, 2003 2 次提交
  29. 30 11月, 2003 1 次提交
    • P
      · 969685ad
      PostgreSQL Daemon 提交于
      $Header: -> $PostgreSQL Changes ...
      969685ad
  30. 12 10月, 2003 2 次提交
  31. 30 9月, 2003 1 次提交
  32. 17 9月, 2003 1 次提交
  33. 05 8月, 2003 1 次提交