Skip to content
Snippets Groups Projects
  1. Sep 20, 2010
  2. Apr 03, 2010
    • Peter Eisentraut's avatar
      Remove unnecessary xref endterm attributes and title ids · 6dcce398
      Peter Eisentraut authored
      The endterm attribute is mainly useful when the toolchain does not support
      automatic link target text generation for a particular situation.  In  the
      past, this was required by the man page tools for all reference page links,
      but that is no longer the case, and it now actually gets in the way of
      proper automatic link text generation.  The only remaining use cases are
      currently xrefs to refsects.
      6dcce398
  3. Sep 19, 2009
  4. Sep 18, 2009
    • Peter Eisentraut's avatar
      Easier to translate psql help · 20f7f019
      Peter Eisentraut authored
      Instead of requiring translators to translate the entire SQL command
      synopses, change create_help.pl to only require them to translate the
      placeholders, and paste those into the synopsis using a printf mechanism.
      Make some small updates to the markup to make it easier to parse.
      
      Note: This causes msgmerge of gettext 0.17 to segfault.  You will need
      the patch from https://savannah.gnu.org/bugs/?27474 to make it work.
      msgmerge usually only runs on babel.postgresql.org, however.
      20f7f019
  5. Nov 14, 2008
  6. Sep 03, 2007
  7. May 15, 2007
  8. Sep 16, 2006
  9. Apr 25, 2006
  10. Jul 31, 2005
  11. Jul 27, 2005
  12. Jan 06, 2005
  13. Jan 05, 2005
  14. Jan 04, 2005
  15. Dec 13, 2004
  16. May 06, 2004
  17. Nov 29, 2003
    • PostgreSQL Daemon's avatar
      · 969685ad
      PostgreSQL Daemon authored
      $Header: -> $PostgreSQL Changes ...
      969685ad
  18. Sep 22, 2003
  19. Sep 09, 2003
  20. Aug 31, 2003
  21. Jun 27, 2003
  22. Apr 15, 2003
  23. Mar 25, 2003
  24. Mar 20, 2003
    • Bruce Momjian's avatar
      This is not the only place in the system catalogs where NULL is · b2e09fcd
      Bruce Momjian authored
      effectively used to mean a default value that could also be spelled
      out explicitly.  (ACLs behave that way, and useconfig/datconfig
      do too IIRC.)
      
      It's a bit of a hack, but it saves table space and backend code ---
      without this convention the default would have to be inserted "manually"
      since we have no mechanism to supply defaults when C code is forming a
      new catalog tuple.
      
      I'm inclined to leave the code alone.  But Alvaro is right that it'd be
      good to point out the 'infinity' option in the CREATE USER and ALTER
      USER man pages.  (Doc patch please?)
      
      Alvaro Herrera
      b2e09fcd
  25. Jan 19, 2003
    • Bruce Momjian's avatar
      This patch includes a lot of minor cleanups to the SGML documentation, · be2b660e
      Bruce Momjian authored
      including:
      
      - replacing all the appropriate usages of <citetitle>PostgreSQL
      ...</citetitle> with &cite-user;, &cite-admin;, and so on
      
      - fix an omission in the EXECUTE documentation
      
      - add some more text to the EXPLAIN documentation
      
      - improve the PL/PgSQL RETURN NEXT documentation (more work to do here)
      
      - minor markup fixes
      
      
      Neil Conway
      be2b660e
  26. Sep 21, 2002
  27. May 17, 2002
    • Tom Lane's avatar
      Merge the last few variable.c configuration variables into the generic · f0811a74
      Tom Lane authored
      GUC support.  It's now possible to set datestyle, timezone, and
      client_encoding from postgresql.conf and per-database or per-user
      settings.  Also, implement rollback of SET commands that occur in a
      transaction that later fails.  Create a SET LOCAL var = value syntax
      that sets the variable only for the duration of the current transaction.
      All per previous discussions in pghackers.
      f0811a74
  28. Mar 22, 2002
  29. Mar 01, 2002
  30. Feb 27, 2002
  31. Dec 08, 2001
  32. Sep 21, 2001
  33. Sep 03, 2001
  34. Aug 15, 2001
  35. Jul 11, 2001
    • 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
  36. Jul 22, 2000
  37. Mar 27, 2000
  38. 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
Loading