aboutsummaryrefslogtreecommitdiff
path: root/src/backend/commands/view.c
Commit message (Expand)AuthorAge
* 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
* RemoveView was doing things the hard way...Tom Lane2000-06-30
* Rename rule CURRENT to OLD in source tree. Add mapping for backwardBruce Momjian2000-06-12
* Carry column aliases from the parser frontend. Enables queries likeThomas G. Lockhart2000-02-15
* Add:Bruce Momjian2000-01-26
* Rename several destroy* functions/tags to drop*.Bruce Momjian1999-12-10
* Fix planner and rewriter to follow SQL semantics for tables that areTom Lane1999-10-07
* Reimplement parsing and storage of default expressions and constraintTom Lane1999-10-03
* Move some system includes into c.h, and remove duplicates.Bruce Momjian1999-07-17
* Final cleanup.Bruce Momjian1999-07-16
* Change #include's to use <> and "" as appropriate.Bruce Momjian1999-07-15
* Remove unused #includes in *.c files.Bruce Momjian1999-07-15
* pgindent run over code.Bruce Momjian1999-05-25
* Change my-function-name-- to my_function_name, and optimizer renames.Bruce Momjian1999-02-13
* Cleanup of source files where 'return' or 'var =' is alone on a line.Bruce Momjian1999-02-03
* Add TEMP tables/indexes. Add COPY pfree(). Other cleanups.Bruce Momjian1999-02-02
* more cleanups...of note, appendStringInfo now performs like sprintf(),Marc G. Fournier1998-12-14
* Many more cleanups...Marc G. Fournier1998-12-14
* Initial attempt to clean up the code...Marc G. Fournier1998-12-14
* The patch does 2 things:Bruce Momjian1998-10-21
* OK, folks, here is the pgindent output.Bruce Momjian1998-09-01
* Make large objects their own relkind type. Fix dups in pg_class_mbBruce Momjian1998-08-06
* 1) Queries using the having clause on base tables should work wellBruce Momjian1998-07-19