summaryrefslogtreecommitdiff
path: root/src/backend/rewrite/rewriteHandler.c
Commit message (Expand)AuthorAgeFilesLines
* Change my-function-name-- to my_function_name, and optimizer renames.Bruce Momjian1999-02-131-2/+2
* Cleanup of source files where 'return' or 'var =' is alone on a line.Bruce Momjian1999-02-031-5/+3
* Add TEMP tables/indexes. Add COPY pfree(). Other cleanups.Bruce Momjian1999-02-021-3/+7
* Agg/Aggreg cleanup and datetime.sql patch.Bruce Momjian1999-01-251-19/+19
* SELECT FOR UPDATE is implemented...Vadim B. Mikheev1999-01-251-1/+3
* Rename Aggreg to Aggref.Bruce Momjian1999-01-241-114/+114
* FOR UPDATE is in parser & rules.Vadim B. Mikheev1999-01-211-2/+40
* Hi!Bruce Momjian1999-01-181-3/+399
* Add support for the CASE statement in the rewrite handling.Thomas G. Lockhart1998-12-141-1/+93
* Implement CASE expression.Thomas G. Lockhart1998-12-041-13/+74
* The patch does 2 things:Bruce Momjian1998-10-211-375/+148
* Fix for rules system from Jan.Bruce Momjian1998-10-201-3/+3
* Please apply the patch at the end. Disables use of systemBruce Momjian1998-10-021-1/+3
* Here's a combination of all the patches I'm currently waitingBruce Momjian1998-10-021-486/+2137
* OK, folks, here is the pgindent output.Bruce Momjian1998-09-011-111/+123
* This is the final state of the rule system for 6.4 after theBruce Momjian1998-08-241-77/+42
* heap_fetch requires buffer pointer, must be released; heap_getnextBruce Momjian1998-08-191-2/+4
* From: Jan Wieck <jwieck@debis.com>Marc G. Fournier1998-08-181-27/+227
* 1) Queries using the having clause on base tables should work wellBruce Momjian1998-07-191-7/+29
* Remove un-needed braces around single statements.Bruce Momjian1998-06-151-11/+1
* I started adding the Having Clause and it works quite fine forBruce Momjian1998-03-301-3/+8
* pgindent run before 6.3 release, with Thomas' requested changes.Bruce Momjian1998-02-261-49/+45
* From: Jan Wieck <jwieck@debis.com>Marc G. Fournier1998-02-251-3/+3
* First step done,Marc G. Fournier1998-02-211-6/+104
* Make subqueries rewrite properly.Bruce Momjian1998-01-211-12/+88
* Yohoo UNIONS of VIEWS.Bruce Momjian1998-01-091-3/+7
* Goodbye ABORT. Hello ERROR for all errors.Bruce Momjian1998-01-071-2/+2
* Change elog(WARN) to elog(ERROR) and elog(ABORT).Bruce Momjian1998-01-051-2/+2
* Fix for count(*), aggs with views and multiple tables and sum(3).Bruce Momjian1998-01-041-1/+2
* Used modified version of indent that understands over 100 typedefs.Bruce Momjian1997-09-081-29/+29
* Another PGINDENT run that changes variable indenting and case label indenting...Bruce Momjian1997-09-081-93/+93
* Massive commit to run PGINDENT on all *.c and *.h files.Bruce Momjian1997-09-071-507/+559
* Remove more (void) and fix -Wall warnings.Bruce Momjian1997-08-121-3/+3
* Fix access through null pointer info->rule_action. Thanks Darren King.Bryan Henderson1996-11-241-41/+38
* Postgres95 1.01 Distribution - Virgin SourcesPG95-1_01Marc G. Fournier1996-07-091-0/+622