1. 05 Dec, 2005 1 commit
    • Tom Lane's avatar
      Fix a rather sizable number of problems in our homegrown snprintf, such as · 3311c766
      Tom Lane authored
      incorrect implementation of argument reordering, arbitrary limit of output
      size for sprintf and fprintf, willingness to access more bytes than "%.Ns"
      specification allows, wrong formatting of LONGLONG_MIN, various field-padding
      bugs and omissions.  I believe it now accurately implements a subset of
      the Single Unix Spec requirements (remaining unimplemented features are
      documented, too).  Bruce Momjian and Tom Lane.
      3311c766
  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 3 commits