| Commit message (Expand) | Author | Age | Files | Lines |
| * | Infrastructure for deducing Param types from context, in the same way | Tom Lane | 2003-04-29 | 1 | -2/+3 |
| * | Adjust subquery qual pushdown rules so that we can push down a qual | Tom Lane | 2003-04-24 | 1 | -2/+3 |
| * | Restructure parsetree representation of DECLARE CURSOR: now it's a | Tom Lane | 2003-03-10 | 1 | -3/+2 |
| * | Turns out new IN implementation has got some problems in an UPDATE or | Tom Lane | 2003-03-05 | 1 | -3/+3 |
| * | Create a distinction between Lists of integers and Lists of OIDs, to get | Tom Lane | 2003-02-09 | 1 | -14/+14 |
| * | Replace planner's representation of relation sets, per pghackers discussion. | Tom Lane | 2003-02-08 | 1 | -24/+26 |
| * | IN clauses appearing at top level of WHERE can now be handled as joins. | Tom Lane | 2003-01-20 | 1 | -24/+46 |
| * | Adjust API of expression_tree_mutator and query_tree_mutator to | Tom Lane | 2003-01-17 | 1 | -10/+6 |
| * | Allow merge and hash joins to occur on arbitrary expressions (anything not | Tom Lane | 2003-01-15 | 1 | -4/+34 |
| * | Revise cost_qual_eval() to compute both startup (one-time) and per-tuple | Tom Lane | 2003-01-12 | 1 | -2/+2 |
| * | Fix inherited UPDATE for cases where child column numbering doesn't | Tom Lane | 2003-01-05 | 1 | -3/+109 |
| * | Clean up plantree representation of SubPlan-s --- SubLink does not appear | Tom Lane | 2002-12-14 | 1 | -3/+3 |
| * | Phase 2 of read-only-plans project: restructure expression-tree nodes | Tom Lane | 2002-12-12 | 1 | -8/+8 |
| * | Remove unused constisset and constiscast fields of Const nodes. Clean | Tom Lane | 2002-11-25 | 1 | -4/+2 |
| * | Extend pg_cast castimplicit column to a three-way value; this allows us | Tom Lane | 2002-09-18 | 1 | -3/+2 |
| * | Tweak querytree-dependency-extraction code so that columns of tables | Tom Lane | 2002-09-11 | 1 | -2/+2 |
| * | pgindent run. | Bruce Momjian | 2002-09-04 | 1 | -13/+14 |
| * | Remove sys/types.h in files that include postgres.h, and hence c.h, | Bruce Momjian | 2002-09-02 | 1 | -2/+1 |
| * | Push down outer qualification clauses into UNION and INTERSECT subqueries. | Tom Lane | 2002-08-29 | 1 | -3/+2 |
| * | ALTER TABLE DROP COLUMN works. Patch by Christopher Kings-Lynne, | Tom Lane | 2002-08-02 | 1 | -4/+11 |
| * | Update copyright to 2002. | Bruce Momjian | 2002-06-20 | 1 | -2/+2 |
| * | A little further progress on schemas: push down RangeVars into | Tom Lane | 2002-03-22 | 1 | -2/+1 |
| * | Restructure representation of join alias variables. An explicit JOIN | Tom Lane | 2002-03-12 | 1 | -3/+17 |
| * | Previous patch to mark UNION outputs with common typmod (if any) breaks | Tom Lane | 2002-03-05 | 1 | -62/+118 |
| * | Second thoughts dept: arrange to cache mergejoin scan selectivity | Tom Lane | 2002-03-01 | 1 | -1/+3 |
| * | If the inputs of a UNION/INTERSECT/EXCEPT construct all agree on the | Tom Lane | 2001-11-12 | 1 | -30/+92 |
| * | Another pgindent run. Fixes enum indenting, and improves #endif | Bruce Momjian | 2001-10-28 | 1 | -2/+2 |
| * | pgindent run on all C files. Java run to follow. initdb/regression | Bruce Momjian | 2001-10-25 | 1 | -9/+10 |
| * | Fix brokenness of nested EXCEPT/INTERSECT queries. prepunion was being | Tom Lane | 2001-08-14 | 1 | -11/+33 |
| * | Further work on making use of new statistics in planner. Adjust APIs | Tom Lane | 2001-06-05 | 1 | -4/+5 |
| * | Modify optimizer data structures so that IndexOptInfo lists built for | Tom Lane | 2001-05-20 | 1 | -6/+15 |
| * | Rewrite of planner statistics-gathering code. ANALYZE is now available as | Tom Lane | 2001-05-07 | 1 | -3/+3 |
| * | Quick hack to fix Oliver Elphick's problem with subselects in an | Tom Lane | 2001-03-27 | 1 | -2/+25 |
| * | pgindent run. Make it all clean. | Bruce Momjian | 2001-03-22 | 1 | -91/+105 |
| * | 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 | -2/+2 |
| * | Planner speedup hacking. Avoid saving useless pathkeys, so that path | Tom Lane | 2000-12-14 | 1 | -1/+5 |
| * | Cache eval cost of qualification expressions in RestrictInfo nodes to | Tom Lane | 2000-12-12 | 1 | -2/+3 |
| * | Restructure handling of inheritance queries so that they work with outer | Tom Lane | 2000-11-12 | 1 | -308/+165 |
| * | Repair some bugs in new union/intersect/except code. | Tom Lane | 2000-11-09 | 1 | -23/+46 |
| * | Reimplementation of UNION/INTERSECT/EXCEPT. INTERSECT/EXCEPT now meet the | Tom Lane | 2000-10-05 | 1 | -181/+362 |
| * | Subselects in FROM clause, per ISO syntax: FROM (SELECT ...) [AS] alias. | Tom Lane | 2000-09-29 | 1 | -2/+2 |
| * | First cut at full support for OUTER JOINs. There are still a few loose | Tom Lane | 2000-09-12 | 1 | -35/+11 |
| * | Make inheritance planning logic a little simpler and clearer, | Tom Lane | 2000-06-20 | 1 | -79/+106 |
| * | Remove unused include files. Do not touch /port or includes used by defines. | Bruce Momjian | 2000-05-30 | 1 | -2/+1 |
| * | Repair coredump seen when a view refers to an inheritance group | Tom Lane | 2000-04-18 | 1 | -8/+3 |
| * | Ye-old pgindent run. Same 4-space tabs. | Bruce Momjian | 2000-04-12 | 1 | -57/+70 |
| * | Restructure planning code so that preprocessing of targetlist and quals | Tom Lane | 2000-03-21 | 1 | -3/+10 |
| * | Implement column aliases on views "CREATE VIEW name (collist)". | Thomas G. Lockhart | 2000-03-14 | 1 | -3/+3 |
| * | New cost model for planning, incorporating a penalty for random page | Tom Lane | 2000-02-15 | 1 | -11/+38 |