aboutsummaryrefslogtreecommitdiff
path: root/src/backend/rewrite/rewriteHandler.c
Commit message (Expand)AuthorAge
* Update copyrights in source tree to 2008.Bruce Momjian2008-01-01
* Small comment spacing improvement.Bruce Momjian2007-11-16
* Fix pgindent to properly handle 'else' and single-line comments on theBruce Momjian2007-11-15
* Make eval_const_expressions() preserve typmod when simplifying something likeTom Lane2007-09-06
* Changes pg_trigger and extend pg_rewrite in order to allow triggers andJan Wieck2007-03-19
* Fix up the remaining places where the expression node structure would loseTom Lane2007-03-17
* Fix markQueryForLocking() to work correctly in the presence of nested views.Tom Lane2007-03-01
* Wording cleanup for error messages. Also change can't -> cannot.Bruce Momjian2007-02-01
* Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian2007-01-05
* Message style improvementsPeter Eisentraut2006-10-06
* pgindent run for 8.2.Bruce Momjian2006-10-04
* Apply a simple solution to the problem of making INSERT/UPDATE/DELETETom Lane2006-09-02
* Add support for multi-row VALUES clauses as part of INSERT statementsJoe Conway2006-08-02
* Remove 576 references of include files that were not needed.Bruce Momjian2006-07-14
* Improve the representation of FOR UPDATE/FOR SHARE so that we canTom Lane2006-04-30
* Fix a bunch of problems with domains by making them use special input functionsTom Lane2006-04-05
* Update copyright for 2006. Update scripts.Bruce Momjian2006-03-05
* Fix problems with rewriter failing to set Query.hasSubLinks when insertingTom Lane2005-11-23
* Re-run pgindent, fixing a problem where comment lines after a blankBruce Momjian2005-11-22
* Standard pgindent run for 8.1.Bruce Momjian2005-10-15
* Add NOWAIT option to SELECT FOR UPDATE/SHARE.Tom Lane2005-08-01
* Make use of new list primitives list_append_unique and list_concat_uniqueTom Lane2005-07-28
* Replace pg_shadow and pg_group by new role-capable catalogs pg_authidTom Lane2005-06-28
* Change expandRTE() and ResolveNew() back to taking just the singleTom Lane2005-06-04
* Revise handling of dropped columns in JOIN alias lists to avoid aTom Lane2005-06-03
* Avoid unnecessary call of rangeTableEntry_used() for the result relationTom Lane2005-05-29
* Implement sharable row-level locks, and use them for foreign key referencesTom Lane2005-04-28
* Merge Resdom nodes into TargetEntry nodes to simplify code and save aTom Lane2005-04-06
* Rewrite rewriteTargetList() to avoid O(N^2) behavior on wide target lists.Tom Lane2005-03-26
* Make the behavior of HAVING without GROUP BY conform to the SQL spec.Tom Lane2005-03-10
* Tag appropriate files for rc3PostgreSQL Daemon2004-12-31
* Fix one more place where we were expecting lcons() to be nondestructiveTom Lane2004-11-20
* When implementing a coercion to a domain type with a combinedTom Lane2004-11-06
* 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
* Don't try to rewrite NEW references in a utility statement in a rule.Tom Lane2004-08-07
* Represent type-specific length coercion functions as pg_cast entries,Tom Lane2004-06-16
* Support assignment to subfields of composite columns in UPDATE and INSERT.Tom Lane2004-06-09
* Use the new List API function names throughout the backend, and disable theNeil Conway2004-05-30
* Fix another place that assumed 'x = lcons(y, z)' would not have anyTom Lane2004-05-29
* Reimplement the linked list data structure used throughout the backend.Neil Conway2004-05-26
* Promote row expressions to full-fledged citizens of the expression syntax,Tom Lane2004-05-10
* Replace TupleTableSlot convention for whole-row variables and functionTom Lane2004-04-01
* Fix permission-checking bug reported by Tim Burgess 10-Feb-03 (this timeTom Lane2004-01-14
* Revert ill-starred change of 13-Feb-02: it appeared to fix a problem ofTom Lane2004-01-14
* $Header: -> $PostgreSQL Changes ...PostgreSQL Daemon2003-11-29
* 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