Skip to content
Snippets Groups Projects
  1. Feb 23, 2012
  2. Feb 17, 2012
    • Tom Lane's avatar
      Fix longstanding error in contrib/intarray's int[] & int[] operator. · 06d9afa6
      Tom Lane authored
      The array intersection code would give wrong results if the first entry of
      the correct output array would be "1".  (I think only this value could be
      at risk, since the previous word would always be a lower-bound entry with
      that fixed value.)
      
      Problem spotted by Julien Rouhaud, initial patch by Guillaume Lelarge,
      cosmetic improvements by me.
      06d9afa6
  3. Feb 15, 2012
  4. Feb 14, 2012
  5. Feb 13, 2012
  6. Feb 07, 2012
  7. Feb 01, 2012
    • Alvaro Herrera's avatar
      Implement dry-run mode for pg_archivecleanup · b2e431a4
      Alvaro Herrera authored
      In dry-run mode, just the name of the file to be removed is printed to
      stdout; this is so the user can easily plug it into another program
      through a pipe.  If debug mode is also specified, a more verbose message
      is printed to stderr.
      
      Author: Gabriele Bartolini
      Reviewer: Josh Kupershmidt
      b2e431a4
  8. Jan 28, 2012
  9. Jan 27, 2012
  10. Jan 25, 2012
  11. Jan 20, 2012
  12. Jan 19, 2012
  13. Jan 15, 2012
  14. Jan 10, 2012
    • Tom Lane's avatar
      Fix one-byte buffer overrun in contrib/test_parser. · 89b3c6cc
      Tom Lane authored
      The original coding examined the next character before verifying that
      there *is* a next character.  In the worst case with the input buffer
      right up against the end of memory, this would result in a segfault.
      
      Problem spotted by Paul Guyot; this commit extends his patch to fix an
      additional case.  In addition, make the code a tad more readable by not
      overloading the usage of *tlen.
      89b3c6cc
  15. Jan 02, 2012
  16. Dec 27, 2011
  17. Dec 21, 2011
  18. Dec 09, 2011
  19. Dec 07, 2011
    • Magnus Hagander's avatar
      Remove spclocation field from pg_tablespace · 16d8e594
      Magnus Hagander authored
      Instead, add a function pg_tablespace_location(oid) used to return
      the same information, and do this by reading the symbolic link.
      
      Doing it this way makes it possible to relocate a tablespace when the
      database is down by simply changing the symbolic link.
      16d8e594
  20. Dec 05, 2011
  21. Nov 30, 2011
  22. Nov 29, 2011
  23. Nov 27, 2011
    • Peter Eisentraut's avatar
      Add pg_upgrade test suite · 08da2d28
      Peter Eisentraut authored
      It runs the regression tests, runs pg_upgrade on the populated
      database, and compares the before and after dumps.  While not actually
      a cross-version upgrade, this does detect omissions and bugs in the
      involved tools from time to time.  It's also possible to do a
      cross-version upgrade by manually supplying parameters.
      08da2d28
  24. Nov 26, 2011
  25. Nov 24, 2011
  26. Nov 21, 2011
  27. Nov 18, 2011
Loading