1. 04 Oct, 2003 1 commit
  2. 02 Oct, 2003 1 commit
  3. 29 Sep, 2003 2 commits
  4. 27 Sep, 2003 1 commit
  5. 25 Sep, 2003 1 commit
  6. 24 Sep, 2003 1 commit
    • Tom Lane's avatar
      Repair some REINDEX problems per recent discussions. The relcache is · a56a016c
      Tom Lane authored
      now able to cope with assigning new relfilenode values to nailed-in-cache
      indexes, so they can be reindexed using the fully crash-safe method.  This
      leaves only shared system indexes as special cases.  Remove the 'index
      deactivation' code, since it provides no useful protection in the shared-
      index case.  Require reindexing of shared indexes to be done in standalone
      mode, but remove other restrictions on REINDEX.  -P (IgnoreSystemIndexes)
      now prevents using indexes for lookups, but does not disable index updates.
      It is therefore safe to allow from PGOPTIONS.  Upshot: reindexing system catalogs
      can be done without a standalone backend for all cases except
      shared catalogs.
      a56a016c
  7. 14 Sep, 2003 1 commit
  8. 02 Sep, 2003 1 commit
    • Tom Lane's avatar
      Cause standalone backend (including bootstrap case) to read the GUC · b916cc43
      Tom Lane authored
      config file if it exists.  This was already discussed as being a good
      idea, and now seems the cleanest way to deal with initdb-time failures
      on machines with small SHMMAX.  (The submitted patches instead modified
      initdb.sh to pass the correct sizing parameters, but that would still
      leave standalone backends prone to failure later.  An admin who needs
      to use a standalone backend has enough trouble already, he shouldn't
      have to manually configure its shmem settings...)
      b916cc43
  9. 26 Aug, 2003 1 commit
  10. 13 Aug, 2003 1 commit
  11. 12 Aug, 2003 2 commits
  12. 06 Aug, 2003 1 commit
  13. 04 Aug, 2003 3 commits
  14. 29 Jul, 2003 1 commit
    • Tom Lane's avatar
      Apply (a somewhat revised version of) Greg Mullane's patch to eliminate · 9c2a7c22
      Tom Lane authored
      heuristic determination of day vs month in date/time input.  Add the
      ability to specify that input is interpreted as yy-mm-dd order (which
      formerly worked, but only for yy greater than 31).  DateStyle's input
      component now has the preferred spellings DMY, MDY, or YMD; the older
      keywords European and US are now aliases for the first two of these.
      Per recent discussions on pgsql-general.
      9c2a7c22
  15. 27 Jul, 2003 1 commit
  16. 22 Jul, 2003 1 commit
  17. 09 Jul, 2003 1 commit
  18. 04 Jul, 2003 1 commit
  19. 20 Jun, 2003 1 commit
  20. 11 Jun, 2003 1 commit
  21. 27 May, 2003 1 commit
  22. 14 May, 2003 2 commits
  23. 12 May, 2003 1 commit
  24. 09 May, 2003 2 commits
  25. 08 May, 2003 2 commits
  26. 06 May, 2003 6 commits
  27. 05 May, 2003 1 commit
  28. 03 May, 2003 1 commit