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
/
rewriteManip.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove unused include files. Do not touch /port or includes used by defines.
Bruce Momjian
2000-05-30
1
-2
/
+1
*
Ye-old pgindent run. Same 4-space tabs.
Bruce Momjian
2000-04-12
1
-48
/
+68
*
Fix some (more) problems with subselects in rules. Rewriter failed to
Tom Lane
2000-03-16
1
-19
/
+160
*
Redesign DISTINCT ON as discussed in pgsql-sql 1/25/00: syntax is now
Tom Lane
2000-01-27
1
-16
/
+5
*
Add:
Bruce Momjian
2000-01-26
1
-2
/
+3
*
New NameStr macro to convert Name to Str. No need for var.data anymore.
Bruce Momjian
1999-11-07
1
-3
/
+3
*
Clean up rewriter routines to use expression_tree_walker and
Tom Lane
1999-10-01
1
-817
/
+395
*
Revise implementation of SubLinks so that there is a consistent,
Tom Lane
1999-08-25
1
-61
/
+4
*
Major revision of sort-node handling: push knowledge of query
Tom Lane
1999-08-21
1
-14
/
+28
*
Move some system includes into c.h, and remove duplicates.
Bruce Momjian
1999-07-17
1
-2
/
+1
*
Final cleanup.
Bruce Momjian
1999-07-16
1
-5
/
+5
*
Update #include cleanups
Bruce Momjian
1999-07-16
1
-2
/
+2
*
Remove unused #includes in *.c files.
Bruce Momjian
1999-07-15
1
-9
/
+1
*
Clean up #include in /include directory. Add scripts for checking includes.
Bruce Momjian
1999-07-15
1
-2
/
+1
*
Remove S*I comments from Stephan.
Bruce Momjian
1999-07-13
1
-10
/
+1
*
Make functions static or NOT_USED as appropriate.
Bruce Momjian
1999-05-26
1
-1
/
+3
*
pgindent run over code.
Bruce Momjian
1999-05-25
1
-215
/
+230
*
Replaced targetlist entry in GroupClause by reference number
Jan Wieck
1999-05-12
1
-30
/
+48
*
Change my-function-name-- to my_function_name, and optimizer renames.
Bruce Momjian
1999-02-13
1
-2
/
+2
*
Revert some changes from the INTERSECT/EXPECT patch that broke
Jan Wieck
1999-02-08
1
-10
/
+20
*
Cleanup of source files where 'return' or 'var =' is alone on a line.
Bruce Momjian
1999-02-03
1
-5
/
+3
*
Agg/Aggreg cleanup and datetime.sql patch.
Bruce Momjian
1999-01-25
1
-9
/
+9
*
Rename Aggreg to Aggref.
Bruce Momjian
1999-01-24
1
-11
/
+11
*
Hi!
Bruce Momjian
1999-01-18
1
-11
/
+78
*
Add support for the CASE statement in the rewrite handling.
Thomas G. Lockhart
1998-12-14
1
-1
/
+69
*
The patch does 2 things:
Bruce Momjian
1998-10-21
1
-102
/
+242
*
Fix for rules system from Jan.
Bruce Momjian
1998-10-20
1
-4
/
+5
*
Make functions static or ifdef NOT_USED. Prevent pg_version creation.
Bruce Momjian
1998-10-08
1
-1
/
+6
*
Here's a combination of all the patches I'm currently waiting
Bruce Momjian
1998-10-02
1
-1
/
+108
*
Tatsuo Ishii fix for pg_user crash, with slight modification.
Bruce Momjian
1998-09-11
1
-5
/
+8
*
OK, folks, here is the pgindent output.
Bruce Momjian
1998-09-01
1
-96
/
+126
*
Renaming cleanup, no pgindent yet.
Bruce Momjian
1998-09-01
1
-3
/
+3
*
1) Queries using the having clause on base tables should work well
Bruce Momjian
1998-07-19
1
-17
/
+132
*
Remove un-needed braces around single statements.
Bruce Momjian
1998-06-15
1
-9
/
+1
*
pgindent run before 6.3 release, with Thomas' requested changes.
Bruce Momjian
1998-02-26
1
-39
/
+40
*
Pass attypmod through to executor by adding to Var and Resdom.
Bruce Momjian
1998-02-10
1
-2
/
+2
*
Make subqueries rewrite properly.
Bruce Momjian
1998-01-21
1
-81
/
+124
*
Remove Query->qry_aggs and qry_numaggs and replace with Query->hasAggs.
Bruce Momjian
1998-01-15
1
-10
/
+2
*
Fix for count(*), aggs with views and multiple tables and sum(3).
Bruce Momjian
1998-01-04
1
-1
/
+44
*
Inline memset() as MemSet().
Bruce Momjian
1997-09-18
1
-2
/
+2
*
Used modified version of indent that understands over 100 typedefs.
Bruce Momjian
1997-09-08
1
-25
/
+25
*
Another PGINDENT run that changes variable indenting and case label indenting...
Bruce Momjian
1997-09-08
1
-224
/
+224
*
Massive commit to run PGINDENT on all *.c and *.h files.
Bruce Momjian
1997-09-07
1
-327
/
+380
*
All external function definitions now have prototypes that are checked.
Bruce Momjian
1996-11-10
1
-1
/
+2
*
Some compile failure fixes from Keith Parks <emkxp01@mtcc.demon.co.uk>
Marc G. Fournier
1996-11-06
1
-1
/
+2
*
Finished merging in src/backend from Dr. George's source tree
Marc G. Fournier
1996-07-23
1
-2
/
+2
*
Postgres95 1.01 Distribution - Virgin Sources
PG95-1_01
Marc G. Fournier
1996-07-09
1
-0
/
+435