| Commit message (Expand) | Author | Age | Files | Lines |
| * | Pgindent run for 8.0. | Bruce Momjian | 2004-08-29 | 1 | -75/+75 |
| * | Update copyright to 2004. | Bruce Momjian | 2004-08-29 | 1 | -2/+2 |
| * | Label CVS tip as 8.0devel instead of 7.5devel. Adjust various comments | Tom Lane | 2004-08-04 | 1 | -2/+2 |
| * | FastList is history, yay. | Tom Lane | 2004-06-01 | 1 | -79/+4 |
| * | Use the new List API function names throughout the backend, and disable the | Neil Conway | 2004-05-30 | 1 | -3/+1 |
| * | Reimplement the linked list data structure used throughout the backend. | Neil Conway | 2004-05-26 | 1 | -421/+881 |
| * | Cleanup: move the 'Value' node into a separate file, rather than putting | Neil Conway | 2004-01-07 | 1 | -73/+2 |
| * | $Header: -> $PostgreSQL Changes ... | PostgreSQL Daemon | 2003-11-29 | 1 | -1/+1 |
| * | Another pgindent run with updated typedefs. | Bruce Momjian | 2003-08-08 | 1 | -6/+6 |
| * | Update copyrights to 2003. | Bruce Momjian | 2003-08-04 | 1 | -2/+2 |
| * | pgindent run. | Bruce Momjian | 2003-08-04 | 1 | -12/+7 |
| * | Error message editing in backend/bootstrap, /lib, /nodes, /port. | Tom Lane | 2003-07-22 | 1 | -3/+3 |
| * | Adjust nestloop-with-inner-indexscan plan generation so that we catch | Tom Lane | 2003-06-15 | 1 | -1/+16 |
| * | Fix some planner performance problems with large WHERE clauses, by | Tom Lane | 2003-05-28 | 1 | -3/+117 |
| * | Create a distinction between Lists of integers and Lists of OIDs, to get | Tom Lane | 2003-02-09 | 1 | -61/+84 |
| * | Replace planner's representation of relation sets, per pghackers discussion. | Tom Lane | 2003-02-08 | 1 | -83/+3 |
| * | Upgrade cost estimation for joins, per discussion with Bradley Baetz. | Tom Lane | 2003-01-27 | 1 | -1/+23 |
| * | Modify planner's implied-equality-deduction code so that when a set | Tom Lane | 2003-01-24 | 1 | -1/+17 |
| * | IN clauses appearing at top level of WHERE can now be handled as joins. | Tom Lane | 2003-01-20 | 1 | -5/+5 |
| * | To suppress memory leakage in long-lived Lists, lremove() should pfree | Tom Lane | 2002-12-17 | 1 | -2/+4 |
| * | Restructure planning of nestloop inner indexscans so that the set of usable | Tom Lane | 2002-11-24 | 1 | -1/+41 |
| * | Update copyright to 2002. | Bruce Momjian | 2002-06-20 | 1 | -2/+2 |
| * | Functions live in namespaces. Qualified function names work, eg | Tom Lane | 2002-04-09 | 1 | -1/+31 |
| * | pgindent run. Make it all clean. | Bruce Momjian | 2001-03-22 | 1 | -8/+7 |
| * | Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group. | Bruce Momjian | 2001-01-24 | 1 | -2/+2 |
| * | Change lcons(x, NIL) to makeList(x) where appropriate. | Bruce Momjian | 2001-01-17 | 1 | -3/+3 |
| * | Change the parser to convert SQL "position" and "substring" syntax to | Peter Eisentraut | 2000-10-31 | 1 | -1/+18 |
| * | Reimplementation of UNION/INTERSECT/EXCEPT. INTERSECT/EXCEPT now meet the | Tom Lane | 2000-10-05 | 1 | -2/+24 |
| * | Subselects in FROM clause, per ISO syntax: FROM (SELECT ...) [AS] alias. | Tom Lane | 2000-09-29 | 1 | -42/+13 |
| * | First cut at full support for OUTER JOINs. There are still a few loose | Tom Lane | 2000-09-12 | 1 | -1/+20 |
| * | Inheritance overhaul by Chris Bitmead <chris@bitmead.com> | Bruce Momjian | 2000-06-09 | 1 | -1/+16 |
| * | Ye-old pgindent run. Same 4-space tabs. | Bruce Momjian | 2000-04-12 | 1 | -9/+9 |
| * | Change parse-time representation of float literals (which include oversize | Tom Lane | 2000-02-21 | 1 | -3/+7 |
| * | Rename same() to sameseti() to have a slightly less generic name. Move | Tom Lane | 2000-02-06 | 1 | -19/+53 |
| * | Add: | Bruce Momjian | 2000-01-26 | 1 | -2/+3 |
| * | Major planner/optimizer revision: get rid of PathOrder node type, | Tom Lane | 1999-08-16 | 1 | -1/+26 |
| * | LispUnion routine didn't generate a proper union: anytime | Tom Lane | 1999-08-14 | 1 | -212/+133 |
| * | Move some system includes into c.h, and remove duplicates. | Bruce Momjian | 1999-07-17 | 1 | -2/+1 |
| * | Remove unused #includes in *.c files. | Bruce Momjian | 1999-07-15 | 1 | -3/+1 |
| * | Clean up #include in /include directory. Add scripts for checking includes. | Bruce Momjian | 1999-07-15 | 1 | -4/+1 |
| * | Cleanup of /include #include's, for 6.6 only. | Bruce Momjian | 1999-07-14 | 1 | -1/+2 |
| * | pgindent run over code. | Bruce Momjian | 1999-05-25 | 1 | -3/+6 |
| * | ifdef out append(). | Bruce Momjian | 1999-02-22 | 1 | -1/+3 |
| * | more cleanup | Bruce Momjian | 1999-02-22 | 1 | -2/+75 |
| * | Final optimizer cleanups. | Bruce Momjian | 1999-02-22 | 1 | -1/+5 |
| * | Change my-function-name-- to my_function_name, and optimizer renames. | Bruce Momjian | 1999-02-13 | 1 | -2/+2 |
| * | Major optimizer improvement for joining a large number of tables. | Bruce Momjian | 1999-02-09 | 1 | -3/+3 |
| * | OK, folks, here is the pgindent output. | Bruce Momjian | 1998-09-01 | 1 | -6/+6 |
| * | Renaming cleanup, no pgindent yet. | Bruce Momjian | 1998-09-01 | 1 | -27/+27 |
| * | Remove un-needed braces around single statements. | Bruce Momjian | 1998-06-15 | 1 | -11/+1 |