| Commit message (Expand) | Author | Age |
* | Tweak querytree-dependency-extraction code so that columns of tables | Tom Lane | 2002-09-11 |
* | pgindent run. | Bruce Momjian | 2002-09-04 |
* | Code review for domain-constraints patch. Use a new ConstraintTest node | Tom Lane | 2002-08-31 |
* | oid is needed, it is added at the end of the struct (after the null | Bruce Momjian | 2002-07-20 |
* | Back out BETWEEN node patch, was causing initdb failure. | Bruce Momjian | 2002-07-18 |
* | Finished the Between patch Christopher started. | Bruce Momjian | 2002-07-18 |
* | I've fixed up the way domain constraints (not null and type length) | Bruce Momjian | 2002-07-06 |
* | Implement the IS DISTINCT FROM operator per SQL99. | Thomas G. Lockhart | 2002-07-04 |
* | Update copyright to 2002. | Bruce Momjian | 2002-06-20 |
* | Teach query_tree_walker, query_tree_mutator, and SS_finalize_plan to | Tom Lane | 2002-05-18 |
* | Get rid of long-since-vestigial Iter node type, in favor of adding a | Tom Lane | 2002-05-12 |
* | First pass at set-returning-functions in FROM, by Joe Conway with | Tom Lane | 2002-05-12 |
* | Second try at fixing join alias variables. Instead of attaching miscellaneous | Tom Lane | 2002-04-28 |
* | Divide functions into three volatility classes (immutable, stable, and | Tom Lane | 2002-04-05 |
* | First phase of SCHEMA changes, concentrating on fixing the grammar and | Tom Lane | 2002-03-21 |
* | Restructure representation of join alias variables. An explicit JOIN | Tom Lane | 2002-03-12 |
* | Shouldn't try to copy null datums with datumCopy. | Tom Lane | 2002-01-03 |
* | Suppress subquery pullup and pushdown when the subquery has any | Tom Lane | 2001-12-10 |
* | New pgindent run with fixes suggested by Tom. Patch manually reviewed, | Bruce Momjian | 2001-11-05 |
* | Fix problems with subselects used in GROUP BY expressions, per gripe | Tom Lane | 2001-10-30 |
* | pgindent run on all C files. Java run to follow. initdb/regression | Bruce Momjian | 2001-10-25 |
* | Further thought shows that has_distinct_on_clause() needs to take much | Tom Lane | 2001-07-31 |
* | Fix optimizer to not try to push WHERE clauses down into a sub-SELECT that | Tom Lane | 2001-07-31 |
* | Add IS UNKNOWN, IS NOT UNKNOWN boolean tests, fix the existing boolean | Tom Lane | 2001-06-19 |
* | Modify optimizer data structures so that IndexOptInfo lists built for | Tom Lane | 2001-05-20 |
* | Repair pgindent damage to comments. | Tom Lane | 2001-03-27 |
* | pgindent run. Make it all clean. | Bruce Momjian | 2001-03-22 |
* | A subplan invoked within an aggregate function's argument should | Tom Lane | 2001-03-08 |
* | Cleanup | Bruce Momjian | 2001-02-12 |
* | Add // -> /* */ mapping to pgindent. | Bruce Momjian | 2001-02-12 |
* | Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group. | Bruce Momjian | 2001-01-24 |
* | Change SearchSysCache coding conventions so that a reference count is | Tom Lane | 2000-11-16 |
* | Reimplementation of UNION/INTERSECT/EXCEPT. INTERSECT/EXCEPT now meet the | Tom Lane | 2000-10-05 |
* | Subselects in FROM clause, per ISO syntax: FROM (SELECT ...) [AS] alias. | Tom Lane | 2000-09-29 |
* | Use variable aliases, if supplied, rather than real column names in | Tom Lane | 2000-09-25 |
* | First cut at full support for OUTER JOINs. There are still a few loose | Tom Lane | 2000-09-12 |
* | SQL-language functions are now callable in ordinary fmgr contexts ... | Tom Lane | 2000-08-24 |
* | fmgr interface mopup work. Use new DatumGetBool and BoolGetDatum | Tom Lane | 2000-08-21 |
* | Clean up handling of variable-free qual clauses. System now does the | Tom Lane | 2000-08-13 |
* | Remove 'func_tlist' from Func expression nodes, likewise 'param_tlist' | Tom Lane | 2000-08-08 |
* | First stage of reclaiming memory in executor by resetting short-term | Tom Lane | 2000-07-12 |
* | Remove unused include files. Do not touch /port or includes used by defines. | Bruce Momjian | 2000-05-30 |
* | Constant-expression simplifier now knows how to simplify strict functions | Tom Lane | 2000-05-28 |
* | get_relattval() should treat a NULL constant as a non-constant expression, | Tom Lane | 2000-04-16 |
* | Ye-old pgindent run. Same 4-space tabs. | Bruce Momjian | 2000-04-12 |
* | Fix extremely nasty little bug observed when a sub-SELECT appears in | Tom Lane | 2000-04-04 |
* | Restructure planning code so that preprocessing of targetlist and quals | Tom Lane | 2000-03-21 |
* | Minor code rearrangement & doc improvement in eval_const_expressions(). | Tom Lane | 2000-03-19 |
* | Fix performance bug in constant-expression simplifier. After finding | Tom Lane | 2000-03-12 |
* | Create a new expression node type RelabelType, which exists solely to | Tom Lane | 2000-02-20 |