aboutsummaryrefslogtreecommitdiff
path: root/src/backend/optimizer/prep
Commit message (Expand)AuthorAge
* Back-patch fix for NOT-below-a-NOT case.Tom Lane2005-07-29
* Tag appropriate files for rc3PostgreSQL Daemon2004-12-31
* Instead of supposing (wrongly, in the general case) that the rowtypeTom Lane2004-12-11
* When implementing a coercion to a domain type with a combinedTom Lane2004-11-06
* Clean up handling of inherited-table update queries, per bug reportTom Lane2004-10-02
* Fix mistaken comment.Tom Lane2004-09-01
* Pgindent run for 8.0.Bruce Momjian2004-08-29
* Update copyright to 2004.Bruce Momjian2004-08-29
* Repair some issues with column aliases and RowExpr construction in theTom Lane2004-08-19
* Represent type-specific length coercion functions as pg_cast entries,Tom Lane2004-06-16
* Tweak palloc/repalloc to allow zero bytes to be requested, as per recentTom Lane2004-06-05
* Make the world very nearly safe for composite-type columns in tables.Tom Lane2004-06-05
* Just about there on de-FastList-ification.Tom Lane2004-06-01
* Use the new List API function names throughout the backend, and disable theNeil Conway2004-05-30
* Use a cleaner substitute for the inability to apply length() to the tailTom Lane2004-05-26
* Reimplement the linked list data structure used throughout the backend.Neil Conway2004-05-26
* Yawn ... still another place not quite ready for zero-column tables.Tom Lane2004-05-11
* Promote row expressions to full-fledged citizens of the expression syntax,Tom Lane2004-05-10
* Extend set-operation planning to keep track of the sort ordering inducedTom Lane2004-04-07
* When testing whether a sub-plan can do projection, use a general-purposeTom Lane2004-01-18
* Improve has_nullable_targetlist() to allow strict functions of simpleTom Lane2004-01-10
* Fix subquery pullup logic to not be fooled when a view that appearsTom Lane2004-01-10
* Merge restrictlist_selectivity into clauselist_selectivity byTom Lane2004-01-04
* Rewrite OR indexscan processing to be more flexible. We can now for theTom Lane2004-01-04
* Instead of trying to force WHERE clauses into CNF or DNF normal form,Tom Lane2003-12-30
* Clean up the usage of canonicalize_qual(): in particular, be consistentTom Lane2003-12-28
* $Header: -> $PostgreSQL Changes ...PostgreSQL Daemon2003-11-29
* pull_up_subqueries() should copy the subquery before starting to modifyTom Lane2003-10-13
* Message editing: remove gratuitous variations in message wording, standardizePeter Eisentraut2003-09-25
* Rewriter and planner should use only resno, not resname, to identifyTom Lane2003-08-11
* Another pgindent run with updated typedefs.Bruce Momjian2003-08-08
* Update copyrights to 2003.Bruce Momjian2003-08-04
* pgindent run.Bruce Momjian2003-08-04
* A visit from the message-style police ...Tom Lane2003-07-28
* Error message editing in backend/optimizer, backend/rewrite.Tom Lane2003-07-25
* Another round of error message editing, covering backend/commands/.Tom Lane2003-07-20
* Add defenses against trying to attach qual conditions to a setOperationTom Lane2003-07-16
* Restructure building of join relation targetlists so that a join planTom Lane2003-06-29
* Allow GROUP BY, ORDER BY, DISTINCT targets to be unknown literals,Tom Lane2003-06-16
* Fix some planner performance problems with large WHERE clauses, byTom Lane2003-05-28
* Apply fixes for problems with dropped columns whose types have also beenTom Lane2003-05-12
* Implement feature of new FE/BE protocol whereby RowDescription identifiesTom Lane2003-05-06
* Infrastructure for deducing Param types from context, in the same wayTom Lane2003-04-29
* Adjust subquery qual pushdown rules so that we can push down a qualTom Lane2003-04-24
* Restructure parsetree representation of DECLARE CURSOR: now it's aTom Lane2003-03-10
* Turns out new IN implementation has got some problems in an UPDATE orTom Lane2003-03-05
* Fix thinko in new logic about pushing down non-nullability constraints:Tom Lane2003-02-10
* Detect case where an outer join can be reduced to a plain inner joinTom Lane2003-02-09
* Create a distinction between Lists of integers and Lists of OIDs, to getTom Lane2003-02-09
* Remove bogus comment (too freely copied & pasted).Tom Lane2003-02-09