summaryrefslogtreecommitdiff
path: root/src/include/nodes/pg_list.h
Commit message (Expand)AuthorAgeFilesLines
* Restructure planning of nestloop inner indexscans so that the set of usableTom Lane2002-11-241-1/+2
* Improve obsolete comment.Tom Lane2002-08-191-5/+9
* Update copyright to 2002.Bruce Momjian2002-06-201-2/+2
* Functions live in namespaces. Qualified function names work, egTom Lane2002-04-091-1/+3
* New pgindent run with fixes suggested by Tom. Patch manually reviewed,Bruce Momjian2001-11-051-2/+2
* Another pgindent run. Fixes enum indenting, and improves #endifBruce Momjian2001-10-281-1/+2
* pgindent run on all C files. Java run to follow. initdb/regressionBruce Momjian2001-10-251-2/+1
* Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group.Bruce Momjian2001-01-241-2/+2
* Change the parser to convert SQL "position" and "substring" syntax toPeter Eisentraut2000-10-311-1/+2
* Reimplementation of UNION/INTERSECT/EXCEPT. INTERSECT/EXCEPT now meet theTom Lane2000-10-051-1/+2
* Subselects in FROM clause, per ISO syntax: FROM (SELECT ...) [AS] alias.Tom Lane2000-09-291-4/+16
* First cut at full support for OUTER JOINs. There are still a few looseTom Lane2000-09-121-1/+2
* Inheritance overhaul by Chris Bitmead <chris@bitmead.com>Bruce Momjian2000-06-091-1/+2
* Ye-old pgindent run. Same 4-space tabs.Bruce Momjian2000-04-121-4/+4
* Change parse-time representation of float literals (which include oversizeTom Lane2000-02-211-6/+20
* Rename same() to sameseti() to have a slightly less generic name. MoveTom Lane2000-02-061-2/+5
* Add:Bruce Momjian2000-01-261-2/+3
* Major planner/optimizer revision: get rid of PathOrder node type,Tom Lane1999-08-161-20/+20
* Change #include's to use <> and "" as appropriate.Bruce Momjian1999-07-151-2/+2
* Final optimizer cleanups.Bruce Momjian1999-02-221-4/+1
* Change my-function-name-- to my_function_name, and optimizer renames.Bruce Momjian1999-02-131-2/+2
* OK, folks, here is the pgindent output.Bruce Momjian1998-09-011-2/+2
* Used modified version of indent that understands over 100 typedefs.Bruce Momjian1997-09-081-21/+21
* Another PGINDENT run that changes variable indenting and case label indenting...Bruce Momjian1997-09-081-44/+44
* Massive commit to run PGINDENT on all *.c and *.h files.Bruce Momjian1997-09-071-70/+74
* Make functions static where possible, enclose unused functions in #ifdef NOT_...Bruce Momjian1997-08-191-4/+2
* From: Dan McGuirk <mcguirk@indirect.com>Marc G. Fournier1997-03-121-7/+15
* -Wall based cleanup of include files, based from acl.h, and everythingMarc G. Fournier1996-11-041-2/+2
* clean out include files of including other includes files except thoseMarc G. Fournier1996-10-191-3/+1
* More cleanups of the include filesMarc G. Fournier1996-08-281-0/+112