Skip to content
Snippets Groups Projects
  1. May 03, 2006
  2. Apr 12, 2006
  3. Apr 03, 2006
  4. Mar 13, 2006
    • Neil Conway's avatar
      Fix a number of syntax errors in contrib modules' uninstall scripts. · 48fb6967
      Neil Conway authored
      Most of the changes add the mandatory USING clause to DROP OPERATOR
      CLASS statements.  DROP TYPE is now DROP TYPE CASCADE; without
      CASCADE a DROP TYPE fails due to the circular dependency on the
      type's I/O functions.  The DROP FUNCTION statements for the I/O
      functions have been removed, as DROP TYPE CASCADE removes them
      automatically. Patch from Michael Fuhr.
      48fb6967
  5. Mar 11, 2006
  6. Mar 01, 2006
    • Neil Conway's avatar
      This patch makes the error message strings throughout the backend · 8e5a10d4
      Neil Conway authored
      more compliant with the error message style guide. In particular,
      errdetail should begin with a capital letter and end with a period,
      whereas errmsg should not. I also fixed a few related issues in
      passing, such as fixing the repeated misspelling of "lexeme" in
      contrib/tsearch2 (per Tom's suggestion).
      8e5a10d4
  7. Feb 27, 2006
  8. Jan 20, 2006
    • Tom Lane's avatar
      Replace bitwise looping with bytewise looping in hemdistsign and · 33feb55c
      Tom Lane authored
      sizebitvec of tsearch2, as well as identical code in several other
      contrib modules.  This provided about a 20X speedup in building a
      large tsearch2 index ... didn't try to measure its effects for other
      operations.  Thanks to Stephan Vollmer for providing a test case.
      33feb55c
  9. Nov 22, 2005
  10. Nov 19, 2005
  11. Nov 17, 2005
    • Tom Lane's avatar
      Make SQL arrays support null elements. This commit fixes the core array · cecb6075
      Tom Lane authored
      functionality, but I still need to make another pass looking at places
      that incidentally use arrays (such as ACL manipulation) to make sure they
      are null-safe.  Contrib needs work too.
      I have not changed the behaviors that are still under discussion about
      array comparison and what to do with lower bounds.
      cecb6075
  12. Nov 14, 2005
  13. Nov 07, 2005
  14. Oct 15, 2005
  15. Oct 03, 2005
  16. Sep 27, 2005
  17. Sep 25, 2005
  18. May 25, 2005
  19. Jan 27, 2005
  20. Oct 21, 2004
  21. Aug 29, 2004
  22. Aug 20, 2004
    • Bruce Momjian's avatar
      > Please find enclose a submission to fix these problems. · ee85595d
      Bruce Momjian authored
      >
      > The patch adds missing the "libpgport.a" file to the installation under
      > "install-all-headers". It is needed by some contribs. I install the
      > library in "pkglibdir", but I was wondering whether it should be "libdir"?
      > I was wondering also whether it would make sense to have a "libpgport.so"?
      >
      > It fixes various macros which are used by contrib makefiles, especially
      > libpq_*dir and LDFLAGS when used under PGXS. It seems to me that they are
      > needed to
      >
      > It adds the ability to test and use PGXS with contribs, with "make
      > USE_PGXS=1". Without the macro, this is exactly as before, there should be
      > no difference, esp. wrt the vpath feature that seemed broken by previous
      > submission. So it should not harm anybody, and it is useful at least to me.
      >
      > It fixes some inconsistencies in various contrib makefiles
      > (useless override, ":=" instead of "=").
      
      Fabien COELHO
      ee85595d
  23. Mar 30, 2004
  24. Jan 09, 2004
  25. Nov 29, 2003
    • PostgreSQL Daemon's avatar
      · 969685ad
      PostgreSQL Daemon authored
      $Header: -> $PostgreSQL Changes ...
      969685ad
  26. Aug 04, 2003
  27. Aug 01, 2003
  28. Jul 24, 2003
  29. Jun 11, 2003
    • Tom Lane's avatar
      Update expected file to match new _int.sql. · 6a276b7b
      Tom Lane authored
      6a276b7b
    • Bruce Momjian's avatar
      Add missing intarray files. · a237dd2b
      Bruce Momjian authored
      a237dd2b
    • Bruce Momjian's avatar
      Changes: · 47d5c3d5
      Bruce Momjian authored
      1 intarray: bugfix for int[]-int[] operation
      2 intarray: split _int.c to several files (_int.c now is unused)
      3 ntarray (gist__intbig_ops opclass): use special type for index storage
      4 ltree (gist__ltree_ops opclass), intarray (gist__intbig_ops): optimize
      GiST's
      penalty and picksplit interface functions, now use Hemming distance.
      
      Teodor Sigaev
      47d5c3d5
  30. May 27, 2003
  31. May 16, 2003
  32. May 14, 2003
  33. Mar 10, 2003
  34. Dec 27, 2002
  35. Nov 13, 2002
  36. Nov 11, 2002
Loading