1. 17 Sep, 1999 1 commit
  2. 15 Sep, 1999 1 commit
  3. 19 Jul, 1999 1 commit
  4. 30 Jun, 1999 1 commit
  5. 23 Feb, 1999 1 commit
    • Marc G. Fournier's avatar
      · fa9db42a
      Marc G. Fournier authored
      From: Michael Meskes <Michael_Meskes@topmail.de>
      
      +
      + Son Feb 21 14:10:47 CET 1999
      +
      +       - Fixed variable detection in libecpg.
      +
      + Mon Feb 22 19:47:45 CET 1999
      +
      +       - Added 'at <db_connection>' option to all commands it is apllicable
      +         to. Due to changing the API of some libecpg functions this
      +         requires me to increase the major version number.
      +       - Synced pgc.l with scan.l.
      +       - Added support for unions.
      +       - Set library version to 3.0.0
      +       - Set ecpg version to 3.0.0
      fa9db42a
  6. 21 Feb, 1999 1 commit
    • Marc G. Fournier's avatar
      · ae4a40dc
      Marc G. Fournier authored
      From: Michael Meskes <Michael_Meskes@topmail.de>
      
      +
      + Fri Feb 19 21:40:14 CET 1999
      +
      +       - Fixed bug in libecpg that caused it to start transactions only for
      +         the first connection.
      +       - Set library version to 2.7.1
      ae4a40dc
  7. 20 Feb, 1999 1 commit
    • Marc G. Fournier's avatar
      · bf6636ba
      Marc G. Fournier authored
      From: Michael Meskes <Michael_Meskes@topmail.de>
      
      See Changes file...
      bf6636ba
  8. 21 Jan, 1999 1 commit
    • Marc G. Fournier's avatar
      · cdbaec77
      Marc G. Fournier authored
      From: Michael Meskes <Michael.Meskes@usa.net>
      
      See attached file. Now accepts "exec sql whenever sqlwarning".
      cdbaec77
  9. 17 Jan, 1999 1 commit
  10. 19 Oct, 1998 1 commit
    • Tom Lane's avatar
      Centralized shared-library build knowledge in a new file, · 6d98d373
      Tom Lane authored
      src/Makefile.shlib.  Updated all the makefiles that try to build shlibs
      to include that file instead of having duplicate (and mostly incomplete)
      copies of shared-library options.  It works on HPUX, a lot better than it
      did before in fact, but there's a chance I broke some other platforms.
      At least now you only have to fix one place not six...
      6d98d373
  11. 18 Oct, 1998 1 commit
    • Tom Lane's avatar
      Clean up shared makefile install procedures. · e1942f5b
      Tom Lane authored
      Get the permissions right, don't overwrite real files with symlinks, etc.
      plpgsql and odbc still aren't fully up to speed, but at least they don't crash and burn...
      e1942f5b
  12. 16 Oct, 1998 1 commit
  13. 15 Oct, 1998 1 commit
  14. 14 Oct, 1998 2 commits
    • Bruce Momjian's avatar
      I have included a couple of patches that will make postgres · 31bca454
      Bruce Momjian authored
      compile out of the tar file on Solaris with the SUN 5.0 compilers.
      These compilers will be needed if you wan to compile the libpg++
      interface without using the gcc/g++. The SC4.2 compilers do not
      understand the string class.
      
      The first patch changes the ecpg intermediate shared library
      name from *.sho to *.sho.o so that the SUN compiler will
      allow it to be used in conjunction with the -o option.
      
      Matthew C. Aycock
      31bca454
    • Thomas G. Lockhart's avatar
      Clean up library names and installation paths. · 9b895d06
      Thomas G. Lockhart authored
      Include soft links in the installation directory for major version number.
      Use the existing $(DLSUFFIX) parameter to name shared library.
      9b895d06
  15. 12 Oct, 1998 3 commits
  16. 07 Oct, 1998 1 commit
  17. 03 Oct, 1998 1 commit
    • Thomas G. Lockhart's avatar
      Changes from Michael Meskes: · 607cd930
      Thomas G. Lockhart authored
      Check strdup calls for out of memory.
      Set library version to 2.6.2
      Synced preproc.y and keywords.c with gram.y and keywords.c yet again.
      Set version to 2.4.3
      607cd930
  18. 28 Aug, 1998 1 commit
    • Marc G. Fournier's avatar
      · b9b00d5f
      Marc G. Fournier authored
      From: Michael Meskes <meskes@online-club.de>
      
      This one is against the current archive (so it contains the one I send the
      other day). It should fix the AIX problems. Andreas, could you please try
      it? Thanks.
      
      + Wed Aug 26 16:17:39 CEST 1998
      +
      +       - Sync preproc.y with gram.y
      +
      + Thu Aug 27 15:32:23 CEST 1998
      +
      +       - Fix some minor glitches that the AIX compiler complains about
      +       - Added patchlevel to library
      +
      + Fri Aug 28 15:36:58 CEST 1998
      +
      +       - Removed one line of code that AIX complains about since it was not
      +         needed anyway
      +       - Set library version to 2.6.1
      b9b00d5f
  19. 25 Aug, 1998 1 commit
    • Marc G. Fournier's avatar
      · 35478b80
      Marc G. Fournier authored
      From: Michael Meskes <meskes@online-club.de>
      
      +
      + Fri Aug 14 12:44:21 CEST 1998
      +
      +       - Added EXEC SQL DEFINE statement
      +       - Set version to 2.4.0
      +
      + Tue Aug 18 09:24:15 CEST 1998
      +
      +       - Removed keyword IS from DEFINE statement
      +       - Added latest changes from gram.y
      +       - Removed duplicate symbols from preproc.y
      +       - Initialize sqlca structure
      +       - Added check for connection to ecpglib
      +       - Set version to 2.4.1
      +
      + Thu Aug 20 15:31:29 CEST 1998
      +
      +       - Cleaned up memory allocation in ecpglib.c
      +       - Set library version to 2.6
      +
      35478b80
  20. 11 Aug, 1998 1 commit
  21. 05 Aug, 1998 1 commit
  22. 12 Jul, 1998 1 commit
  23. 03 Jun, 1998 1 commit
    • Marc G. Fournier's avatar
      · 2a74511b
      Marc G. Fournier authored
      From: Michael Meskes <meskes@topsystem.de>
      
      + Wed Jun  3 13:38:57 CEST 1998
      +
      +       - Made sqlca struct compatible with other systems.
      +       - Give back a warning in case of truncation
      +       - Changed the handling of OptimizableStmt since the old one broke
      +         CREATE RULE
      +       - Set library version to 2.3
      +       - Set version to 2.3.3
      2a74511b
  24. 18 May, 1998 1 commit
    • Marc G. Fournier's avatar
      · ef567413
      Marc G. Fournier authored
      From: Michael Meskes <meskes@topsystem.de>
      
      +
      + Wed May  6 16:09:45 CEST 1998
      +
      +       - Some more cleanups in the library.
      +
      + Thu May  7 12:34:28 CEST 1998
      +
      +       - Made CONNECT and DISCONNECT statement more SQL3 compliant.
      +       - Changed the API for the ECPGconnect function to be able to handle
      +         hostnames and ports
      +
      + Fri May  8 13:54:45 CEST 1998
      +       - More changes to the parser. The connect statement now allows
      +         ORACLE style logins.
      +       - db-name is accepted in two ways:
      +               - <dbname>[@<server>][:<port>]
      +               - esql:postgresql://<server>[:<port>][/<dbname>]
      +
      + Mon May 11 10:28:37 CEST 1998
      +
      +       - Added '? options' to connect call.
      +       - Also allow USING as keyword for the password
      +
      + Thu May 14 15:09:58 CEST 1998
      +
      +       - Changed preproc.y and pgc.l according to the parser changes in the
      +         backend.
      +
      + Fri May 15 09:55:21 CEST 1998
      +
      +       - Added connection_name handling
      +
      +
      + Mon May 18 10:33:58 CEST 1998
      +
      +       - Fixed some more bugs
      +       - Set version to 2.3.1
      +       - Set library version to 2.2
      ef567413
  25. 06 May, 1998 1 commit
    • Marc G. Fournier's avatar
      From: Michael Meskes <meskes@topsystem.de> · 6bccf64d
      Marc G. Fournier authored
      Tue Apr 28 14:48:41 CEST 1998
      
            - Put operator "->" back into parser. Note that :foo->bar means the
              C term, but :foo ->bar means the operator "->".
      
      Tue Apr 28 15:49:07 CEST 1998
      
            - Added exec sql disconnect command.
            - Allow varchar in C to be written in uppercase too.
            - Added whenever option "do break;"
      
      Wed Apr 29 09:17:53 CEST 1998
      
            - Corrected parsing of C comments.
            - Also allow C++ style comments.
            - Make sure not found is only checked after commands that could
                return it.
            - Added error codes, see ecpgerror.h for details.
            - Added "exec sql <TransactionStmt> release" as disconnect statement
              for compatibility issues.
      
      Thu Apr 30 10:42:10 CEST 1998
      
            - Added a -t option to disable automatic transaction start.
            - Added sqlerrd[] to sqlca struct.
            - Give back number of tuples affect in sqlca.sqlerrd[2].
      
      Thu Apr 30 13:36:02 CEST 1998
      
            - Make the return code different in case of different errors.
      
      Wed May  6 11:42:48 CEST 1998
      
            - Free memory if possible
            - Some bugfixes for bugs I found while changing the memory
                allocation code
            - Now able to fill complete array with one call (see test1.pgc for
                an example)
            - Set version to 2.3.0
            - Set library version to 2.1
      6bccf64d
  26. 24 Apr, 1998 1 commit
    • Marc G. Fournier's avatar
      From: Michael Meskes <meskes@topsystem.de> · 7500a961
      Marc G. Fournier authored
      + Thu Apr 23 09:27:16 CEST 1998
      +
      +       - Also allow call in whenever statement with the same functionality
      +         as do.
      +
      + Thu Apr 23 12:29:28 CEST 1998
      +
      +       - Also rewrote variable declaration part. It is now possible to
      +         declare more than one variable per line.
      +       - Set version to 2.1.0
      +
      + Fri Apr 24 13:50:15 CEST 1998
      +
      +       - Fixed some bugs.
      +       - Set version to 2.1.1
      7500a961
  27. 21 Apr, 1998 1 commit
  28. 06 Apr, 1998 4 commits
    • Bruce Momjian's avatar
      DESTDIR removed, again. · 471dbbc2
      Bruce Momjian authored
      471dbbc2
    • Bruce Momjian's avatar
      066ee9a2
    • Bruce Momjian's avatar
      Re-introduce $DISTDIR. · 5523beb9
      Bruce Momjian authored
      5523beb9
    • Bruce Momjian's avatar
      Hi, · 1e801a8f
      Bruce Momjian authored
      Attached you'll find a (big) patch that fixes make dep and make
      depend in all Makefiles where I found it to be appropriate.
      
      It also removes the dependency in Makefile.global for NAMEDATALEN
      and OIDNAMELEN by making backend/catalog/genbki.sh and bin/initdb/initdb.sh
      a little smarter.
      
      This no longer requires initdb.sh that is turned into initdb with
      a sed script when installing Postgres, hence initdb.sh should be
      renamed to initdb (after the patch has been applied :-) )
      
      This patch is against the 6.3 sources, as it took a while to
      complete.
      
      Please review and apply,
      
      Cheers,
      
      Jeroen van Vianen
      1e801a8f
  29. 05 Apr, 1998 1 commit
  30. 20 Mar, 1998 1 commit
  31. 27 Feb, 1998 2 commits
    • Marc G. Fournier's avatar
      From: Michael Meskes <meskes@topsystem.de> · 96ac7382
      Marc G. Fournier authored
      No more shift/reduce conflicts. Also all other bugs I know about are fixed.
      96ac7382
    • Marc G. Fournier's avatar
      From: Darren King <darrenk@insightdist.com> · 296a942b
      Marc G. Fournier authored
      This patch will...
      
      1. Remove the "-Wall" option from the ecpg/lib and ecpg/preproc Makefile.
      
      2. Remove the addition of $(SRCDIR)/include and-or $(SRCDIR)/backend from
         ecpg/lib, ecpg/preproc, libpq and utils Makefiles. Already in CFLAGS...
      
      3. Set MK_NO_LORDER and RANLIB in Makefile.aix to avoid a couple of extra
         steps taken care of by the 'ld' command anyways.
      296a942b
  32. 24 Feb, 1998 1 commit
  33. 19 Feb, 1998 1 commit