Skip to content
Snippets Groups Projects
  1. Apr 23, 2011
    • Tom Lane's avatar
      Adjust comments about collate.linux.utf8 regression test. · 1abd146d
      Tom Lane authored
      This test should now work in any database with UTF8 encoding, regardless
      of the database's default locale.  The former restriction was really
      "doesn't work if default locale is C", and that was because of not handling
      mbstowcs/wcstombs correctly.
      1abd146d
  2. Apr 22, 2011
    • Tom Lane's avatar
      Make a code-cleanup pass over the collations patch. · 9e9b9ac7
      Tom Lane authored
      This patch is almost entirely cosmetic --- mostly cleaning up a lot of
      neglected comments, and fixing code layout problems in places where the
      patch made lines too long and then pgindent did weird things with that.
      I did find a bug-of-omission in equalTupleDescs().
      9e9b9ac7
  3. Apr 15, 2011
  4. Feb 08, 2011
    • Peter Eisentraut's avatar
      Per-column collation support · 414c5a2e
      Peter Eisentraut authored
      This adds collation support for columns and domains, a COLLATE clause
      to override it per expression, and B-tree index support.
      
      Peter Eisentraut
      reviewed by Pavel Stehule, Itagaki Takahiro, Robert Haas, Noah Misch
      414c5a2e
  5. Jan 29, 2011
  6. Jan 13, 2011
  7. Jan 11, 2011
  8. Nov 23, 2010
  9. Nov 12, 2010
  10. Sep 20, 2010
  11. Aug 17, 2010
  12. May 02, 2010
  13. Apr 03, 2010
    • Peter Eisentraut's avatar
      Remove unnecessary xref endterm attributes and title ids · 6dcce398
      Peter Eisentraut authored
      The endterm attribute is mainly useful when the toolchain does not support
      automatic link target text generation for a particular situation.  In  the
      past, this was required by the man page tools for all reference page links,
      but that is no longer the case, and it now actually gets in the way of
      proper automatic link text generation.  The only remaining use cases are
      currently xrefs to refsects.
      6dcce398
  14. Feb 03, 2010
  15. Aug 07, 2009
    • Peter Eisentraut's avatar
      Expand test coverage support to entire tree · 7798147a
      Peter Eisentraut authored
      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. Apr 27, 2009
  17. Feb 12, 2009
  18. Feb 11, 2009
  19. Sep 05, 2008
  20. May 30, 2008
    • Tom Lane's avatar
      Copy refint.so and autoinc.so into the src/test/regress directory during · bf4bd50f
      Tom Lane authored
      "make all", and then reference them there during the actual tests.  This
      makes the handling of these files more parallel to that of regress.so,
      and in particular simplifies use of the regression tests outside the
      original build tree.  The PGDG and Red Hat RPMs have been doing this via
      patches for a very long time.  Inclusion of the change in core was requested
      by Jørgen Austvik of Sun, and I can't see any reason not to.
      
      I attempted to fix the MSVC scripts for this too, but they may need
      further tweaking ...
      bf4bd50f
  21. Jun 12, 2007
  22. Feb 01, 2007
  23. Jan 31, 2007
    • Bruce Momjian's avatar
      Update documentation on may/can/might: · a134ee33
      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".
      
      Also update two error messages mentioned in the documenation to match.
      a134ee33
  24. Sep 16, 2006
  25. Jul 19, 2006
  26. Jun 18, 2006
  27. Apr 06, 2006
  28. Jan 22, 2006
    • Neil Conway's avatar
      Allow an optional alias for the target table to be specified for UPDATE · 1d763d91
      Neil Conway authored
      and DELETE. If specified, the alias must be used instead of the full
      table name. Also, the alias currently cannot be used in the SET clause
      of UPDATE.
      
      Patch from Atsushi Ogawa, various editorialization by Neil Conway.
      Along the way, make the rowtypes regression test pass if add_missing_from
      is enabled, and add a new (skeletal) regression test for DELETE.
      1d763d91
  29. Oct 18, 2005
  30. Oct 14, 2005
  31. Jul 24, 2005
  32. Mar 07, 2005
  33. Dec 28, 2004
  34. Dec 03, 2004
  35. Dec 02, 2004
  36. Nov 15, 2004
  37. Aug 09, 2004
  38. May 21, 2004
  39. Mar 15, 2004
Loading