summaryrefslogtreecommitdiff
path: root/src/backend/rewrite
Commit message (Expand)AuthorAgeFilesLines
* Rethink the way FSM truncation works. Instead of WAL-logging FSMHeikki Linnakangas2008-11-191-12/+3
* Make SELECT FOR UPDATE/SHARE work on inheritance trees, by having the planTom Lane2008-11-151-1/+4
* Make relhasrules and relhastriggers work like relhasindex, namely we letTom Lane2008-11-101-16/+8
* Replace pg_class.reltriggers with relhastriggers, which is just a boolean hintTom Lane2008-11-091-3/+7
* Remove all uses of the deprecated functions heap_formtuple, heap_modifytuple,Tom Lane2008-11-021-13/+13
* Dept of better ideas: refrain from creating the planner's placeholder_listTom Lane2008-10-221-27/+7
* Add a concept of "placeholder" variables to the planner. These are variablesTom Lane2008-10-211-1/+62
* When expanding a whole-row Var into a RowExpr during ResolveNew(), attachTom Lane2008-10-061-3/+6
* Implement SQL-standard WITH clauses, including WITH RECURSIVE.Tom Lane2008-10-043-17/+82
* Fix more problems with rewriter failing to set Query.hasSubLinks when insertingTom Lane2008-09-241-1/+40
* Add a bunch of new error location reports to parse-analysis error messages.Tom Lane2008-09-011-3/+77
* Extend the parser location infrastructure to include a location field inTom Lane2008-08-282-3/+8
* Move exprType(), exprTypmod(), expression_tree_walker(), and related routinesTom Lane2008-08-253-7/+6
* Arrange to convert EXISTS subqueries that are equivalent to hashable INTom Lane2008-08-221-13/+25
* Fix pull_up_simple_union_all to copy all rtable entries from child subquery toHeikki Linnakangas2008-08-141-1/+20
* Implement SEMI and ANTI joins in the planner and executor. (Semijoins replaceTom Lane2008-08-141-11/+11
* Introduce the concept of relation forks. An smgr relation can now consistHeikki Linnakangas2008-08-111-2/+8
* Improve our #include situation by moving pointer types away from theAlvaro Herrera2008-06-193-3/+6
* Restructure some header files a bit, in particular heapam.h, by removing someAlvaro Herrera2008-05-121-1/+2
* Move the HTSU_Result enum definition into snapshot.h, to avoid includingAlvaro Herrera2008-03-262-3/+5
* Simplify and standardize conversions between TEXT datums and ordinary CTom Lane2008-03-251-3/+3
* Refactor backend makefiles to remove lots of duplicate codePeter Eisentraut2008-02-191-8/+2
* Update copyrights in source tree to 2008.Bruce Momjian2008-01-015-10/+10
* Small comment spacing improvement.Bruce Momjian2007-11-161-2/+2
* Fix pgindent to properly handle 'else' and single-line comments on theBruce Momjian2007-11-151-14/+13
* pgindent run for 8.3.Bruce Momjian2007-11-152-12/+12
* Make eval_const_expressions() preserve typmod when simplifying something likeTom Lane2007-09-062-4/+5
* Fix a couple of misbehaviors rooted in the fact that the default creationTom Lane2007-08-271-17/+21
* Separate parse-analysis for utility commands out of parser/analyze.cTom Lane2007-06-231-3/+3
* Support UPDATE/DELETE WHERE CURRENT OF cursor_name, per SQL standard.Tom Lane2007-06-111-2/+54
* Modify processing of DECLARE CURSOR and EXPLAIN so that they can resolve theTom Lane2007-04-271-2/+4
* Changes pg_trigger and extend pg_rewrite in order to allow triggers andJan Wieck2007-03-192-2/+95
* Fix up the remaining places where the expression node structure would loseTom Lane2007-03-171-1/+3
* First phase of plan-invalidation project: create a plan cache managementTom Lane2007-03-131-13/+45
* Fix markQueryForLocking() to work correctly in the presence of nested views.Tom Lane2007-03-011-20/+35
* Wording cleanup for error messages. Also change can't -> cannot.Bruce Momjian2007-02-012-4/+4
* Remove remains of old depend target.Peter Eisentraut2007-01-201-8/+1
* Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian2007-01-055-10/+10
* Message style improvementsPeter Eisentraut2006-10-061-4/+4
* pgindent run for 8.2.Bruce Momjian2006-10-044-53/+55
* Make some sentences consistent with similar ones.Bruce Momjian2006-10-031-2/+2
* 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