Skip to content
Snippets Groups Projects
  1. Sep 20, 2010
  2. Jun 11, 2009
  3. Apr 07, 2009
  4. Oct 02, 2008
  5. Sep 30, 2008
  6. May 12, 2008
    • Alvaro Herrera's avatar
      Restructure some header files a bit, in particular heapam.h, by removing some · f8c4d7db
      Alvaro Herrera authored
      unnecessary #include lines in it.  Also, move some tuple routine prototypes and
      macros to htup.h, which allows removal of heapam.h inclusion from some .c
      files.
      
      For this to work, a new header file access/sysattr.h needed to be created,
      initially containing attribute numbers of system columns, for pg_dump usage.
      
      While at it, make contrib ltree, intarray and hstore header files more
      consistent with our header style.
      f8c4d7db
  7. Nov 13, 2007
  8. Nov 11, 2007
  9. Jun 27, 2007
  10. Oct 19, 2006
  11. Oct 04, 2006
  12. Sep 30, 2006
  13. Sep 21, 2006
    • Tom Lane's avatar
      Fix free space map to correctly track the total amount of FSM space needed · 9e936693
      Tom Lane authored
      even when a single relation requires more than max_fsm_pages pages.  Also,
      make VACUUM emit a warning in this case, since it likely means that VACUUM
      FULL or other drastic corrective measure is needed.  Per reports from Jeff
      Frost and others of unexpected changes in the claimed max_fsm_pages need.
      9e936693
  14. May 31, 2006
  15. May 04, 2006
  16. Apr 27, 2006
  17. Feb 27, 2006
  18. Feb 14, 2006
  19. Feb 12, 2006
Loading