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
/
optimizer
/
prep
/
prepjointree.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use a cleaner substitute for the inability to apply length() to the tail
Tom Lane
2004-05-26
1
-11
/
+5
*
Reimplement the linked list data structure used throughout the backend.
Neil Conway
2004-05-26
1
-21
/
+29
*
Promote row expressions to full-fledged citizens of the expression syntax,
Tom Lane
2004-05-10
1
-26
/
+24
*
Improve has_nullable_targetlist() to allow strict functions of simple
Tom Lane
2004-01-10
1
-9
/
+15
*
Fix subquery pullup logic to not be fooled when a view that appears
Tom Lane
2004-01-10
1
-5
/
+33
*
$Header: -> $PostgreSQL Changes ...
PostgreSQL Daemon
2003-11-29
1
-1
/
+1
*
pull_up_subqueries() should copy the subquery before starting to modify
Tom Lane
2003-10-13
1
-19
/
+16
*
Message editing: remove gratuitous variations in message wording, standardize
Peter Eisentraut
2003-09-25
1
-2
/
+2
*
Another pgindent run with updated typedefs.
Bruce Momjian
2003-08-08
1
-4
/
+4
*
Update copyrights to 2003.
Bruce Momjian
2003-08-04
1
-2
/
+2
*
pgindent run.
Bruce Momjian
2003-08-04
1
-52
/
+55
*
Error message editing in backend/optimizer, backend/rewrite.
Tom Lane
2003-07-25
1
-23
/
+25
*
Restructure parsetree representation of DECLARE CURSOR: now it's a
Tom Lane
2003-03-10
1
-3
/
+2
*
Fix thinko in new logic about pushing down non-nullability constraints:
Tom Lane
2003-02-10
1
-8
/
+30
*
Detect case where an outer join can be reduced to a plain inner join
Tom Lane
2003-02-09
1
-8
/
+354
*
Remove bogus comment (too freely copied & pasted).
Tom Lane
2003-02-09
1
-5
/
+1
*
Replace planner's representation of relation sets, per pghackers discussion.
Tom Lane
2003-02-08
1
-23
/
+19
*
Allow the planner to collapse explicit inner JOINs together, rather than
Tom Lane
2003-01-25
1
-13
/
+88
*
IN clauses appearing at top level of WHERE can now be handled as joins.
Tom Lane
2003-01-20
1
-0
/
+680