summaryrefslogtreecommitdiff
path: root/src/include/parser
Commit message (Expand)AuthorAgeFilesLines
* Add separate type category for bit string types, allowing mixed bit/varbitPeter Eisentraut2000-11-171-1/+2
* Change SearchSysCache coding conventions so that a reference count isTom Lane2000-11-162-7/+13
* Make DROP TABLE rollback-able: postpone physical file delete until commit.Tom Lane2000-11-082-2/+4
* Arrange that no database accesses are attempted during parser() --- thisTom Lane2000-10-072-3/+4
* Reimplementation of UNION/INTERSECT/EXCEPT. INTERSECT/EXCEPT now meet theTom Lane2000-10-052-5/+7
* Subselects in FROM clause, per ISO syntax: FROM (SELECT ...) [AS] alias.Tom Lane2000-09-293-7/+12
* Use variable aliases, if supplied, rather than real column names inTom Lane2000-09-251-9/+11
* First cut at full support for OUTER JOINs. There are still a few looseTom Lane2000-09-126-69/+58
* Update obsolete comments.Tom Lane2000-08-291-4/+2
* First pass at integrating BIT and BIT VARYING code from Adriaan Joubert.Tom Lane2000-08-211-3/+8
* Make functional indexes accept binary-compatible functions, for exampleTom Lane2000-08-201-1/+5
* Remove 'func_tlist' from Func expression nodes, likewise 'param_tlist'Tom Lane2000-08-081-3/+1
* Clean up #include's.Bruce Momjian2000-06-151-2/+1
* Rename rule CURRENT to OLD in source tree. Add mapping for backwardBruce Momjian2000-06-121-2/+2
* Inheritance overhaul by Chris Bitmead <chris@bitmead.com>Bruce Momjian2000-06-091-2/+2
* Mark functions as static and ifdef NOT_USED as appropriate.Bruce Momjian2000-06-082-8/+2
* New warning code about auto-created range table entries.Bruce Momjian2000-06-031-1/+2
* Repair list-vs-node confusion that resulted in failure for INNER JOIN ON.Tom Lane2000-05-121-5/+6
* Ye-old pgindent run. Same 4-space tabs.Bruce Momjian2000-04-128-39/+39
* Reverse out BYTEA type coersion.Bruce Momjian2000-03-201-8/+1
* Add compatiblity information for bytea.Bruce Momjian2000-03-201-1/+8
* Add safety check on expression nesting depth. Default value is set byTom Lane2000-03-171-1/+4
* Turns out that Mazurkiewicz's gripe about 'function inheritance' isTom Lane2000-03-162-2/+6
* Implement column aliases on views "CREATE VIEW name (collist)".Thomas G. Lockhart2000-03-141-1/+4
* Fix exprTypmod to recognize length-coercion function expressions,Tom Lane2000-02-261-1/+2
* Implement "date/time grand unification".Thomas G. Lockhart2000-02-161-14/+11
* Carry column aliases from the parser frontend. Enables queries likeThomas G. Lockhart2000-02-154-18/+27
* Redesign DISTINCT ON as discussed in pgsql-sql 1/25/00: syntax is nowTom Lane2000-01-271-2/+4
* Add:Bruce Momjian2000-01-2616-32/+48
* Clean up longstanding gcc warnings by adding missing externTom Lane2000-01-201-1/+3
* Pass atttypmod to CoerceTargetExpr, so that it can pass it on toTom Lane2000-01-171-2/+2
* Create a new parsetree node type, TypeCast, so that transformation ofTom Lane2000-01-171-3/+5
* Make number of args to a function configurable.Bruce Momjian2000-01-101-4/+1
* any_ordering_op()'s argument should be declared Oid not int.Tom Lane1999-12-121-2/+2
* Teach grammar and parser about aggregate(DISTINCT ...). No implementationTom Lane1999-12-102-5/+8
* Eliminate local inefficiencies in updateTargetListEntry, make_var, andTom Lane1999-11-011-3/+5
* Fix planner and rewriter to follow SQL semantics for tables that areTom Lane1999-10-071-2/+3
* Remove bogus code in oper_exact --- if it didn't find an exactTom Lane1999-08-232-5/+4
* Major revision of sort-node handling: push knowledge of queryTom Lane1999-08-212-6/+11
* Revise parse_coerce() to handle coercion of int and floatTom Lane1999-08-052-4/+4
* Rewrite parser's handling of INSERT ... SELECT so that processingTom Lane1999-07-195-38/+31
* More cleanupBruce Momjian1999-07-161-2/+2
* Change #include's to use <> and "" as appropriate.Bruce Momjian1999-07-159-19/+19
* Clean up #include in /include directory. Add scripts for checking includes.Bruce Momjian1999-07-1510-41/+16
* Cleanup of /include #include's, for 6.6 only.Bruce Momjian1999-07-141-1/+4
* Remove S*I comments from Stephan.Bruce Momjian1999-07-131-2/+1
* Defend against function calls with more than 8 arguments (codeTom Lane1999-06-171-3/+6
* Avoid redundant SysCache searches in coerce_type, for anotherTom Lane1999-05-291-3/+3
* Make functions static or NOT_USED as appropriate.Bruce Momjian1999-05-262-5/+2
* Another pgindent run. Sorry folks.Bruce Momjian1999-05-252-4/+4