1. 05 Dec, 2005 3 commits
  2. 04 Dec, 2005 5 commits
    • Bruce Momjian's avatar
      Update: · 99552287
      Bruce Momjian authored
      < 	  Win32 API, and we have to make sure MinGW handles it.
      > 	  Win32 API, and we have to make sure MinGW handles it.  Another
      > 	  option is to wait for the MinGW project to fix it, or use the
      > 	  code from the LibGW32C project as a guide.
      99552287
    • Bruce Momjian's avatar
      Add: · 8752479d
      Bruce Momjian authored
      > 	o Add long file support for binary pg_dump output
      >
      > 	  While Win32 supports 64-bit files, the MinGW API does not,
      > 	  meaning we have to build an fseeko replacement on top of the
      > 	  Win32 API, and we have to make sure MinGW handles it.
      8752479d
    • Bruce Momjian's avatar
      Add: · bedb5fc3
      Bruce Momjian authored
      > * Add SPI_gettypmod() to return the typemod for a TupleDesc
      bedb5fc3
    • Bruce Momjian's avatar
      Add for autovacuum: · 49bbff0f
      Bruce Momjian authored
      > 	o Consider logging activity either to the logs or a system view
      49bbff0f
    • Bruce Momjian's avatar
      Add configure flag to allow libedit to be preferred over GNU readline: · 10e3d224
      Bruce Momjian authored
         --with-libedit-preferred  prefer BSD Libedit over GNU Readline
      10e3d224
  3. 03 Dec, 2005 5 commits
  4. 02 Dec, 2005 8 commits
  5. 01 Dec, 2005 11 commits
  6. 30 Nov, 2005 3 commits
  7. 29 Nov, 2005 4 commits
  8. 28 Nov, 2005 1 commit
    • Tom Lane's avatar
      Tweak hash join code to use an additional heuristic for deciding whether · 4ab76b1c
      Tom Lane authored
      it's worth probing the outer relation for emptiness before building the
      hash table.  To wit, if we're rescanning a join previously performed,
      remember whether we found it nonempty the previous time, and don't bother
      with the probe if it was nonempty.  This buys back the performance lost
      in examples like Mario Weilguni's.
      4ab76b1c