1. 24 Jun, 2005 3 commits
  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 5 commits