1. 21 9月, 1998 5 次提交
    • B
      Fix for AND/OR handling. · 748e3003
      Bruce Momjian 提交于
      748e3003
    • M
      · 06b8c8a8
      Marc G. Fournier 提交于
      From: Michael Meskes <meskes@usa.net>
      
      docs improvement for ecpg..
      06b8c8a8
    • M
      · bf395e89
      Marc G. Fournier 提交于
      From: Michael Meskes <meskes@usa.net>
      
      + Mon Aug 31 09:40:04 CEST 1998
      +
      +       - Minor patch to Makefile
      +       - Put pgc.l in sync with scan.l
      +
      + Tue Sep  1 11:31:05 CEST 1998
      +
      +       - Fixed another bug in preproc.y
      +
      + Thu Sep  3 12:21:16 CEST 1998
      +
      +       - Sync preproc.y with gram.y
      +
      + Mon Sep 14 09:21:02 CEST 1998
      +
      +       - Sync preproc.y with gram.y yet again
      +
      + Thu Sep 17 08:55:33 CEST 1998
      +
      +       - Synced preproc.y and gram.y one more time
      +
      + Thu Sep 17 19:23:24 CEST 1998
      +
      +       - Added missing ´;´ in preproc.y
      +       - Set version to 2.4.2
      bf395e89
    • B
      Fix for \z formatting from Tom Lane. · 25a64f75
      Bruce Momjian 提交于
      25a64f75
    • B
      · 4b048fbf
      Bruce Momjian 提交于
      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 9月, 1998 4 次提交
  3. 19 9月, 1998 3 次提交
  4. 18 9月, 1998 5 次提交
  5. 16 9月, 1998 7 次提交
  6. 15 9月, 1998 1 次提交
    • M
      · 672bc164
      Marc G. Fournier 提交于
      Forgot to remove README-1ST from the repository ...
      672bc164
  7. 14 9月, 1998 4 次提交
    • M
      · e70798db
      Marc G. Fournier 提交于
      tabularized a little bit...
      e70798db
    • M
      · 66dd8408
      Marc G. Fournier 提交于
      A sort of 'log' of what operating systems are supported, and the date
      last tested...
      66dd8408
    • M
      · b97a2277
      Marc G. Fournier 提交于
      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
    • B
      Add new make_oidjoin_check utility and template1_check.sql. Fix some · 37009811
      Bruce Momjian 提交于
      pg_operator problems.
      37009811
  8. 13 9月, 1998 7 次提交
  9. 12 9月, 1998 4 次提交
    • B
      autoconf · 5f7fb677
      Bruce Momjian 提交于
      5f7fb677
    • B
      Remove lld from LONG LONG name · 4fc3b068
      Bruce Momjian 提交于
      4fc3b068
    • B
      autoconf · b3e72e51
      Bruce Momjian 提交于
      b3e72e51
    • B
      The attached patches fix the following problems: · f1ab71ec
      Bruce Momjian 提交于
      1.  The UnixWare tas macro was reformatted (by indent or it like?) which caused
          it to break.  The asm macro construct is very particular about the %mem
          construct -- it has to start in column 1.
      
      2.  When compiling libpq++, g++ was used even if configure found the C++ com-
          piler to be CC.
      
      3.  When compiling libpq++, '-Wno-error' was added to CXXFLAGS, even if the
          compiler wasn't g++.
      
      Billy G. Allie
      f1ab71ec