]> granicus.if.org Git - postgresql/history - src/backend/parser
Goodbye register keyword. Compiler knows better.
[postgresql] / src / backend / parser /
1998-02-11 Thomas G. LockhartTry bumping to version two...
1998-02-11 Thomas G. LockhartDefine ROW and STATEMENT as parser tokens.
1998-02-11 Thomas G. LockhartAutomatically promote out of range integers to floats.
1998-02-10 Bruce MomjianPass around typmod as int16.
1998-02-10 Bruce MomjianPass attypmod through to executor by adding to Var...
1998-02-07 Bruce Momjianatttypmod now -1.
1998-02-06 Bruce MomjianFIx hasSubLinks for Vadim.
1998-02-05 Bruce MomjianFIx for varchar(), char() and INSERT .. SELECT.
1998-02-05 Bruce MomjianFix for varchar functions, and indextyple j-1 fix.
1998-02-05 Marc G. Fournierfunc_error() changed so that if caller is passed with...
1998-02-05 Marc G. FournierClean up func_error() function completely removing...
1998-02-04 Thomas G. LockhartAllow most expressions in BETWEEN clause. Allow all...
1998-02-03 Bruce MomjianSubselects with =, >, etc.
1998-02-03 Thomas G. LockhartRemove unused keyword CHANGE.
1998-02-03 Bruce MomjianParser cleanup for expr and subqueries.
1998-02-02 Marc G. Fournierset "caller" value in parse_func.h to func_get_detail...
1998-02-02 Marc G. FournierMove all the isinf() stuff from float.c to isinf.c...
1998-02-01 Bruce MomjianFix for psort. fixes regression tests.
1998-02-01 Bruce MomjianAIX patch from Darren King and Univel patch from Billy...
1998-01-27 Bruce MomjianDeadlock ceallnup.
1998-01-27 Marc G. FournierFrom: Phil Thompson <phil@river-bank.demon.co.uk>
1998-01-25 Marc G. FournierWish ppl would make up their mnd :)
1998-01-25 Marc G. FournierOOps...missed the second patch of patch two that uses...
1998-01-25 Marc G. FournierThis is the second of two patches required to fix the...
1998-01-24 Marc G. FournierMore up to date scan.c
1998-01-22 Bruce MomjianAdd LOCK command as DELETE FROM ... WHERE false.
1998-01-20 Bruce MomjianFIx for regression-test found bug.
1998-01-20 Bruce MomjianAdd Var.varlevelup to code. More parser cleanup.
1998-01-20 Bruce MomjianParser cleanup.
1998-01-19 Bruce MomjianFix problem with nodes handling.
1998-01-19 Bruce MomjianAdded code so SubLinks make it to optimizer.
1998-01-19 Bruce MomjianCreate SubLink nodes in parser for Vadim.
1998-01-17 Bruce MomjianGram.y cleanup.
1998-01-17 Bruce MomjianCreates the SubLink structure, and the Query->hasSubLin...
1998-01-16 Bruce MomjianNew pg_attribute.atttypmod for type-specific informatio...
1998-01-15 Marc G. FournierFix:
1998-01-15 Bruce MomjianRemove Query->qry_aggs and qry_numaggs and replace...
1998-01-13 Marc G. FournierVarious cleanups for the i386_solaris environment
1998-01-11 Bruce MomjianClean up of copyfuncs.
1998-01-11 Bruce MomjianAdd UNION, GROUP, DISTINCT to INSERT.
1998-01-10 Bruce MomjianBye CursorStmt, now use SelectStmt.
1998-01-09 Bruce MomjianRemove old quel labels.
1998-01-09 Bruce MomjianRemove old quel labels.
1998-01-06 Bruce MomjianFix sorting of multiple fields broken with UNION.
1998-01-05 Bruce MomjianChange some ABORTS to ERROR. Add line number when...
1998-01-05 Bruce MomjianChange elog(WARN) to elog(ERROR) and elog(ABORT).
1998-01-04 Bruce MomjianFix for aggs on views and complex ones. I missed one...
1998-01-04 Bruce MomjianFix for count(*), aggs with views and multiple tables...
1998-01-01 Thomas G. LockhartChange precedence for boolean operators to match expect...
1997-12-29 Bruce MomjianChange some mallocs to palloc.
1997-12-29 Bruce MomjianFix for ORDER BY in UNION.
1997-12-29 Bruce MomjianUNION cleanup again.
1997-12-29 Bruce MomjianCleanup of UNION ALL fix. Manual page updates.
1997-12-27 Bruce MomjianUNION work for UNION ALL and other union stuff.
1997-12-24 Bruce MomjianImplementation of UNIONs.
1997-12-23 Thomas G. LockhartImplement CREATE TABLE ... AS SELECT borrowing code...
1997-12-23 Thomas G. LockhartChange variable name reference from selectClause to...
1997-12-23 Thomas G. LockhartFix up some elog error messages.
1997-12-22 Bruce MomjianFix for select 1=1 or 2=2, select 1=1 and 2=2, and...
1997-12-20 Marc G. FournierMajor cleanout of PORTNAME variables from Makefiles...
1997-12-16 Thomas G. LockhartAllow multiple-argument functions in constraint clauses.
1997-12-16 Thomas G. LockhartImprove (well, ok, fix) generated constraint name for...
1997-12-16 Bruce MomjianFix order of keywords, must be alphabetical.
1997-12-09 Marc G. FournierMajor code cleanup following the pg_password insertion...
1997-12-09 Thomas G. LockhartAdd information message about implicitly created indices.
1997-12-06 Bruce MomjianAdd VARHDRSZ where needed. Many places just used 4.
1997-12-05 Bruce MomjianFix tolower loops to go in proper direction for cache.
1997-12-04 Thomas G. LockhartAdd SQL92-compliant syntax for constraints.
1997-12-04 Marc G. FournierFrom: todd brandys <brandys@eng3.hep.uiuc.edu>
1997-12-02 Bruce MomjianFix vacuum analyze syntax problem.
1997-12-02 Thomas G. LockhartRemove premature code in constraint parsing.
1997-11-30 Thomas G. LockhartChange elog WARN messages for UNIQUE and PRIMARY, FOREI...
1997-11-30 Thomas G. LockhartAdd comments and move a few declaration blocks to help...
1997-11-27 Bruce MomjianCleaups of comments.
1997-11-26 Bruce MomjianAdd README for parser directory
1997-11-26 Bruce MomjianMake parser functions static where possible.
1997-11-26 Bruce MomjianCleanup up include files.
1997-11-25 Bruce MomjianBreak parser functions into smaller files, group together.
1997-11-24 Bruce MomjianRemove gram problems with archive.
1997-11-24 Bruce MomjianMove dbcommands.c to commands/. It should not be in...
1997-11-24 Bruce MomjianMove dbcommands.c to commands/. It should not be in...
1997-11-24 Bruce MomjianRemove tqual.h includes not needed.
1997-11-21 Bruce MomjianRemove archive stuff.
1997-11-20 Bruce MomjianRemove all time travel stuff. Small parser cleanup.
1997-11-17 Bruce MomjianRemove 16 char limit on system table/index names. ...
1997-11-17 Thomas G. LockhartUpdate UNION and subselect syntax.
1997-11-17 Thomas G. LockhartUpdate generated source for scan.l.
1997-11-17 Thomas G. LockhartImplement SQL92 binary and hexadecimal string decoding...
1997-11-15 Bruce MomjianRemove pg_magic, defaults, server, hosts, and demon...
1997-11-14 Thomas G. LockhartInclude flex output in the standard distribution to...
1997-11-14 Thomas G. LockhartSupress cleaning scan.c since we will try to include...
1997-11-14 Thomas G. LockhartAdd flag to supress one compiler warning regarding...
1997-11-14 Bruce MomjianFIx for indexing regex stuff. Change rowoid to objoid.
1997-11-14 Bruce MomjianFIx for indexing regex stuff. Change rowoid to objoid.
1997-11-10 Thomas G. LockhartChange messages regarding "TimeRange" to say that time...
1997-11-10 Thomas G. LockhartClean up path handling esp. when interpreting environme...
1997-11-07 Thomas G. LockhartImplement CREATE DATABASE/WITH LOCATION=.
1997-11-07 Thomas G. LockhartSupport alternate database locations.
1997-11-02 Vadim B. MikheevGood Bye, Time Travel!
1997-10-31 Bruce MomjianIndexes for LIKE and ~, !~ operations.
next