1. 17 8月, 2002 23 次提交
  2. 16 8月, 2002 10 次提交
    • B
      Add blank line. · fa9d7c1c
      Bruce Momjian 提交于
      fa9d7c1c
    • B
      Add: · 8c8a56ee
      Bruce Momjian 提交于
      <
      > * Reserve last process slot for super-user if max_connections reached
      8c8a56ee
    • B
      This patch improves the "Client Authentication" section of the user's · 83521131
      Bruce Momjian 提交于
      guide in a few minor ways.
      
      Neil Conway
      83521131
    • B
      This patch improves the "Database Users and Permissions" section of · b4794bfb
      Bruce Momjian 提交于
      the Administrator's Guide. This section needs a lot more work, but
      this is a start anyway...
      
      Neil Conway
      b4794bfb
    • B
      Added: · 83a0d895
      Bruce Momjian 提交于
      <
      > * Prevent mismatch of frontend/backend encodings from converting bytea
      >   data from being interpreted as encoded strings
      512a514,515
      > * Fix glibc's mktime() to handle pre-1970's dates
      >
      83a0d895
    • B
      Added: · 2f7e3a2f
      Bruce Momjian 提交于
      > * Allow configuration files to be specified in a different directory
      2f7e3a2f
    • B
    • B
      Done: · 52f8c56a
      Bruce Momjian 提交于
      > 	o -Prevent loss of indexes, permissions, inheritance
      52f8c56a
    • B
      Done: · ea1954fc
      Bruce Momjian 提交于
      > * -Improve control over user privileges, including table creation
      > * -Add PGPASSWORDFILE environment variable or ~/.pgpass to store
      > 	o -Compile under jdk 1.4
      ea1954fc
    • B
      Tom Lane wrote: · b1a5f872
      Bruce Momjian 提交于
      > There's no longer a separate call to heap_storage_create in that routine
      > --- the right place to make the test is now in the storage_create
      > boolean parameter being passed to heap_create.  A simple change, but
      > it passeth patch's understanding ...
      
      Thanks.
      
      Attached is a patch against cvs tip as of 8:30 PM PST or so. Turned out
      that even after fixing the failed hunks, there was a new spot in
      bufmgr.c which needed to be fixed (related to temp relations;
      RelationUpdateNumberOfBlocks). But thankfully the regression test code
      caught it :-)
      
      Joe Conway
      b1a5f872
  3. 15 8月, 2002 7 次提交
    • B
      Reorder entry to be alphabetical to match others. · 38294db6
      Bruce Momjian 提交于
      38294db6
    • B
      This fixes some text as well as enforces the use of "drop table cascade" · 1991fe74
      Bruce Momjian 提交于
      since we moved from an implicate to explicate implementation.
      
      
      Greg Copeland
      1991fe74
    • B
      Well, that certainly appeared to be very straight forward. pg.py and · 4f1ac055
      Bruce Momjian 提交于
      syscat.py scripts were both modified.  pg.py uses it to cache a list of
      pks (which is seemingly does for every db connection) and various
      attributes.  syscat uses it to walk the list of system tables and
      queries the various attributes from these tables.
      
      In both cases, it seemingly makes sense to apply what you've requested.
      
      Greg Copeland
      4f1ac055
    • B
      http://archives.postgresql.org/pgsql-bugs/2002-06/msg00086.php and never · 147aa84c
      Bruce Momjian 提交于
      saw a fix offered up.  Since I'm gearing up to use Postgres and Python
      soon, I figured I'd have a hand at trying to get this sucker addressed.
      Apologies if this has already been plugged.  I looked in the archives
      and never saw a response.
      
      At any rate, I must admit I don't think I fully understand the
      implications of some of the changes I made even though they appear to be
      straight forward.  We all know the devil is in the details.  Anyone more
      knowledgeable is requested to review my changes. :(
      
      I also updated the advanced.py script in a somewhat nonsensical fashion
      to make use of an int8 field in an effort to test this change.  It seems
      to run okay, however, this is by no means an all exhaustive test.  So,
      it's possible that a bumpy road may lay ahead for some.  On the other
      hand...overflows (hopefully) previously lurked (long -> int conversion).
      
      Greg Copeland
      147aa84c
    • B
      Backed out. It is part of a later patch. · db147006
      Bruce Momjian 提交于
      db147006
    • B
      August 13, 2002 · 2860041b
      Bruce Momjian 提交于
               Use parser of OpenFTS v0.33.
      
      --
      Teodor Sigaev
      2860041b
    • B
      PostgreSQL 7.2.1 Documentation · 12763562
      Bruce Momjian 提交于
      Chapter 1. libpq - C Library
      1.3. Command Execution Functions
      1.3.3. Escaping binary strings for inclusion in SQL queries
      
      I found the line
      "The result string length does not include the terminating zero byte of the result."
      is not right.
      The result string length does indeed include the terminating zero byte.
      
      Christoph Haller
      12763562