1. 16 Sep, 2006 1 commit
  2. 10 Mar, 2006 1 commit
  3. 09 Apr, 2005 1 commit
  4. 31 Mar, 2005 1 commit
  5. 17 Dec, 2004 1 commit
  6. 15 Nov, 2004 1 commit
  7. 08 Aug, 2004 2 commits
  8. 07 Aug, 2004 1 commit
  9. 01 Aug, 2004 1 commit
    • 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
  10. 31 Mar, 2004 1 commit
    • 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
  11. 30 Mar, 2004 2 commits
  12. 29 Nov, 2003 1 commit
    • PostgreSQL Daemon's avatar
      · 969685ad
      PostgreSQL Daemon authored
      $Header: -> $PostgreSQL Changes ...
      969685ad
  13. 30 Sep, 2003 1 commit
  14. 12 Sep, 2003 1 commit
  15. 31 Aug, 2003 1 commit
  16. 25 Mar, 2003 1 commit
  17. 13 Mar, 2003 1 commit
  18. 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
  19. 11 Nov, 2002 1 commit
  20. 24 Oct, 2002 1 commit
  21. 20 Oct, 2002 1 commit
  22. 11 Jun, 2002 1 commit
    • 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
  23. 12 Feb, 2002 1 commit
  24. 23 Nov, 2001 1 commit
  25. 21 Nov, 2001 1 commit
  26. 19 Nov, 2001 2 commits
  27. 02 Sep, 2001 1 commit
  28. 13 Jan, 2001 1 commit
  29. 05 Jan, 2001 1 commit
    • Tom Lane's avatar
      Remove not-really-standard implementation of CREATE TABLE's UNDER clause, · 2fb6cc90
      Tom Lane authored
      and revert documentation to describe the existing INHERITS clause
      instead, per recent discussion in pghackers.  Also fix implementation
      of SQL_inheritance SET variable: it is not cool to look at this var
      during the initial parsing phase, only during parse_analyze().  See
      recent bug report concerning misinterpretation of date constants just
      after a SET TIMEZONE command.  gram.y really has to be an invariant
      transformation of the query string to a raw parsetree; anything that
      can vary with time must be done during parse analysis.
      2fb6cc90
  30. 30 Dec, 2000 1 commit
  31. 22 Dec, 2000 1 commit
  32. 18 Dec, 2000 1 commit
  33. 29 Sep, 2000 1 commit
  34. 22 Jun, 2000 1 commit
    • Peter Eisentraut's avatar
      Second pass over run-time configuration system. Adjust priorities on some · c4465095
      Peter Eisentraut authored
      option settings. Sort out SIGHUP vs BACKEND -- there is no total ordering
      here, so make explicit checks. Add comments explaining all of this.
      Removed permissions check on SHOW command.
      
      Add examine_subclass to the game, rename to SQL_inheritance to fit the
      official data model better. Adjust documentation.
      
      Standalone backend needs to reset all options before it starts. To
      facilitate that, have IsUnderPostmaster be set by the postmaster itself,
      don't wait for the magic -p switch.
      
      Also make sure that all environment variables and argv's survive
      init_ps_display(). Use strdup where necessary.
      
      Have initdb make configuration files (postgresql.conf, pg_hba.conf) mode
      0600 -- having configuration files is no fun if you can't edit them.
      c4465095
  35. 14 Jun, 2000 1 commit
  36. 09 Jun, 2000 1 commit
  37. 02 May, 2000 1 commit