- 19 May, 1998 1 commit
-
-
Bruce Momjian authored
to bool's.
-
- 18 May, 1998 1 commit
-
-
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
-
- 15 May, 1998 2 commits
-
-
Marc G. Fournier authored
From: "Aldrin L." <aldrin@americasnet.com> Subject: [INTERFACES] mSQL Compatibility Library (fwd)
-
Bruce Momjian authored
-
- 14 May, 1998 1 commit
-
-
Bruce Momjian authored
-
- 13 May, 1998 9 commits
-
-
Thomas G. Lockhart authored
-
Thomas G. Lockhart authored
-
Thomas G. Lockhart authored
-
Thomas G. Lockhart authored
-
Marc G. Fournier authored
Made a copy of errors with the AC_TRY_RUN() macro...appears to work better under FreeBSD for DBL_MIN check now...
-
Marc G. Fournier authored
Add a check for DBL_MIN problem...not sure if this is right...needs testing...
-
Bruce Momjian authored
-
Bruce Momjian authored
is not |documented, here is the relevant patch for it Anton
-
Bruce Momjian authored
-
- 12 May, 1998 7 commits
-
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
psql in Postgres 6.3.2. Both of these problems were complained of recently in pgsql-questions: 1. In the right circumstances, psql.c will fail to compile due to trying to include a nonexistent <history.h>. (Thread "Compile-time error" around 17 Apr 98.) 2. In other circumstances, psql will compile but does not provide command history capability, even though the underlying readline library supports it. (Various threads, most recently "query repetition in psql" around 29 Apr.) Tom Lane
-
Bruce Momjian authored
-
Bruce Momjian authored
solaris/spare shared libararies, new error message for postmaster startup, and makefile cleanups.
-
Bruce Momjian authored
compiling nbtsearch.c after configuring with --enable-cassert. Patch below. -- --------------------------------------------- Göran Thyni, sysadm, JMS Bildbasen, Kiruna
-
Bruce Momjian authored
and allow CUSTOM_COPT to appear in compile AND LINK commands.
-
- 09 May, 1998 19 commits
-
-
Thomas G. Lockhart authored
-
Thomas G. Lockhart authored
(inside of #ifdef PARSEDEBUG blocks).
-
Thomas G. Lockhart authored
broke a long time ago when some definitions changed.
-
Thomas G. Lockhart authored
-
Thomas G. Lockhart authored
-
Thomas G. Lockhart authored
-
Thomas G. Lockhart authored
Reintroduce fixes for unary minus parsing with leading spaces.
-
Thomas G. Lockhart authored
Check for and properly ignore FOREIGN KEY column constraints (already had fixed same for table constraints). Define USER as synonym for CURRENT_USER per SQL92 specs (no longer allowed as bare column name, sorry). Re-enable HAVING clause but no fixes elsewhere yet. Other stuff from today's update of gram.y...
-
Thomas G. Lockhart authored
-
Thomas G. Lockhart authored
Check for and properly ignore FOREIGN KEY column constraints (already had fixed same for table constraints). Define USER as synonym for CURRENT_USER per SQL92 specs (no longer allowed as bare column name, sorry). Re-enable HAVING clause but no fixes elsewhere yet. Make "char" type a synonum for "char(1)" (actually implemented as bpchar). Compress/compact row-style subselect and operator definitions (cut out ~140 lines of code with no change in functionality). Save string type if specified for DEFAULT clause handling. Enough for now...
-
Thomas G. Lockhart authored
Reintroduce fixes for unary minus parsing with leading spaces.
-
Thomas G. Lockhart authored
Add #define's for remaining "builtin" types.
-
Thomas G. Lockhart authored
Add routines to allow sizing of varchar and bpchar into target columns.
-
Thomas G. Lockhart authored
-
Thomas G. Lockhart authored
-
Thomas G. Lockhart authored
Incorporate patches from Gautam for line/point intersection.
-
Thomas G. Lockhart authored
Fix up "ISO-style" timespan decoding and encoding.
-
Thomas G. Lockhart authored
Try to generalize the gzip/tar usage for more portability.
-
Thomas G. Lockhart authored
-