summaryrefslogtreecommitdiff
path: root/src/backend/optimizer/prep/preptlist.c
Commit message (Expand)AuthorAgeFilesLines
* Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group.Bruce Momjian2001-01-241-2/+2
* Change SearchSysCache coding conventions so that a reference count isTom Lane2000-11-161-9/+2
* Reimplementation of UNION/INTERSECT/EXCEPT. INTERSECT/EXCEPT now meet theTom Lane2000-10-051-1/+12
* Remove 'func_tlist' from Func expression nodes, likewise 'param_tlist'Tom Lane2000-08-081-7/+1
* Make update lists like 'UPDATE tab SET foo[1] = bar, foo[3] = baz'Tom Lane2000-07-221-49/+101
* Ye-old pgindent run. Same 4-space tabs.Bruce Momjian2000-04-121-108/+116
* Trial implementation of ALTER DROP COLUMN.Hiroshi Inoue2000-03-091-3/+34
* Add:Bruce Momjian2000-01-261-2/+3
* New NameStr macro to convert Name to Str. No need for var.data anymore.Bruce Momjian1999-11-071-2/+2
* Rewrite preprocess_targetlist() to reduce overhead for simple INSERTs.Tom Lane1999-10-301-238/+160
* Further planner/optimizer cleanups. Move all set_tlist_referencesTom Lane1999-08-221-6/+4
* Major revision of sort-node handling: push knowledge of queryTom Lane1999-08-211-24/+23
* Move get_attdisbursion to lsyscache. Clean up get_typdefault.Tom Lane1999-08-091-6/+5
* Create a standardized expression_tree_mutator support routineTom Lane1999-08-091-12/+4
* Move some system includes into c.h, and remove duplicates.Bruce Momjian1999-07-171-6/+1
* Final cleanup.Bruce Momjian1999-07-161-7/+7
* Update #include cleanupsBruce Momjian1999-07-161-2/+2
* Remove unused #includes in *.c files.Bruce Momjian1999-07-151-9/+1
* Clean up #include in /include directory. Add scripts for checking includes.Bruce Momjian1999-07-151-2/+1
* new_relation_targetlist used to cause about 8 separate (andTom Lane1999-05-291-58/+74
* pgindent run over code.Bruce Momjian1999-05-251-17/+16
* Change resjunk to a boolean.Bruce Momjian1999-05-171-7/+7
* Replaced targetlist entry in GroupClause by reference numberJan Wieck1999-05-121-1/+44
* Change my-function-name-- to my_function_name, and optimizer renames.Bruce Momjian1999-02-131-6/+6
* Cleanup of source files where 'return' or 'var =' is alone on a line.Bruce Momjian1999-02-031-7/+4
* OK, folks, here is the pgindent output.Bruce Momjian1998-09-011-21/+18
* Renaming cleanup, no pgindent yet.Bruce Momjian1998-09-011-6/+6
* Cleanup makeTargetEntry and remove internal.c.Bruce Momjian1998-07-201-7/+5
* Use defines rather than constants for types.Bruce Momjian1998-07-201-3/+3
* Change atttypmod from int16 to int32, for Thomas.Bruce Momjian1998-07-121-2/+2
* Remove un-needed braces around single statements.Bruce Momjian1998-06-151-7/+1
* pgindent run before 6.3 release, with Thomas' requested changes.Bruce Momjian1998-02-261-4/+4
* Pass attypmod through to executor by adding to Var and Resdom.Bruce Momjian1998-02-101-14/+13
* Add Var.varlevelup to code. More parser cleanup.Bruce Momjian1998-01-201-3/+3
* New pg_attribute.atttypmod for type-specific information likeBruce Momjian1998-01-161-5/+1
* Break parser functions into smaller files, group together.Bruce Momjian1997-11-251-3/+4
* Used modified version of indent that understands over 100 typedefs.Bruce Momjian1997-09-081-8/+8
* Another PGINDENT run that changes variable indenting and case label indenting...Bruce Momjian1997-09-081-85/+85
* Massive commit to run PGINDENT on all *.c and *.h files.Bruce Momjian1997-09-071-260/+284
* Cast constants to the type of the other binary operand.Bruce Momjian1997-01-221-2/+3
* Postgres95 1.01 Distribution - Virgin SourcesPG95-1_01Marc G. Fournier1996-07-091-0/+322