aboutsummaryrefslogtreecommitdiff
path: root/src/include/parser
Commit message (Expand)AuthorAge
* pgindent run on all C files. Java run to follow. initdb/regressionBruce Momjian2001-10-25
* Fix foreign keys on system columns.Tom Lane2001-10-23
* Change plpgsql to depend on main parser's type-declaration grammar,Tom Lane2001-10-09
* Consider interpreting a function call as a trivial (binary-compatible)Tom Lane2001-10-04
* Remove no-longer-used macros.Tom Lane2001-10-03
* Add an operator xid '=' int and remove BINARY_COMPATI...Hiroshi Inoue2001-09-30
* Allow comparison between xid and xid, int.Hiroshi Inoue2001-09-29
* Provide tunable knob for x = NULL -> x IS NULL transformation, default to off.Peter Eisentraut2001-09-20
* Here is my much-promised patch to let people add UNIQUE constraints afterBruce Momjian2001-09-07
* Make OIDs optional, per discussions in pghackers. WITH OIDS is still theTom Lane2001-08-10
* Back out BYTEA binary compatibility changes.Bruce Momjian2001-06-24
* > Marko Kreen <marko@l-t.ee> writes:Bruce Momjian2001-06-23
* Add IS UNKNOWN, IS NOT UNKNOWN boolean tests, fix the existing booleanTom Lane2001-06-19
* Make bit and bit varying types reject too long input. (They already triedPeter Eisentraut2001-05-22
* New comment. This func/column things has always confused me.Bruce Momjian2001-05-19
* Rename ParseFuncOrColumn() to ParseColumnOrFunc().Bruce Momjian2001-05-18
* pgindent run. Make it all clean.Bruce Momjian2001-03-22
* Clean up two rather nasty bugs in operator selection code.Tom Lane2001-02-16
* Change scoping of table and join refnames to conform to SQL92: a JOINTom Lane2001-02-14
* plpgsql's private copy of xlateSqlType was out of sync. Again. ThisTom Lane2001-02-09
* Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group.Bruce Momjian2001-01-24
* Remove not-really-standard implementation of CREATE TABLE's UNDER clause,Tom Lane2001-01-05
* Clean up handling of FOR UPDATE inside views and subselects ... make itTom Lane2000-12-06
* Add separate type category for bit string types, allowing mixed bit/varbitPeter Eisentraut2000-11-17
* Change SearchSysCache coding conventions so that a reference count isTom Lane2000-11-16
* Make DROP TABLE rollback-able: postpone physical file delete until commit.Tom Lane2000-11-08
* Arrange that no database accesses are attempted during parser() --- thisTom Lane2000-10-07
* Reimplementation of UNION/INTERSECT/EXCEPT. INTERSECT/EXCEPT now meet theTom Lane2000-10-05
* Subselects in FROM clause, per ISO syntax: FROM (SELECT ...) [AS] alias.Tom Lane2000-09-29
* Use variable aliases, if supplied, rather than real column names inTom Lane2000-09-25
* First cut at full support for OUTER JOINs. There are still a few looseTom Lane2000-09-12
* Update obsolete comments.Tom Lane2000-08-29
* First pass at integrating BIT and BIT VARYING code from Adriaan Joubert.Tom Lane2000-08-21
* Make functional indexes accept binary-compatible functions, for exampleTom Lane2000-08-20
* Remove 'func_tlist' from Func expression nodes, likewise 'param_tlist'Tom Lane2000-08-08
* Clean up #include's.Bruce Momjian2000-06-15
* Rename rule CURRENT to OLD in source tree. Add mapping for backwardBruce Momjian2000-06-12
* Inheritance overhaul by Chris Bitmead <chris@bitmead.com>Bruce Momjian2000-06-09
* Mark functions as static and ifdef NOT_USED as appropriate.Bruce Momjian2000-06-08
* New warning code about auto-created range table entries.Bruce Momjian2000-06-03
* Repair list-vs-node confusion that resulted in failure for INNER JOIN ON.Tom Lane2000-05-12
* Ye-old pgindent run. Same 4-space tabs.Bruce Momjian2000-04-12
* Reverse out BYTEA type coersion.Bruce Momjian2000-03-20
* Add compatiblity information for bytea.Bruce Momjian2000-03-20
* Add safety check on expression nesting depth. Default value is set byTom Lane2000-03-17
* Turns out that Mazurkiewicz's gripe about 'function inheritance' isTom Lane2000-03-16
* Implement column aliases on views "CREATE VIEW name (collist)".Thomas G. Lockhart2000-03-14
* Fix exprTypmod to recognize length-coercion function expressions,Tom Lane2000-02-26
* Implement "date/time grand unification".Thomas G. Lockhart2000-02-16
* Carry column aliases from the parser frontend. Enables queries likeThomas G. Lockhart2000-02-15