aboutsummaryrefslogtreecommitdiff
path: root/src/backend/rewrite
Commit message (Expand)AuthorAge
* Fix markQueryForLocking() to work correctly in the presence of nested views.Tom Lane2007-03-01
* Fix failure to apply domain constraints to a NULL constant that's added toTom Lane2006-01-06
* Revert ill-starred change of 13-Feb-02: it appeared to fix a problem ofTom Lane2004-01-14
* It is possible for ResolveNew to be used to insert a sublink into aTom Lane2003-10-20
* More message editing, some suggested by Alvaro HerreraPeter Eisentraut2003-09-29
* Various message fixes, among those fixes for the previous round of fixesPeter Eisentraut2003-09-26
* Message editing: remove gratuitous variations in message wording, standardizePeter Eisentraut2003-09-25
* Disallow converting a table to a view if it has triggers, indexes, orTom Lane2003-09-17
* Rewriter and planner should use only resno, not resname, to identifyTom Lane2003-08-11
* Code cleanup inspired by recent resname bug report (doesn't fix the bugTom 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
* Adjust 'permission denied' messages to be more useful and consistent.Tom Lane2003-08-01
* Coerce unknown-literal-constant default values to the column type duringTom Lane2003-07-29
* Error message editing in backend/optimizer, backend/rewrite.Tom Lane2003-07-25
* Add defenses against trying to attach qual conditions to a setOperationTom Lane2003-07-16
* Code review for UPDATE tab SET col = DEFAULT patch ... whack it aroundTom Lane2003-07-03
* UPDATE ... SET <col> = DEFAULTBruce Momjian2003-06-25
* Implement outer-level aggregates to conform to the SQL spec, withTom Lane2003-06-06
* Portal and memory management infrastructure for extended query protocol.Tom Lane2003-05-02
* Infrastructure for deducing Param types from context, in the same wayTom Lane2003-04-29
* Remove REWRITE_INVOKE_MAX in favor of making an accurate check forTom Lane2003-02-25
* Repair rule permissions-checking bug reported by Tim Burgess 10-Feb-02:Tom Lane2003-02-13
* Replace planner's representation of relation sets, per pghackers discussion.Tom Lane2003-02-08
* IN clauses appearing at top level of WHERE can now be handled as joins.Tom Lane2003-01-20
* Adjust API of expression_tree_mutator and query_tree_mutator toTom Lane2003-01-17
* To suppress memory leakage in long-lived Lists, lremove() should pfreeTom Lane2002-12-17
* Phase 2 of read-only-plans project: restructure expression-tree nodesTom Lane2002-12-12
* More cleanup of userid to be AclId rather than Oid.Bruce Momjian2002-12-05
* Rule rewriter was doing the wrong thing with conditional INSTEAD rulesTom Lane2002-10-20
* Fix rewrite code so that rules are in fact executed in order by name,Tom Lane2002-10-19
* Adjust handling of command status strings in the presence of rules,Tom Lane2002-10-14
* Extend pg_cast castimplicit column to a three-way value; this allows usTom Lane2002-09-18
* Tweak querytree-dependency-extraction code so that columns of tablesTom Lane2002-09-11
* pgindent run.Bruce Momjian2002-09-04
* CREATE OR REPLACE VIEW, CREATE OR REPLACE RULE.Tom Lane2002-09-02
* Rephrase 'Cannot insert into a view' and related messages, perTom Lane2002-08-29
* Modify array operations to include array's element type OID in theTom Lane2002-08-26
* Restructure system-catalog index updating logic. Instead of havingTom Lane2002-08-05
* ALTER TABLE DROP COLUMN works. Patch by Christopher Kings-Lynne,Tom Lane2002-08-02
* oid is needed, it is added at the end of the struct (after the nullBruce Momjian2002-07-20
* The attached patch (against HEAD) implementsBruce Momjian2002-07-18
* Add code to extract dependencies from an expression tree, and use itTom Lane2002-07-16
* Second phase of committing Rod Taylor's pg_depend/pg_constraint patch.Tom Lane2002-07-12
* Update copyright to 2002.Bruce Momjian2002-06-20
* Remove global variable scanCommandId in favor of storing a command IDTom Lane2002-05-21
* Restructure indexscan API (index_beginscan, index_getnext) perTom Lane2002-05-20
* First pass at set-returning-functions in FROM, by Joe Conway withTom Lane2002-05-12
* Restructure aclcheck error reporting to make permission-failureTom Lane2002-04-27