1. 08 Aug, 2004 10 commits
  2. 07 Aug, 2004 14 commits
  3. 06 Aug, 2004 12 commits
  4. 05 Aug, 2004 4 commits
    • Tom Lane's avatar
      Create a built-in log rotation program, so that we no longer have to · bdf8ef69
      Tom Lane authored
      recommend that people go get Apache's rotatelogs program.  Additional
      benefits are that configuration is done through GUC, rather than
      externally, and that the postmaster can monitor the log rotator and
      restart it after failure (though we certainly hope that won't happen
      often).
      Andreas Pflug, some rework by Tom Lane.
      bdf8ef69
    • Dennis Bjorklund's avatar
      Translation updates · b4cd416a
      Dennis Bjorklund authored
      b4cd416a
    • Dennis Bjorklund's avatar
      Translation updates · 4042abba
      Dennis Bjorklund authored
      4042abba
    • Joe Conway's avatar
      Require that array literals produce "rectangular" arrays, i.e. all the · 0e13d627
      Joe Conway authored
      subarrays of a given dimension have the same number of elements/subarrays.
      
      Also repair a longstanding undocumented (as far as I can see) ability to
      explicitly set array bounds in the array literal syntax. It now can
      deal properly with negative array indicies. Modify array_out so that
      arrays with non-standard lower bounds (i.e. not 1) are output with
      the expicit dimension syntax. This fixes a longstanding issue whereby
      arrays with non-default lower bounds had them changed to default
      after a dump/reload cycle.
      
      Modify regression tests and docs to suit, and add some minimal
      documentation regarding the explicit dimension syntax.
      0e13d627