summaryrefslogtreecommitdiff
path: root/src/backend/commands/view.c
Commit message (Expand)AuthorAgeFilesLines
* First phase of project to use fixed OIDs for all system catalogs andTom Lane2005-04-141-2/+2
* Change addRangeTableEntryForRelation() to take a Relation pointer insteadTom Lane2005-04-131-3/+9
* Merge Resdom nodes into TargetEntry nodes to simplify code and save aTom Lane2005-04-061-7/+7
* Add support for temporary views, including documentation and regressionNeil Conway2005-02-021-3/+71
* Tag appropriate files for rc3PostgreSQL Daemon2004-12-311-2/+2
* Pgindent run for 8.0.Bruce Momjian2004-08-291-3/+3
* Update copyright to 2004.Bruce Momjian2004-08-291-2/+2
* Tablespaces. Alternate database locations are dead, long live tablespaces.Tom Lane2004-06-181-3/+4
* Reimplement the linked list data structure used throughout the backend.Neil Conway2004-05-261-4/+4
* Fix permission-checking bug reported by Tim Burgess 10-Feb-03 (this timeTom Lane2004-01-141-3/+3
* Implement "WITH / WITHOID OIDS" clause for CREATE TABLE AS. This isNeil Conway2004-01-101-2/+2
* $Header: -> $PostgreSQL Changes ...PostgreSQL Daemon2003-11-291-1/+1
* Message editing: remove gratuitous variations in message wording, standardizePeter Eisentraut2003-09-251-3/+3
* Update copyrights to 2003.Bruce Momjian2003-08-041-2/+2
* pgindent run.Bruce Momjian2003-08-041-3/+3
* Adjust 'permission denied' messages to be more useful and consistent.Tom Lane2003-08-011-2/+3
* Another round of error message editing, covering backend/commands/.Tom Lane2003-07-201-10/+22
* Code review for ON COMMIT patch. Make the actual on-commit action happenTom Lane2002-11-111-1/+2
* Replace pg_attribute.attisinherited with attislocal and attinhcountTom Lane2002-09-221-2/+3
* pgindent run.Bruce Momjian2002-09-041-12/+13
* Department of second thoughts: make checks for replacing a view slightlyTom Lane2002-09-021-8/+45
* CREATE OR REPLACE VIEW, CREATE OR REPLACE RULE.Tom Lane2002-09-021-33/+86
* Add attisinherited column to pg_attribute; use it to guard againstTom Lane2002-08-301-1/+2
* Add more dependency insertions --- this completes the basic pg_dependTom Lane2002-07-161-1/+2
* Second phase of committing Rod Taylor's pg_depend/pg_constraint patch.Tom Lane2002-07-121-6/+12
* First phase of applying Rod Taylor's pg_depend patch. This just addsTom Lane2002-07-011-4/+3
* Update copyright to 2002.Bruce Momjian2002-06-201-2/+2
* Change naming rule for ON SELECT rules of views: they're all justTom Lane2002-04-191-5/+2
* The contents of command.c, creatinh.c, define.c, remove.c and rename.cTom Lane2002-04-151-2/+2
* pg_type has a typnamespace column; system now supports creating typesTom Lane2002-03-291-30/+23
* A little further progress on schemas: push down RangeVars intoTom Lane2002-03-221-14/+17
* First phase of SCHEMA changes, concentrating on fixing the grammar andTom Lane2002-03-211-11/+17
* pgindent run on all C files. Java run to follow. initdb/regressionBruce Momjian2001-10-251-5/+1
* Sequences are now based on int8, not int4, arithmetic. SERIAL pseudo-typeTom Lane2001-08-161-2/+1
* Make ALTER TABLE RENAME on a view rename the view's on-select rule too.Tom Lane2001-08-121-34/+2
* Make OIDs optional, per discussions in pghackers. WITH OIDS is still theTom Lane2001-08-101-2/+3
* pgindent run. Make it all clean.Bruce Momjian2001-03-221-12/+14
* Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group.Bruce Momjian2001-01-241-2/+2
* MakeRetrieveViewRuleName was scribbling on memory that didn't belongTom Lane2001-01-031-10/+11
* Fix longstanding bug with VIEW using BETWEEN: OffsetVarNodes would getTom Lane2000-12-211-28/+29
* Clean up gcc warnings in MULTIBYTE mode.Tom Lane2000-10-261-1/+5
* Subselects in FROM clause, per ISO syntax: FROM (SELECT ...) [AS] alias.Tom Lane2000-09-291-36/+29
* First cut at full support for OUTER JOINs. There are still a few looseTom Lane2000-09-121-24/+19
* This patch implements a different "relkind"Bruce Momjian2000-09-121-2/+2
* O.K. -Bruce Momjian2000-09-121-1/+9
* Make toast-table creation and deletion work somewhat reliably.Tom Lane2000-07-041-2/+3
* RemoveView was doing things the hard way...Tom Lane2000-06-301-17/+3
* Rename rule CURRENT to OLD in source tree. Add mapping for backwardBruce Momjian2000-06-121-5/+5
* Carry column aliases from the parser frontend. Enables queries likeThomas G. Lockhart2000-02-151-3/+6
* Add:Bruce Momjian2000-01-261-2/+3