summaryrefslogtreecommitdiff
path: root/src/backend/executor/execFlatten.c
Commit message (Collapse)AuthorAgeFilesLines
* SQL-language functions are now callable in ordinary fmgr contexts ...Tom Lane2000-08-241-6/+7
| | | | | | for example, an SQL function can be used in a functional index. (I make no promises about speed, but it'll work ;-).) Clean up and simplify handling of functions returning sets.
* Add:Bruce Momjian2000-01-261-2/+3
| | | | | | * Portions Copyright (c) 1996-2000, PostgreSQL, Inc to all files copyright Regents of Berkeley. Man, that's a lot of files.
* Final cleanup.Bruce Momjian1999-07-161-2/+2
|
* Remove unused #includes in *.c files.Bruce Momjian1999-07-151-4/+1
|
* Fix typo in comment.Thomas G. Lockhart1999-02-231-2/+2
|
* Change my-function-name-- to my_function_name, and optimizer renames.Bruce Momjian1999-02-131-2/+2
|
* OK, folks, here is the pgindent output.Bruce Momjian1998-09-011-3/+2
|
* Renaming cleanup, no pgindent yet.Bruce Momjian1998-09-011-2/+2
|
* Used modified version of indent that understands over 100 typedefs.Bruce Momjian1997-09-081-12/+12
|
* Another PGINDENT run that changes variable indenting and case label ↵Bruce Momjian1997-09-081-19/+19
| | | | indenting. Also static variable indenting.
* Massive commit to run PGINDENT on all *.c and *.h files.Bruce Momjian1997-09-071-182/+190
|
* Make functions static where possible, enclose unused functions in #ifdef ↵Bruce Momjian1997-08-191-5/+9
| | | | NOT_USED.
* Postgres95 1.01 Distribution - Virgin SourcesPG95-1_01Marc G. Fournier1996-07-091-0/+236