Commits

DateSubjectAuthorReleases
2021-11-06 Doc: add some notes about performance of the List functions. Tom Lane 15.0
2021-11-02 Avoid O(N^2) behavior in SyncPostCheckpoint(). Tom Lane 15.0
2021-11-02 Avoid O(N^2) behavior in SyncPostCheckpoint(). Tom Lane 14.1
2021-11-02 Avoid O(N^2) behavior in SyncPostCheckpoint(). Tom Lane 13.5
2020-09-28 Minor mop-up for List improvements. Tom Lane 14.0
2019-10-06 Avoid trying to release a List's initial allocation via repalloc(). Tom Lane 13.0
2019-08-12 Rationalize use of list_concat + list_copy combinations. Tom Lane 13.0
2019-07-17 Avoid using lcons and list_delete_first where it's easy to do so. Tom Lane 13.0
2019-07-16 Remove lappend_cell...() family of List functions. Tom Lane 13.0
2019-07-16 Clean up some ad-hoc code for sorting and de-duplicating Lists. Tom Lane 13.0
2019-07-16 Redesign the API for list sorting (list_qsort becomes list_sort). Tom Lane 13.0
2019-07-15 Represent Lists as expansible arrays, not chains of cons-cells. Tom Lane 13.0
2018-01-09 Rewrite list_qsort() to avoid trashing its input list. Tom Lane 11.0
2017-06-21 Phase 2 of pgindent updates. Tom Lane 10.0
2014-06-18 Implement UPDATE tab SET (col1,col2,...) = (SELECT ...), ... Tom Lane 9.5.0
2010-02-13 Support inlining various small performance-critical functions on non-GCC Tom Lane 9.0.0
2008-08-14 Implement SEMI and ANTI joins in the planner and executor. (Semijoins replace Tom Lane 8.4.0
2005-07-28 Fix a bunch of bad interactions between partial indexes and the new Tom Lane 8.1.0
2004-08-04 Label CVS tip as 8.0devel instead of 7.5devel. Adjust various comments Tom Lane 8.0.0
2004-06-01 FastList is history, yay. Tom Lane 8.0.0
2003-07-22 Error message editing in backend/bootstrap, /lib, /nodes, /port. Tom Lane 7.4.1
2003-06-15 Adjust nestloop-with-inner-indexscan plan generation so that we catch Tom Lane 7.4.1
2003-05-28 Fix some planner performance problems with large WHERE clauses, by Tom Lane 7.4.1
2003-02-09 Create a distinction between Lists of integers and Lists of OIDs, to get Tom Lane 7.4.1
2003-02-08 Replace planner's representation of relation sets, per pghackers discussion. Tom Lane 7.4.1