Skip to content
Snippets Groups Projects
  1. Apr 23, 2013
  2. Apr 22, 2013
  3. Apr 21, 2013
  4. Apr 20, 2013
  5. Apr 19, 2013
  6. Apr 17, 2013
  7. Apr 16, 2013
  8. Apr 15, 2013
  9. Apr 14, 2013
    • Peter Eisentraut's avatar
      Add serial comma · e08fdf13
      Peter Eisentraut authored
      e08fdf13
    • Peter Eisentraut's avatar
      pg_ctl: Add idempotent option · 87306184
      Peter Eisentraut authored
      This changes the behavior of the start and stop actions to exit
      successfully if the server was already started or stopped.
      
      This changes the default behavior of the start action:  Before, if the
      server was already running, it would print a message and succeed.  Now,
      that situation will result in an error.  When running in idempotent
      mode, no message is printed and pg_ctl exits successfully.
      
      It was considered to just make the idempotent behavior the default and
      only option, but pg_upgrade needs the old behavior.
      87306184
  10. Apr 13, 2013
    • Peter Eisentraut's avatar
      Fix sporadic rebuilds for .pc files · ba66752d
      Peter Eisentraut authored
      The build of .pc (pkg-config) files depends on all makefiles in use, and
      in dependency tracking mode, the previous coding ended up including
      /dev/null as a makefile.  Apparently, on some platforms the modification
      time of /dev/null changes sporadically, and so the .pc files would end
      up being rebuilt every so often.  Fix that by changing the makefile code
      to do without using /dev/null.
      ba66752d
Loading