aboutsummaryrefslogtreecommitdiff
path: root/src/include/nodes/pg_list.h
Commit message (Expand)AuthorAge
* Tweak grammar to use FastAppend rather than lappend when constructingTom Lane2003-08-22
* Another pgindent run with updated typedefs.Bruce Momjian2003-08-08
* Update copyrights to 2003.Bruce Momjian2003-08-04
* pgindent run.Bruce Momjian2003-08-04
* Adjust nestloop-with-inner-indexscan plan generation so that we catchTom Lane2003-06-15
* Fix some planner performance problems with large WHERE clauses, byTom Lane2003-05-28
* Create a distinction between Lists of integers and Lists of OIDs, to getTom Lane2003-02-09
* Replace planner's representation of relation sets, per pghackers discussion.Tom Lane2003-02-08
* Upgrade cost estimation for joins, per discussion with Bradley Baetz.Tom Lane2003-01-27
* Modify planner's implied-equality-deduction code so that when a setTom Lane2003-01-24
* IN clauses appearing at top level of WHERE can now be handled as joins.Tom Lane2003-01-20
* Restructure planning of nestloop inner indexscans so that the set of usableTom Lane2002-11-24
* Improve obsolete comment.Tom Lane2002-08-19
* Update copyright to 2002.Bruce Momjian2002-06-20
* Functions live in namespaces. Qualified function names work, egTom Lane2002-04-09
* New pgindent run with fixes suggested by Tom. Patch manually reviewed,Bruce Momjian2001-11-05
* Another pgindent run. Fixes enum indenting, and improves #endifBruce Momjian2001-10-28
* pgindent run on all C files. Java run to follow. initdb/regressionBruce Momjian2001-10-25
* Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group.Bruce Momjian2001-01-24
* Change the parser to convert SQL "position" and "substring" syntax toPeter Eisentraut2000-10-31
* Reimplementation of UNION/INTERSECT/EXCEPT. INTERSECT/EXCEPT now meet theTom Lane2000-10-05
* Subselects in FROM clause, per ISO syntax: FROM (SELECT ...) [AS] alias.Tom Lane2000-09-29
* First cut at full support for OUTER JOINs. There are still a few looseTom Lane2000-09-12
* Inheritance overhaul by Chris Bitmead <chris@bitmead.com>Bruce Momjian2000-06-09
* Ye-old pgindent run. Same 4-space tabs.Bruce Momjian2000-04-12
* Change parse-time representation of float literals (which include oversizeTom Lane2000-02-21
* Rename same() to sameseti() to have a slightly less generic name. MoveTom Lane2000-02-06
* Add:Bruce Momjian2000-01-26
* Major planner/optimizer revision: get rid of PathOrder node type,Tom Lane1999-08-16
* Change #include's to use <> and "" as appropriate.Bruce Momjian1999-07-15
* Final optimizer cleanups.Bruce Momjian1999-02-22
* Change my-function-name-- to my_function_name, and optimizer renames.Bruce Momjian1999-02-13
* OK, folks, here is the pgindent output.Bruce Momjian1998-09-01
* Used modified version of indent that understands over 100 typedefs.Bruce Momjian1997-09-08
* Another PGINDENT run that changes variable indenting and case label indenting...Bruce Momjian1997-09-08
* Massive commit to run PGINDENT on all *.c and *.h files.Bruce Momjian1997-09-07
* Make functions static where possible, enclose unused functions in #ifdef NOT_...Bruce Momjian1997-08-19
* From: Dan McGuirk <mcguirk@indirect.com>Marc G. Fournier1997-03-12
* -Wall based cleanup of include files, based from acl.h, and everythingMarc G. Fournier1996-11-04
* clean out include files of including other includes files except thoseMarc G. Fournier1996-10-19
* More cleanups of the include filesMarc G. Fournier1996-08-28