1. 13 10月, 2005 8 次提交
  2. 12 10月, 2005 17 次提交
    • B
      Add warning about plperl nested named subroutines · 6b97e437
      Bruce Momjian 提交于
      Andrew Dunstan
      6b97e437
    • B
      No longer needed: · 0a28eb46
      Bruce Momjian 提交于
      <
      < * Add code to detect an SMP machine and handle spinlocks accordingly
      <   from distributted.net, http://www1.distributed.net/source,
      <   in client/common/cpucheck.cpp
      <
      <   On SMP machines, it is possible that locks might be released shortly,
      <   while on non-SMP machines, the backend should sleep so the process
      <   holding the lock can complete and release it.
      0a28eb46
    • B
      Rearrange: · 4aebb5ad
      Bruce Momjian 提交于
      < 	o %Add dumping of comments on composite type columns
      < 	o %Add dumping of comments on index columns
      < 	o Stop dumping CASCADE on DROP TYPE commands in clean mode
      > 	o %Add dumping of comments on index columns and composite type columns
      604a603
      > 	o Stop dumping CASCADE on DROP TYPE commands in clean mode
      4aebb5ad
    • B
      Done: · d5310ca9
      Bruce Momjian 提交于
      < 	o %Replace crude DELETE FROM method of pg_dumpall --clean for
      <           cleaning of roles with separate DROP commands
      608a607
      >
      d5310ca9
    • B
      Add: · 87a67d18
      Bruce Momjian 提交于
      <
      > 	o Allow pg_dump --clean to drop roles that own objects or have
      > 	  privileges
      87a67d18
    • P
      Update keywords table for 8.1. · 41026406
      Peter Eisentraut 提交于
      41026406
    • B
      Add description: · 75229020
      Bruce Momjian 提交于
      < * Prevent libpq's PQfnumber() from lowercasing the column name?
      > * Prevent libpq's PQfnumber() from lowercasing the column name
      >
      >   One idea is to lowercase all identifiers except those that are
      >   surrounded by quotes.
      >
      75229020
    • B
      Add: · 368f0b28
      Bruce Momjian 提交于
      > 	o Add options like pg_restore -l and -L to pg_dump
      368f0b28
    • B
      Add: · e4aa5be9
      Bruce Momjian 提交于
      > 	o Allow selection of individual object(s) of all types, not just
      > 	  tables
      > 	o In a selective dump, allow dumping of an object and all its
      > 	  dependencies
      e4aa5be9
    • P
      · 9fa7ba30
      PostgreSQL Daemon 提交于
      must commit *after* autoconf, not before
      9fa7ba30
    • P
      · 5f470ad4
      PostgreSQL Daemon 提交于
      update to beta3 before tagging ...
      5f470ad4
    • N
    • T
      Release notes up to date as of today. · 96a83d88
      Tom Lane 提交于
      96a83d88
    • T
      Add infrastructure for making spins_per_delay variable depending on · a72ee090
      Tom Lane 提交于
      whether we seem to be running in a uniprocessor or multiprocessor.
      The adjustment rules could probably still use further tweaking, but
      I'm convinced this should be a win overall.
      a72ee090
    • T
      Don't use a non-locked pre-test of the spinlock on x86_64 machines. · 9907b977
      Tom Lane 提交于
      The pre-test has been shown to be a big loss on Opterons and at best a
      wash on EM64T.
      9907b977
    • T
      Document that get_attstatsslot/free_attstatsslot only need to be passed · 0cc0d082
      Tom Lane 提交于
      valid type information if they are asked to fetch the values part of a
      pg_statistic slot; these arguments are unneeded if fetching only the
      numbers part.  Use this to save a catcache lookup in btcostestimate,
      which is looking like a bit of a hotspot in recent profiling.  Not a
      big savings, but since it's essentially free, might as well do it.
      0cc0d082
    • T
      Fix oversight in 8.0 modification of RestrictInfo data structures. · 07e6f93d
      Tom Lane 提交于
      A RestrictInfo representing an OR clause now contains two versions of
      the contained expression, one with sub-RestrictInfos and one without.
      clause_selectivity() should descend to the version with sub-RestrictInfos
      so that it has a chance of caching its results for the OR's sub-clauses.
      Failing to do so resulted in redundant planner effort.
      07e6f93d
  3. 11 10月, 2005 5 次提交
  4. 10 10月, 2005 2 次提交
  5. 09 10月, 2005 4 次提交
  6. 08 10月, 2005 4 次提交