aboutsummaryrefslogtreecommitdiff
path: root/src/backend/rewrite
Commit message (Expand)AuthorAge
* Small comment spacing improvement.Bruce Momjian2007-11-16
* Fix pgindent to properly handle 'else' and single-line comments on theBruce Momjian2007-11-15
* pgindent run for 8.3.Bruce Momjian2007-11-15
* Make eval_const_expressions() preserve typmod when simplifying something likeTom Lane2007-09-06
* Fix a couple of misbehaviors rooted in the fact that the default creationTom Lane2007-08-27
* Separate parse-analysis for utility commands out of parser/analyze.cTom Lane2007-06-23
* Support UPDATE/DELETE WHERE CURRENT OF cursor_name, per SQL standard.Tom Lane2007-06-11
* Modify processing of DECLARE CURSOR and EXPLAIN so that they can resolve theTom Lane2007-04-27
* 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
* First phase of plan-invalidation project: create a plan cache managementTom Lane2007-03-13
* 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
* Remove remains of old depend target.Peter Eisentraut2007-01-20
* 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
* Make some sentences consistent with similar ones.Bruce Momjian2006-10-03
* Get rid of the separate RULE privilege for tables: now only a table's ownerTom Lane2006-09-05
* Apply a simple solution to the problem of making INSERT/UPDATE/DELETETom Lane2006-09-02
* Tweak SPI_cursor_open to allow INSERT/UPDATE/DELETE RETURNING; this wasTom Lane2006-08-12
* Add support for multi-row VALUES clauses as part of INSERT statementsJoe Conway2006-08-02
* Mark a few functions as static or NOT_USED.Bruce Momjian2006-07-18
* Remove 576 references of include files that were not needed.Bruce Momjian2006-07-14
* Alphabetically order reference to include files, "N" - "S".Bruce Momjian2006-07-11
* DROP ... IF EXISTS for the following cases:Andrew Dunstan2006-06-16
* 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
* Restructure planner's handling of inheritance. Rather than processingTom Lane2006-01-31
* Fix failure to apply domain constraints to a NULL constant that's added toTom Lane2006-01-06
* 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
* A few trivial code cleanups motivated by reading warnings generatedTom Lane2005-10-18
* 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
* Completion of project to use fixed OIDs for all system catalogs andTom Lane2005-04-14
* First phase of project to use fixed OIDs for all system catalogs andTom Lane2005-04-14
* 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
* Change heap_modifytuple() to require a TupleDesc rather than aNeil Conway2005-01-27
* Phase 1 of fix for 'SMgrRelation hashtable corrupted' problem. ThisTom Lane2005-01-10
* Tag appropriate files for rc3PostgreSQL Daemon2004-12-31