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
/
util
/
tlist.c
Commit message (
Expand
)
Author
Age
*
Remove 'func_tlist' from Func expression nodes, likewise 'param_tlist'
Tom Lane
2000-08-08
*
Mark functions as static and ifdef NOT_USED as appropriate.
Bruce Momjian
2000-06-08
*
Remove unused include files. Do not touch /port or includes used by defines.
Bruce Momjian
2000-05-30
*
Ye-old pgindent run. Same 4-space tabs.
Bruce Momjian
2000-04-12
*
Redesign DISTINCT ON as discussed in pgsql-sql 1/25/00: syntax is now
Tom Lane
2000-01-27
*
Add:
Bruce Momjian
2000-01-26
*
Clean up some mistakes in handling of uplevel Vars in planner.
Tom Lane
1999-08-26
*
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
*
Minor cleanups and code beautification; eliminate some
Tom Lane
1999-08-10
*
Clean up tlist.c tree-walking routines with
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
*
Another pgindent run. Sorry folks.
Bruce Momjian
1999-05-25
*
pgindent run over code.
Bruce Momjian
1999-05-25
*
Change resjunk to a boolean.
Bruce Momjian
1999-05-17
*
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
*
From: Tatsuo Ishii <t-ishii@sra.co.jp>
Marc G. Fournier
1999-02-21
*
rename
Bruce Momjian
1999-02-15
*
Change my-function-name-- to my_function_name, and optimizer renames.
Bruce Momjian
1999-02-13
*
Optmizer cleanup
Bruce Momjian
1999-02-10
*
Fix bracketing error in CaseExpr code
Tom Lane
1999-02-07
*
Cleanup of source files where 'return' or 'var =' is alone on a line.
Bruce Momjian
1999-02-03
*
Rename Aggreg to Aggref.
Bruce Momjian
1999-01-24
*
Implement CASE expression.
Thomas G. Lockhart
1998-12-04
*
Fix for SELECT NOT boolfield FROM table
Bruce Momjian
1998-09-22
*
Cleanup for oid8[] from Tatsuo Ishii.
Bruce Momjian
1998-09-22
*
OK, folks, here is the pgindent output.
Bruce Momjian
1998-09-01
*
Renaming cleanup, no pgindent yet.
Bruce Momjian
1998-09-01
*
target list fixes.
Bruce Momjian
1998-07-20
*
Cleanup makeTargetEntry and remove internal.c.
Bruce Momjian
1998-07-20
*
Rename Rel to RelOptInfo.
Bruce Momjian
1998-07-18
*
Remove un-needed braces around single statements.
Bruce Momjian
1998-06-15
*
pgindent run before 6.3 release, with Thomas' requested changes.
Bruce Momjian
1998-02-26
*
Support for subselects.
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
*
Break parser functions into smaller files, group together.
Bruce Momjian
1997-11-25
*
Used modified version of indent that understands over 100 typedefs.
Bruce Momjian
1997-09-08
*
Another PGINDENT run that changes variable indenting and case label indenting...
Bruce Momjian
1997-09-08
*
Massive commit to run PGINDENT on all *.c and *.h files.
Bruce Momjian
1997-09-07
*
More NOT_USEDs
Bruce Momjian
1997-08-20
*
Make functions static where possible, enclose unused functions in #ifdef NOT_...
Bruce Momjian
1997-08-19
*
Changes for GROUP BY func_results:
Vadim B. Mikheev
1997-04-05
*
Postgres95 1.01 Distribution - Virgin Sources
PG95-1_01
Marc G. Fournier
1996-07-09