| Commit message (Expand) | Author | Age |
* | Update copyrights to 2003. | Bruce Momjian | 2003-08-04 |
* | pgindent run. | Bruce Momjian | 2003-08-04 |
* | Error message editing in backend/optimizer, backend/rewrite. | Tom Lane | 2003-07-25 |
* | 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 |
* | Replace functional-index facility with expressional indexes. Any column | Tom Lane | 2003-05-28 |
* | Make debug_ GUC varables output DEBUG1 rather than LOG, and mention in | Bruce Momjian | 2003-05-27 |
* | Cause CHAR(n) to TEXT or VARCHAR conversion to automatically strip trailing | Tom Lane | 2003-05-26 |
* | Add missing #include. | Tom Lane | 2003-05-15 |
* | Indexing support for pattern matching operations via separate operator | Peter Eisentraut | 2003-05-15 |
* | Change pg_amop's index on (amopclaid,amopopr) to index (amopopr,amopclaid). | Tom Lane | 2003-05-13 |
* | Tweak selectivity and related routines to cope with domains. Per report | Tom Lane | 2003-03-23 |
* | Replace planner's representation of relation sets, per pghackers discussion. | Tom Lane | 2003-02-08 |
* | Extend join-selectivity API (oprjoin interface) so that join type is | Tom Lane | 2003-01-28 |
* | Modify planner's implied-equality-deduction code so that when a set | Tom Lane | 2003-01-24 |
* | IN clauses appearing at top level of WHERE can now be handled as joins. | Tom Lane | 2003-01-20 |
* | Allow merge and hash joins to occur on arbitrary expressions (anything not | Tom Lane | 2003-01-15 |
* | Fix GEQO to work again in CVS tip, by being more careful about memory | Tom Lane | 2002-12-16 |
* | Revise executor APIs so that all per-query state structure is built in | Tom Lane | 2002-12-15 |
* | Phase 3 of read-only-plans project: ExecInitExpr now builds expression | Tom Lane | 2002-12-13 |
* | Phase 2 of read-only-plans project: restructure expression-tree nodes | Tom Lane | 2002-12-12 |
* | Remove unused constisset and constiscast fields of Const nodes. Clean | Tom Lane | 2002-11-25 |
* | Restructure planning of nestloop inner indexscans so that the set of usable | Tom Lane | 2002-11-24 |
* | Reduce a couple of debugging messages from LOG to DEBUG1 category. | Tom Lane | 2002-11-01 |
* | Extend pg_cast castimplicit column to a three-way value; this allows us | Tom Lane | 2002-09-18 |
* | pgindent run. | Bruce Momjian | 2002-09-04 |
* | > Okay. When you get back to the original issue, the gold is hidden in | Bruce Momjian | 2002-09-02 |
* | Fix testing of partial-index predicates to work correctly in cases where | Tom Lane | 2002-07-13 |
* | Update copyright to 2002. | Bruce Momjian | 2002-06-20 |
* | Restructure indexscan API (index_beginscan, index_getnext) per | Tom Lane | 2002-05-20 |
* | Get rid of long-since-vestigial Iter node type, in favor of adding a | Tom Lane | 2002-05-12 |
* | Operators live in namespaces. CREATE/DROP/COMMENT ON OPERATOR take | Tom Lane | 2002-04-16 |
* | Divide functions into three volatility classes (immutable, stable, and | Tom Lane | 2002-04-05 |
* | Code review for DOMAIN patch. | Tom Lane | 2002-03-20 |
* | Commit to match discussed elog() changes. Only update is that LOG is | Bruce Momjian | 2002-03-02 |
* | pgindent run on all C files. Java run to follow. initdb/regression | Bruce Momjian | 2001-10-25 |
* | Restructure pg_opclass, pg_amop, and pg_amproc per previous discussions in | Tom Lane | 2001-08-21 |
* | Modify partial-index-predicate applicability tester to test whether | Tom Lane | 2001-08-06 |
* | Partial indexes work again, courtesy of Martijn van Oosterhout. | Tom Lane | 2001-07-16 |
* | Optimizer can now estimate selectivity of IS NULL, IS NOT NULL, | Tom Lane | 2001-06-25 |
* | Make inet/cidr << and <<= operators indexable. From Alex Pilosov <alex@pilos... | Tom Lane | 2001-06-17 |
* | Improve planning of OR indexscan plans: for quals like | Tom Lane | 2001-06-05 |
* | Modify optimizer data structures so that IndexOptInfo lists built for | Tom Lane | 2001-05-20 |
* | Fix comments that were mis-wrapped, for Tom Lane. | Bruce Momjian | 2001-03-23 |
* | pgindent run. Make it all clean. | Bruce Momjian | 2001-03-22 |
* | Clean up two rather nasty bugs in operator selection code. | Tom Lane | 2001-02-16 |
* | Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group. | Bruce Momjian | 2001-01-24 |
* | Planner speedup hacking. Avoid saving useless pathkeys, so that path | Tom Lane | 2000-12-14 |
* | Store current LC_COLLATE and LC_CTYPE settings in pg_control during initdb; | Tom Lane | 2000-11-25 |
* | Change SearchSysCache coding conventions so that a reference count is | Tom Lane | 2000-11-16 |