1. 08 Jul, 2001 3 commits
    • Peter Eisentraut's avatar
      Show islossy for index. · 082e1c7b
      Peter Eisentraut authored
      082e1c7b
    • Peter Eisentraut's avatar
      b054fb3b
    • Peter Eisentraut's avatar
      Bring DatabaseMetaData feature tests up to date: · 2d9ee0fc
      Peter Eisentraut authored
      * NULLs are sorted differently in 7.2
      * table correlation names are supported
      * GROUP BY, ORDER BY unrelated is supported since 6.4
      * ESCAPE/LIKE only supported since 7.1
      * outer joins only since 7.1
      * preferred term for procedure is "function"
      * preferred term for catalog is "database"
      * supports SELECT for UPDATE since 6.5
      * supports subqueries
      * supports UNION; supports UNION ALL since 7.1
      * update some of the max lengths to match reality
      * rearrange some functions to match the order in the spec
        for easier maintenance
      2d9ee0fc
  2. 07 Jul, 2001 3 commits
  3. 06 Jul, 2001 9 commits
  4. 05 Jul, 2001 2 commits
  5. 04 Jul, 2001 7 commits
  6. 03 Jul, 2001 5 commits
  7. 02 Jul, 2001 3 commits
  8. 01 Jul, 2001 1 commit
    • Tom Lane's avatar
      Under new theory of operation wherein postmaster forks children · 109d50dd
      Tom Lane authored
      immediately, we will fork a child even if the database state does not
      permit connections to be accepted (eg, we are in recovery mode).
      The child process will correctly reject the connection and exit as
      soon as it's finished collecting the connection request message.
      However, this means that reaper() must be prepared to see child
      process exit signals even while it's waiting for startup or shutdown
      process to finish.  As was, a connection request arriving during a
      database recovery or shutdown would cause postmaster abort.
      109d50dd
  9. 30 Jun, 2001 6 commits
  10. 29 Jun, 2001 1 commit