summaryrefslogtreecommitdiff
path: root/src/backend/commands/view.c
Commit message (Expand)AuthorAgeFilesLines
* 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-2/+2
* Fix all known problems with pg_dump's handling of serial sequencesTom Lane2006-08-211-2/+1
* Allow include files to compile own their own.Bruce Momjian2006-07-131-1/+2
* Add FILLFACTOR to CREATE INDEX.Bruce Momjian2006-07-021-2/+3
* Improve parser so that we can show an error cursor position for errorsTom Lane2006-03-141-7/+3
* 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-2/+3
* Standard pgindent run for 8.1.Bruce Momjian2005-10-151-38/+39
* 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