Skip to content
Snippets Groups Projects
  1. Feb 20, 2011
  2. Feb 07, 2011
  3. Jan 21, 2011
  4. Sep 20, 2010
  5. Jul 03, 2010
  6. 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
  7. Jun 17, 2009
  8. Apr 27, 2009
  9. Feb 04, 2009
  10. Dec 31, 2008
    • Tom Lane's avatar
      Add some basic support for window frame clauses to the window-functions · 8e8854da
      Tom Lane authored
      patch.  This includes the ability to force the frame to cover the whole
      partition, and the ability to make the frame end exactly on the current row
      rather than its last ORDER BY peer.  Supporting any more of the full SQL
      frame-clause syntax will require nontrivial hacking on the window aggregate
      code, so it'll have to wait for 8.5 or beyond.
      8e8854da
  11. Dec 28, 2008
  12. Feb 01, 2007
  13. Jan 31, 2007
    • Bruce Momjian's avatar
      Update documentation on may/can/might: · a134ee33
      Bruce Momjian authored
      Standard English uses "may", "can", and "might" in different ways:
      
              may - permission, "You may borrow my rake."
      
              can - ability, "I can lift that log."
      
              might - possibility, "It might rain today."
      
      Unfortunately, in conversational English, their use is often mixed, as
      in, "You may use this variable to do X", when in fact, "can" is a better
      choice.  Similarly, "It may crash" is better stated, "It might crash".
      
      Also update two error messages mentioned in the documenation to match.
      a134ee33
  14. Oct 22, 2006
  15. Sep 16, 2006
  16. Mar 10, 2006
  17. Apr 09, 2005
  18. Mar 31, 2005
  19. Dec 17, 2004
  20. Nov 15, 2004
  21. Aug 08, 2004
  22. Aug 07, 2004
  23. Aug 01, 2004
    • Tom Lane's avatar
      Some mop-up work for savepoints (nested transactions). Store a small · efcaf1e8
      Tom Lane authored
      number of active subtransaction XIDs in each backend's PGPROC entry,
      and use this to avoid expensive probes into pg_subtrans during
      TransactionIdIsInProgress.  Extend EOXactCallback API to allow add-on
      modules to get control at subxact start/end.  (This is deliberately
      not compatible with the former API, since any uses of that API probably
      need manual review anyway.)  Add basic reference documentation for
      SAVEPOINT and related commands.  Minor other cleanups to check off some
      of the open issues for subtransactions.
      Alvaro Herrera and Tom Lane.
      efcaf1e8
  24. Mar 31, 2004
    • Bruce Momjian's avatar
      Back out tutorial changes: · a302b8e1
      Bruce Momjian authored
      ---------------------------------------------------------------------------
      
      1.  In keeping with the recent discussion that there should be more
      said about views, stored procedures, and triggers, in the tutorial, I
      have added a bit of verbiage to that end.
      
      2.  Some formatting changes to the datetime discussion, as well as
      addition of a citation of a relevant book on calendars.
      
      Christopher Browne
      a302b8e1
    • Bruce Momjian's avatar
      Fix markup errors from recent patch. · 7b434509
      Bruce Momjian authored
      7b434509
  25. Mar 30, 2004
  26. Nov 29, 2003
    • PostgreSQL Daemon's avatar
      · 969685ad
      PostgreSQL Daemon authored
      $Header: -> $PostgreSQL Changes ...
      969685ad
  27. Sep 30, 2003
  28. Sep 13, 2003
  29. Aug 31, 2003
  30. Mar 25, 2003
  31. Mar 13, 2003
  32. Feb 19, 2003
    • 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
  33. Nov 11, 2002
  34. Oct 24, 2002
  35. Oct 20, 2002
  36. Jun 11, 2002
    • Thomas G. Lockhart's avatar
      Implement SQL99 OVERLAY(). Allows substitution of a substring in a string. · 090dd22d
      Thomas G. Lockhart authored
      Implement SQL99 SIMILAR TO as a synonym for our existing operator "~".
      Implement SQL99 regular expression SUBSTRING(string FROM pat FOR escape).
       Extend the definition to make the FOR clause optional.
       Define textregexsubstr() to actually implement this feature.
      Update the regression test to include these new string features.
       All tests pass.
      Rename the regular expression support routines from "pg95_xxx" to "pg_xxx".
      Define CREATE CHARACTER SET in the parser per SQL99. No implementation yet.
      090dd22d
  37. Feb 12, 2002
  38. Nov 23, 2001
Loading