index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
include
/
nodes
/
parsenodes.h
Commit message (
Expand
)
Author
Age
*
Update comments for some parse node types.
Tom Lane
2000-08-11
*
Remove useless and dangerous 'opt_type' option from CREATE INDEX.
Tom Lane
2000-07-15
*
Implement nested block comments in the backend and in psql.
Thomas G. Lockhart
2000-07-14
*
Back out pg_shadow changes to allow create table and locking permissions.
Bruce Momjian
2000-06-12
*
I have large database and with this DB work more users and I very need
Bruce Momjian
2000-06-09
*
Inheritance overhaul by Chris Bitmead <chris@bitmead.com>
Bruce Momjian
2000-06-09
*
Miscellaneous cleanups of places that needed to account for new
Tom Lane
2000-05-28
*
Ye-old pgindent run. Same 4-space tabs.
Bruce Momjian
2000-04-12
*
Improve comment.
Tom Lane
2000-03-24
*
Implement column aliases on views "CREATE VIEW name (collist)".
Thomas G. Lockhart
2000-03-14
*
Simplify parsing of column constraints by treating constraint attributes
Tom Lane
2000-03-01
*
Implement reindex command
Hiroshi Inoue
2000-02-18
*
New cost model for planning, incorporating a penalty for random page
Tom Lane
2000-02-15
*
Carry column aliases from the parser frontend. Enables queries like
Thomas G. Lockhart
2000-02-15
*
Redesign DISTINCT ON as discussed in pgsql-sql 1/25/00: syntax is now
Tom Lane
2000-01-27
*
Add:
Bruce Momjian
2000-01-26
*
Create a new parsetree node type, TypeCast, so that transformation of
Tom Lane
2000-01-17
*
Included all yacc and lex files into the distribution.
Peter Eisentraut
2000-01-16
*
* User management commands no longer user pg_exec_query_dest -> more robust
Peter Eisentraut
2000-01-14
*
Here's the Create/Alter/Drop Group stuff that's been really overdue. I
Bruce Momjian
1999-12-16
*
Depending on my interpreting (and programming) skills, this might solve
Bruce Momjian
1999-12-14
*
Teach grammar and parser about aggregate(DISTINCT ...). No implementation
Tom Lane
1999-12-10
*
Rename several destroy* functions/tags to drop*.
Bruce Momjian
1999-12-10
*
Completed FOREIGN KEY syntax.
Jan Wieck
1999-12-06
*
create/alter user extension
Bruce Momjian
1999-11-30
*
Hello.
Bruce Momjian
1999-10-26
*
This patch implements ORACLE's COMMENT SQL command.
Bruce Momjian
1999-10-15
*
Fix planner and rewriter to follow SQL semantics for tables that are
Tom Lane
1999-10-07
*
Reimplement parsing and storage of default expressions and constraint
Tom Lane
1999-10-03
*
Allow CREATE FUNCTION's WITH clause to be used for all language types,
Tom Lane
1999-10-02
*
This is part #1 for of the DEFERRED CONSTRAINT TRIGGER support.
Jan Wieck
1999-09-29
*
I have been working with user defined types and user defined c
Bruce Momjian
1999-09-28
*
Add TRUNCATE command, with psql help and sgml additions.
Bruce Momjian
1999-09-23
*
Major revision of sort-node handling: push knowledge of query
Tom Lane
1999-08-21
*
Improve commentary about ArrayRef and ResTarget nodes.
Tom Lane
1999-07-18
*
Change #include's to use <> and "" as appropriate.
Bruce Momjian
1999-07-15
*
Remove S*I comments from Stephan.
Bruce Momjian
1999-07-13
*
Another pgindent run. Sorry folks.
Bruce Momjian
1999-05-25
*
pgindent run over code.
Bruce Momjian
1999-05-25
*
Replaced targetlist entry in GroupClause by reference number
Jan Wieck
1999-05-12
*
Define JoinExpr structure for outer join syntax.
Thomas G. Lockhart
1999-02-23
*
Change my-function-name-- to my_function_name, and optimizer renames.
Bruce Momjian
1999-02-13
*
Add TEMP tables/indexes. Add COPY pfree(). Other cleanups.
Bruce Momjian
1999-02-02
*
The following patch finishes primary key support. Previously, when
Bruce Momjian
1999-01-21
*
FOR UPDATE is in parser & rules.
Vadim B. Mikheev
1999-01-21
*
Hi!
Bruce Momjian
1999-01-18
*
SELECT FOR UPDATE syntax
Vadim B. Mikheev
1999-01-05
*
Changed TypeName.typmod to int32 - atttypmod is of that size
Jan Wieck
1998-12-21
*
SET TRANSACTION ISOLATION LEVEL ...
Vadim B. Mikheev
1998-12-18
*
Implement CASE expression.
Thomas G. Lockhart
1998-12-04
[next]