1. 24 Jun, 2005 1 commit
    • Tom Lane's avatar
      Fix rtree and contrib/rtree_gist search behavior for the 1-D box and · 9a09248e
      Tom Lane authored
      polygon operators (<<, &<, >>, &>).  Per ideas originally put forward
      by andrew@supernews and later rediscovered by moi.  This patch just
      fixes the existing opclasses, and does not add any new behavior as I
      proposed earlier; that can be sorted out later.  In principle this
      could be back-patched, since it changes only search behavior and not
      system catalog entries nor rtree index contents.  I'm not currently
      planning to do that, though, since I think it could use more testing.
      9a09248e
  2. 23 Jun, 2005 3 commits
    • Bruce Momjian's avatar
      Update text of terminate: · dea41174
      Bruce Momjian authored
      < * Allow administrators to safely terminate individual sessions
      <
      <   Right now, SIGTERM will terminate a session, but it is treated as
      <   though the postmaster has paniced and shared memory might not be
      <   cleaned up properly.  A new signal is needed for safe termination
      <   because backends must first do a query cancel, then exit once they
      <   have run the query cancel cleanup routine.
      <
      > * Allow administrators to safely terminate individual sessions either
      >   via an SQL function or SIGTERM
      dea41174
    • Tom Lane's avatar
      Move findoidjoins out of contrib and into src/tools, which is a more · 2f5c47e8
      Tom Lane authored
      logical place for it since it is of no use to users.  Per recent
      discussions on cleaning up contrib.
      2f5c47e8
    • Tom Lane's avatar
      Cleanup the contrib/lo module: there is no need anymore to implement · 5b0c9d36
      Tom Lane authored
      a physically separate type.  Defining 'lo' as a domain over OID works
      just fine and is more efficient.  Improve documentation and fix up the
      test script.  (Would like to turn test script into a proper regression
      test, but right now its output is not constant because of numeric OIDs;
      plus it makes Unix-specific assumptions about files it can import.)
      5b0c9d36
  3. 22 Jun, 2005 9 commits
  4. 21 Jun, 2005 7 commits
  5. 20 Jun, 2005 13 commits
  6. 19 Jun, 2005 7 commits