| Commit message (Expand) | Author | Age |
* | Update copyright for 2019 | Bruce Momjian | 2019-01-02 |
* | Order active window clauses for greater reuse of Sort nodes. | Andrew Gierth | 2018-09-14 |
* | Rewrite list_qsort() to avoid trashing its input list. | Tom Lane | 2018-01-09 |
* | Update copyright for 2018 | Bruce Momjian | 2018-01-02 |
* | Support Parallel Append plan nodes. | Robert Haas | 2017-12-05 |
* | Phase 2 of pgindent updates. | Tom Lane | 2017-06-21 |
* | Update copyright via script for 2017 | Bruce Momjian | 2017-01-03 |
* | Update copyright for 2016 | Bruce Momjian | 2016-01-02 |
* | Rely on inline functions even if that causes warnings in older compilers. | Andres Freund | 2015-08-05 |
* | Support GROUPING SETS, CUBE and ROLLUP. | Andres Freund | 2015-05-16 |
* | Update copyright for 2015 | Bruce Momjian | 2015-01-06 |
* | Implement UPDATE tab SET (col1,col2,...) = (SELECT ...), ... | Tom Lane | 2014-06-18 |
* | pgindent run for 9.4 | Bruce Momjian | 2014-05-06 |
* | Update copyright for 2014 | Bruce Momjian | 2014-01-07 |
* | Update copyrights for 2013 | Bruce Momjian | 2013-01-01 |
* | Add support for easily declaring static inline functions | Alvaro Herrera | 2012-10-08 |
* | Run pgindent on 9.2 source tree in preparation for first 9.3 | Bruce Momjian | 2012-06-10 |
* | Update copyright notices for year 2012. | Bruce Momjian | 2012-01-01 |
* | Add const qualifiers to node inspection functions | Peter Eisentraut | 2011-12-07 |
* | Stamp copyrights for year 2011. | Bruce Momjian | 2011-01-01 |
* | Remove cvs keywords from all files. | Magnus Hagander | 2010-09-20 |
* | Support inlining various small performance-critical functions on non-GCC | Tom Lane | 2010-02-13 |
* | Update copyright for the year 2010. | Bruce Momjian | 2010-01-02 |
* | 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list | Bruce Momjian | 2009-06-11 |
* | Update copyright for 2009. | Bruce Momjian | 2009-01-01 |
* | Implement SEMI and ANTI joins in the planner and executor. (Semijoins replace | Tom Lane | 2008-08-14 |
* | Update copyrights in source tree to 2008. | Bruce Momjian | 2008-01-01 |
* | Update CVS HEAD for 2007 copyright. Back branches are typically not | Bruce Momjian | 2007-01-05 |
* | Update copyright for 2006. Update scripts. | Bruce Momjian | 2006-03-05 |
* | Standard pgindent run for 8.1. | Bruce Momjian | 2005-10-15 |
* | Fix a bunch of bad interactions between partial indexes and the new | Tom Lane | 2005-07-28 |
* | Trivial comment tweak. | Neil Conway | 2005-03-17 |
* | Tag appropriate files for rc3 | PostgreSQL Daemon | 2004-12-31 |
* | Pgindent run for 8.0. | Bruce Momjian | 2004-08-29 |
* | Update copyright to 2004. | Bruce Momjian | 2004-08-29 |
* | Label CVS tip as 8.0devel instead of 7.5devel. Adjust various comments | Tom Lane | 2004-08-04 |
* | FastList is history, yay. | Tom Lane | 2004-06-01 |
* | Use the new List API function names throughout the backend, and disable the | Neil Conway | 2004-05-30 |
* | Reimplement the linked list data structure used throughout the backend. | Neil Conway | 2004-05-26 |
* | Cleanup: move the 'Value' node into a separate file, rather than putting | Neil Conway | 2004-01-07 |
* | $Header: -> $PostgreSQL Changes ... | PostgreSQL Daemon | 2003-11-29 |
* | Another pgindent run with updated typedefs. | Bruce Momjian | 2003-08-08 |
* | Update copyrights to 2003. | Bruce Momjian | 2003-08-04 |
* | pgindent run. | Bruce Momjian | 2003-08-04 |
* | Error message editing in backend/bootstrap, /lib, /nodes, /port. | Tom Lane | 2003-07-22 |
* | Adjust nestloop-with-inner-indexscan plan generation so that we catch | Tom Lane | 2003-06-15 |
* | Fix some planner performance problems with large WHERE clauses, by | Tom Lane | 2003-05-28 |
* | Create a distinction between Lists of integers and Lists of OIDs, to get | Tom Lane | 2003-02-09 |
* | Replace planner's representation of relation sets, per pghackers discussion. | Tom Lane | 2003-02-08 |
* | Upgrade cost estimation for joins, per discussion with Bradley Baetz. | Tom Lane | 2003-01-27 |