1. 10 Nov, 2007 1 commit
  2. 31 Oct, 2007 1 commit
  3. 25 Sep, 2007 1 commit
  4. 12 Jul, 2007 1 commit
  5. 08 Jul, 2007 1 commit
  6. 02 Jul, 2007 1 commit
  7. 31 May, 2007 1 commit
  8. 18 Mar, 2007 1 commit
  9. 10 Feb, 2007 1 commit
  10. 01 Feb, 2007 1 commit
    • Bruce Momjian's avatar
      Wording cleanup for error messages. Also change can't -> cannot. · 8b4ff8b6
      Bruce Momjian authored
      Standard English uses "may", "can", and "might" in different ways:
      
              may - permission, "You may borrow my rake."
      
              can - ability, "I can lift that log."
      
              might - possibility, "It might rain today."
      
      Unfortunately, in conversational English, their use is often mixed, as
      in, "You may use this variable to do X", when in fact, "can" is a better
      choice.  Similarly, "It may crash" is better stated, "It might crash".
      8b4ff8b6
  11. 05 Jan, 2007 2 commits
  12. 12 Oct, 2006 1 commit
  13. 04 Oct, 2006 1 commit
  14. 24 Sep, 2006 1 commit
  15. 21 Aug, 2006 1 commit
  16. 25 Jun, 2006 1 commit
  17. 18 Jun, 2006 1 commit
  18. 07 Jun, 2006 1 commit
    • Bruce Momjian's avatar
      Prepare code to be built by MSVC: · 399a36a7
      Bruce Momjian authored
      	o  remove many WIN32_CLIENT_ONLY defines
      	o  add WIN32_ONLY_COMPILER define
      	o  add 3rd argument to open() for portability
      	o  add include/port/win32_msvc directory for
      	   system includes
      
      Magnus Hagander
      399a36a7
  19. 05 Mar, 2006 1 commit
  20. 10 Feb, 2006 1 commit
  21. 07 Feb, 2006 1 commit
  22. 14 Jan, 2006 1 commit
  23. 05 Jan, 2006 1 commit
  24. 22 Nov, 2005 1 commit
  25. 15 Oct, 2005 1 commit
  26. 25 Jul, 2005 1 commit
  27. 10 Jul, 2005 1 commit
  28. 21 Jun, 2005 1 commit
    • Tom Lane's avatar
      Cause initdb to create a third standard database "postgres", which · 6f7fc0ba
      Tom Lane authored
      unlike template0 and template1 does not have any special status in
      terms of backend functionality.  However, all external utilities such
      as createuser and createdb now connect to "postgres" instead of
      template1, and the documentation is changed to encourage people to use
      "postgres" instead of template1 as a play area.  This should fix some
      longstanding gotchas involving unexpected propagation of database
      objects by createdb (when you used template1 without understanding
      the implications), as well as ameliorating the problem that CREATE
      DATABASE is unhappy if anyone else is connected to template1.
      Patch by Dave Page, minor editing by Tom Lane.  All per recent
      pghackers discussions.
      6f7fc0ba
  29. 04 May, 2005 1 commit
  30. 20 Apr, 2005 1 commit
  31. 11 Mar, 2005 1 commit
  32. 22 Feb, 2005 1 commit
  33. 31 Dec, 2004 1 commit
    • PostgreSQL Daemon's avatar
      · 2ff50159
      PostgreSQL Daemon authored
      Tag appropriate files for rc3
      
      Also performed an initial run through of upgrading our Copyright date to
      extend to 2005 ... first run here was very simple ... change everything
      where: grep 1996-2004 && the word 'Copyright' ... scanned through the
      generated list with 'less' first, and after, to make sure that I only
      picked up the right entries ...
      2ff50159
  34. 23 Dec, 2004 1 commit
  35. 21 Dec, 2004 2 commits
  36. 06 Dec, 2004 1 commit
  37. 27 Nov, 2004 1 commit
  38. 17 Nov, 2004 1 commit