1. 21 Sep, 2002 1 commit
  2. 18 Sep, 2002 1 commit
  3. 17 Sep, 2002 1 commit
  4. 02 Sep, 2002 3 commits
  5. 01 Sep, 2002 1 commit
  6. 30 Aug, 2002 3 commits
  7. 29 Aug, 2002 1 commit
  8. 22 Aug, 2002 1 commit
  9. 18 Aug, 2002 1 commit
  10. 15 Aug, 2002 1 commit
  11. 12 Aug, 2002 1 commit
    • Tom Lane's avatar
      Change memory-space accounting mechanism in tuplesort.c and tuplestore.c · 77a7e996
      Tom Lane authored
      to make a reasonable attempt at accounting for palloc overhead, not just
      the requested size of each memory chunk.  Since in many scenarios this
      will make for a significant reduction in the amount of space acquired,
      partially compensate by doubling the default value of SORT_MEM to 1Mb.
      Per discussion in pgsql-general around 9-Jun-2002..
      77a7e996
  12. 09 Aug, 2002 1 commit
  13. 31 Jul, 2002 1 commit
    • Tom Lane's avatar
      Instead of having a configure-time DEFAULT_ATTSTATTARGET, store -1 in · ce7565ab
      Tom Lane authored
      attstattarget to indicate 'use the default'.  The default is now a GUC
      variable default_statistics_target, and so may be changed on the fly.  Along
      the way we gain the ability to have pg_dump dump the per-column statistics
      target when it's not the default.  Patch by Neil Conway, with some kibitzing
      from Tom Lane.
      ce7565ab
  14. 13 Jul, 2002 1 commit
  15. 05 Jul, 2002 1 commit
  16. 16 Jun, 2002 1 commit
  17. 15 Jun, 2002 2 commits
  18. 17 May, 2002 1 commit
    • 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
  19. 09 May, 2002 1 commit
  20. 26 Apr, 2002 1 commit
  21. 15 Apr, 2002 1 commit
  22. 03 Apr, 2002 1 commit
  23. 01 Apr, 2002 1 commit
    • Tom Lane's avatar
      Create a new GUC variable search_path to control the namespace search · 838fe25a
      Tom Lane authored
      path.  The default behavior if no per-user schemas are created is that
      all users share a 'public' namespace, thus providing behavior backwards
      compatible with 7.2 and earlier releases.  Probably the semantics and
      default setting will need to be fine-tuned, but this is a start.
      838fe25a
  24. 24 Mar, 2002 1 commit
  25. 22 Mar, 2002 1 commit
  26. 11 Mar, 2002 1 commit
  27. 09 Mar, 2002 1 commit
  28. 06 Mar, 2002 1 commit
  29. 02 Mar, 2002 1 commit
    • Bruce Momjian's avatar
      Commit to match discussed elog() changes. Only update is that LOG is · a033daf5
      Bruce Momjian authored
      now just below FATAL in server_min_messages.  Added more text to
      highlight ordering difference between it and client_min_messages.
      
      ---------------------------------------------------------------------------
      
      REALLYFATAL => PANIC
      STOP => PANIC
      New INFO level the prints to client by default
      New LOG level the prints to server log by default
      Cause VACUUM information to print only to the client
      NOTICE => INFO where purely information messages are sent
      DEBUG => LOG for purely server status messages
      DEBUG removed, kept as backward compatible
      DEBUG5, DEBUG4, DEBUG3, DEBUG2, DEBUG1 added
      DebugLvl removed in favor of new DEBUG[1-5] symbols
      New server_min_messages GUC parameter with values:
              DEBUG[5-1], INFO, NOTICE, ERROR, LOG, FATAL, PANIC
      New client_min_messages GUC parameter with values:
              DEBUG[5-1], LOG, INFO, NOTICE, ERROR, FATAL, PANIC
      Server startup now logged with LOG instead of DEBUG
      Remove debug_level GUC parameter
      elog() numbers now start at 10
      Add test to print error message if older elog() values are passed to elog()
      Bootstrap mode now has a -d that requires an argument, like postmaster
      a033daf5
  30. 01 Mar, 2002 1 commit
  31. 20 Jan, 2002 1 commit
  32. 09 Jan, 2002 1 commit
  33. 07 Jan, 2002 1 commit
  34. 27 Dec, 2001 1 commit
  35. 28 Nov, 2001 1 commit