1. 13 Oct, 2005 13 commits
  2. 12 Oct, 2005 13 commits
    • Tom Lane's avatar
      Fix spelling error, per Michael Fuhr. · 23e2f9eb
      Tom Lane authored
      23e2f9eb
    • Bruce Momjian's avatar
      Remove item: · adc58f14
      Bruce Momjian authored
      < * Prevent libpq's PQfnumber() from lowercasing the column name
      <
      <   One idea is to lowercase all identifiers except those that are
      <   surrounded by quotes.
      <
      adc58f14
    • Tom Lane's avatar
      Fix longstanding bug found by Atsushi Ogawa: _bt_check_unique would mark · e952ae12
      Tom Lane authored
      the wrong buffer dirty when trying to kill a dead index entry that's on
      a page after the one it started on.  No risk of data corruption, just
      inefficiency, but still a bug.
      e952ae12
    • Tom Lane's avatar
      Fix another recently-changed place that was messing with spinlock- · fa721215
      Tom Lane authored
      protected data structures and not using a volatile pointer for same.
      fa721215
    • Tom Lane's avatar
      Do all accesses to shared buffer headers through volatile-qualified · 07eeb9d1
      Tom Lane authored
      pointers, to ensure that compilers won't rearrange accesses to occur
      while we're not holding the buffer header spinlock.  It's probably
      not necessary to mark volatile in every single place in bufmgr.c,
      but better safe than sorry.  Per trouble report from Kevin Grittner.
      07eeb9d1
    • Bruce Momjian's avatar
      Add warning about plperl nested named subroutines · 6b97e437
      Bruce Momjian authored
      Andrew Dunstan
      6b97e437
    • Bruce Momjian's avatar
      No longer needed: · 0a28eb46
      Bruce Momjian authored
      <
      < * 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
    • Bruce Momjian's avatar
      Rearrange: · 4aebb5ad
      Bruce Momjian authored
      < 	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
    • Bruce Momjian's avatar
      Done: · d5310ca9
      Bruce Momjian authored
      < 	o %Replace crude DELETE FROM method of pg_dumpall --clean for
      <           cleaning of roles with separate DROP commands
      608a607
      >
      d5310ca9
    • Bruce Momjian's avatar
      Add: · 87a67d18
      Bruce Momjian authored
      <
      > 	o Allow pg_dump --clean to drop roles that own objects or have
      > 	  privileges
      87a67d18
    • Peter Eisentraut's avatar
      Update keywords table for 8.1. · 41026406
      Peter Eisentraut authored
      41026406
    • Bruce Momjian's avatar
      Add description: · 75229020
      Bruce Momjian authored
      < * 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
    • Bruce Momjian's avatar
      Add: · 368f0b28
      Bruce Momjian authored
      > 	o Add options like pg_restore -l and -L to pg_dump
      368f0b28
  3. 11 Oct, 2005 9 commits
  4. 10 Oct, 2005 5 commits