Skip to content
Snippets Groups Projects
  1. Jun 26, 2009
  2. Jun 25, 2009
  3. Jun 24, 2009
  4. Jun 23, 2009
  5. Jun 22, 2009
  6. Jun 20, 2009
  7. Jun 19, 2009
  8. Jun 18, 2009
  9. Jun 17, 2009
  10. Jun 12, 2009
  11. Jun 11, 2009
  12. Jun 10, 2009
  13. Jun 08, 2009
  14. Jun 07, 2009
    • Tom Lane's avatar
      Revert my patch of 2009-04-04 that removed contrib/intarray's definitions of · 156475a5
      Tom Lane authored
      the <@ and @> operators.  These are not in fact equivalent to the built-in
      anyarray operators of the same names, because they have different behavior for
      empty arrays, namely they don't think empty arrays are contained in anything.
      That is mathematically wrong, no doubt, but until we can persuade GIN indexes
      to implement the mathematical definition we should probably not change this.
      Another reason for not changing it now is that we can't yet ensure the
      opclasses will be updated correctly in a dump-and-reload upgrade.  Per
      recent discussions.
      156475a5
  15. Jun 06, 2009
  16. Jun 05, 2009
  17. Jun 04, 2009
    • Tom Lane's avatar
      Improve the recently-added support for properly pluralized error messages · 76d4abf2
      Tom Lane authored
      by extending the ereport() API to cater for pluralization directly.  This
      is better than the original method of calling ngettext outside the elog.c
      code because (1) it avoids double translation, which wastes cycles and in
      the worst case could give a wrong result; and (2) it avoids having to use
      a different coding method in PL code than in the core backend.  The
      client-side uses of ngettext are not touched since neither of these concerns
      is very pressing in the client environment.  Per my proposal of yesterday.
      76d4abf2
  18. Jun 03, 2009
  19. Jun 02, 2009
  20. May 28, 2009
  21. May 27, 2009
  22. May 26, 2009
Loading