aboutsummaryrefslogtreecommitdiff
path: root/src/backend/nodes/list.c
Commit message (Expand)AuthorAge
* Update copyright for 2006. Update scripts.Bruce Momjian2006-03-05
* Standard pgindent run for 8.1.Bruce Momjian2005-10-15
* Fix a bunch of bad interactions between partial indexes and the newTom Lane2005-07-28
* Trivial comment tweak.Neil Conway2005-03-17
* Tag appropriate files for rc3PostgreSQL Daemon2004-12-31
* Pgindent run for 8.0.Bruce Momjian2004-08-29
* Update copyright to 2004.Bruce Momjian2004-08-29
* Label CVS tip as 8.0devel instead of 7.5devel. Adjust various commentsTom Lane2004-08-04
* FastList is history, yay.Tom Lane2004-06-01
* Use the new List API function names throughout the backend, and disable theNeil Conway2004-05-30
* Reimplement the linked list data structure used throughout the backend.Neil Conway2004-05-26
* Cleanup: move the 'Value' node into a separate file, rather than puttingNeil Conway2004-01-07
* $Header: -> $PostgreSQL Changes ...PostgreSQL Daemon2003-11-29
* Another pgindent run with updated typedefs.Bruce Momjian2003-08-08
* Update copyrights to 2003.Bruce Momjian2003-08-04
* pgindent run.Bruce Momjian2003-08-04
* Error message editing in backend/bootstrap, /lib, /nodes, /port.Tom Lane2003-07-22
* 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
* To suppress memory leakage in long-lived Lists, lremove() should pfreeTom Lane2002-12-17
* Restructure planning of nestloop inner indexscans so that the set of usableTom Lane2002-11-24
* Update copyright to 2002.Bruce Momjian2002-06-20
* Functions live in namespaces. Qualified function names work, egTom Lane2002-04-09
* pgindent run. Make it all clean.Bruce Momjian2001-03-22
* Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group.Bruce Momjian2001-01-24
* Change lcons(x, NIL) to makeList(x) where appropriate.Bruce Momjian2001-01-17
* 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
* LispUnion routine didn't generate a proper union: anytimeTom Lane1999-08-14
* Move some system includes into c.h, and remove duplicates.Bruce Momjian1999-07-17
* Remove unused #includes in *.c files.Bruce Momjian1999-07-15
* Clean up #include in /include directory. Add scripts for checking includes.Bruce Momjian1999-07-15
* Cleanup of /include #include's, for 6.6 only.Bruce Momjian1999-07-14
* pgindent run over code.Bruce Momjian1999-05-25
* ifdef out append().Bruce Momjian1999-02-22
* more cleanupBruce Momjian1999-02-22
* Final optimizer cleanups.Bruce Momjian1999-02-22