summaryrefslogtreecommitdiff
path: root/src/backend/parser
AgeCommit message (Expand)Author
1997-12-16Allow multiple-argument functions in constraint clauses.Thomas G. Lockhart
1997-12-16Improve (well, ok, fix) generated constraint name for column CHECK clause.Thomas G. Lockhart
1997-12-16Fix order of keywords, must be alphabetical.Bruce Momjian
1997-12-09Major code cleanup following the pg_password insertion...Marc G. Fournier
1997-12-09Add information message about implicitly created indices.Thomas G. Lockhart
1997-12-06Add VARHDRSZ where needed. Many places just used 4.Bruce Momjian
1997-12-05Fix tolower loops to go in proper direction for cache.Bruce Momjian
1997-12-04Add SQL92-compliant syntax for constraints.Thomas G. Lockhart
1997-12-04From: todd brandys <brandys@eng3.hep.uiuc.edu>Marc G. Fournier
1997-12-02Fix vacuum analyze syntax problem.Bruce Momjian
1997-12-02Remove premature code in constraint parsing.Thomas G. Lockhart
1997-11-30Change elog WARN messages for UNIQUE and PRIMARY, FOREIGN KEYThomas G. Lockhart
1997-11-30Add comments and move a few declaration blocks to help readability.Thomas G. Lockhart
1997-11-27Cleaups of comments.Bruce Momjian
1997-11-26Add README for parser directoryBruce Momjian
1997-11-26Make parser functions static where possible.Bruce Momjian
1997-11-26Cleanup up include files.Bruce Momjian
1997-11-25Break parser functions into smaller files, group together.Bruce Momjian
1997-11-24Remove gram problems with archive.Bruce Momjian
1997-11-24Move dbcommands.c to commands/. It should not be in the parser directory.Bruce Momjian
1997-11-24Move dbcommands.c to commands/. It should not be in the parser directory.Bruce Momjian
1997-11-24Remove tqual.h includes not needed.Bruce Momjian
1997-11-21Remove archive stuff.Bruce Momjian
1997-11-20Remove all time travel stuff. Small parser cleanup.Bruce Momjian
1997-11-17Remove 16 char limit on system table/index names. Rename system indexes.Bruce Momjian
1997-11-17Update UNION and subselect syntax.Thomas G. Lockhart
1997-11-17Update generated source for scan.l.Thomas G. Lockhart
1997-11-17Implement SQL92 binary and hexadecimal string decoding (b'10' and x'1F').Thomas G. Lockhart
1997-11-15Remove pg_magic, defaults, server, hosts, and demon tables. unused.Bruce Momjian
1997-11-14Include flex output in the standard distribution to fix problems withThomas G. Lockhart
1997-11-14Supress cleaning scan.c since we will try to include it in the distribution.Thomas G. Lockhart
1997-11-14Add flag to supress one compiler warning regarding unused "unput" functionThomas G. Lockhart
1997-11-14FIx for indexing regex stuff. Change rowoid to objoid.Bruce Momjian
1997-11-14FIx for indexing regex stuff. Change rowoid to objoid.Bruce Momjian
1997-11-10Change messages regarding "TimeRange" to say that time travel is no longerThomas G. Lockhart
1997-11-10Clean up path handling esp. when interpreting environment variables.Thomas G. Lockhart
1997-11-07Implement CREATE DATABASE/WITH LOCATION=.Thomas G. Lockhart
1997-11-07Support alternate database locations.Thomas G. Lockhart
1997-11-02Good Bye, Time Travel!Vadim B. Mikheev
1997-10-31Indexes for LIKE and ~, !~ operations.Bruce Momjian
1997-10-30Add support for SQL92 delimited identifiers.Thomas G. Lockhart
1997-10-30Add support for delimited identifiers. Include new exclusive state "xd".Thomas G. Lockhart
1997-10-30Fix up elog messages for consistant usage of quotes around arguments.Thomas G. Lockhart
1997-10-30Fix for international identifiers, from Tatsuo IshiiBruce Momjian
1997-10-30Generate error on large integer.Bruce Momjian
1997-10-28Now we are able to CREATE PROCEDURAL LANGUAGE (Thanks, Jan).Vadim B. Mikheev
1997-10-25Add SQL92 "constants" CURRENT_DATE, CURRENT_TIME, CURRENT_TIMESTAMP,Thomas G. Lockhart
1997-10-25Add SQL92 reserved words for primary and foreign keys.Thomas G. Lockhart
1997-10-25Rename strNcpy to StrNCpy, and change third parameter.Bruce Momjian
1997-10-16Ignore copies of columns specified in ORDER/GROUP BYVadim B. Mikheev