1. 31 Jul, 2006 1 commit
  2. 30 Jul, 2006 6 commits
  3. 29 Jul, 2006 6 commits
  4. 28 Jul, 2006 11 commits
  5. 27 Jul, 2006 10 commits
  6. 26 Jul, 2006 6 commits
    • Tom Lane's avatar
      Code review for bigint-LIMIT patch. Fix missed planner dependency, · a998a692
      Tom Lane authored
      eliminate unnecessary code, force initdb because stored rules change
      (limit nodes are now supposed to be int8 not int4 expressions).
      Update comments and error messages, which still all said 'integer'.
      a998a692
    • Bruce Momjian's avatar
      Reorder items: · 5ffa0bb4
      Bruce Momjian authored
      < 	  o Allow point-in-time recovery to archive partially filled
      < 	    write-ahead logs? [pitr]
      > 	  o Add command to archive partially filled write-ahead logs? [pitr]
      < 	    of a disk failure. This could be triggered by a user command or
      < 	    a timer.
      > 	    of a disk failure.
      < 	    recovery.  A function call to do this would also be useful.
      > 	    recovery.
      > 	  o Add reporting of the current WAL file and offset, perhaps as
      > 	    part of partial log file archiving
      >
      > 	    The offset allows parts of a WAL file to be archived using
      > 	    an external program.
      >
      < 	  o Add reporting of the current WAL file and offset, perhaps as
      < 	    part of partial log file archiving
      <
      < 	    The offset allows parts of a WAL file to be archived using
      < 	    an external program.
      5ffa0bb4
    • Bruce Momjian's avatar
      Work around bug in strxfmt() but in MS VS2005. · 9a748371
      Bruce Momjian authored
      William ZHANG
      9a748371
    • Peter Eisentraut's avatar
      When a GUC string variable is not set, print the empty string (in SHOW etc.), · cd2a6b57
      Peter Eisentraut authored
      not "unset".  An "unset" state doesn't really exist; all variables behave
      like an empty string value if the string being pointed to has not been
      initialized.
      cd2a6b57
    • Peter Eisentraut's avatar
      Convert effective_cache_size to an integer, for better integration with · 79bc99a4
      Peter Eisentraut authored
      upcoming units feature.
      79bc99a4
    • Tatsuo Ishii's avatar
      New features contributed by Tomoaki Sato. · 0c57c832
      Tatsuo Ishii authored
      - predefined variable "tps"
        The value of variable tps is taken from the scaling factor
        specified by -s option.
      
      - -D option
        Variable values can be defined by -D option.
      
      - \set command now allows arithmetic calculations.
      0c57c832