Skip to content
Snippets Groups Projects
  1. Apr 25, 2011
    • Peter Eisentraut's avatar
      Normalize whitespace in the arguments of <indexterm> · 94126062
      Peter Eisentraut authored
      Strip leading and trailing whitespace and replace interior whitespace
      by a single space.  This avoids problems with the index generator
      producing duplicate index entries for terms that differ only in
      whitespace.
      
      Commit dca30da3 actually fixed all the
      indexterm elements that would cause this problem at the moment, but in
      case it sneaks in again, we're set.
      94126062
  2. Nov 23, 2010
  3. Oct 13, 2010
  4. Sep 20, 2010
  5. Sep 29, 2009
  6. Aug 10, 2009
    • Peter Eisentraut's avatar
      Ship documentation without intermediate tarballs · ed920882
      Peter Eisentraut authored
      Documentation files in HTML and man formats are now prepared for
      distribution using the distprep make target, like everything else.  They
      are placed in doc/src/sgml/html and manX and installed from there by
      make install, if present.  The business with the tarballs in the tarball
      is gone.
      ed920882
  7. Jul 15, 2009
    • Peter Eisentraut's avatar
      Rearrangement of the HTML docs build rules · 4ef8dc7a
      Peter Eisentraut authored
      Set up proper makefile dependencies in the documentation build rules,
      especially around the HTML/index build.  The problem we've had with all
      previous solutions is that we have used the same file name, such as HTML.index
      or bookindex.sgml, to mean different things at different stages of the build,
      and make can't distinguish that.  The solution here is that the first jade run
      produces HTML.index, but does not require bookindex.sgml at all, and produces
      no other html output (the latter an idea from Alvaro).  The second jade run
      includes bookindex.sgml, but does not recreate HTML.index.  That way, when you
      change an sgml file, jade is run twice and at the end all dependencies are
      satisfied.  Omitting the html output in the first stage also makes the full
      build a lot faster.
      
      When you run one of the print format targets, only the first jade run is run,
      then the print target-specific commands.  If an HTML build has completed
      previously, the first jade run is skipped because the dependencies have
      already been satisfied.
      
      The draft and check targets for quick builds and syntax verification are still
      there.
      4ef8dc7a
  8. Dec 28, 2007
  9. Dec 15, 2006
  10. Dec 10, 2006
  11. Feb 16, 2006
  12. Oct 13, 2005
  13. Nov 11, 2004
  14. Jun 29, 2004
  15. Dec 16, 2003
  16. Nov 29, 2003
    • PostgreSQL Daemon's avatar
      · 969685ad
      PostgreSQL Daemon authored
      $Header: -> $PostgreSQL Changes ...
      969685ad
  17. Sep 09, 2003
    • Peter Eisentraut's avatar
      Update preface. · 6de93c05
      Peter Eisentraut authored
      Use question marks rather than brackets to delimit optional elements in
      Tcl synopses.
      
      Fix stylesheet misfeature leading to excessively long cross-reference text
      when linking to a different "part".
      
      Remove <body> attributes -- CSS stylesheets should handle that.
      
      Improve bibliography formatting.
      
      Add fast-forward links for more convenient navigation.
      6de93c05
  18. Mar 25, 2003
  19. Oct 12, 2002
  20. Aug 05, 2002
    • Peter Eisentraut's avatar
      Add User's Guide chapters on Data Definition and Data Manipulation. · 6f4a9fb1
      Peter Eisentraut authored
      Still needs to be filled with more information, but it gives us a
      framework to have a User's Guide with complete coverage of the basic
      SQL operations.  Move arrays into data type chapter, inheritance into
      DDL chapter (for now).
      
      Make <comment>s show up in the output while the version number ends in
      "devel".
      
      Allow cross-book references with entities &cite-user; etc.
      6f4a9fb1
  21. Jun 01, 2002
  22. Jan 30, 2002
  23. Jan 10, 2002
  24. Jan 08, 2002
  25. Nov 09, 2001
  26. Oct 22, 2001
  27. Oct 09, 2001
  28. Oct 05, 2001
  29. Sep 30, 2001
  30. 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
  31. Sep 15, 2001
  32. Sep 14, 2001
  33. May 13, 2001
  34. Mar 10, 2001
  35. Feb 24, 2001
  36. Feb 20, 2001
  37. Feb 18, 2001
  38. Feb 14, 2001
  39. Feb 13, 2001
Loading