1. 03 7月, 2010 1 次提交
  2. 15 6月, 2010 1 次提交
  3. 14 5月, 2010 1 次提交
  4. 13 5月, 2010 2 次提交
  5. 09 4月, 2010 1 次提交
  6. 16 2月, 2010 1 次提交
  7. 14 2月, 2010 1 次提交
  8. 20 1月, 2010 3 次提交
  9. 17 1月, 2010 1 次提交
  10. 16 1月, 2010 1 次提交
  11. 11 1月, 2010 1 次提交
  12. 09 1月, 2010 1 次提交
  13. 12 11月, 2009 1 次提交
    • T
      Remove plpgsql's separate lexer (finally!), in favor of using the core lexer · 2dee828c
      Tom Lane 提交于
      directly.  This was a lot of trouble, but should be worth it in terms of
      not having to keep the plpgsql lexer in step with core anymore.  In addition
      the handling of keywords is significantly better-structured, allowing us to
      de-reserve a number of words that plpgsql formerly treated as reserved.
      2dee828c
  14. 01 10月, 2009 1 次提交
  15. 08 8月, 2009 1 次提交
    • P
      Expand test coverage support to entire tree · 7798147a
      Peter Eisentraut 提交于
      Test coverage support now covers the entire source tree, including
      contrib, instead of just src/backend.  In a related but independent
      development, the commands make coverage and make coverage-html can be run
      in any directory.
      
      This turned out to be much easier than feared.  Besides a few ad hoc fixes
      to pass the make target down the tree, change all affected makefiles to
      list their directories in the SUBDIRS variable, changed from variants like
      DIRS and WANTED_DIRS.  MSVC build fix was attempted as well.
      7798147a
  16. 17 7月, 2009 1 次提交
    • T
      Add erand48() to the set of functions supported by our src/port/ library, · c43feefa
      Tom Lane 提交于
      and extend configure to test for it properly instead of hard-wiring
      an assumption that everybody but Windows has the rand48 functions.
      (We do cheat to the extent of assuming that probing for erand48 will do
      for the entire rand48 family.)
      
      erand48() is unused as of this commit, but a followon patch will cause
      GEQO to depend on it.
      
      Andres Freund, additional hacking by Tom
      c43feefa
  17. 06 6月, 2009 1 次提交
  18. 08 4月, 2009 1 次提交
  19. 09 3月, 2009 1 次提交
  20. 26 2月, 2009 1 次提交
  21. 21 1月, 2009 1 次提交
    • M
      Make win32 builds always do SetEnvironmentVariable() when doing putenv(). · 01543450
      Magnus Hagander 提交于
      Also, if linked against other versions than the default MSVCRT library
      (for example the MSVC build which links against MSVCRT80), also update
      the cache in the default MSVCRT at the same time.
      
      This should fix the issues with setting LC_MESSAGES on the MSVC build.
      
      Original patch from Hiroshi Inoue and Hiroshi Saito, much rewritten
      by me.
      01543450
  22. 21 12月, 2008 1 次提交
  23. 02 12月, 2008 1 次提交
  24. 24 11月, 2008 1 次提交
  25. 15 11月, 2008 1 次提交
  26. 22 5月, 2008 2 次提交
  27. 10 5月, 2008 2 次提交
  28. 16 4月, 2008 1 次提交
  29. 28 2月, 2008 1 次提交
  30. 05 2月, 2008 1 次提交
  31. 14 11月, 2007 1 次提交
  32. 14 10月, 2007 2 次提交
  33. 03 10月, 2007 2 次提交