summaryrefslogtreecommitdiff
path: root/src/backend/parser
Commit message (Expand)AuthorAgeFilesLines
* Implement subselects in target lists. Also, relax requirement thatTom Lane1999-11-153-357/+84
* New NameStr macro to convert Name to Str. No need for var.data anymore.Bruce Momjian1999-11-075-13/+13
* Eliminate local inefficiencies in updateTargetListEntry, make_var, andTom Lane1999-11-013-73/+101
* Make USING in COPY optional.Bruce Momjian1999-10-291-4/+8
* Fix wording.Bruce Momjian1999-10-291-5/+5
* Fix compile after COMMENT problem.Bruce Momjian1999-10-261-9/+13
* Hello.Bruce Momjian1999-10-261-13/+87
* I have a patch for postgresql-snapshot(1999-10-22).Bruce Momjian1999-10-221-5/+11
* Remove fixed-size literal buffer from scan.l, and repairTom Lane1999-10-182-62/+73
* This patch implements ORACLE's COMMENT SQL command.Bruce Momjian1999-10-152-4/+34
* Allow \r as whitespace.Bruce Momjian1999-10-091-2/+2
* Fix for "--" comment and no trailing newline, as seen in Perl.Bruce Momjian1999-10-081-2/+2
* Fix planner and rewriter to follow SQL semantics for tables that areTom Lane1999-10-076-167/+125
* Allow comment-only lines, and ;;; lines too.Bruce Momjian1999-10-051-8/+19
* Reimplement parsing and storage of default expressions and constraintTom Lane1999-10-032-442/+117
* Teach parse_coerce about non-cachable functions (actually,Tom Lane1999-10-021-32/+17
* Allow CREATE FUNCTION's WITH clause to be used for all language types,Tom Lane1999-10-021-2/+1
* Disable new FROM-clause warning.Bruce Momjian1999-09-292-2/+8
* This is part #1 for of the DEFERRED CONSTRAINT TRIGGER support.Jan Wieck1999-09-292-6/+162
* Add subquery mention in auto-create table entry.Bruce Momjian1999-09-282-5/+11
* More cleanup for | and ^.Bruce Momjian1999-09-281-13/+9
* More cleanup for | and ^.Bruce Momjian1999-09-281-7/+67
* Fix for creation of operator |.Bruce Momjian1999-09-281-5/+25
* I have been working with user defined types and user defined cBruce Momjian1999-09-281-3/+9
* Reverse out last scan.l patch for minus handling.\Bruce Momjian1999-09-283-7/+7
* Sorry, guys. Here is the ultimate patch which keeps the entireBruce Momjian1999-09-271-2/+2
* Following advice from Michael Ansley, I broke up the patch inBruce Momjian1999-09-271-97/+10
* Emit warning on SELECT pg_language.*Bruce Momjian1999-09-272-5/+14
* Add TRUNCATE command, with psql help and sgml additions.Bruce Momjian1999-09-232-5/+21
* Mega-commit to make heap_open/heap_openr/heap_close take anTom Lane1999-09-185-55/+41
* Allow ISOLATION and LEVEL as column names. These are SQL92 reserved wordsThomas G. Lockhart1999-09-141-1/+3
* Allow CASE statement to contain *only* untyped result clauses or nulls.Thomas G. Lockhart1999-09-131-2/+3
* Eliminate token length assumption in scanstr().Tom Lane1999-09-112-7/+9
* Mike Ansley's fixes for long queries. This change justTom Lane1999-09-071-17/+11
* Clean up some bugs in oper_select_candidate(), notably theTom Lane1999-08-261-24/+29
* Revise implementation of SubLinks so that there is a consistent,Tom Lane1999-08-251-20/+46
* coerce_type() failed to guard against trying to convert a NULLTom Lane1999-08-241-17/+17
* Remove bogus code in oper_exact --- if it didn't find an exactTom Lane1999-08-232-100/+29
* Further planner/optimizer cleanups. Move all set_tlist_referencesTom Lane1999-08-222-7/+6
* Major revision of sort-node handling: push knowledge of queryTom Lane1999-08-214-132/+144
* Old multi-byte bug. Forgot to rename #ifdef MB to #ifdef MULTIBYTETatsuo Ishii1999-08-181-2/+2
* Small updates to #include lists for pending optimizer checkin.Tom Lane1999-08-162-3/+4
* Move funcid_get_rettype() to lsyscache.Tom Lane1999-08-161-23/+3
* Repair the check for redundant UNIQUE and PRIMARY KEY indices.Thomas G. Lockhart1999-08-151-13/+33
* Revise parse_coerce() to handle coercion of int and floatTom Lane1999-08-054-235/+110
* Allow a_expr not just AexprConst in the right-hand list ofTom Lane1999-07-281-46/+49
* First cut at doing LIKE/regex indexing optimization inTom Lane1999-07-271-156/+4
* Complain about INSERT ... SELECT ... ORDER BY, which we do notTom Lane1999-07-201-86/+110
* Rewrite parser's handling of INSERT ... SELECT so that processingTom Lane1999-07-196-1254/+772
* Move some system includes into c.h, and remove duplicates.Bruce Momjian1999-07-1716-48/+17