- 26 Apr, 1999 1 commit
-
-
Michael Meskes authored
-
- 20 Mar, 1999 1 commit
-
-
Michael Meskes authored
-
- 20 Feb, 1999 1 commit
-
-
Marc G. Fournier authored
See Changes file...
-
- 13 Feb, 1999 1 commit
-
-
Bruce Momjian authored
-
- 04 Feb, 1999 1 commit
-
-
Marc G. Fournier authored
From: Michael Meskes <Michael.Meskes@usa.net> + Tue Feb 2 07:40:52 CET 1999 + + - Brought preproc.y in sync again with gram.y. + - Set ecpg version to 2.4.9 +
-
- 18 Jan, 1999 1 commit
-
-
Bruce Momjian authored
remaining shift/reduce conflict. But the very same conflict is in gram.y, so I don't dig into it very much now. Anyway, I just saw that there were minor changes made to ecpg by others. Now I like that but I would prefer if I was told about that. Otherwise my version numbering and Changelog maintaining might break. Or simply change these too. :-) Also I had to add #include <errno.h> to backend/libpq/pqcomprim.c to be able to compile postgresql. Patch is attached. Since my resubscription process is still not finished yet, I still send them here. Michael
-
- 22 Dec, 1998 1 commit
-
-
Marc G. Fournier authored
From: Michael Meskes <Michael.Meskes@usa.net> + +Wed Dec 9 11:24:54 MEZ 1998 + + - Synced preproc.y with gram.y and the keywords.c files to add CASE + statement. + +Tue Dec 22 14:16:11 CET 1998 + + - Synced preproc.y with gram.y for locking statements. + - Set version to 2.4.5
-
- 03 Oct, 1998 1 commit
-
-
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
-
- 21 Sep, 1998 1 commit
-
-
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
-
- 01 Sep, 1998 1 commit
-
-
Bruce Momjian authored
-
- 25 Aug, 1998 1 commit
-
-
Marc G. Fournier authored
From: Massimo Dal Zotto <dz@cs.unitn.it> > these patches define the UNLISTEN sql command. The code already > existed but it was unknown to the parser. Now it can be used > like the listen command. > You must make clean and delete gram.c and parser.h before make.
-
- 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
-
- 21 Apr, 1998 1 commit
-
-
Marc G. Fournier authored
Michael Meskes <meskes@topsystem.de>
-
- 18 Mar, 1998 1 commit
-
-
Thomas G. Lockhart authored
Make "TABLE" optional in "LOCK TABLE" command and "... INTO TABLE..." clause. Explicitly parse CREATE SEQUENCE options to allow a negative integer as an argument; this is an artifact of unary minus handling in scan.l. Add "PASSWORD" as an allowed column identifier. These fixes will require a "make clean install" but not a dump/reload.
-
- 11 Feb, 1998 1 commit
-
-
Thomas G. Lockhart authored
Use explicit tokens to decode CREATE TRIGGER clauses. Allow ROW and STATEMENT as column identifiers. Fix CAST syntax to require parens per SQL92 spec. Define TypeId to allow correct translation of type names in CREATE FUNCTION and other statements. Need to do this without looking up defined type names because CREATE FUNCTION can specify undefined (new) types. Define UserId to complete removal of "Id" generic entity. Define xlateSqlFunc() to convert SQL92 CHARACTER_LENGTH() and CHAR_LENGTH() functions to calls to length(). Define func_name parser entity for contexts requiring a function name. Have xlateSqlType() translate "float" to "float8".
-
- 04 Feb, 1998 1 commit
-
-
Thomas G. Lockhart authored
surrounded by parentheses (but not all are meaningful). Remove unused keywords ACL, APPEND, MERGE. Requires a "make clean" to recompile all code since keyword numeric assignments have changed with keyword removal.
-
- 03 Feb, 1998 1 commit
-
-
Thomas G. Lockhart authored
-
- 22 Jan, 1998 1 commit
-
-
Bruce Momjian authored
-
- 20 Jan, 1998 1 commit
-
-
Bruce Momjian authored
Add lock to i386 asm.
-
- 19 Jan, 1998 1 commit
-
-
Bruce Momjian authored
-
- 05 Jan, 1998 1 commit
-
-
Bruce Momjian authored
-
- 16 Dec, 1997 1 commit
-
-
Bruce Momjian authored
-
- 04 Dec, 1997 1 commit
-
-
Marc G. Fournier authored
An extension to the code to allow for a pg_password authentication database that is *seperate* from the system password file
-
- 26 Nov, 1997 1 commit
-
-
Bruce Momjian authored
-
- 25 Nov, 1997 1 commit
-
-
Bruce Momjian authored
-
- 24 Nov, 1997 1 commit
-
-
Bruce Momjian authored
-
- 21 Nov, 1997 1 commit
-
-
Bruce Momjian authored
-
- 07 Nov, 1997 1 commit
-
-
Thomas G. Lockhart authored
Implement SET keyword = DEFAULT and SET TIME ZONE DEFAULT. Re-enable JOIN= option in CREATE OPERATOR statement (damaged for v6.2). Allow more SQL and/or Postgres reserved words as column identifiers or, if there are shift/reduce problems, at least as column labels.
-
- 28 Oct, 1997 1 commit
-
-
Vadim B. Mikheev authored
-
- 25 Oct, 1997 1 commit
-
-
Thomas G. Lockhart authored
Add keywords for national character types. Shorted date/time keyword token names for convenience. Add SQL3 reserved words TRUE and FALSE.
-
- 24 Sep, 1997 1 commit
-
-
Thomas G. Lockhart authored
Add SQL/92 "constants" current_date, current_time, and current_timestamp.
-
- 20 Sep, 1997 1 commit
-
-
Thomas G. Lockhart authored
Allow ALTER TABLE ADD ( column ) syntax.
-
- 13 Sep, 1997 1 commit
-
-
Thomas G. Lockhart authored
-
- 08 Sep, 1997 1 commit
-
-
Bruce Momjian authored
Another PGINDENT run that changes variable indenting and case label indenting. Also static variable indenting.
-
- 07 Sep, 1997 1 commit
-
-
Bruce Momjian authored
-
- 04 Sep, 1997 1 commit
-
-
Vadim B. Mikheev authored
-
- 01 Sep, 1997 1 commit
-
-
Thomas G. Lockhart authored
Include reserved words for string handling, outer joins, and unions.
-
- 22 Aug, 1997 1 commit
-
-
Vadim B. Mikheev authored
-
- 20 Aug, 1997 1 commit
-
-
Vadim B. Mikheev authored
-
- 23 Apr, 1997 1 commit
-
-
Vadim B. Mikheev authored
2. New VACUUM syntax (ANALYZE ...).
-