summaryrefslogtreecommitdiff
path: root/src/backend/rewrite/rewriteDefine.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Error message editing in backend/optimizer, backend/rewrite.Tom Lane2003-07-251-29/+65
* Adjust API of expression_tree_mutator and query_tree_mutator toTom Lane2003-01-171-2/+2
* More cleanup of userid to be AclId rather than Oid.Bruce Momjian2002-12-051-3/+3
* Tweak querytree-dependency-extraction code so that columns of tablesTom Lane2002-09-111-2/+3
* pgindent run.Bruce Momjian2002-09-041-24/+25
* CREATE OR REPLACE VIEW, CREATE OR REPLACE RULE.Tom Lane2002-09-021-18/+59
* Restructure system-catalog index updating logic. Instead of havingTom Lane2002-08-051-22/+4
* ALTER TABLE DROP COLUMN works. Patch by Christopher Kings-Lynne,Tom Lane2002-08-021-1/+11
* Add code to extract dependencies from an expression tree, and use itTom Lane2002-07-161-10/+22
* Second phase of committing Rod Taylor's pg_depend/pg_constraint patch.Tom Lane2002-07-121-1/+21
* Update copyright to 2002.Bruce Momjian2002-06-201-2/+2
* Remove global variable scanCommandId in favor of storing a command IDTom Lane2002-05-211-4/+2
* Restructure indexscan API (index_beginscan, index_getnext) perTom Lane2002-05-201-10/+3
* First pass at set-returning-functions in FROM, by Joe Conway withTom Lane2002-05-121-2/+2
* Restructure aclcheck error reporting to make permission-failureTom Lane2002-04-271-7/+5
* Change naming rule for ON SELECT rules of views: they're all justTom Lane2002-04-191-11/+19
* Rule names are now unique per-relation, rather than unique globally.Tom Lane2002-04-181-19/+20
* pg_class has a relnamespace column. You can create and access tablesTom Lane2002-03-261-2/+2
* Change the aclchk.c routines to uniformly use OIDs to identify theTom Lane2002-03-211-2/+12
* First phase of SCHEMA changes, concentrating on fixing the grammar andTom Lane2002-03-211-81/+5
* Make ALTER TABLE RENAME on a view rename the view's on-select rule too.Tom Lane2001-08-121-1/+50
* Permission checking wasn't quite right for insert/update/delete rules,Tom Lane2001-05-031-13/+12
* Fix comments that were mis-wrapped, for Tom Lane.Bruce Momjian2001-03-231-4/+8
* Remove dashes in comments that don't need them, rewrap with pgindent.Bruce Momjian2001-03-221-12/+9
* pgindent run. Make it all clean.Bruce Momjian2001-03-221-28/+32
* Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group.Bruce Momjian2001-01-241-2/+2
* Relax test on typmod matching between a table and its proposed ON SELECTTom Lane2001-01-131-2/+9
* Repair breakage of rules containing INSERT ... SELECT actions, per bugTom Lane2000-12-051-5/+7
* Re-implement LIMIT/OFFSET as a plan node type, instead of a hack inTom Lane2000-10-261-7/+1
* Reimplementation of UNION/INTERSECT/EXCEPT. INTERSECT/EXCEPT now meet theTom Lane2000-10-051-2/+3
* Subselects in FROM clause, per ISO syntax: FROM (SELECT ...) [AS] alias.Tom Lane2000-09-291-64/+107
* Fix relation-to-view conversion so that it doesn't try to convert a plainTom Lane2000-09-121-35/+33
* This patch implements a different "relkind"Bruce Momjian2000-09-121-2/+69
* O.K. -Bruce Momjian2000-09-121-3/+6
* Type lztext is toast.Tom Lane2000-07-301-3/+3
* Use a private memory context to store rule information in each relcacheTom Lane2000-06-301-80/+43
* First phase of memory management rewrite (see backend/utils/mmgr/READMETom Lane2000-06-281-55/+58
* Final #include cleanup.Bruce Momjian2000-06-151-2/+1
* Remove unused include files. Do not touch /port or includes used by defines.Bruce Momjian2000-05-301-2/+1
* Ye-old pgindent run. Same 4-space tabs.Bruce Momjian2000-04-121-3/+4
* Undo a couple of mistaken applications of NameStr() to StringInfos.Tom Lane2000-02-261-3/+3