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
/
pg_list.h
Commit message (
Expand
)
Author
Age
*
Change the parser to convert SQL "position" and "substring" syntax to
Peter Eisentraut
2000-10-31
*
Reimplementation of UNION/INTERSECT/EXCEPT. INTERSECT/EXCEPT now meet the
Tom Lane
2000-10-05
*
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
*
Inheritance overhaul by Chris Bitmead <chris@bitmead.com>
Bruce Momjian
2000-06-09
*
Ye-old pgindent run. Same 4-space tabs.
Bruce Momjian
2000-04-12
*
Change parse-time representation of float literals (which include oversize
Tom Lane
2000-02-21
*
Rename same() to sameseti() to have a slightly less generic name. Move
Tom Lane
2000-02-06
*
Add:
Bruce Momjian
2000-01-26
*
Major planner/optimizer revision: get rid of PathOrder node type,
Tom Lane
1999-08-16
*
Change #include's to use <> and "" as appropriate.
Bruce Momjian
1999-07-15
*
Final optimizer cleanups.
Bruce Momjian
1999-02-22
*
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
*
Used modified version of indent that understands over 100 typedefs.
Bruce Momjian
1997-09-08
*
Another PGINDENT run that changes variable indenting and case label indenting...
Bruce Momjian
1997-09-08
*
Massive commit to run PGINDENT on all *.c and *.h files.
Bruce Momjian
1997-09-07
*
Make functions static where possible, enclose unused functions in #ifdef NOT_...
Bruce Momjian
1997-08-19
*
From: Dan McGuirk <mcguirk@indirect.com>
Marc G. Fournier
1997-03-12
*
-Wall based cleanup of include files, based from acl.h, and everything
Marc G. Fournier
1996-11-04
*
clean out include files of including other includes files except those
Marc G. Fournier
1996-10-19
*
More cleanups of the include files
Marc G. Fournier
1996-08-28