1. 15 10月, 2005 3 次提交
    • A
      Fix typo. · 1b5cd6dc
      Alvaro Herrera 提交于
      1b5cd6dc
    • T
      Fix syslog bug: if any messages are emitted to write_syslog before · abd3f43b
      Tom Lane 提交于
      the facility has been set, the facility gets set to LOCAL0 and cannot
      be changed later.  This seems reasonably plausible to happen, particularly
      at higher debug log levels, though I am not certain it explains Han Holl's
      recent report.  Easiest fix is to teach the code how to change the value
      on-the-fly, which is nicer anyway.  I made the settings PGC_SIGHUP to
      conform with log_destination.
      abd3f43b
    • A
      · f620098d
      Andrew Dunstan 提交于
      fix nonsensical summary row on example
      f620098d
  2. 14 10月, 2005 12 次提交
  3. 13 10月, 2005 6 次提交
  4. 12 10月, 2005 10 次提交
    • 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
    • T
      Release notes up to date as of today. · 96a83d88
      Tom Lane 提交于
      96a83d88
  5. 11 10月, 2005 1 次提交
    • T
      Remove the DELETEs from pg_shadow and pg_group that pg_dumpall used to · c6b9924b
      Tom Lane 提交于
      emit when given the --clean option, in favor of individual DROP ROLE
      commands.  The old technique could not possibly work in 8.1, and was
      never a very good idea anyway IMHO.  The DROP ROLE approach has the
      defect that the DROPs will fail for roles that own objects or have
      privileges, but perhaps we can improve that later.
      c6b9924b
  6. 09 10月, 2005 1 次提交
  7. 07 10月, 2005 3 次提交
    • B
      Update: · ab13353d
      Bruce Momjian 提交于
      < * Consider compressing indexes by storing key prefix values shared by
      > * Consider compressing indexes by storing key values duplicated in
      735a736,737
      >
      >   This is difficult because it requires datatype-specific knowledge.
      ab13353d
    • B
      Add: · 02eb6ea9
      Bruce Momjian 提交于
      <
      > * Consider compressing indexes by storing key prefix values shared by
      >   several rows as a single index entry
      02eb6ea9
    • N
      Minor tweaks for PL/PgSQL documentation. · 66347691
      Neil Conway 提交于
      66347691
  8. 06 10月, 2005 2 次提交
  9. 05 10月, 2005 2 次提交