1. 21 Sep, 1998 2 commits
    • Bruce Momjian's avatar
      Fix for \z formatting from Tom Lane. · 25a64f75
      Bruce Momjian authored
      25a64f75
    • Bruce Momjian's avatar
      · 4b048fbf
      Bruce Momjian authored
      This patch covers several to-do items that I had for libpgtcl:
      
      * It works under both Tcl 7.6 and Tcl 8.0 now.  (The code claims to
        work under Tcl 7.5 as well, but I have no way to test that ---
        if anyone still cares, please check it with 7.5.)
      
      * pg_listen suppresses extra LISTEN commands and correctly sends an
        UNLISTEN when the last listen request for a relation is cancelled.
        (Note this means it will not work with pre-6.4 backends, but that
        was true already because it depends on the current libpq, which
        only speaks protocol 2.0.)
      
      * Added -error option to pg_result so that there's some way to find
        out what you did wrong ;-)
      
      * Miscellaneous cleanups of code comments and overenthusiastic #includes.
      
      BTW, I bumped the package version number from 1.2 to 1.3.  Is this
      premature?  Does someone run around and do that routinely before
      each pgsql release?
      
      			regards, tom lane
      4b048fbf
  2. 20 Sep, 1998 4 commits
  3. 18 Sep, 1998 8 commits
  4. 16 Sep, 1998 7 commits
  5. 15 Sep, 1998 1 commit
    • Marc G. Fournier's avatar
      · 672bc164
      Marc G. Fournier authored
      Forgot to remove README-1ST from the repository ...
      672bc164
  6. 14 Sep, 1998 4 commits
    • Marc G. Fournier's avatar
      · e70798db
      Marc G. Fournier authored
      tabularized a little bit...
      e70798db
    • Marc G. Fournier's avatar
      · 66dd8408
      Marc G. Fournier authored
      A sort of 'log' of what operating systems are supported, and the date
      last tested...
      66dd8408
    • Marc G. Fournier's avatar
      · b97a2277
      Marc G. Fournier authored
      Change order of install...installing interfaces is the last to be done,
      as, if not installing as root (which nobody *should* be doing, of course),
      the perl install fails, which means that both bin and man directories
      are not installed :(
      
      This way, only thing that doesn't get installed is perl interface...
      b97a2277
    • Bruce Momjian's avatar
      Add new make_oidjoin_check utility and template1_check.sql. Fix some · 37009811
      Bruce Momjian authored
      pg_operator problems.
      37009811
  7. 13 Sep, 1998 4 commits
  8. 12 Sep, 1998 3 commits
  9. 11 Sep, 1998 7 commits