1. 02 Oct, 1998 1 commit
    • Tom Lane's avatar
      Clean up some minor bugs concerning what was inside the main loop · e12f4162
      Tom Lane authored
      and what wasn't.  Also try to improve the comments so that doesn't happen
      again.  Changed SIGPIPE handling to SIG_IGN so that if frontend quits,
      we will finish out the current command and return to main loop before
      quitting.  This seems much safer than a forced abort mid-command.
      e12f4162
  2. 01 Oct, 1998 9 commits
  3. 30 Sep, 1998 5 commits
  4. 29 Sep, 1998 1 commit
    • Marc G. Fournier's avatar
      · 44e01bf9
      Marc G. Fournier authored
      From: Jan Wieck <jwieck@debis.com>
      
          here  is  the  patch  that  includes  PL/pgSQL into the build
          (currently with make errors ignored) and  adds  a  regression
          test for it. A clean build and regression ran fine here.
      
          Can you please apply it?
      
          The  tar  should  be  extracted  in  /usr/local/src/pgsql and
          creates the following files:
      
          src/pl/Makefile
                  called by toplevel GNUmakefile and for now only calls
                  src/pl/plpgsql/Makefile
      
          src/pl/plpgsql/Makefile
                  calls  src/pl/plpgsql/src/Makefile  (here the call to
                  make ignores build errors  -  this  must  be  changed
                  later for the final release).
      
          src/test/regress/input/install_plpgsql.source
                  SQL script installing PL/pgSQL language in regression
                  database. Will be modified by  .../input/Makefile  to
                  point  to  correct  PGLIB  directory where plpgsql.so
                  gets installed.
      
          src/test/regress/output/install_plpgsql.source
                  expected output for installation script.
      
          src/test/regress/sql/plpgsql.sql
                  the main regression  test.  It  tests  functions  and
                  triggers written in PL/pgSQL including views that use
                  supportfunctions in this language.
      
          src/test/regress/expected/plpgsql.out
                  the expected output for the above regression test.
      
          make_plpgsql.diff
                  patch that adds some lines to
      
                  src/GNUmakefile.in
                  src/test/regress/expected/Makefile
                  src/test/regress/input/Makefile
                  src/test/regress/output/Makefile
                  src/test/regress/sql/Makefile
                  src/test/regress/sql/tests
      44e01bf9
  5. 27 Sep, 1998 1 commit
  6. 25 Sep, 1998 10 commits
  7. 23 Sep, 1998 4 commits
  8. 22 Sep, 1998 5 commits
  9. 21 Sep, 1998 4 commits
    • Bruce Momjian's avatar
      Fix for AND/OR handling. · 748e3003
      Bruce Momjian authored
      748e3003
    • Marc G. Fournier's avatar
      · 06b8c8a8
      Marc G. Fournier authored
      From: Michael Meskes <meskes@usa.net>
      
      docs improvement for ecpg..
      06b8c8a8
    • Marc G. Fournier's avatar
      · bf395e89
      Marc G. Fournier authored
      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
    • Bruce Momjian's avatar
      Fix for \z formatting from Tom Lane. · 25a64f75
      Bruce Momjian authored
      25a64f75