1. 27 Sep, 2000 3 commits
  2. 26 Sep, 2000 2 commits
  3. 25 Sep, 2000 11 commits
  4. 24 Sep, 2000 1 commit
  5. 23 Sep, 2000 2 commits
  6. 22 Sep, 2000 3 commits
  7. 21 Sep, 2000 2 commits
  8. 20 Sep, 2000 2 commits
  9. 19 Sep, 2000 4 commits
  10. 18 Sep, 2000 4 commits
  11. 17 Sep, 2000 5 commits
    • Tom Lane's avatar
      Parse JOIN/ON conditions with the proper visibility of input columns, · aef7a0c8
      Tom Lane authored
      ie, consider only the columns coming from the JOIN clause's sub-clauses.
      Also detect attempts to reference columns belonging to other tables
      (which would still be possible using an explicitly-qualified name).
      I'm not sure this implements the spec's semantics 100% accurately, but
      at least it gives plausible behavior.
      aef7a0c8
    • Peter Eisentraut's avatar
      418bd67e
    • Peter Eisentraut's avatar
      psql forgot to close connection before re-issuing password prompt. · 239f74d2
      Peter Eisentraut authored
      ([BUGS] psql can crash the backend on login, 2000-09-03)
      239f74d2
    • Tom Lane's avatar
      Improve error message for dumpRules() failure · b5d609a3
      Tom Lane authored
      b5d609a3
    • Peter Eisentraut's avatar
      Support for DESTDIR make variable. This is used as in `make install · 335248c9
      Peter Eisentraut authored
      DESTDIR=/else/where' and prepends the value of DESTDIR to the full
      installation paths (e.g., /else/where/usr/local/pgsql/bin). This allows
      users to install the package into a location different from the one that
      was configured and hard-coded into various scripts, e.g., for creating
      binary packages.
      
      DESTDIR is in many cases preferrable over `make install
      prefix=/else/where' because
      
      a) `prefix' affects the path that is hard-coded into the files, which can
      lead to a `make install prefix=xxx' (as done by the regression test
      driver) corrupting the files in the source tree with wrong paths.
      
      b) it doesn't work at all if a directory was overridden to not depend on
      `prefix', e.g., --sysconfdir=/etc.
      
      (Updating the regression test driver to use DESTDIR is a separate
      undertaking.)
      
      See also autoconf@gnu.org, From: Akim Demaille <akim@epita.fr>, Date: 08
      Sep 2000 12:48:59 +0200, Message-ID:
      <mv4em2vb1lw.fsf@nostromo.lrde.epita.fr>, Subject: Re: HTML format
      documentation.
      335248c9
  12. 15 Sep, 2000 1 commit