summaryrefslogtreecommitdiff
path: root/src/backend/nodes/list.c
Commit message (Expand)AuthorAgeFilesLines
* Pgindent run for 8.0.Bruce Momjian2004-08-291-75/+75
* Update copyright to 2004.Bruce Momjian2004-08-291-2/+2
* Label CVS tip as 8.0devel instead of 7.5devel. Adjust various commentsTom Lane2004-08-041-2/+2
* FastList is history, yay.Tom Lane2004-06-011-79/+4
* Use the new List API function names throughout the backend, and disable theNeil Conway2004-05-301-3/+1
* Reimplement the linked list data structure used throughout the backend.Neil Conway2004-05-261-421/+881
* Cleanup: move the 'Value' node into a separate file, rather than puttingNeil Conway2004-01-071-73/+2
* $Header: -> $PostgreSQL Changes ...PostgreSQL Daemon2003-11-291-1/+1
* Another pgindent run with updated typedefs.Bruce Momjian2003-08-081-6/+6
* Update copyrights to 2003.Bruce Momjian2003-08-041-2/+2
* pgindent run.Bruce Momjian2003-08-041-12/+7
* Error message editing in backend/bootstrap, /lib, /nodes, /port.Tom Lane2003-07-221-3/+3
* Adjust nestloop-with-inner-indexscan plan generation so that we catchTom Lane2003-06-151-1/+16
* Fix some planner performance problems with large WHERE clauses, byTom Lane2003-05-281-3/+117
* Create a distinction between Lists of integers and Lists of OIDs, to getTom Lane2003-02-091-61/+84
* Replace planner's representation of relation sets, per pghackers discussion.Tom Lane2003-02-081-83/+3
* Upgrade cost estimation for joins, per discussion with Bradley Baetz.Tom Lane2003-01-271-1/+23
* Modify planner's implied-equality-deduction code so that when a setTom Lane2003-01-241-1/+17
* IN clauses appearing at top level of WHERE can now be handled as joins.Tom Lane2003-01-201-5/+5
* To suppress memory leakage in long-lived Lists, lremove() should pfreeTom Lane2002-12-171-2/+4
* Restructure planning of nestloop inner indexscans so that the set of usableTom Lane2002-11-241-1/+41
* Update copyright to 2002.Bruce Momjian2002-06-201-2/+2
* Functions live in namespaces. Qualified function names work, egTom Lane2002-04-091-1/+31
* pgindent run. Make it all clean.Bruce Momjian2001-03-221-8/+7
* Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group.Bruce Momjian2001-01-241-2/+2
* Change lcons(x, NIL) to makeList(x) where appropriate.Bruce Momjian2001-01-171-3/+3
* Change the parser to convert SQL "position" and "substring" syntax toPeter Eisentraut2000-10-311-1/+18
* Reimplementation of UNION/INTERSECT/EXCEPT. INTERSECT/EXCEPT now meet theTom Lane2000-10-051-2/+24
* Subselects in FROM clause, per ISO syntax: FROM (SELECT ...) [AS] alias.Tom Lane2000-09-291-42/+13
* First cut at full support for OUTER JOINs. There are still a few looseTom Lane2000-09-121-1/+20
* Inheritance overhaul by Chris Bitmead <chris@bitmead.com>Bruce Momjian2000-06-091-1/+16
* Ye-old pgindent run. Same 4-space tabs.Bruce Momjian2000-04-121-9/+9
* Change parse-time representation of float literals (which include oversizeTom Lane2000-02-211-3/+7
* Rename same() to sameseti() to have a slightly less generic name. MoveTom Lane2000-02-061-19/+53
* Add:Bruce Momjian2000-01-261-2/+3
* Major planner/optimizer revision: get rid of PathOrder node type,Tom Lane1999-08-161-1/+26
* LispUnion routine didn't generate a proper union: anytimeTom Lane1999-08-141-212/+133
* Move some system includes into c.h, and remove duplicates.Bruce Momjian1999-07-171-2/+1
* Remove unused #includes in *.c files.Bruce Momjian1999-07-151-3/+1
* Clean up #include in /include directory. Add scripts for checking includes.Bruce Momjian1999-07-151-4/+1
* Cleanup of /include #include's, for 6.6 only.Bruce Momjian1999-07-141-1/+2
* pgindent run over code.Bruce Momjian1999-05-251-3/+6
* ifdef out append().Bruce Momjian1999-02-221-1/+3
* more cleanupBruce Momjian1999-02-221-2/+75
* Final optimizer cleanups.Bruce Momjian1999-02-221-1/+5
* Change my-function-name-- to my_function_name, and optimizer renames.Bruce Momjian1999-02-131-2/+2
* Major optimizer improvement for joining a large number of tables.Bruce Momjian1999-02-091-3/+3
* OK, folks, here is the pgindent output.Bruce Momjian1998-09-011-6/+6
* Renaming cleanup, no pgindent yet.Bruce Momjian1998-09-011-27/+27
* Remove un-needed braces around single statements.Bruce Momjian1998-06-151-11/+1