Skip to content
Snippets Groups Projects
  1. Nov 18, 2001
  2. Nov 16, 2001
  3. Nov 09, 2001
  4. Oct 09, 2001
  5. Oct 05, 2001
  6. Sep 21, 2001
  7. Sep 18, 2001
    • Peter Eisentraut's avatar
      Generate index.html as the root file name of the documentation set, · 4a4abd42
      Peter Eisentraut authored
      rather than making index.html a symlink to the autogenerated name.
      Fixes fatal problems with tar programs that don't handle symlinks
      very well (MacOS X).
      
      (The names user.html, admin.html, etc. are still available as make
      targets, but they aren't packaged anymore.)
      
      Use the manifest file that the stylesheets generate as the file list
      for packaging.  Put graphics in the right place while building, not
      while packaging, so you can actually look at them after building.
      4a4abd42
  8. Aug 29, 2001
  9. May 13, 2001
  10. Apr 20, 2001
  11. Mar 25, 2001
  12. Mar 10, 2001
  13. Mar 06, 2001
  14. Feb 13, 2001
  15. Feb 04, 2001
  16. Feb 03, 2001
  17. Jan 06, 2001
  18. Dec 14, 2000
  19. Nov 24, 2000
    • Peter Eisentraut's avatar
      Revive Reference Manual, remove reference pages from User's Guide. · b2e76d57
      Peter Eisentraut authored
      Make version.sgml the central place for updating version numbers in the
      documentation.  Document titles now contain the version number of the
      release they belong to.
      
      filelist.sgml is the central (and only) place to declare system entities
      (i.e., sgml files).  No longer a need to declare them in each document
      header.
      
      There is no longer any need to maintain duplicate chapter lists in
      postgres.sgml and user/admin/etc.sgml, everything is build from the same
      sources.  Some parameter entities allow for different text to be included
      when the integrated or a single doc set is generated, which eliminates the
      problems that had caused this to fail in the past.
      b2e76d57
  20. Nov 05, 2000
  21. Oct 17, 2000
    • Peter Eisentraut's avatar
      * doc/src/sgml/regress.sgml: Update for new driver script. · 0db3cb25
      Peter Eisentraut authored
      * doc/src/sgml/installation.sgml: ditto.
      
      * src/test/regress/README: Regenerate.
      
      * doc/src/sgml/docguide.sgml: Explain how it was done.  Explain how
      INSTALL and HISTORY are (now) generated.
      
      * doc/src/sgml/Makefile: Implement HISTORY generation to be analoguous
      to INSTALL.
      0db3cb25
  22. Oct 11, 2000
  23. Oct 05, 2000
  24. Sep 12, 2000
  25. Aug 31, 2000
  26. Aug 26, 2000
  27. Jul 21, 2000
  28. Jul 16, 2000
  29. Jun 18, 2000
  30. May 02, 2000
  31. Jan 14, 2000
    • Peter Eisentraut's avatar
      * User management commands no longer user pg_exec_query_dest -> more robust · 4ceb2d0c
      Peter Eisentraut authored
      * Let unprivileged users change their own passwords.
      
      * The password is now an Sconst in the parser, which better reflects its text datatype and also
      forces users to quote them.
      
      * If your password is NULL you won't be written to the password file, meaning you can't connect
      until you have a password set up (if you use password authentication).
      
      * When you drop a user that owns a database you get an error. The database is not gone.
      4ceb2d0c
  32. Dec 05, 1999
  33. Dec 04, 1999
  34. Aug 08, 1999
  35. Aug 06, 1999
  36. Jul 06, 1999
  37. Oct 30, 1998
  38. Sep 30, 1998
    • Thomas G. Lockhart's avatar
      Clean up pages. Add information for operator precedence. · 2d735850
      Thomas G. Lockhart authored
      Split introduction sections into separate files to allow the legal notice
       and notation sections appear in all documents without having the history
       show up everplace too.
      Add full list of reserved and non-reserved key words in syntax.sgml.
      Add a separate chapter to the admin guide on security.
      2d735850
Loading