1. 17 Feb, 2004 4 commits
    • Bruce Momjian's avatar
      Under Win32, stat() returns an st_ino field, but it has no meaning (on · ec6feaae
      Bruce Momjian authored
      Win2K, and possibly all Win32 variants, it is always 0). This causes a
      number of problems in the dfmgr.c logic, which basically all revolve
      around the fact that *any* two files will appear to have the same inode.
      
      Claudio Natoli
      ec6feaae
    • Bruce Momjian's avatar
      Please apply this patch to contrib/dbmirror · 51b363ec
      Bruce Momjian authored
      In incorperates changes from myself and a number of contributors.
      
      This update to dbmirror provides:
      
      -replication of sequence operations via setval/nextval
      -DBMirror.pl support for logging to syslog
      -changed the names of the tables to dbmirror_*  (no quotes required)
      -Support for writitng SQL statements to files instead of directly to
       a slave database
      -More options for DBMirror.pl in the config files.
      
      Steven Singer
      51b363ec
    • Neil Conway's avatar
      Minor SGML markup improvements. · 6dfb2b25
      Neil Conway authored
      6dfb2b25
    • Tom Lane's avatar
      Make use of statistics on index expressions. There are still some · a536ed53
      Tom Lane authored
      corner cases that could stand improvement, but it does all the basic
      stuff.  A byproduct is that the selectivity routines are no longer
      constrained to working on simple Vars; we might in future be able to
      improve the behavior for subexpressions that don't match indexes.
      a536ed53
  2. 16 Feb, 2004 2 commits
  3. 15 Feb, 2004 5 commits
  4. 14 Feb, 2004 1 commit
  5. 13 Feb, 2004 9 commits
  6. 12 Feb, 2004 19 commits