1. 08 Jul, 2005 5 commits
    • PostgreSQL Daemon's avatar
      · 85f97937
      PostgreSQL Daemon authored
      testing activitymail
      85f97937
    • Neil Conway's avatar
      This patch updates the DDL for contrib/pgcrypto to create all · 86897f54
      Neil Conway authored
      functions as STRICT, and all functions except gen_salt() as IMMUTABLE.
      gen_salt() is VOLATILE.
      
      Although the functions are now STRICT, I left their PG_ARGISNULL()
      checks in place as a protective measure for users who install the
      new code but use old (non-STRICT) catalog entries (e.g., restored
      from a dump).  Per recent discussion in pgsql-hackers.
      
      Patch from Michael Fuhr.
      86897f54
    • Neil Conway's avatar
      Remove some dead code for handling XLOG_DBASE_CREATE_OLD and · 40ffa1a1
      Neil Conway authored
      XLOG_DBASE_DROP_OLD WAL records -- these records are no longer created in
      current sources. Adjust numbering of XLOG_DBASE_CREATE and XLOG_DBASE_DROP
      and bump the catversion. Patch from Gavin Sherry, adjusted by Neil Conway.
      40ffa1a1
    • Tom Lane's avatar
      Even though I'd like to see full_page_writes go away before 8.1, · d7207cfc
      Tom Lane authored
      a minimum requirement is that it not completely break the system
      meanwhile.  Put the test in the right place.
      d7207cfc
    • Bruce Momjian's avatar
      Done: · a4ffa382
      Bruce Momjian authored
      > * -Prevent dropping user that still owns objects, or auto-drop the objects
      a4ffa382
  2. 07 Jul, 2005 5 commits
    • Tom Lane's avatar
      Track dependencies on shared objects (which is to say, roles; we already · 59d1b3d9
      Tom Lane authored
      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
    • Bruce Momjian's avatar
      Update: · 442b59dd
      Bruce Momjian authored
      < 	   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
    • Bruce Momjian's avatar
      Update: · f0a2a919
      Bruce Momjian authored
      >
      > 	o  -Add ability to turn off full page writes
      > 	o  When off, write CRC to WAL and check file system blocks
      > 	   on recovery
      > 	o  Write full pages during file system write and not when
      > 	   the page is modified in the buffer cache
      >
      > 	   This allows most full page writes to happen in the background
      > 	   writer.
      f0a2a919
    • Bruce Momjian's avatar
      Fix plperl expected output. · 1c883366
      Bruce Momjian authored
      Andrew Dunstan
      1c883366
    • Bruce Momjian's avatar
      pg_column_size() cleanup for messages and code cleanup. · 294de2dc
      Bruce Momjian authored
      Mark Kirkwood
      294de2dc
  3. 06 Jul, 2005 12 commits
  4. 05 Jul, 2005 8 commits
  5. 04 Jul, 2005 10 commits