1. 22 Feb, 2005 1 commit
  2. 08 Jan, 2005 1 commit
  3. 01 Jan, 2005 1 commit
  4. 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
  5. 24 Nov, 2004 1 commit
  6. 09 Nov, 2004 1 commit
  7. 12 Oct, 2004 1 commit
  8. 06 Oct, 2004 1 commit
  9. 29 Aug, 2004 2 commits
  10. 07 Aug, 2004 1 commit
  11. 15 Jul, 2004 1 commit
  12. 13 Jul, 2004 1 commit
  13. 18 Jun, 2004 1 commit
  14. 07 May, 2004 1 commit
    • Tom Lane's avatar
      Solve the 'Turkish problem' with undesirable locale behavior for case · 0bd61548
      Tom Lane authored
      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
  15. 22 Mar, 2004 1 commit
  16. 09 Jan, 2004 1 commit
  17. 01 Dec, 2003 2 commits
  18. 29 Nov, 2003 1 commit
    • PostgreSQL Daemon's avatar
      · 969685ad
      PostgreSQL Daemon authored
      $Header: -> $PostgreSQL Changes ...
      969685ad
  19. 02 Oct, 2003 1 commit
  20. 14 Sep, 2003 1 commit
  21. 11 Sep, 2003 1 commit
  22. 10 Sep, 2003 1 commit
  23. 04 Aug, 2003 2 commits
  24. 25 Jul, 2003 1 commit
    • Bruce Momjian's avatar
      Update copyrights to 2003. · ad73f6b8
      Bruce Momjian authored
      print.c: Add one more line to pager calculation to account for the prompt.
      help.c: Call PageOutput with correct number of lines within slashUsage
              Add one to line count in helpSQL to account for "Available help:" line.
              Make copyright match COPYRIGHT file. (Just "1994")
      
      Greg Sabino Mullane
      ad73f6b8
  25. 23 Jul, 2003 1 commit
  26. 11 Jun, 2003 1 commit
  27. 14 Apr, 2003 1 commit
  28. 18 Mar, 2003 1 commit
  29. 10 Mar, 2003 1 commit
  30. 07 Jan, 2003 1 commit
  31. 13 Dec, 2002 1 commit
  32. 12 Dec, 2002 1 commit
    • Bruce Momjian's avatar
      TODO marked as done: · 40c4472e
      Bruce Momjian authored
      	* Add schema, cast, and conversion backslash commands to psql
      
      I had to create a new publically available function,
      pg_conversion_is_visible, as it seemed to be missing from the catalogs.
      This required me to do no small amount of hacking around in namespace.c
      
      I have updated the \? help and sgml docs.
      
      \dc - list conversions [PATTERN]
      \dC - list casts
      \dn list schemas
      
      I didn't support patterns with casts as there's nothing obvious to match
      against.
      
      Catalog version incremented --- initdb required.
      
      Christopher Kings-Lynne
      40c4472e
  33. 11 Dec, 2002 5 commits