summaryrefslogtreecommitdiff
path: root/src/include/nodes/pg_list.h
Commit message (Expand)AuthorAgeFilesLines
* Implement SEMI and ANTI joins in the planner and executor. (Semijoins replaceTom Lane2008-08-141-1/+4
* Fix TransactionIdIsCurrentTransactionId() to use binary search instead ofTom Lane2008-03-171-12/+1
* Update copyrights in source tree to 2008.Bruce Momjian2008-01-011-2/+2
* Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian2007-01-051-2/+2
* Move xact.c's partial support for Lists of TransactionIds into pg_list.h.Tom Lane2006-08-271-1/+12
* Update copyright for 2006. Update scripts.Bruce Momjian2006-03-051-2/+2
* Standard pgindent run for 8.1.Bruce Momjian2005-10-151-2/+1
* Fix a bunch of bad interactions between partial indexes and the newTom Lane2005-07-281-1/+11
* Tag appropriate files for rc3PostgreSQL Daemon2004-12-311-2/+2
* A few minor list-related cleanups:Neil Conway2004-09-271-3/+3
* Pgindent run for 8.0.Bruce Momjian2004-08-291-27/+25
* Update copyright to 2004.Bruce Momjian2004-08-291-2/+2
* FastList is history, yay.Tom Lane2004-06-011-35/+20
* Use the new List API function names throughout the backend, and disable theNeil Conway2004-05-301-29/+11
* A couple other cosmetic cleanups in new List stuff.Tom Lane2004-05-261-3/+1
* Reimplement the linked list data structure used throughout the backend.Neil Conway2004-05-261-97/+281
* Cleanup: move the 'Value' node into a separate file, rather than puttingNeil Conway2004-01-071-49/+2
* make sure the $Id tags are converted to $PostgreSQL as well ...PostgreSQL Daemon2003-11-291-1/+1
* Tweak grammar to use FastAppend rather than lappend when constructingTom Lane2003-08-221-1/+7
* Another pgindent run with updated typedefs.Bruce Momjian2003-08-081-7/+7
* Update copyrights to 2003.Bruce Momjian2003-08-041-2/+2
* pgindent run.Bruce Momjian2003-08-041-7/+7
* Adjust nestloop-with-inner-indexscan plan generation so that we catchTom Lane2003-06-151-1/+4
* Fix some planner performance problems with large WHERE clauses, byTom Lane2003-05-281-1/+21
* Create a distinction between Lists of integers and Lists of OIDs, to getTom Lane2003-02-091-25/+42
* Replace planner's representation of relation sets, per pghackers discussion.Tom Lane2003-02-081-10/+5
* Upgrade cost estimation for joins, per discussion with Bradley Baetz.Tom Lane2003-01-271-1/+2
* Modify planner's implied-equality-deduction code so that when a setTom Lane2003-01-241-1/+2
* IN clauses appearing at top level of WHERE can now be handled as joins.Tom Lane2003-01-201-2/+3
* 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