summaryrefslogtreecommitdiff
path: root/src/backend/rewrite/rewriteHandler.c
Commit message (Expand)AuthorAgeFilesLines
* Improve the representation of FOR UPDATE/FOR SHARE so that we canTom Lane2006-04-301-22/+9
* Fix a bunch of problems with domains by making them use special input functionsTom Lane2006-04-051-2/+2
* Update copyright for 2006. Update scripts.Bruce Momjian2006-03-051-2/+2
* Fix problems with rewriter failing to set Query.hasSubLinks when insertingTom Lane2005-11-231-1/+9
* Re-run pgindent, fixing a problem where comment lines after a blankBruce Momjian2005-11-221-27/+28
* Standard pgindent run for 8.1.Bruce Momjian2005-10-151-165/+156
* Add NOWAIT option to SELECT FOR UPDATE/SHARE.Tom Lane2005-08-011-9/+19
* Make use of new list primitives list_append_unique and list_concat_uniqueTom Lane2005-07-281-3/+2
* Replace pg_shadow and pg_group by new role-capable catalogs pg_authidTom Lane2005-06-281-2/+2
* Change expandRTE() and ResolveNew() back to taking just the singleTom Lane2005-06-041-9/+23
* Revise handling of dropped columns in JOIN alias lists to avoid aTom Lane2005-06-031-38/+214
* Avoid unnecessary call of rangeTableEntry_used() for the result relationTom Lane2005-05-291-7/+3
* Implement sharable row-level locks, and use them for foreign key referencesTom Lane2005-04-281-12/+18
* Merge Resdom nodes into TargetEntry nodes to simplify code and save aTom Lane2005-04-061-16/+14
* Rewrite rewriteTargetList() to avoid O(N^2) behavior on wide target lists.Tom Lane2005-03-261-56/+64
* Make the behavior of HAVING without GROUP BY conform to the SQL spec.Tom Lane2005-03-101-30/+1
* Tag appropriate files for rc3PostgreSQL Daemon2004-12-311-2/+2
* Fix one more place where we were expecting lcons() to be nondestructiveTom Lane2004-11-201-1/+3
* When implementing a coercion to a domain type with a combinedTom Lane2004-11-061-1/+2
* Pgindent run for 8.0.Bruce Momjian2004-08-291-22/+28
* Update copyright to 2004.Bruce Momjian2004-08-291-2/+2
* Repair some issues with column aliases and RowExpr construction in theTom Lane2004-08-191-4/+3
* Don't try to rewrite NEW references in a utility statement in a rule.Tom Lane2004-08-071-2/+3
* Represent type-specific length coercion functions as pg_cast entries,Tom Lane2004-06-161-2/+3
* Support assignment to subfields of composite columns in UPDATE and INSERT.Tom Lane2004-06-091-21/+109
* Use the new List API function names throughout the backend, and disable theNeil Conway2004-05-301-16/+16
* Fix another place that assumed 'x = lcons(y, z)' would not have anyTom Lane2004-05-291-4/+5
* Reimplement the linked list data structure used throughout the backend.Neil Conway2004-05-261-15/+15
* Promote row expressions to full-fledged citizens of the expression syntax,Tom Lane2004-05-101-1/+4
* Replace TupleTableSlot convention for whole-row variables and functionTom Lane2004-04-011-11/+2
* Fix permission-checking bug reported by Tim Burgess 10-Feb-03 (this timeTom Lane2004-01-141-7/+5
* Revert ill-starred change of 13-Feb-02: it appeared to fix a problem ofTom Lane2004-01-141-24/+22
* $Header: -> $PostgreSQL Changes ...PostgreSQL Daemon2003-11-291-1/+1
* Message editing: remove gratuitous variations in message wording, standardizePeter Eisentraut2003-09-251-3/+3
* Rewriter and planner should use only resno, not resname, to identifyTom Lane2003-08-111-11/+11
* Another pgindent run with updated typedefs.Bruce Momjian2003-08-081-2/+2
* Update copyrights to 2003.Bruce Momjian2003-08-041-2/+2
* pgindent run.Bruce Momjian2003-08-041-54/+59
* Coerce unknown-literal-constant default values to the column type duringTom Lane2003-07-291-9/+6
* Error message editing in backend/optimizer, backend/rewrite.Tom Lane2003-07-251-29/+46
* Add defenses against trying to attach qual conditions to a setOperationTom Lane2003-07-161-4/+17
* Code review for UPDATE tab SET col = DEFAULT patch ... whack it aroundTom Lane2003-07-031-27/+38
* UPDATE ... SET <col> = DEFAULTBruce Momjian2003-06-251-2/+20
* Portal and memory management infrastructure for extended query protocol.Tom Lane2003-05-021-1/+51
* Infrastructure for deducing Param types from context, in the same wayTom Lane2003-04-291-2/+3
* Remove REWRITE_INVOKE_MAX in favor of making an accurate check forTom Lane2003-02-251-140/+128
* Repair rule permissions-checking bug reported by Tim Burgess 10-Feb-02:Tom Lane2003-02-131-4/+21
* Adjust API of expression_tree_mutator and query_tree_mutator toTom Lane2003-01-171-2/+2
* To suppress memory leakage in long-lived Lists, lremove() should pfreeTom Lane2002-12-171-2/+4
* Phase 2 of read-only-plans project: restructure expression-tree nodesTom Lane2002-12-121-5/+5