index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
include
/
parser
/
parse_relation.h
Commit message (
Expand
)
Author
Age
*
pgindent run. Make it all clean.
Bruce Momjian
2001-03-22
*
Change scoping of table and join refnames to conform to SQL92: a JOIN
Tom Lane
2001-02-14
*
Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group.
Bruce Momjian
2001-01-24
*
Subselects in FROM clause, per ISO syntax: FROM (SELECT ...) [AS] alias.
Tom Lane
2000-09-29
*
First cut at full support for OUTER JOINs. There are still a few loose
Tom Lane
2000-09-12
*
Mark functions as static and ifdef NOT_USED as appropriate.
Bruce Momjian
2000-06-08
*
New warning code about auto-created range table entries.
Bruce Momjian
2000-06-03
*
Ye-old pgindent run. Same 4-space tabs.
Bruce Momjian
2000-04-12
*
Carry column aliases from the parser frontend. Enables queries like
Thomas G. Lockhart
2000-02-15
*
Add:
Bruce Momjian
2000-01-26
*
Fix planner and rewriter to follow SQL semantics for tables that are
Tom Lane
1999-10-07
*
Rewrite parser's handling of INSERT ... SELECT so that processing
Tom Lane
1999-07-19
*
Change #include's to use <> and "" as appropriate.
Bruce Momjian
1999-07-15
*
Clean up #include in /include directory. Add scripts for checking includes.
Bruce Momjian
1999-07-15
*
Change my-function-name-- to my_function_name, and optimizer renames.
Bruce Momjian
1999-02-13
*
OK, folks, here is the pgindent output.
Bruce Momjian
1998-09-01
*
pgindent run before 6.3 release, with Thomas' requested changes.
Bruce Momjian
1998-02-26
*
Add Var.varlevelup to code. More parser cleanup.
Bruce Momjian
1998-01-20
*
Parser cleanup.
Bruce Momjian
1998-01-20
*
Fix for count(*), aggs with views and multiple tables and sum(3).
Bruce Momjian
1998-01-04
*
Make parser functions static where possible.
Bruce Momjian
1997-11-26
*
Cleanup up include files.
Bruce Momjian
1997-11-26
*
Break parser functions into smaller files, group together.
Bruce Momjian
1997-11-25