1. 02 Oct, 2007 1 commit
  2. 30 Sep, 2007 1 commit
  3. 26 Sep, 2007 1 commit
  4. 14 Aug, 2007 1 commit
  5. 29 Mar, 2007 1 commit
  6. 17 Mar, 2007 1 commit
    • Michael Meskes's avatar
      - Changed some whitespacing in connect statement. · d3e131e0
      Michael Meskes authored
      - Made some chars const as proposed by Stefan Huehner <stefan@huehner.org>.
      - Synced parser and keyword lists.
      - Copied two token parsing from backend parser to ecpg parser.
      - Also added a test case for this.
      d3e131e0
  7. 12 Jan, 2007 1 commit
  8. 11 Jan, 2007 1 commit
  9. 08 Nov, 2006 1 commit
  10. 04 Oct, 2006 1 commit
  11. 29 Aug, 2006 1 commit
  12. 27 Aug, 2006 1 commit
  13. 13 Aug, 2006 1 commit
  14. 02 Aug, 2006 1 commit
  15. 28 Jul, 2006 1 commit
  16. 21 Jun, 2006 2 commits
  17. 19 Jun, 2006 1 commit
  18. 30 Nov, 2005 1 commit
  19. 15 Oct, 2005 1 commit
  20. 14 Apr, 2005 1 commit
  21. 30 Dec, 2004 1 commit
  22. 29 Aug, 2004 1 commit
  23. 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
  24. 15 Mar, 2004 1 commit
  25. 14 Mar, 2004 1 commit
  26. 29 Nov, 2003 1 commit
    • PostgreSQL Daemon's avatar
      · 969685ad
      PostgreSQL Daemon authored
      $Header: -> $PostgreSQL Changes ...
      969685ad
  27. 24 Nov, 2003 1 commit
  28. 24 Aug, 2003 1 commit
  29. 08 Aug, 2003 1 commit
  30. 04 Aug, 2003 1 commit
  31. 01 Aug, 2003 2 commits
  32. 15 Jul, 2003 1 commit
  33. 08 Jul, 2003 1 commit
  34. 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
  35. 26 Jun, 2003 1 commit
  36. 25 Jun, 2003 1 commit
  37. 15 Jun, 2003 1 commit
  38. 13 Jun, 2003 1 commit