Skip to content
Snippets Groups Projects
  1. May 11, 2011
  2. Jan 01, 2011
  3. Sep 20, 2010
  4. Jan 02, 2010
  5. Feb 26, 2009
  6. Feb 25, 2009
  7. Jan 01, 2009
  8. Dec 11, 2008
  9. Jan 01, 2008
  10. Dec 11, 2007
  11. Jun 04, 2007
    • Peter Eisentraut's avatar
      Remove gratuitous response messages from utility programs. · 9539e64b
      Peter Eisentraut authored
      (Possibly release notes material, lest users be confused.)
      
      The --quiet option is now obsolete and without effect in createdb,
      createuser, dropdb, dropuser; kept for compatibility but marked for
      removal in 8.4.
      
      Progress messages when acting on all databases now go to stdout instead
      of stderr, since they are not in fact errors.
      
      Ordered options in reindexdb reference page alphabetically, like in
      other programs' pages.
      9539e64b
  12. Jan 05, 2007
  13. Sep 22, 2006
  14. May 29, 2006
  15. Mar 05, 2006
  16. Jun 21, 2005
    • Tom Lane's avatar
      Cause initdb to create a third standard database "postgres", which · 6f7fc0ba
      Tom Lane authored
      unlike template0 and template1 does not have any special status in
      terms of backend functionality.  However, all external utilities such
      as createuser and createdb now connect to "postgres" instead of
      template1, and the documentation is changed to encourage people to use
      "postgres" instead of template1 as a play area.  This should fix some
      longstanding gotchas involving unexpected propagation of database
      objects by createdb (when you used template1 without understanding
      the implications), as well as ameliorating the problem that CREATE
      DATABASE is unhappy if anyone else is connected to template1.
      Patch by Dave Page, minor editing by Tom Lane.  All per recent
      pghackers discussions.
      6f7fc0ba
  17. Dec 31, 2004
    • PostgreSQL Daemon's avatar
      · 2ff50159
      PostgreSQL Daemon authored
      Tag appropriate files for rc3
      
      Also performed an initial run through of upgrading our Copyright date to
      extend to 2005 ... first run here was very simple ... change everything
      where: grep 1996-2004 && the word 'Copyright' ... scanned through the
      generated list with 'less' first, and after, to make sure that I only
      picked up the right entries ...
      2ff50159
  18. Aug 29, 2004
  19. Jun 03, 2004
    • Bruce Momjian's avatar
      Add PGETC (for pg_service.conf) and PGLOCALE (for locale dir) · 68708433
      Bruce Momjian authored
      environment variable processing to libpq.
      
      The patch also adds code to our client apps so we set the environment
      variable directly based on our binary location, unless it is already
      set. This will allow our applications to emit proper locale messages
      that are generated in libpq.
      68708433
  20. Jun 01, 2004
  21. May 25, 2004
  22. May 12, 2004
    • Bruce Momjian's avatar
      Rename find_my_binary/find_other_binary to · b1ffacdd
      Bruce Momjian authored
      find_my_exec/find_other_exec().  Remove passing of progname to these
      functions as they can find that out from argv[0], which they already
      have.
      
      Make get_progname return const char *, and update all progname variables
      to be const char *.
      b1ffacdd
  23. Jan 01, 2004
  24. Nov 29, 2003
    • PostgreSQL Daemon's avatar
      · 969685ad
      PostgreSQL Daemon authored
      $Header: -> $PostgreSQL Changes ...
      969685ad
  25. Aug 04, 2003
  26. Jul 23, 2003
  27. Jun 11, 2003
  28. May 27, 2003
  29. May 14, 2003
  30. Mar 18, 2003
Loading