1. 20 Feb, 2011 1 commit
  2. 19 Feb, 2011 7 commits
  3. 18 Feb, 2011 14 commits
  4. 17 Feb, 2011 15 commits
  5. 16 Feb, 2011 3 commits
    • Tom Lane's avatar
      Add backwards-compatible declarations of some core GIN support functions. · 6595dd04
      Tom Lane authored
      These are needed to support reloading dumps of 9.0 installations containing
      contrib/intarray or contrib/tsearch2.  Since not only regular dump/reload
      but binary upgrade would fail, it seems worth the trouble to carry these
      stubs for awhile.  Note that the contrib opclasses referencing these
      functions will still work fine, since GIN doesn't actually pay any
      attention to the declared signature of a support function.
      6595dd04
    • Peter Eisentraut's avatar
      Also process psqlrc when running psql -l · b15fabf9
      Peter Eisentraut authored
      This was previously not very useful, but with many people customizing
      the linestyle, it is nice for a consistent appearance.
      b15fabf9
    • Peter Eisentraut's avatar
      Better support for thread-support flag detection with clang · f0053845
      Peter Eisentraut authored
      When testing the stderr produced by various thread-support flags, also
      run a compilation in addition to a link, because clang warns on
      certain flags when compiling but not when linking.
      f0053845