summaryrefslogtreecommitdiff
path: root/src/include/parser
Commit message (Expand)AuthorAgeFilesLines
* Make OIDs optional, per discussions in pghackers. WITH OIDS is still theTom Lane2001-08-101-2/+1
* Back out BYTEA binary compatibility changes.Bruce Momjian2001-06-241-8/+1
* > Marko Kreen <marko@l-t.ee> writes:Bruce Momjian2001-06-231-1/+8
* Add IS UNKNOWN, IS NOT UNKNOWN boolean tests, fix the existing booleanTom Lane2001-06-191-1/+3
* Make bit and bit varying types reject too long input. (They already triedPeter Eisentraut2001-05-221-4/+4
* New comment. This func/column things has always confused me.Bruce Momjian2001-05-191-2/+2
* Rename ParseFuncOrColumn() to ParseColumnOrFunc().Bruce Momjian2001-05-181-2/+2
* pgindent run. Make it all clean.Bruce Momjian2001-03-226-37/+38
* Clean up two rather nasty bugs in operator selection code.Tom Lane2001-02-161-5/+19
* Change scoping of table and join refnames to conform to SQL92: a JOINTom Lane2001-02-143-14/+26
* plpgsql's private copy of xlateSqlType was out of sync. Again. ThisTom Lane2001-02-091-1/+3
* Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group.Bruce Momjian2001-01-2416-32/+32
* Remove not-really-standard implementation of CREATE TABLE's UNDER clause,Tom Lane2001-01-051-1/+2
* Clean up handling of FOR UPDATE inside views and subselects ... make itTom Lane2000-12-061-1/+3
* 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