aboutsummaryrefslogtreecommitdiff
path: root/src/include/nodes/pg_list.h
Commit message (Expand)AuthorAge
* Improve castNode notation by introducing list-extraction-specific variants.Tom Lane2017-04-10
* Support GROUPING SETS, CUBE and ROLLUP.Andres Freund2015-05-16
* Update copyright for 2015Bruce Momjian2015-01-06
* Implement UPDATE tab SET (col1,col2,...) = (SELECT ...), ...Tom Lane2014-06-18
* Update copyright for 2014Bruce Momjian2014-01-07
* Update copyrights for 2013Bruce Momjian2013-01-01
* Rename USE_INLINE to PG_USE_INLINEAlvaro Herrera2012-10-09
* Add support for easily declaring static inline functionsAlvaro Herrera2012-10-08
* Update copyright notices for year 2012.Bruce Momjian2012-01-01
* Add const qualifiers to node inspection functionsPeter Eisentraut2011-12-07
* pgindent run before PG 9.1 beta 1.Bruce Momjian2011-04-10
* Per-column collation supportPeter Eisentraut2011-02-08
* Stamp copyrights for year 2011.Bruce Momjian2011-01-01
* Remove cvs keywords from all files.Magnus Hagander2010-09-20
* Support inlining various small performance-critical functions on non-GCCTom Lane2010-02-13
* Update copyright for the year 2010.Bruce Momjian2010-01-02
* 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef listBruce Momjian2009-06-11
* Update copyright for 2009.Bruce Momjian2009-01-01
* Implement SEMI and ANTI joins in the planner and executor. (Semijoins replaceTom Lane2008-08-14
* Fix TransactionIdIsCurrentTransactionId() to use binary search instead ofTom Lane2008-03-17
* Update copyrights in source tree to 2008.Bruce Momjian2008-01-01
* Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian2007-01-05
* Move xact.c's partial support for Lists of TransactionIds into pg_list.h.Tom Lane2006-08-27
* 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
* Tag appropriate files for rc3PostgreSQL Daemon2004-12-31
* A few minor list-related cleanups:Neil Conway2004-09-27
* Pgindent run for 8.0.Bruce Momjian2004-08-29
* Update copyright to 2004.Bruce Momjian2004-08-29
* FastList is history, yay.Tom Lane2004-06-01
* Use the new List API function names throughout the backend, and disable theNeil Conway2004-05-30
* A couple other cosmetic cleanups in new List stuff.Tom Lane2004-05-26
* 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
* make sure the $Id tags are converted to $PostgreSQL as well ...PostgreSQL Daemon2003-11-29
* 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