1. 02 Jun, 2000 1 commit
  2. 01 Jun, 2000 16 commits
  3. 31 May, 2000 3 commits
    • Bruce Momjian's avatar
      all array stuff fixed. · 127f7850
      Bruce Momjian authored
      127f7850
    • Tom Lane's avatar
      Tweak recognition of range-clause pairs so that 'var > $1 AND var < $2' · cbf50318
      Tom Lane authored
      (ie, parameters instead of consts) will be treated as a range query.
      We do not know the actual selectivities involved, but it seems like
      a good idea to use a smaller estimate than we would use for two unrelated
      inequalities.
      cbf50318
    • 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
  4. 30 May, 2000 8 commits
  5. 29 May, 2000 12 commits