1. 28 Jul, 2006 1 commit
  2. 21 Jun, 2006 2 commits
  3. 19 Jun, 2006 1 commit
  4. 30 Nov, 2005 1 commit
  5. 15 Oct, 2005 1 commit
  6. 14 Apr, 2005 1 commit
  7. 30 Dec, 2004 1 commit
  8. 29 Aug, 2004 1 commit
  9. 10 Jun, 2004 1 commit
    • Bruce Momjian's avatar
      Attached is a patch that takes care of the PATHSEP issue. I made a more · 6cc4175b
      Bruce Momjian authored
      extensive change then what was suggested. I found the file path.c that
      contained a lot of "Unix/Windows" agnostic functions so I added a function
      there instead and removed the PATHSEP declaration in exec.c altogether. All
      to keep things from scattering all over the code.
      
      I also took the liberty of changing the name of the functions
      "first_path_sep" and "last_path_sep". Where I come from (and I'm apparently
      not alone given the former macro name PATHSEP), they should be called
      "first_dir_sep" and "last_dir_sep". The new function I introduced, that
      actually finds path separators, is now the "first_path_sep". The patch
      contains changes on all affected places of course.
      
      I also changed the documentation on dynamic_library_path to reflect the
      chagnes.
      
      Thomas Hallgren
      6cc4175b
  10. 15 Mar, 2004 1 commit
  11. 14 Mar, 2004 1 commit
  12. 29 Nov, 2003 1 commit
    • PostgreSQL Daemon's avatar
      · 969685ad
      PostgreSQL Daemon authored
      $Header: -> $PostgreSQL Changes ...
      969685ad
  13. 24 Nov, 2003 1 commit
  14. 24 Aug, 2003 1 commit
  15. 08 Aug, 2003 1 commit
  16. 04 Aug, 2003 1 commit
  17. 01 Aug, 2003 2 commits
  18. 15 Jul, 2003 1 commit
  19. 08 Jul, 2003 1 commit
  20. 01 Jul, 2003 1 commit
    • Michael Meskes's avatar
      Use ISO dates in pgtypeslib by default. · 2bdd2e5d
      Michael Meskes authored
      Applied patch by Philip Yarra to fix some thread issues.
      Added a new data type "decimal" which is mostly the same as our
      	"numeric" but uses a fixed length array to store the digits. This is
      	for compatibility with Informix and maybe others.
      2bdd2e5d
  21. 26 Jun, 2003 1 commit
  22. 25 Jun, 2003 1 commit
  23. 15 Jun, 2003 1 commit
  24. 13 Jun, 2003 1 commit
  25. 20 May, 2003 1 commit
  26. 02 May, 2003 1 commit
  27. 08 Apr, 2003 1 commit
  28. 04 Apr, 2003 1 commit
  29. 16 Mar, 2003 1 commit
  30. 13 Feb, 2003 1 commit
  31. 04 Sep, 2002 1 commit
  32. 06 Mar, 2002 1 commit
    • Bruce Momjian's avatar
      Change made to elog: · 92288a1c
      Bruce Momjian authored
      o  Change all current CVS messages of NOTICE to WARNING.  We were going
      to do this just before 7.3 beta but it has to be done now, as you will
      see below.
      
      o Change current INFO messages that should be controlled by
      client_min_messages to NOTICE.
      
      o Force remaining INFO messages, like from EXPLAIN, VACUUM VERBOSE, etc.
      to always go to the client.
      
      o Remove INFO from the client_min_messages options and add NOTICE.
      
      Seems we do need three non-ERROR elog levels to handle the various
      behaviors we need for these messages.
      
      Regression passed.
      92288a1c
  33. 23 Dec, 2001 1 commit
  34. 05 Dec, 2001 1 commit
  35. 14 Nov, 2001 1 commit
  36. 31 Oct, 2001 1 commit
  37. 25 Oct, 2001 1 commit
  38. 19 Sep, 2001 1 commit