index
:
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
REL_16_STABLE
REL_17_STABLE
REL_18_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
This is the main PostgreSQL git repository.
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
rewrite
Age
Commit message (
Expand
)
Author
2000-01-17
Pass atttypmod to CoerceTargetExpr, so that it can pass it on to
Tom Lane
2000-01-05
Fix it's and its to be correct.
Bruce Momjian
1999-12-16
Some changes to prepare for LONG attributes.
Jan Wieck
1999-12-13
New LDOUT makefile variable for QNX os.
Bruce Momjian
1999-12-09
Make LD -r as macros that can be changed for QNX.
Bruce Momjian
1999-11-24
Add pg_statistic index, add missing Hiroshi file.
Bruce Momjian
1999-11-24
Rename heap_replace to heap_update.
Bruce Momjian
1999-11-22
Add system indexes to match all caches.
Bruce Momjian
1999-11-18
Changed pg_rewrite attributes ev_qual and ev_action to the new
Jan Wieck
1999-11-15
Implement subselects in target lists. Also, relax requirement that
Tom Lane
1999-11-07
New NameStr macro to convert Name to Str. No need for var.data anymore.
Bruce Momjian
1999-11-01
Eliminate RewritePreprocessQuery, which was taking an
Tom Lane
1999-10-26
Hello.
Bruce Momjian
1999-10-21
Bugfix for CREATE RULE invoked via SPI --- from Hiroshi,
Tom Lane
1999-10-21
Remove fixed-size buffers in rule storage routine.
Tom Lane
1999-10-17
Except_Intersect_Rewrite() forgot to move LIMIT info to new
Tom Lane
1999-10-07
Fix planner and rewriter to follow SQL semantics for tables that are
Tom Lane
1999-10-02
Stick finger into a couple more holes in the leaky dike of
Tom Lane
1999-10-01
Clean up rewriter routines to use expression_tree_walker and
Tom Lane
1999-09-19
Remove incorrect 'Assert(targetList != NULL)'. An
Tom Lane
1999-09-18
Mega-commit to make heap_open/heap_openr/heap_close take an
Tom Lane
1999-08-25
Revise implementation of SubLinks so that there is a consistent,
Tom Lane
1999-08-21
Major revision of sort-node handling: push knowledge of query
Tom Lane
1999-07-19
Install new alignment code to use MAXALIGN rather than DOUBLEALIGN where
Bruce Momjian
1999-07-17
Move some system includes into c.h, and remove duplicates.
Bruce Momjian
1999-07-16
Final cleanup.
Bruce Momjian
1999-07-16
Update #include cleanups
Bruce Momjian
1999-07-15
Remove unused #includes in *.c files.
Bruce Momjian
1999-07-15
Clean up #include in /include directory. Add scripts for checking includes.
Bruce Momjian
1999-07-13
Remove S*I comments from Stephan.
Bruce Momjian
1999-07-11
RewritePreprocessQuery tried to match resjunk targets against
Tom Lane
1999-07-04
Clean up maximum rewrite tuple length.
Bruce Momjian
1999-06-21
Replace rewriter's checkQueryHasAggs and checkQueryHasSubLink
Tom Lane
1999-05-26
Make functions static or NOT_USED as appropriate.
Bruce Momjian
1999-05-25
pgindent run over code.
Bruce Momjian
1999-05-25
Bugfix - Range table entries that are unused after rewriting should
Jan Wieck
1999-05-17
Skip junk nodes when comparing UNION target list lengths.
Bruce Momjian
1999-05-17
Change resjunk to a boolean.
Bruce Momjian
1999-05-13
Rip out QueryTreeList structure, root and branch. Querytree
Tom Lane
1999-05-12
Fixed wrong hasAggs when aggregate columns of view aren't
Jan Wieck
1999-05-12
Replaced targetlist entry in GroupClause by reference number
Jan Wieck
1999-05-10
Change error messages to oids come out as %u and not %d. Change has no
Bruce Momjian
1999-05-09
Rearrange top-level rewrite operations so that EXPLAIN works
Tom Lane
1999-02-22
Final optimizer cleanups.
Bruce Momjian
1999-02-21
From: Tatsuo Ishii <t-ishii@sra.co.jp>
Marc G. Fournier
1999-02-13
Change my-function-name-- to my_function_name, and optimizer renames.
Bruce Momjian
1999-02-08
Added LIMIT/OFFSET functionality including new regression test for it.
Jan Wieck
1999-02-08
Revert some changes from the INTERSECT/EXPECT patch that broke
Jan Wieck
1999-02-03
Cleanup of source files where 'return' or 'var =' is alone on a line.
Bruce Momjian
1999-02-02
Add TEMP tables/indexes. Add COPY pfree(). Other cleanups.
Bruce Momjian
[next]