1. 08 7月, 2005 3 次提交
    • B
      Done: · a4ffa382
      Bruce Momjian 提交于
      > * -Prevent dropping user that still owns objects, or auto-drop the objects
      a4ffa382
    • T
      Track dependencies on shared objects (which is to say, roles; we already · 59d1b3d9
      Tom Lane 提交于
      have adequate mechanisms for tracking the contents of databases and
      tablespaces).  This solves the longstanding problem that you can drop a
      user who still owns objects and/or has access permissions.
      Alvaro Herrera, with some kibitzing from Tom Lane.
      59d1b3d9
    • B
      Update: · 442b59dd
      Bruce Momjian 提交于
      < 	   writer.
      > 	   writer.  It might cause problems for applying WAL on recovery
      > 	   into a partially-written page, but later the full page will be
      > 	   replaced from WAL.
      442b59dd
  2. 07 7月, 2005 12 次提交
  3. 06 7月, 2005 11 次提交
  4. 05 7月, 2005 7 次提交
  5. 04 7月, 2005 7 次提交
    • B
      Fix date_trunct for December dates that are in the next year, e.g.: · b9fe8ee2
      Bruce Momjian 提交于
              SELECT date_trunc('week', '2002-12-31'::date);
      
      Backpatch to 8.0.X.
      
      Per report from Nick Johnson.
      b9fe8ee2
    • B
      Update · e652d2c4
      Bruce Momjian 提交于
      > * Allow GIST indexes to create certain complex index types, like digital
      >   trees (see Aoki)
      >
      783a787
      >
      e652d2c4
    • T
      Arrange for the postmaster (and standalone backends, initdb, etc) to · eb5949d1
      Tom Lane 提交于
      chdir into PGDATA and subsequently use relative paths instead of absolute
      paths to access all files under PGDATA.  This seems to give a small
      performance improvement, and it should make the system more robust
      against naive DBAs doing things like moving a database directory that
      has a live postmaster in it.  Per recent discussion.
      eb5949d1
    • B
      Reverse this patch: · 7504f0ba
      Bruce Momjian 提交于
      ---------------------------------------------------------------------------
      
      > A quick look shows that when you use --with-libraries=/foo/bar the
      > generated link line for libraries says
      >
      >  -L/foo/bar -lpq
      >
      > and it should probably be the other way around (as it is for the
      > executables).
      >
      > So I suspect we need some makefile tuning.
      
      You were correct. This patch fixes it.
      
      Jim C. Nasby
      7504f0ba
    • B
      Update wording: · 3848532c
      Bruce Momjian 提交于
      <   Currently, to protect against partial disk page writes, we write the
      >   Currently, to protect against partial disk page writes, we write
      877c877
      < * Turn off after-change writes if fsync is disabled
      > * Turn off full page writes if fsync is disabled
      3848532c
    • N
      3f39cbdc
    • B
      Bruce, please apply this additional patch, that fixes the · a3ff1aad
      Bruce Momjian 提交于
      auto-detection of AES.
      
      Now openssl.c just checks OpenSSL version.  Whoever compiles
      newer OpenSSL without AES is on his own.
      
      Marko Kreen
      a3ff1aad