1. 01 Sep, 2012 1 commit
    • Andrew Dunstan's avatar
      Restore setting of _USE_32BIT_TIME_T to 32 bit MSVC builds. · ef58b87d
      Andrew Dunstan authored
      This was removed in commit cd004067,
      we're not quite sure why, but there have been reports of crashes due
      to AS Perl being built with it when we are not, and it certainly
      seems like the right thing to do. There is still some uncertainty
      as to why it sometimes fails and sometimes doesn't.
      
      Original patch from Owais Khani, substantially reworked and
      extended by Andrew Dunstan.
      ef58b87d
  2. 31 Aug, 2012 7 commits
  3. 30 Aug, 2012 22 commits
  4. 29 Aug, 2012 4 commits
  5. 28 Aug, 2012 6 commits
    • Alvaro Herrera's avatar
      Split heapam_xlog.h from heapam.h · 21c09e99
      Alvaro Herrera authored
      The heapam XLog functions are used by other modules, not all of which
      are interested in the rest of the heapam API.  With this, we let them
      get just the XLog stuff in which they are interested and not pollute
      them with unrelated includes.
      
      Also, since heapam.h no longer requires xlog.h, many files that do
      include heapam.h no longer get xlog.h automatically, including a few
      headers.  This is useful because heapam.h is getting pulled in by
      execnodes.h, which is in turn included by a lot of files.
      21c09e99
    • Alvaro Herrera's avatar
      remove catcache.h from syscache.h · fda0594f
      Alvaro Herrera authored
      Instead, place a forward struct declaration for struct catclist in
      syscache.h.  This reduces header proliferation somewhat.
      fda0594f
    • Alvaro Herrera's avatar
      Split resowner.h · 45326c5a
      Alvaro Herrera authored
      This lets files that are mere users of ResourceOwner not automatically
      include the headers for stuff that is managed by the resowner mechanism.
      45326c5a
    • Alvaro Herrera's avatar
    • Tom Lane's avatar
      Remove pg_stat_statements--1.0.sql, too. · 0a83f249
      Tom Lane authored
      Per Peter Geoghegan.
      0a83f249
    • Tom Lane's avatar
      Remove hstore--1.0.sql. · 9db098df
      Tom Lane authored
      Since we're not installing this file anymore, it has no reason to exist,
      other than as historical reference; but we have an SCM for that.
      9db098df