summaryrefslogtreecommitdiff
path: root/src/include/rewrite
Commit message (Expand)AuthorAgeFilesLines
...
* Restructure some header files a bit, in particular heapam.h, by removing someAlvaro Herrera2008-05-121-1/+2
* Update copyrights in source tree to 2008.Bruce Momjian2008-01-016-12/+12
* pgindent run for 8.3.Bruce Momjian2007-11-151-5/+5
* Fix a couple of misbehaviors rooted in the fact that the default creationTom Lane2007-08-271-2/+2
* Changes pg_trigger and extend pg_rewrite in order to allow triggers andJan Wieck2007-03-192-2/+11
* First phase of plan-invalidation project: create a plan cache managementTom Lane2007-03-131-2/+10
* Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian2007-01-056-12/+12
* Get rid of the separate RULE privilege for tables: now only a table's ownerTom Lane2006-09-051-1/+3
* Allow each C include file to compile on its own by including any neededBruce Momjian2006-07-111-1/+2
* DROP ... IF EXISTS for the following cases:Andrew Dunstan2006-06-161-2/+2
* Update copyright for 2006. Update scripts.Bruce Momjian2006-03-056-12/+12
* Change expandRTE() and ResolveNew() back to taking just the singleTom Lane2005-06-041-2/+2
* Revise handling of dropped columns in JOIN alias lists to avoid aTom Lane2005-06-031-1/+2
* Make the behavior of HAVING without GROUP BY conform to the SQL spec.Tom Lane2005-03-101-2/+1
* Tag appropriate files for rc3PostgreSQL Daemon2004-12-316-12/+12
* Pgindent run for 8.0.Bruce Momjian2004-08-291-3/+3
* Update copyright to 2004.Bruce Momjian2004-08-296-12/+12
* Repair some issues with column aliases and RowExpr construction in theTom Lane2004-08-191-2/+2
* Promote row expressions to full-fledged citizens of the expression syntax,Tom Lane2004-05-101-2/+3
* make sure the $Id tags are converted to $PostgreSQL as well ...PostgreSQL Daemon2003-11-296-6/+6
* Update copyrights to 2003.Bruce Momjian2003-08-046-12/+12
* Rule rewriter was doing the wrong thing with conditional INSTEAD rulesTom Lane2002-10-201-2/+2
* pgindent run.Bruce Momjian2002-09-042-4/+4
* The attached patch (against HEAD) implementsBruce Momjian2002-07-181-2/+2
* Second phase of committing Rod Taylor's pg_depend/pg_constraint patch.Tom Lane2002-07-121-3/+7
* Update copyright to 2002.Bruce Momjian2002-06-206-12/+12
* Change naming rule for ON SELECT rules of views: they're all justTom Lane2002-04-191-3/+4
* Rule names are now unique per-relation, rather than unique globally.Tom Lane2002-04-183-6/+7
* pg_type has a typnamespace column; system now supports creating typesTom Lane2002-03-291-2/+2
* Change the aclchk.c routines to uniformly use OIDs to identify theTom Lane2002-03-211-2/+1
* New pgindent run with fixes suggested by Tom. Patch manually reviewed,Bruce Momjian2001-11-056-12/+12
* Another pgindent run. Fixes enum indenting, and improves #endifBruce Momjian2001-10-286-6/+12
* pgindent run on all C files. Java run to follow. initdb/regressionBruce Momjian2001-10-256-12/+6
* Make ALTER TABLE RENAME on a view rename the view's on-select rule too.Tom Lane2001-08-122-3/+7
* Remove some dead code, simplify calling convention.Tom Lane2001-06-132-20/+6
* pgindent run. Make it all clean.Bruce Momjian2001-03-222-6/+6
* Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group.Bruce Momjian2001-01-246-12/+12
* Repair breakage of rules containing INSERT ... SELECT actions, per bugTom Lane2000-12-051-2/+3
* Change SearchSysCache coding conventions so that a reference count isTom Lane2000-11-161-2/+2
* Subselects in FROM clause, per ISO syntax: FROM (SELECT ...) [AS] alias.Tom Lane2000-09-293-32/+6
* First cut at full support for OUTER JOINs. There are still a few looseTom Lane2000-09-122-7/+10
* Use a private memory context to store rule information in each relcacheTom Lane2000-06-301-9/+2
* Ye-old pgindent run. Same 4-space tabs.Bruce Momjian2000-04-121-5/+5
* Fix some (more) problems with subselects in rules. Rewriter failed toTom Lane2000-03-161-1/+6
* Add:Bruce Momjian2000-01-267-14/+21
* Clean up rewriter routines to use expression_tree_walker andTom Lane1999-10-011-13/+12
* Change #include's to use <> and "" as appropriate.Bruce Momjian1999-07-151-3/+3
* Clean up #include in /include directory. Add scripts for checking includes.Bruce Momjian1999-07-153-7/+3
* Make functions static or NOT_USED as appropriate.Bruce Momjian1999-05-262-8/+2
* pgindent run over code.Bruce Momjian1999-05-252-3/+5