Skip to content
Snippets Groups Projects
  1. Sep 20, 2010
  2. Jul 06, 2010
    • Tom Lane's avatar
      Fix a few single-file (MODULES, not MODULE_big) contrib makefiles that were · f9e9da66
      Tom Lane authored
      supposing that they should set SHLIB_LINK rather than LDFLAGS_SL.  Since these
      don't go through Makefile.shlib that was a no-op on most platforms.  Also
      regularize the few platform-specific Makefiles that did pay attention to
      SHLIB_LINK: it seems that the real value of that is to pull in BE_DLLLIBS,
      so do that instead.  Per buildfarm failures on cygwin.
      f9e9da66
  3. Jun 11, 2009
  4. Apr 21, 2008
    • Tom Lane's avatar
      Make earthdistance use version-0 calling convention if not USE_FLOAT8_BYVAL, · 3d1588cd
      Tom Lane authored
      and version-1 if USE_FLOAT8_BYVAL.  This might seem a bit pointless, but the
      idea is to have at least one regression test that will fail if we ever
      accidentally break version-0 functions that return float8.  However, they're
      already broken, or at least hopelessly unportable, in the USE_FLOAT8_BYVAL
      case.
      
      Per a recent suggestion from Greg Stark.
      3d1588cd
  5. Apr 20, 2008
  6. Nov 13, 2007
  7. Nov 11, 2007
  8. Jun 27, 2007
  9. Feb 01, 2007
  10. Oct 19, 2006
  11. Sep 10, 2006
  12. Jul 27, 2006
  13. May 31, 2006
  14. Mar 14, 2006
    • Tom Lane's avatar
      Improve parser so that we can show an error cursor position for errors · 20ab467d
      Tom Lane authored
      during parse analysis, not only errors detected in the flex/bison stages.
      This is per my earlier proposal.  This commit includes all the basic
      infrastructure, but locations are only tracked and reported for errors
      involving column references, function calls, and operators.  More could
      be done later but this seems like a good set to start with.  I've also
      moved the ReportSyntaxErrorPosition logic out of psql and into libpq,
      which should make it available to more people --- even within psql this
      is an improvement because warnings weren't handled by ReportSyntaxErrorPosition.
      20ab467d
  15. Mar 11, 2006
  16. Mar 08, 2006
  17. Feb 27, 2006
  18. Oct 15, 2005
  19. Sep 27, 2005
  20. Jul 25, 2005
  21. Oct 05, 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. Dec 27, 2003
  24. Nov 29, 2003
    • PostgreSQL Daemon's avatar
      · 969685ad
      PostgreSQL Daemon authored
      $Header: -> $PostgreSQL Changes ...
      969685ad
  25. Aug 04, 2003
  26. Aug 01, 2003
  27. Jul 24, 2003
  28. May 14, 2003
  29. Feb 13, 2003
    • Bruce Momjian's avatar
      The attached patches change earthdistance to use the new cube functions · 9ccaaf67
      Bruce Momjian authored
      in one of the earth functions so that latitude and longitude to
      cartesian coordinates conversion will be more accurrate. (Previously
      a text string was built to provide as input which limited the accuracy
      to the number of digits printed.)
      
      The new functions were included in a recent patch to contrib/cube that has not
      as yet been accepted as of yet.
      
      I also added check constraints to the domain 'earth' since they are now
      working in 7.4.
      
      Bruno Wolff III
      9ccaaf67
  30. Nov 08, 2002
    • Bruce Momjian's avatar
      Clean up format of SQL. · a5715eec
      Bruce Momjian authored
      a5715eec
    • Bruce Momjian's avatar
      The attached patch defines functions for getting distances between · 4c1383ef
      Bruce Momjian authored
      points on the surface of the earth and locating points within a
      specified distance using an index based on the contrib/cube package. The
      new functions are all of language type sql. A couple of bugs in the old
      earthdistance function based on the point datatype are fixed. A
      regression test has been added for both sets of functions. The README
      file has been updated to include documentation on the new stuff. There
      are comments about how this package is also useful for Astronomers.
      
      Bruno Wolff III
      4c1383ef
  31. Oct 21, 2002
  32. Oct 18, 2002
  33. Sep 25, 2002
Loading