aboutsummaryrefslogtreecommitdiff
path: root/src/backend/commands/view.c
Commit message (Expand)AuthorAge
* Improve parser so that we can show an error cursor position for errorsTom Lane2006-03-14
* Update copyright for 2006. Update scripts.Bruce Momjian2006-03-05
* Re-run pgindent, fixing a problem where comment lines after a blankBruce Momjian2005-11-22
* Standard pgindent run for 8.1.Bruce Momjian2005-10-15
* First phase of project to use fixed OIDs for all system catalogs andTom Lane2005-04-14
* Change addRangeTableEntryForRelation() to take a Relation pointer insteadTom Lane2005-04-13
* Merge Resdom nodes into TargetEntry nodes to simplify code and save aTom Lane2005-04-06
* Add support for temporary views, including documentation and regressionNeil Conway2005-02-02
* Tag appropriate files for rc3PostgreSQL Daemon2004-12-31
* Pgindent run for 8.0.Bruce Momjian2004-08-29
* Update copyright to 2004.Bruce Momjian2004-08-29
* Tablespaces. Alternate database locations are dead, long live tablespaces.Tom Lane2004-06-18
* Reimplement the linked list data structure used throughout the backend.Neil Conway2004-05-26
* Fix permission-checking bug reported by Tim Burgess 10-Feb-03 (this timeTom Lane2004-01-14
* Implement "WITH / WITHOID OIDS" clause for CREATE TABLE AS. This isNeil Conway2004-01-10
* $Header: -> $PostgreSQL Changes ...PostgreSQL Daemon2003-11-29
* Message editing: remove gratuitous variations in message wording, standardizePeter Eisentraut2003-09-25
* Update copyrights to 2003.Bruce Momjian2003-08-04
* pgindent run.Bruce Momjian2003-08-04
* Adjust 'permission denied' messages to be more useful and consistent.Tom Lane2003-08-01
* Another round of error message editing, covering backend/commands/.Tom Lane2003-07-20
* Code review for ON COMMIT patch. Make the actual on-commit action happenTom Lane2002-11-11
* Replace pg_attribute.attisinherited with attislocal and attinhcountTom Lane2002-09-22
* pgindent run.Bruce Momjian2002-09-04
* Department of second thoughts: make checks for replacing a view slightlyTom Lane2002-09-02
* CREATE OR REPLACE VIEW, CREATE OR REPLACE RULE.Tom Lane2002-09-02
* Add attisinherited column to pg_attribute; use it to guard againstTom Lane2002-08-30
* Add more dependency insertions --- this completes the basic pg_dependTom Lane2002-07-16
* Second phase of committing Rod Taylor's pg_depend/pg_constraint patch.Tom Lane2002-07-12
* First phase of applying Rod Taylor's pg_depend patch. This just addsTom Lane2002-07-01
* Update copyright to 2002.Bruce Momjian2002-06-20
* Change naming rule for ON SELECT rules of views: they're all justTom Lane2002-04-19
* The contents of command.c, creatinh.c, define.c, remove.c and rename.cTom Lane2002-04-15
* pg_type has a typnamespace column; system now supports creating typesTom Lane2002-03-29
* A little further progress on schemas: push down RangeVars intoTom Lane2002-03-22
* First phase of SCHEMA changes, concentrating on fixing the grammar andTom Lane2002-03-21
* pgindent run on all C files. Java run to follow. initdb/regressionBruce Momjian2001-10-25
* Sequences are now based on int8, not int4, arithmetic. SERIAL pseudo-typeTom Lane2001-08-16
* Make ALTER TABLE RENAME on a view rename the view's on-select rule too.Tom Lane2001-08-12
* Make OIDs optional, per discussions in pghackers. WITH OIDS is still theTom Lane2001-08-10
* pgindent run. Make it all clean.Bruce Momjian2001-03-22
* Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group.Bruce Momjian2001-01-24
* MakeRetrieveViewRuleName was scribbling on memory that didn't belongTom Lane2001-01-03
* Fix longstanding bug with VIEW using BETWEEN: OffsetVarNodes would getTom Lane2000-12-21
* Clean up gcc warnings in MULTIBYTE mode.Tom Lane2000-10-26
* Subselects in FROM clause, per ISO syntax: FROM (SELECT ...) [AS] alias.Tom Lane2000-09-29
* First cut at full support for OUTER JOINs. There are still a few looseTom Lane2000-09-12
* This patch implements a different "relkind"Bruce Momjian2000-09-12
* O.K. -Bruce Momjian2000-09-12
* Make toast-table creation and deletion work somewhat reliably.Tom Lane2000-07-04