1. 29 May, 2005 1 commit
  2. 29 Nov, 2003 1 commit
    • PostgreSQL Daemon's avatar
      · 969685ad
      PostgreSQL Daemon authored
      $Header: -> $PostgreSQL Changes ...
      969685ad
  3. 12 Sep, 2003 2 commits
  4. 09 Sep, 2003 1 commit
  5. 31 Aug, 2003 1 commit
  6. 17 Aug, 2003 1 commit
  7. 18 Jun, 2003 1 commit
  8. 24 Mar, 2003 1 commit
  9. 20 Mar, 2003 1 commit
  10. 19 Feb, 2003 1 commit
    • Bruce Momjian's avatar
      This patch makes the following changes to the documentation: · cde8bbc4
      Bruce Momjian authored
      - more work from the SGML police
      
      - some grammar improvements: rewriting a paragraph or two, replacing
      contractions where (IMHO) appropriate
      
      - fix missing utility commands in lock mode docs
      
      - improve CLUSTER, REINDEX, SET SESSION AUTHORIZATION ref pages
      
      Neil Conway
      cde8bbc4
  11. 13 Feb, 2003 1 commit
  12. 11 Oct, 2002 1 commit
  13. 21 Sep, 2002 1 commit
  14. 05 Sep, 2002 1 commit
  15. 03 Sep, 2002 1 commit
  16. 27 Aug, 2002 1 commit
    • Bruce Momjian's avatar
      I attach a little patch to make CLUSTER set and reset the indisclustered · c0ad5953
      Bruce Momjian authored
      bit on the indexes.
      
      I also attach clusterdb and clusterdb.sgml; both of them are blatant
      rips of vacuumdb and vacuumdb.sgml, but get the job done.  Please review
      them, as I'm probably making a lot of mistakes with SGML and I can't
      compile it here.
      
      vacuumdb itself is not very comfortable to use when the databases have
      passwords, because it has to connect once for each table (I can probably
      make it connect only once for each database; should I?).  Because of
      this I added a mention of PGPASSWORDFILE in the documentation, but I
      don't know if that is the correct place for that.
      
      Alvaro Herrera
      c0ad5953
  17. 10 Aug, 2002 1 commit
  18. 28 Jul, 2002 1 commit
  19. 18 Feb, 2002 1 commit
  20. 08 Dec, 2001 1 commit
  21. 28 Nov, 2001 1 commit
  22. 03 Sep, 2001 1 commit
  23. 10 Jul, 2001 1 commit
    • Tom Lane's avatar
      Changes from Vince Vielhaber to allow the optional clauses of CREATE · 320b6db0
      Tom Lane authored
      USER and ALTER USER to appear in any order, not only the fixed order
      they used to be required to appear in.
      Also, some changes from Tom Lane to create a FULL option for VACUUM;
      it doesn't do anything yet, but I needed to change many of the same
      files to make that happen, so now seemed like a good time.
      320b6db0
  24. 17 Mar, 2001 1 commit
  25. 25 Dec, 2000 1 commit
  26. 22 Nov, 2000 1 commit
  27. 13 Nov, 2000 3 commits
    • Bruce Momjian's avatar
    • Bruce Momjian's avatar
      Remove -k unix socketpath option from client side, allow hostname with · ebd61ac0
      Bruce Momjian authored
      leading slash to behave as a unix socket path.
      ebd61ac0
    • Bruce Momjian's avatar
      UUNET is looking into offering PostgreSQL as a part of a managed web · 2150c2ed
      Bruce Momjian authored
      hosting product, on both shared and dedicated machines.  We currently
      offer Oracle and MySQL, and it would be a nice middle-ground.
      However, as shipped, PostgreSQL lacks the following features we need
      that MySQL has:
      
      1. The ability to listen only on a particular IP address.  Each
         hosting customer has their own IP address, on which all of their
         servers (http, ftp, real media, etc.) run.
      2. The ability to place the Unix-domain socket in a mode 700 directory.
         This allows us to automatically create an empty database, with an
         empty DBA password, for new or upgrading customers without having
         to interactively set a DBA password and communicate it to (or from)
         the customer.  This in turn cuts down our install and upgrade times.
      3. The ability to connect to the Unix-domain socket from within a
         change-rooted environment.  We run CGI programs chrooted to the
         user's home directory, which is another reason why we need to be
         able to specify where the Unix-domain socket is, instead of /tmp.
      4. The ability to, if run as root, open a pid file in /var/run as
         root, and then setuid to the desired user.  (mysqld -u can almost
         do this; I had to patch it, too).
      
      The patch below fixes problem 1-3.  I plan to address #4, also, but
      haven't done so yet.  These diffs are big enough that they should give
      the PG development team something to think about in the meantime :-)
      Also, I'm about to leave for 2 weeks' vacation, so I thought I'd get
      out what I have, which works (for the problems it tackles), now.
      
      With these changes, we can set up and run PostgreSQL with scripts the
      same way we can with apache or proftpd or mysql.
      
      In summary, this patch makes the following enhancements:
      
      1. Adds an environment variable PGUNIXSOCKET, analogous to MYSQL_UNIX_PORT,
         and command line options -k --unix-socket to the relevant programs.
      2. Adds a -h option to postmaster to set the hostname or IP address to
         listen on instead of the default INADDR_ANY.
      3. Extends some library interfaces to support the above.
      4. Fixes a few memory leaks in PQconnectdb().
      
      The default behavior is unchanged from stock 7.0.2; if you don't use
      any of these new features, they don't change the operation.
      
      David J. MacKenzie
      2150c2ed
  28. 11 Nov, 2000 1 commit
  29. 02 May, 2000 1 commit
  30. 27 Mar, 2000 1 commit
  31. 18 Dec, 1999 1 commit
    • Bruce Momjian's avatar
      · 1c225764
      Bruce Momjian authored
      > > It would be nice for new users; I think it would make it easier
      > > for them to actually set out and do it.  Many new users are
      > > of the not-so-knowledgable variety, and shell scripting isn't
      > > something they want to undertake.
      >
      > Can someone modify the vacuumdb shell script to do that?
      i tried it... it seems to work
      
      neko@kredit.sth.sz
      1c225764
  32. 07 Dec, 1999 1 commit
    • Bruce Momjian's avatar
      Okay, that should put us back in sync. These two patches (src & doc) are · a0aab48f
      Bruce Momjian authored
      against the sources from one hour ago and contain all the portable and
      up
      to date stuff.
      
      A few other CVS "householding" things you might want to take care of:
      
      * Remove the src/bin/cleardbdir directory
      
      * Remove the file src/bin/psql/sql_help.h from the repository, as it is
      a derived file and is build by the release_prep.
      
      Peter Eisentraut
      a0aab48f
  33. 22 Jul, 1999 1 commit
  34. 14 Jul, 1999 1 commit
  35. 26 May, 1999 1 commit
  36. 29 Dec, 1998 1 commit
  37. 14 Nov, 1998 1 commit