1. 14 Sep, 2006 20 commits
  2. 13 Sep, 2006 4 commits
  3. 12 Sep, 2006 5 commits
  4. 11 Sep, 2006 7 commits
  5. 10 Sep, 2006 4 commits
    • Bruce Momjian's avatar
      Remove unnecessary brace pair. · d1876886
      Bruce Momjian authored
      d1876886
    • Bruce Momjian's avatar
      Back out patch added during 8.2.X development: · 94cf48d7
      Bruce Momjian authored
      	Allow to_char() "D" format specifiers for interval/time.
      
      It doesn't work, and I doubt it is useful enough to fix ("D" = day of
      week).
      94cf48d7
    • Bruce Momjian's avatar
      Add items: · a80b1b4b
      Bruce Momjian authored
      < * Research storing disk pages with no alignment/padding
      > * Consider ways of storing rows more compactly on disk
      >
      > 	o Store disk pages with no alignment/padding?
      > 	o Reorder physical storage order to reduce padding?
      > 	o Support a smaller header for short variable-length fields?
      > 	o Reduce the row header size?
      a80b1b4b
    • Tom Lane's avatar
      Install a cleaner solution to the AIX libpq linking problem, as per · 4ee24cbb
      Tom Lane authored
      an earlier discussion.  Centralize assumptions about what libpq depends
      on in one place in Makefile.global.  I am unconvinced that this list
      is complete, but since ecpg seems to have gotten along with just these
      entries, we'll try it this way and see what happens.
      4ee24cbb