index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
optimizer
/
plan
/
setrefs.c
Commit message (
Expand
)
Author
Age
*
Add:
Bruce Momjian
2000-01-26
*
Tid access method feature from Hiroshi Inoue, Inoue@tpf.co.jp
Bruce Momjian
1999-11-23
*
Skip invoking set_uppernode_references() for a RESULT node
Tom Lane
1999-10-30
*
Further planner/optimizer cleanups. Move all set_tlist_references
Tom Lane
1999-08-22
*
Major revision of sort-node handling: push knowledge of query
Tom Lane
1999-08-21
*
Remove extraneous SeqScan node that make_noname was inserting
Tom Lane
1999-08-18
*
Clean up routines in setrefs.c by replacing individual tree
Tom Lane
1999-08-09
*
Final cleanup.
Bruce Momjian
1999-07-16
*
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-15
*
Fix problems with grouping/aggregation in queries that use
Tom Lane
1999-06-06
*
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
*
Replaced targetlist entry in GroupClause by reference number
Jan Wieck
1999-05-12
*
Fix oversights in flatten_tlistentry and replace_clause_joinvar_refs
Tom Lane
1999-05-06
*
Revise union_planner and associated routines to clean up breakage
Tom Lane
1999-05-03
*
Several routines in setrefs.c would crash on array refs
Tom Lane
1999-04-29
*
Insert a test for missing targetlist entry in replace_agg_clause.
Tom Lane
1999-04-26
*
Repair some problems in planner's handling of HAVING clauses.
Tom Lane
1999-04-19
*
Fix a number of places that made faulty assumptions about
Tom Lane
1999-02-15
*
Change my-function-name-- to my_function_name, and optimizer renames.
Bruce Momjian
1999-02-13
*
Rename Temp to Noname for noname tables.
Bruce Momjian
1999-02-09
*
Cleanup of source files where 'return' or 'var =' is alone on a line.
Bruce Momjian
1999-02-03
*
Optimizer rename ClauseInfo -> RestrictInfo. Update optimizer README.
Bruce Momjian
1999-02-03
*
Fix create_rule is->as.
Bruce Momjian
1999-02-02
*
pgindent file.
Bruce Momjian
1999-01-26
*
Agg/Aggreg cleanup and datetime.sql patch.
Bruce Momjian
1999-01-25
*
Rename Aggreg to Aggref.
Bruce Momjian
1999-01-24
*
Remove unused Choose node.
Bruce Momjian
1999-01-23
*
Hi!
Bruce Momjian
1999-01-18
*
Add support for the CASE statement in the rewrite handling.
Thomas G. Lockhart
1998-12-14
*
Make functions static or ifdef NOT_USED. Prevent pg_version creation.
Bruce Momjian
1998-10-08
*
Fix using GroupBy/non-GroupBy expressions in HAVING.
Vadim B. Mikheev
1998-09-09
*
OK, folks, here is the pgindent output.
Bruce Momjian
1998-09-01
*
Renaming cleanup, no pgindent yet.
Bruce Momjian
1998-09-01
*
Cleanup makeTargetEntry and remove internal.c.
Bruce Momjian
1998-07-20
*
1) Queries using the having clause on base tables should work well
Bruce Momjian
1998-07-19
*
Remove un-needed braces around single statements.
Bruce Momjian
1998-06-15
*
Move HAVING function to proper file.
Bruce Momjian
1998-04-15
*
I started adding the Having Clause and it works quite fine for
Bruce Momjian
1998-03-30
*
pgindent run before 6.3 release, with Thomas' requested changes.
Bruce Momjian
1998-02-26
*
Old planner() becomes union_planner(); new planner() makes initialization
Vadim B. Mikheev
1998-02-13
*
Pass attypmod through to executor by adding to Var and Resdom.
Bruce Momjian
1998-02-10
*
Add Var.varlevelup to code. More parser cleanup.
Bruce Momjian
1998-01-20
*
Remove Query->qry_aggs and qry_numaggs and replace with Query->hasAggs.
Bruce Momjian
1998-01-15
*
Function cleanupo for List* when it should be Node *.
Bruce Momjian
1998-01-14
*
Cleanup of prototypes. FIx for PQtrace start/stop several times.
Bruce Momjian
1998-01-14
*
Goodbye ABORT. Hello ERROR for all errors.
Bruce Momjian
1998-01-07
*
Change elog(WARN) to elog(ERROR) and elog(ABORT).
Bruce Momjian
1998-01-05
[next]