1. 07 Jun, 2001 1 commit
  2. 01 Jun, 2001 1 commit
  3. 24 Jan, 2001 1 commit
  4. 16 Nov, 2000 1 commit
  5. 27 Jul, 2000 1 commit
  6. 04 Jun, 2000 1 commit
  7. 01 Jun, 2000 1 commit
  8. 31 May, 2000 1 commit
    • Peter Eisentraut's avatar
      The heralded `Grand Unified Configuration scheme' (GUC) · 6a68f426
      Peter Eisentraut authored
      That means you can now set your options in either or all of $PGDATA/configuration,
      some postmaster option (--enable-fsync=off), or set a SET command. The list of
      options is in backend/utils/misc/guc.c, documentation will be written post haste.
      
      pg_options is gone, so is that pq_geqo config file. Also removed were backend -K,
      -Q, and -T options (no longer applicable, although -d0 does the same as -Q).
      
      Added to configure an --enable-syslog option.
      
      changed all callers from TPRINTF to elog(DEBUG)
      6a68f426