summaryrefslogtreecommitdiff
path: root/src/backend/rewrite/rewriteDefine.c
Commit message (Expand)AuthorAgeFilesLines
* Rethink the way FSM truncation works. Instead of WAL-logging FSMHeikki Linnakangas2008-11-191-12/+3
* 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
* Implement SQL-standard WITH clauses, including WITH RECURSIVE.Tom Lane2008-10-041-4/+10
* Move exprType(), exprTypmod(), expression_tree_walker(), and related routinesTom Lane2008-08-251-3/+2
* 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-191-1/+2
* Move the HTSU_Result enum definition into snapshot.h, to avoid includingAlvaro Herrera2008-03-261-2/+3
* Simplify and standardize conversions between TEXT datums and ordinary CTom Lane2008-03-251-3/+3
* Update copyrights in source tree to 2008.Bruce Momjian2008-01-011-2/+2
* pgindent run for 8.3.Bruce Momjian2007-11-151-6/+6
* 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
* 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-191-1/+69
* First phase of plan-invalidation project: create a plan cache managementTom Lane2007-03-131-13/+45
* Wording cleanup for error messages. Also change can't -> cannot.Bruce Momjian2007-02-011-2/+2
* Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian2007-01-051-2/+2
* pgindent run for 8.2.Bruce Momjian2006-10-041-15/+16
* Get rid of the separate RULE privilege for tables: now only a table's ownerTom Lane2006-09-051-48/+27
* Apply a simple solution to the problem of making INSERT/UPDATE/DELETETom Lane2006-09-021-66/+135
* Tweak SPI_cursor_open to allow INSERT/UPDATE/DELETE RETURNING; this wasTom Lane2006-08-121-2/+3
* 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-141-3/+1
* Update copyright for 2006. Update scripts.Bruce Momjian2006-03-051-2/+2
* Re-run pgindent, fixing a problem where comment lines after a blankBruce Momjian2005-11-221-3/+4
* A few trivial code cleanups motivated by reading warnings generatedTom Lane2005-10-181-3/+1
* Standard pgindent run for 8.1.Bruce Momjian2005-10-151-65/+59
* Replace pg_shadow and pg_group by new role-capable catalogs pg_authidTom Lane2005-06-281-7/+7
* Completion of project to use fixed OIDs for all system catalogs andTom Lane2005-04-141-6/+4
* 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-061-7/+9
* 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-311-2/+2
* Pgindent run for 8.0.Bruce Momjian2004-08-291-18/+18
* Update copyright to 2004.Bruce Momjian2004-08-291-2/+2
* Use the new List API function names throughout the backend, and disable theNeil Conway2004-05-301-3/+3
* Reimplement the linked list data structure used throughout the backend.Neil Conway2004-05-261-6/+6
* setRuleCheckAsUser has to be applied to any subqueries appearing in aTom Lane2004-05-181-8/+17
* Restructure smgr API as per recent proposal. smgr no longer depends onTom Lane2004-02-101-2/+7
* Fix permission-checking bug reported by Tim Burgess 10-Feb-03 (this timeTom Lane2004-01-141-5/+5
* $Header: -> $PostgreSQL Changes ...PostgreSQL Daemon2003-11-291-1/+1
* More message editing, some suggested by Alvaro HerreraPeter Eisentraut2003-09-291-2/+2
* Various message fixes, among those fixes for the previous round of fixesPeter Eisentraut2003-09-261-3/+3
* Message editing: remove gratuitous variations in message wording, standardizePeter Eisentraut2003-09-251-8/+8
* Disallow converting a table to a view if it has triggers, indexes, orTom Lane2003-09-171-3/+25
* Update copyrights to 2003.Bruce Momjian2003-08-041-2/+2
* pgindent run.Bruce Momjian2003-08-041-13/+13
* Adjust 'permission denied' messages to be more useful and consistent.Tom Lane2003-08-011-2/+3