]> granicus.if.org Git - postgresql/history - src/backend/rewrite/rewriteDefine.c
Implement SQL-standard WITH clauses, including WITH RECURSIVE.
[postgresql] / src / backend / rewrite / rewriteDefine.c
2008-10-04 Tom LaneImplement SQL-standard WITH clauses, including WITH...
2008-08-25 Tom LaneMove exprType(), exprTypmod(), expression_tree_walker...
2008-08-11 Heikki LinnakangasIntroduce the concept of relation forks. An smgr relati...
2008-06-19 Alvaro HerreraImprove our #include situation by moving pointer types...
2008-03-26 Alvaro HerreraMove the HTSU_Result enum definition into snapshot...
2008-03-25 Tom LaneSimplify and standardize conversions between TEXT datum...
2008-01-01 Bruce MomjianUpdate copyrights in source tree to 2008.
2007-11-15 Bruce Momjianpgindent run for 8.3.
2007-08-27 Tom LaneFix a couple of misbehaviors rooted in the fact that...
2007-06-23 Tom LaneSeparate parse-analysis for utility commands out of...
2007-04-27 Tom LaneModify processing of DECLARE CURSOR and EXPLAIN so...
2007-03-19 Jan WieckChanges pg_trigger and extend pg_rewrite in order to...
2007-03-13 Tom LaneFirst phase of plan-invalidation project: create a...
2007-02-01 Bruce MomjianWording cleanup for error messages. Also change can...
2007-01-05 Bruce MomjianUpdate CVS HEAD for 2007 copyright. Back branches...
2006-10-04 Bruce Momjianpgindent run for 8.2.
2006-09-05 Tom LaneGet rid of the separate RULE privilege for tables:...
2006-09-02 Tom LaneApply a simple solution to the problem of making INSERT...
2006-08-12 Tom LaneTweak SPI_cursor_open to allow INSERT/UPDATE/DELETE...
2006-07-18 Bruce MomjianMark a few functions as static or NOT_USED.
2006-07-14 Bruce MomjianRemove 576 references of include files that were not...
2006-03-05 Bruce MomjianUpdate copyright for 2006. Update scripts.
2005-11-22 Bruce MomjianRe-run pgindent, fixing a problem where comment lines...
2005-10-18 Tom LaneA few trivial code cleanups motivated by reading warnin...
2005-10-15 Bruce MomjianStandard pgindent run for 8.1.
2005-06-28 Tom LaneReplace pg_shadow and pg_group by new role-capable...
2005-04-14 Tom LaneCompletion of project to use fixed OIDs for all system...
2005-04-14 Tom LaneFirst phase of project to use fixed OIDs for all system...
2005-04-06 Tom LaneMerge Resdom nodes into TargetEntry nodes to simplify...
2005-01-27 Neil ConwayChange heap_modifytuple() to require a TupleDesc rather...
2005-01-10 Tom LanePhase 1 of fix for 'SMgrRelation hashtable corrupted...
2004-12-31 PostgreSQL DaemonTag appropriate files for rc3
2004-08-29 Bruce MomjianPgindent run for 8.0.
2004-08-29 Bruce MomjianUpdate copyright to 2004.
2004-05-30 Neil ConwayUse the new List API function names throughout the...
2004-05-26 Neil ConwayReimplement the linked list data structure used through...
2004-05-18 Tom LanesetRuleCheckAsUser has to be applied to any subqueries...
2004-02-10 Tom LaneRestructure smgr API as per recent proposal. smgr...
2004-01-14 Tom LaneFix permission-checking bug reported by Tim Burgess...
2003-11-29 PostgreSQL Daemon$Header: -> $PostgreSQL Changes ...
2003-09-29 Peter EisentrautMore message editing, some suggested by Alvaro Herrera
2003-09-26 Peter EisentrautVarious message fixes, among those fixes for the previo...
2003-09-25 Peter EisentrautMessage editing: remove gratuitous variations in messag...
2003-09-17 Tom LaneDisallow converting a table to a view if it has trigger...
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-25 Tom LaneError message editing in backend/optimizer, backend...
2003-01-17 Tom LaneAdjust API of expression_tree_mutator and query_tree_mu...
2002-12-05 Bruce MomjianMore cleanup of userid to be AclId rather than Oid.
2002-09-11 Tom LaneTweak querytree-dependency-extraction code so that...
2002-09-04 Bruce Momjianpgindent run.
2002-09-02 Tom LaneCREATE OR REPLACE VIEW, CREATE OR REPLACE RULE.
2002-08-05 Tom LaneRestructure system-catalog index updating logic. Inste...
2002-08-02 Tom LaneALTER TABLE DROP COLUMN works. Patch by Christopher...
2002-07-16 Tom LaneAdd code to extract dependencies from an expression...
2002-07-12 Tom LaneSecond phase of committing Rod Taylor's pg_depend/pg_co...
2002-06-20 Bruce MomjianUpdate copyright to 2002.
2002-05-21 Tom LaneRemove global variable scanCommandId in favor of storin...
2002-05-20 Tom LaneRestructure indexscan API (index_beginscan, index_getne...
2002-05-12 Tom LaneFirst pass at set-returning-functions in FROM, by Joe...
2002-04-27 Tom LaneRestructure aclcheck error reporting to make permission...
2002-04-19 Tom LaneChange naming rule for ON SELECT rules of views: they...
2002-04-18 Tom LaneRule names are now unique per-relation, rather than...
2002-03-26 Tom Lanepg_class has a relnamespace column. You can create...
2002-03-21 Tom LaneChange the aclchk.c routines to uniformly use OIDs...
2002-03-21 Tom LaneFirst phase of SCHEMA changes, concentrating on fixing...
2001-08-12 Tom LaneMake ALTER TABLE RENAME on a view rename the view's...
2001-05-03 Tom LanePermission checking wasn't quite right for insert/updat...
2001-03-23 Bruce MomjianFix comments that were mis-wrapped, for Tom Lane.
2001-03-22 Bruce MomjianRemove dashes in comments that don't need them, rewrap...
2001-03-22 Bruce Momjianpgindent run. Make it all clean.
2001-01-24 Bruce MomjianChange Copyright from PostgreSQL, Inc to PostgreSQL...
2001-01-13 Tom LaneRelax test on typmod matching between a table and its...
2000-12-05 Tom LaneRepair breakage of rules containing INSERT ... SELECT...
2000-10-26 Tom LaneRe-implement LIMIT/OFFSET as a plan node type, instead...
2000-10-05 Tom LaneReimplementation of UNION/INTERSECT/EXCEPT. INTERSECT...
2000-09-29 Tom LaneSubselects in FROM clause, per ISO syntax: FROM (SELECT...
2000-09-12 Tom LaneFix relation-to-view conversion so that it doesn't...
2000-09-12 Bruce MomjianThis patch implements a different "relkind"
2000-09-12 Bruce MomjianO.K. -
2000-07-30 Tom LaneType lztext is toast.
2000-06-30 Tom LaneUse a private memory context to store rule information...
2000-06-28 Tom LaneFirst phase of memory management rewrite (see backend...
2000-06-15 Bruce MomjianFinal #include cleanup.
2000-05-30 Bruce MomjianRemove unused include files. Do not touch /port or...
2000-04-12 Bruce MomjianYe-old pgindent run. Same 4-space tabs.
2000-02-26 Tom LaneUndo a couple of mistaken applications of NameStr(...
2000-01-27 Tom LaneRedesign DISTINCT ON as discussed in pgsql-sql 1/25...
2000-01-26 Bruce MomjianAdd:
1999-11-18 Jan WieckChanged pg_rewrite attributes ev_qual and ev_action...
1999-11-07 Bruce MomjianNew NameStr macro to convert Name to Str. No need...
1999-10-21 Tom LaneBugfix for CREATE RULE invoked via SPI --- from Hiroshi,
1999-10-21 Tom LaneRemove fixed-size buffers in rule storage routine.
1999-09-18 Tom LaneMega-commit to make heap_open/heap_openr/heap_close...
1999-07-19 Bruce MomjianInstall new alignment code to use MAXALIGN rather than...
1999-07-17 Bruce Momjian Move some system includes into c.h, and remove duplicates.
1999-07-16 Bruce MomjianUpdate #include cleanups
1999-07-15 Bruce MomjianRemove unused #includes in *.c files.
1999-07-15 Bruce MomjianClean up #include in /include directory. Add scripts...
next