summaryrefslogtreecommitdiff
path: root/src/backend/rewrite
Commit message (Expand)AuthorAgeFilesLines
* Get rid of the separate RULE privilege for tables: now only a table's ownerTom Lane2006-09-052-53/+30
* Apply a simple solution to the problem of making INSERT/UPDATE/DELETETom Lane2006-09-022-70/+226
* Tweak SPI_cursor_open to allow INSERT/UPDATE/DELETE RETURNING; this wasTom Lane2006-08-121-2/+3
* Add support for multi-row VALUES clauses as part of INSERT statementsJoe Conway2006-08-021-6/+164
* Mark a few functions as static or NOT_USED.Bruce Momjian2006-07-181-1/+3
* Remove 576 references of include files that were not needed.Bruce Momjian2006-07-143-13/+3
* Alphabetically order reference to include files, "N" - "S".Bruce Momjian2006-07-111-2/+2
* DROP ... IF EXISTS for the following cases:Andrew Dunstan2006-06-161-6/+15
* Improve the representation of FOR UPDATE/FOR SHARE so that we canTom Lane2006-04-302-26/+19
* Fix a bunch of problems with domains by making them use special input functionsTom Lane2006-04-052-4/+4
* Update copyright for 2006. Update scripts.Bruce Momjian2006-03-055-10/+10
* Restructure planner's handling of inheritance. Rather than processingTom Lane2006-01-311-10/+29
* Fix failure to apply domain constraints to a NULL constant that's added toTom Lane2006-01-061-2/+9
* Fix problems with rewriter failing to set Query.hasSubLinks when insertingTom Lane2005-11-232-6/+28
* Re-run pgindent, fixing a problem where comment lines after a blankBruce Momjian2005-11-223-36/+38
* A few trivial code cleanups motivated by reading warnings generatedTom Lane2005-10-181-3/+1
* Standard pgindent run for 8.1.Bruce Momjian2005-10-155-291/+273
* 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-282-9/+9
* Change expandRTE() and ResolveNew() back to taking just the singleTom Lane2005-06-042-18/+32
* 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
* Completion of project to use fixed OIDs for all system catalogs andTom Lane2005-04-143-14/+10
* First phase of project to use fixed OIDs for all system catalogs andTom Lane2005-04-141-3/+3
* Merge Resdom nodes into TargetEntry nodes to simplify code and save aTom Lane2005-04-062-23/+23
* 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-102-93/+8
* Change heap_modifytuple() to require a TupleDesc rather than aNeil Conway2005-01-271-2/+2
* Phase 1 of fix for 'SMgrRelation hashtable corrupted' problem. ThisTom Lane2005-01-101-4/+2
* Tag appropriate files for rc3PostgreSQL Daemon2004-12-315-10/+10
* 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-293-47/+53
* Update copyright to 2004.Bruce Momjian2004-08-295-10/+10
* Repair some issues with column aliases and RowExpr construction in theTom Lane2004-08-192-45/+26
* Standardize on the assumption that the arguments of a RowExpr correspondTom Lane2004-08-171-13/+26
* 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-303-27/+27
* 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-263-25/+27
* setRuleCheckAsUser has to be applied to any subqueries appearing in aTom Lane2004-05-181-8/+17
* Promote row expressions to full-fledged citizens of the expression syntax,Tom Lane2004-05-102-36/+81
* Replace TupleTableSlot convention for whole-row variables and functionTom Lane2004-04-011-11/+2
* Restructure smgr API as per recent proposal. smgr no longer depends onTom Lane2004-02-102-4/+9
* Fix permission-checking bug reported by Tim Burgess 10-Feb-03 (this timeTom Lane2004-01-142-12/+10
* Revert ill-starred change of 13-Feb-02: it appeared to fix a problem ofTom Lane2004-01-141-24/+22