index
:
delta/postgresql.git
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL8_4_STABLE
REL8_5_ALPHA1_BRANCH
REL8_5_ALPHA2_BRANCH
REL8_5_ALPHA3_BRANCH
REL9_0_ALPHA4_BRANCH
REL9_0_ALPHA5_BRANCH
REL9_0_STABLE
REL9_1_STABLE
REL9_2_STABLE
REL9_3_STABLE
REL9_4_STABLE
REL9_5_STABLE
REL9_6_STABLE
REL_10_STABLE
REL_11_STABLE
REL_12_STABLE
REL_13_STABLE
REL_14_STABLE
REL_15_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
git.postgresql.org: git/postgresql.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
rewrite
/
rewriteHandler.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Except_Intersect_Rewrite() forgot to move LIMIT info to new
Tom Lane
1999-10-17
1
-1
/
+8
*
Fix planner and rewriter to follow SQL semantics for tables that are
Tom Lane
1999-10-07
1
-35
/
+56
*
Stick finger into a couple more holes in the leaky dike of
Tom Lane
1999-10-02
1
-1
/
+16
*
Clean up rewriter routines to use expression_tree_walker and
Tom Lane
1999-10-01
1
-1537
/
+497
*
Remove incorrect 'Assert(targetList != NULL)'. An
Tom Lane
1999-09-19
1
-9
/
+2
*
Mega-commit to make heap_open/heap_openr/heap_close take an
Tom Lane
1999-09-18
1
-9
/
+8
*
Revise implementation of SubLinks so that there is a consistent,
Tom Lane
1999-08-25
1
-40
/
+39
*
Move some system includes into c.h, and remove duplicates.
Bruce Momjian
1999-07-17
1
-6
/
+1
*
Final cleanup.
Bruce Momjian
1999-07-16
1
-14
/
+14
*
Update #include cleanups
Bruce Momjian
1999-07-16
1
-2
/
+2
*
Remove unused #includes in *.c files.
Bruce Momjian
1999-07-15
1
-12
/
+1
*
Clean up #include in /include directory. Add scripts for checking includes.
Bruce Momjian
1999-07-15
1
-4
/
+2
*
Remove S*I comments from Stephan.
Bruce Momjian
1999-07-13
1
-7
/
+1
*
RewritePreprocessQuery tried to match resjunk targets against
Tom Lane
1999-07-11
1
-6
/
+9
*
Replace rewriter's checkQueryHasAggs and checkQueryHasSubLink
Tom Lane
1999-06-21
1
-226
/
+29
*
Make functions static or NOT_USED as appropriate.
Bruce Momjian
1999-05-26
1
-9
/
+14
*
pgindent run over code.
Bruce Momjian
1999-05-25
1
-1090
/
+1183
*
Bugfix - Range table entries that are unused after rewriting should
Jan Wieck
1999-05-25
1
-2
/
+140
*
Skip junk nodes when comparing UNION target list lengths.
Bruce Momjian
1999-05-17
1
-5
/
+14
*
Change resjunk to a boolean.
Bruce Momjian
1999-05-17
1
-2
/
+2
*
Rip out QueryTreeList structure, root and branch. Querytree
Tom Lane
1999-05-13
1
-18
/
+18
*
Fixed wrong hasAggs when aggregate columns of view aren't
Jan Wieck
1999-05-12
1
-3
/
+133
*
Replaced targetlist entry in GroupClause by reference number
Jan Wieck
1999-05-12
1
-96
/
+5
*
Rearrange top-level rewrite operations so that EXPLAIN works
Tom Lane
1999-05-09
1
-9
/
+54
*
Final optimizer cleanups.
Bruce Momjian
1999-02-22
1
-3
/
+3
*
From: Tatsuo Ishii <t-ishii@sra.co.jp>
Marc G. Fournier
1999-02-21
1
-2
/
+2
*
Change my-function-name-- to my_function_name, and optimizer renames.
Bruce Momjian
1999-02-13
1
-2
/
+2
*
Cleanup of source files where 'return' or 'var =' is alone on a line.
Bruce Momjian
1999-02-03
1
-5
/
+3
*
Add TEMP tables/indexes. Add COPY pfree(). Other cleanups.
Bruce Momjian
1999-02-02
1
-3
/
+7
*
Agg/Aggreg cleanup and datetime.sql patch.
Bruce Momjian
1999-01-25
1
-19
/
+19
*
SELECT FOR UPDATE is implemented...
Vadim B. Mikheev
1999-01-25
1
-1
/
+3
*
Rename Aggreg to Aggref.
Bruce Momjian
1999-01-24
1
-114
/
+114
*
FOR UPDATE is in parser & rules.
Vadim B. Mikheev
1999-01-21
1
-2
/
+40
*
Hi!
Bruce Momjian
1999-01-18
1
-3
/
+399
*
Add support for the CASE statement in the rewrite handling.
Thomas G. Lockhart
1998-12-14
1
-1
/
+93
*
Implement CASE expression.
Thomas G. Lockhart
1998-12-04
1
-13
/
+74
*
The patch does 2 things:
Bruce Momjian
1998-10-21
1
-375
/
+148
*
Fix for rules system from Jan.
Bruce Momjian
1998-10-20
1
-3
/
+3
*
Please apply the patch at the end. Disables use of system
Bruce Momjian
1998-10-02
1
-1
/
+3
*
Here's a combination of all the patches I'm currently waiting
Bruce Momjian
1998-10-02
1
-486
/
+2137
*
OK, folks, here is the pgindent output.
Bruce Momjian
1998-09-01
1
-111
/
+123
*
This is the final state of the rule system for 6.4 after the
Bruce Momjian
1998-08-24
1
-77
/
+42
*
heap_fetch requires buffer pointer, must be released; heap_getnext
Bruce Momjian
1998-08-19
1
-2
/
+4
*
From: Jan Wieck <jwieck@debis.com>
Marc G. Fournier
1998-08-18
1
-27
/
+227
*
1) Queries using the having clause on base tables should work well
Bruce Momjian
1998-07-19
1
-7
/
+29
*
Remove un-needed braces around single statements.
Bruce Momjian
1998-06-15
1
-11
/
+1
*
I started adding the Having Clause and it works quite fine for
Bruce Momjian
1998-03-30
1
-3
/
+8
*
pgindent run before 6.3 release, with Thomas' requested changes.
Bruce Momjian
1998-02-26
1
-49
/
+45
*
From: Jan Wieck <jwieck@debis.com>
Marc G. Fournier
1998-02-25
1
-3
/
+3
*
First step done,
Marc G. Fournier
1998-02-21
1
-6
/
+104
[next]