aboutsummaryrefslogtreecommitdiff
path: root/src/backend/nodes/list.c
Commit message (Expand)AuthorAge
* Tidy up code in get_cheapest_group_keys_order()David Rowley2022-07-13
* Implement List support for TransactionIdAlvaro Herrera2022-07-04
* Update copyright for 2022Bruce Momjian2022-01-07
* Doc: add some notes about performance of the List functions.Tom Lane2021-11-06
* Avoid O(N^2) behavior in SyncPostCheckpoint().Tom Lane2021-11-02
* Implement GROUP BY DISTINCTTomas Vondra2021-03-18
* Implement support for bulk inserts in postgres_fdwTomas Vondra2021-01-20
* Update copyright for 2021Bruce Momjian2021-01-02
* Minor mop-up for List improvements.Tom Lane2020-09-27
* Modify additional power 2 calculations to use new helper functionsDavid Rowley2020-04-08
* Update copyrights for 2020Bruce Momjian2020-01-01
* Avoid trying to release a List's initial allocation via repalloc().Tom Lane2019-10-06
* Rationalize use of list_concat + list_copy combinations.Tom Lane2019-08-12
* Avoid using lcons and list_delete_first where it's easy to do so.Tom Lane2019-07-17
* Remove lappend_cell...() family of List functions.Tom Lane2019-07-16
* Clean up some ad-hoc code for sorting and de-duplicating Lists.Tom Lane2019-07-16
* Redesign the API for list sorting (list_qsort becomes list_sort).Tom Lane2019-07-16
* Represent Lists as expansible arrays, not chains of cons-cells.Tom Lane2019-07-15
* Update copyright for 2019Bruce Momjian2019-01-02
* Order active window clauses for greater reuse of Sort nodes.Andrew Gierth2018-09-14
* Rewrite list_qsort() to avoid trashing its input list.Tom Lane2018-01-09
* Update copyright for 2018Bruce Momjian2018-01-02
* Support Parallel Append plan nodes.Robert Haas2017-12-05
* Phase 2 of pgindent updates.Tom Lane2017-06-21
* Update copyright via script for 2017Bruce Momjian2017-01-03
* Update copyright for 2016Bruce Momjian2016-01-02
* Rely on inline functions even if that causes warnings in older compilers.Andres Freund2015-08-05
* 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
* pgindent run for 9.4Bruce Momjian2014-05-06
* Update copyright for 2014Bruce Momjian2014-01-07
* Update copyrights for 2013Bruce Momjian2013-01-01
* Add support for easily declaring static inline functionsAlvaro Herrera2012-10-08
* Run pgindent on 9.2 source tree in preparation for first 9.3Bruce Momjian2012-06-10
* Update copyright notices for year 2012.Bruce Momjian2012-01-01
* Add const qualifiers to node inspection functionsPeter Eisentraut2011-12-07
* 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
* 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
* 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