OSDN Git Service

Fix permission-checking bug reported by Tim Burgess 10-Feb-03 (this time
[pg-rex/syncrep.git] / src / backend / commands / view.c
2004-01-14 Tom LaneFix permission-checking bug reported by Tim Burgess...
2004-01-10 Neil ConwayImplement "WITH / WITHOID OIDS" clause for CREATE TABLE...
2003-11-29 PostgreSQL Daemon$Header: -> $PostgreSQL Changes ...
2003-09-25 Peter EisentrautMessage editing: remove gratuitous variations in messag...
2003-08-04 Bruce MomjianUpdate copyrights to 2003.
2003-08-04 Bruce Momjianpgindent run.
2003-08-01 Tom LaneAdjust 'permission denied' messages to be more useful...
2003-07-20 Tom LaneAnother round of error message editing, covering backen...
2002-11-11 Tom LaneCode review for ON COMMIT patch. Make the actual on...
2002-09-22 Tom LaneReplace pg_attribute.attisinherited with attislocal...
2002-09-04 Bruce Momjianpgindent run.
2002-09-02 Tom LaneDepartment of second thoughts: make checks for replacin...
2002-09-02 Tom LaneCREATE OR REPLACE VIEW, CREATE OR REPLACE RULE.
2002-08-30 Tom LaneAdd attisinherited column to pg_attribute; use it to...
2002-07-16 Tom LaneAdd more dependency insertions --- this completes the...
2002-07-12 Tom LaneSecond phase of committing Rod Taylor's pg_depend/pg_co...
2002-07-01 Tom LaneFirst phase of applying Rod Taylor's pg_depend patch...
2002-06-20 Bruce MomjianUpdate copyright to 2002.
2002-04-19 Tom LaneChange naming rule for ON SELECT rules of views: they...
2002-04-15 Tom LaneThe contents of command.c, creatinh.c, define.c, remove...
2002-03-29 Tom Lanepg_type has a typnamespace column; system now supports...
2002-03-22 Tom LaneA little further progress on schemas: push down RangeVa...
2002-03-21 Tom LaneFirst phase of SCHEMA changes, concentrating on fixing...
2001-10-25 Bruce Momjianpgindent run on all C files. Java run to follow. ...
2001-08-16 Tom LaneSequences are now based on int8, not int4, arithmetic...
2001-08-12 Tom LaneMake ALTER TABLE RENAME on a view rename the view's...
2001-08-10 Tom LaneMake OIDs optional, per discussions in pghackers. ...
2001-03-22 Bruce Momjianpgindent run. Make it all clean.
2001-01-24 Bruce MomjianChange Copyright from PostgreSQL, Inc to PostgreSQL...
2001-01-03 Tom LaneMakeRetrieveViewRuleName was scribbling on memory that...
2000-12-21 Tom LaneFix longstanding bug with VIEW using BETWEEN: OffsetVar...
2000-10-26 Tom LaneClean up gcc warnings in MULTIBYTE mode.
2000-09-29 Tom LaneSubselects in FROM clause, per ISO syntax: FROM (SELECT...
2000-09-12 Tom LaneFirst cut at full support for OUTER JOINs. There are...
2000-09-12 Bruce MomjianThis patch implements a different "relkind"
2000-09-12 Bruce MomjianO.K. -
2000-07-04 Tom LaneMake toast-table creation and deletion work somewhat...
2000-06-30 Tom LaneRemoveView was doing things the hard way...
2000-06-12 Bruce MomjianRename rule CURRENT to OLD in source tree. Add mapping...
2000-02-15 Thomas G. LockhartCarry column aliases from the parser frontend. Enables...
2000-01-26 Bruce MomjianAdd:
1999-12-10 Bruce MomjianRename several destroy* functions/tags to drop*.
1999-10-07 Tom LaneFix planner and rewriter to follow SQL semantics for...
1999-10-03 Tom LaneReimplement parsing and storage of default expressions...
1999-07-17 Bruce Momjian Move some system includes into c.h, and remove duplicates.
1999-07-16 Bruce MomjianFinal cleanup.
1999-07-15 Bruce MomjianChange #include's to use <> and "" as appropriate.
1999-07-15 Bruce MomjianRemove unused #includes in *.c files.
1999-05-25 Bruce Momjianpgindent run over code.
1999-02-13 Bruce MomjianChange my-function-name-- to my_function_name, and...
1999-02-03 Bruce MomjianCleanup of source files where 'return' or 'var =' is...
1999-02-02 Bruce MomjianAdd TEMP tables/indexes. Add COPY pfree(). Other...
1998-12-14 Marc G. Fourniermore cleanups...of note, appendStringInfo now performs...
1998-12-14 Marc G. FournierMany more cleanups...
1998-12-14 Marc G. FournierInitial attempt to clean up the code...
1998-10-21 Bruce MomjianThe patch does 2 things:
1998-09-01 Bruce MomjianOK, folks, here is the pgindent output.
1998-08-06 Bruce MomjianMake large objects their own relkind type. Fix dups...
1998-07-19 Bruce Momjian1) Queries using the having clause on base tables shoul...
1998-06-15 Bruce MomjianRemove un-needed braces around single statements.
1998-02-26 Bruce Momjianpgindent run before 6.3 release, with Thomas' requested...
1998-02-10 Bruce MomjianPass attypmod through to executor by adding to Var...
1998-01-05 Bruce MomjianChange some ABORTS to ERROR. Add line number when...
1998-01-05 Bruce MomjianChange elog(WARN) to elog(ERROR) and elog(ABORT).
1997-11-28 Bruce MomjianRename heap_destroyr to heap_destroy, heap_destroy...
1997-11-25 Bruce MomjianBreak parser functions into smaller files, group together.
1997-11-21 Bruce MomjianRemove archive stuff.
1997-11-20 Bruce MomjianRemove all time travel stuff. Small parser cleanup.
1997-11-17 Bruce MomjianRemove 16 char limit on system table/index names. ...
1997-09-18 Bruce MomjianInline memset() as MemSet().
1997-09-08 Bruce MomjianUsed modified version of indent that understands over...
1997-09-08 Bruce MomjianAnother PGINDENT run that changes variable indenting...
1997-09-07 Bruce MomjianMassive commit to run PGINDENT on all *.c and *.h files.
1997-08-22 Vadim B. MikheevTurn constraints off for sequences & views
1997-01-10 Bruce Momjianinclude sem.h added, include string.h neede, from Erik...
1996-12-11 Bryan HendersonUse "Oid" type where applicable and %ud instead of...
1996-11-10 Bruce MomjianAll external function definitions now have prototypes...
1996-11-06 Marc G. FournierClean it up so that it compiles
1996-11-03 Marc G. FournierAnother first pass at cleaning up the #includes
1996-10-30 Bruce MomjianParser Overhaul
1996-07-09 Marc G. FournierPostgres95 1.01 Distribution - Virgin Sources