aboutsummaryrefslogtreecommitdiff
path: root/src/include/nodes/parsenodes.h
Commit message (Expand)AuthorAge
* Update comments for some parse node types.Tom Lane2000-08-11
* Remove useless and dangerous 'opt_type' option from CREATE INDEX.Tom Lane2000-07-15
* Implement nested block comments in the backend and in psql.Thomas G. Lockhart2000-07-14
* Back out pg_shadow changes to allow create table and locking permissions.Bruce Momjian2000-06-12
* I have large database and with this DB work more users and I very needBruce Momjian2000-06-09
* Inheritance overhaul by Chris Bitmead <chris@bitmead.com>Bruce Momjian2000-06-09
* Miscellaneous cleanups of places that needed to account for newTom Lane2000-05-28
* Ye-old pgindent run. Same 4-space tabs.Bruce Momjian2000-04-12
* Improve comment.Tom Lane2000-03-24
* Implement column aliases on views "CREATE VIEW name (collist)".Thomas G. Lockhart2000-03-14
* Simplify parsing of column constraints by treating constraint attributesTom Lane2000-03-01
* Implement reindex commandHiroshi Inoue2000-02-18
* New cost model for planning, incorporating a penalty for random pageTom Lane2000-02-15
* Carry column aliases from the parser frontend. Enables queries likeThomas G. Lockhart2000-02-15
* Redesign DISTINCT ON as discussed in pgsql-sql 1/25/00: syntax is nowTom Lane2000-01-27
* Add:Bruce Momjian2000-01-26
* Create a new parsetree node type, TypeCast, so that transformation ofTom Lane2000-01-17
* Included all yacc and lex files into the distribution.Peter Eisentraut2000-01-16
* * User management commands no longer user pg_exec_query_dest -> more robustPeter Eisentraut2000-01-14
* Here's the Create/Alter/Drop Group stuff that's been really overdue. IBruce Momjian1999-12-16
* Depending on my interpreting (and programming) skills, this might solveBruce Momjian1999-12-14
* Teach grammar and parser about aggregate(DISTINCT ...). No implementationTom Lane1999-12-10
* Rename several destroy* functions/tags to drop*.Bruce Momjian1999-12-10
* Completed FOREIGN KEY syntax.Jan Wieck1999-12-06
* create/alter user extensionBruce Momjian1999-11-30
* Hello.Bruce Momjian1999-10-26
* This patch implements ORACLE's COMMENT SQL command.Bruce Momjian1999-10-15
* Fix planner and rewriter to follow SQL semantics for tables that areTom Lane1999-10-07
* Reimplement parsing and storage of default expressions and constraintTom Lane1999-10-03
* Allow CREATE FUNCTION's WITH clause to be used for all language types,Tom Lane1999-10-02
* This is part #1 for of the DEFERRED CONSTRAINT TRIGGER support.Jan Wieck1999-09-29
* I have been working with user defined types and user defined cBruce Momjian1999-09-28
* Add TRUNCATE command, with psql help and sgml additions.Bruce Momjian1999-09-23
* Major revision of sort-node handling: push knowledge of queryTom Lane1999-08-21
* Improve commentary about ArrayRef and ResTarget nodes.Tom Lane1999-07-18
* Change #include's to use <> and "" as appropriate.Bruce Momjian1999-07-15
* Remove S*I comments from Stephan.Bruce Momjian1999-07-13
* Another pgindent run. Sorry folks.Bruce Momjian1999-05-25
* pgindent run over code.Bruce Momjian1999-05-25
* Replaced targetlist entry in GroupClause by reference numberJan Wieck1999-05-12
* Define JoinExpr structure for outer join syntax.Thomas G. Lockhart1999-02-23
* Change my-function-name-- to my_function_name, and optimizer renames.Bruce Momjian1999-02-13
* Add TEMP tables/indexes. Add COPY pfree(). Other cleanups.Bruce Momjian1999-02-02
* The following patch finishes primary key support. Previously, whenBruce Momjian1999-01-21
* FOR UPDATE is in parser & rules.Vadim B. Mikheev1999-01-21
* Hi!Bruce Momjian1999-01-18
* SELECT FOR UPDATE syntaxVadim B. Mikheev1999-01-05
* Changed TypeName.typmod to int32 - atttypmod is of that sizeJan Wieck1998-12-21
* SET TRANSACTION ISOLATION LEVEL ...Vadim B. Mikheev1998-12-18
* Implement CASE expression.Thomas G. Lockhart1998-12-04