aboutsummaryrefslogtreecommitdiff
path: root/src/include/rewrite
Commit message (Expand)AuthorAge
* The attached patch (against HEAD) implementsBruce Momjian2002-07-18
* Second phase of committing Rod Taylor's pg_depend/pg_constraint patch.Tom Lane2002-07-12
* Update copyright to 2002.Bruce Momjian2002-06-20
* Change naming rule for ON SELECT rules of views: they're all justTom Lane2002-04-19
* Rule names are now unique per-relation, rather than unique globally.Tom Lane2002-04-18
* pg_type has a typnamespace column; system now supports creating typesTom Lane2002-03-29
* Change the aclchk.c routines to uniformly use OIDs to identify theTom Lane2002-03-21
* New pgindent run with fixes suggested by Tom. Patch manually reviewed,Bruce Momjian2001-11-05
* Another pgindent run. Fixes enum indenting, and improves #endifBruce Momjian2001-10-28
* pgindent run on all C files. Java run to follow. initdb/regressionBruce Momjian2001-10-25
* Make ALTER TABLE RENAME on a view rename the view's on-select rule too.Tom Lane2001-08-12
* Remove some dead code, simplify calling convention.Tom Lane2001-06-13
* pgindent run. Make it all clean.Bruce Momjian2001-03-22
* Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group.Bruce Momjian2001-01-24
* Repair breakage of rules containing INSERT ... SELECT actions, per bugTom Lane2000-12-05
* Change SearchSysCache coding conventions so that a reference count isTom Lane2000-11-16
* 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
* Use a private memory context to store rule information in each relcacheTom Lane2000-06-30
* Ye-old pgindent run. Same 4-space tabs.Bruce Momjian2000-04-12
* Fix some (more) problems with subselects in rules. Rewriter failed toTom Lane2000-03-16
* Add:Bruce Momjian2000-01-26
* Clean up rewriter routines to use expression_tree_walker andTom Lane1999-10-01
* Change #include's to use <> and "" as appropriate.Bruce Momjian1999-07-15
* Clean up #include in /include directory. Add scripts for checking includes.Bruce Momjian1999-07-15
* Make functions static or NOT_USED as appropriate.Bruce Momjian1999-05-26
* pgindent run over code.Bruce Momjian1999-05-25
* Replaced targetlist entry in GroupClause by reference numberJan Wieck1999-05-12
* Change my-function-name-- to my_function_name, and optimizer renames.Bruce Momjian1999-02-13
* Hi!Bruce Momjian1999-01-18
* The patch does 2 things:Bruce Momjian1998-10-21
* Make functions static or ifdef NOT_USED. Prevent pg_version creation.Bruce Momjian1998-10-08
* Here's a combination of all the patches I'm currently waitingBruce Momjian1998-10-02
* OK, folks, here is the pgindent output.Bruce Momjian1998-09-01
* 1) Queries using the having clause on base tables should work wellBruce Momjian1998-07-19
* pgindent run before 6.3 release, with Thomas' requested changes.Bruce Momjian1998-02-26
* Fix prototypes so they don't look like function definitions.Bruce Momjian1998-01-24
* Make subqueries rewrite properly.Bruce Momjian1998-01-21
* Cleanup up include files.Bruce Momjian1997-11-26
* Used modified version of indent that understands over 100 typedefs.Bruce Momjian1997-09-08
* Another PGINDENT run that changes variable indenting and case label indenting...Bruce Momjian1997-09-08
* Massive commit to run PGINDENT on all *.c and *.h files.Bruce Momjian1997-09-07
* Compile and warning cleanupBruce Momjian1996-11-08
* Okay...this pretty much cleans out the include files.Marc G. Fournier1996-11-06
* Another series started from utils/builtins.hMarc G. Fournier1996-11-04
* Okay, following Bryan's (and others) suggestions...cleaning up theMarc G. Fournier1996-11-01
* another...Marc G. Fournier1996-10-19
* Clean up th ecompile process by centralizing the include filesMarc G. Fournier1996-08-28