index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
include
/
nodes
Commit message (
Expand
)
Author
Age
*
Make functions static or NOT_USED as appropriate.
Bruce Momjian
1999-05-26
*
Another pgindent run. Sorry folks.
Bruce Momjian
1999-05-25
*
pgindent run over code.
Bruce Momjian
1999-05-25
*
Remove no-longer-used fields in Hash and HashJoin nodes.
Tom Lane
1999-05-18
*
Change resjunk to a boolean.
Bruce Momjian
1999-05-17
*
Replaced targetlist entry in GroupClause by reference number
Jan Wieck
1999-05-12
*
Remove Tee code, move to _deadcode.
Bruce Momjian
1999-03-23
*
Modify mcxt.h so that it doesn't pull in half of creation.
Tom Lane
1999-03-07
*
Really remove Recipe.
Bruce Momjian
1999-03-07
*
Executor no longer cares about mergejoinop, mergerightorder, mergeleftorder,
Tom Lane
1999-03-01
*
Fix executor to work correctly with mergejoins where left and
Tom Lane
1999-02-28
*
Put back T_RecipeStmt, since the system doesn't actually build
Tom Lane
1999-02-27
*
Fix problem with selectivity error in added columns with ALTER TABLE.
Bruce Momjian
1999-02-24
*
Define JoinExpr structure for outer join syntax.
Thomas G. Lockhart
1999-02-23
*
comments cleanup.
Bruce Momjian
1999-02-22
*
Final optimizer cleanups.
Bruce Momjian
1999-02-22
*
pathkeys fixes
Bruce Momjian
1999-02-20
*
add pathkeys description.
Bruce Momjian
1999-02-20
*
Fix bushy plans. Cleanup.
Bruce Momjian
1999-02-18
*
otherrels is now unjoined_rels
Bruce Momjian
1999-02-15
*
Remove duplicate geqo functions, and more optimizer cleanup
Bruce Momjian
1999-02-15
*
Change my-function-name-- to my_function_name, and optimizer renames.
Bruce Momjian
1999-02-13
*
Optimizer cleanup.
Bruce Momjian
1999-02-12
*
JoinPath -> NestPath for nested loop.
Bruce Momjian
1999-02-12
*
Fix optimizer and make faster.
Bruce Momjian
1999-02-12
*
More optimizer speedups.
Bruce Momjian
1999-02-11
*
Rename Path.keys to Path.pathkeys. Too many 'keys' used for other things.
Bruce Momjian
1999-02-10
*
Rename Temp to Noname for noname tables.
Bruce Momjian
1999-02-09
*
Major optimizer improvement for joining a large number of tables.
Bruce Momjian
1999-02-09
*
Optimizer cleanup.
Bruce Momjian
1999-02-08
*
Changed ExecConstraints() and ExecRelCheck() to cache the constraints
Jan Wieck
1999-02-07
*
New alloc set code using a memory block pool for small allocations.
Jan Wieck
1999-02-06
*
Optimizer cleanup.
Bruce Momjian
1999-02-05
*
More optimizer cleanups.
Bruce Momjian
1999-02-04
*
More optimizer renaming HInfo -> HashInfo.
Bruce Momjian
1999-02-04
*
Optimizer rename ClauseInfo -> RestrictInfo. Update optimizer README.
Bruce Momjian
1999-02-03
*
Add TEMP tables/indexes. Add COPY pfree(). Other cleanups.
Bruce Momjian
1999-02-02
*
READ COMMITTED isolevel is implemented and is default now.
Vadim B. Mikheev
1999-01-29
*
SELECT FOR UPDATE is implemented...
Vadim B. Mikheev
1999-01-25
*
Rename Aggreg to Aggref.
Bruce Momjian
1999-01-24
*
Remove unused Choose node.
Bruce Momjian
1999-01-23
*
The following patch finishes primary key support. Previously, when
Bruce Momjian
1999-01-21
*
FOR UPDATE is in parser & rules.
Vadim B. Mikheev
1999-01-21
*
Hi!
Bruce Momjian
1999-01-18
*
SELECT FOR UPDATE syntax
Vadim B. Mikheev
1999-01-05
*
Changed TypeName.typmod to int32 - atttypmod is of that size
Jan Wieck
1998-12-21
*
SET TRANSACTION ISOLATION LEVEL ...
Vadim B. Mikheev
1998-12-18
*
Initial attempt to clean up the code...
Marc G. Fournier
1998-12-14
*
Implement CASE expression.
Thomas G. Lockhart
1998-12-04
*
New HeapTuple structure/interface.
Vadim B. Mikheev
1998-11-27
[next]