1. 13 Nov, 2008 5 commits
    • Tom Lane's avatar
      PGDLLIMPORT-ize the global variables referenced in pg_crc.h. · 69a0e2f7
      Tom Lane authored
      I think this will fix current mingw buildfarm failures for pg_trgm.
      69a0e2f7
    • Michael Meskes's avatar
      Updated parser file to the one generated by the latest version of... · 53f93cbb
      Michael Meskes authored
      Updated parser file to the one generated by the latest version of parse.[awk|pl] from the latest version of gram.y
      Some small corrections to test suite.
      53f93cbb
    • Michael Meskes's avatar
      Removed two non-terminals: · cd583703
      Michael Meskes authored
      - FloatOnly: only used by NumericOnly, instead put the FloatOnly production into NumericOnly
      - IntegerOnly: only used by NumericOnly and one ALTER TABLE rule, replacement SignedIconst is already used in several other places
      cd583703
    • Magnus Hagander's avatar
      Fix libpq certificate validation for SSL connections. · c89404ed
      Magnus Hagander authored
      Add config parameter "sslverify" to control the verification. Default
      is to do full verification.
      
      Clean up some old SSL code that never really worked.
      c89404ed
    • Tom Lane's avatar
      Arrange to cache the results of looking up a btree predicate proof comparison · e7d8bfb9
      Tom Lane authored
      operator.  The result depends only on the two input operators and the proof
      direction (imply or refute), so it's easy to cache.  This provides a very
      large savings in cases such as Sergey Konoplev's long NOT-IN-list example,
      where predtest spends all its time repeatedly figuring out that the same pair
      of operators cannot be used to prove anything.  (But of course the O(N^2)
      behavior still catches up with you eventually.)  I'm not convinced it buys
      a whole lot when constraint_exclusion isn't turned on, but it's not a lot
      of added code so we might as well cache all the time.
      e7d8bfb9
  2. 12 Nov, 2008 12 commits
  3. 11 Nov, 2008 9 commits
  4. 10 Nov, 2008 7 commits
  5. 09 Nov, 2008 4 commits
  6. 08 Nov, 2008 1 commit
  7. 07 Nov, 2008 2 commits