index
:
user/sven/postgresql.git
copy-snapshot-fix
master
origin/HEAD
origin/REL2_0B
origin/REL6_4
origin/REL6_5_PATCHES
origin/REL7_0_PATCHES
origin/REL7_1_STABLE
origin/REL7_2_STABLE
origin/REL7_3_STABLE
origin/REL7_4_STABLE
origin/REL8_0_STABLE
origin/REL8_1_STABLE
origin/REL8_2_STABLE
origin/REL8_3_STABLE
origin/REL8_4_STABLE
origin/REL8_5_ALPHA1_BRANCH
origin/REL8_5_ALPHA2_BRANCH
origin/REL8_5_ALPHA3_BRANCH
origin/REL9_0_ALPHA4_BRANCH
origin/REL9_0_ALPHA5_BRANCH
origin/REL9_0_STABLE
origin/REL9_1_STABLE
origin/REL9_2_STABLE
origin/REL9_3_STABLE
origin/REL9_4_STABLE
origin/REL9_5_STABLE
origin/REL9_6_STABLE
origin/REL_10_STABLE
origin/REL_11_STABLE
origin/REL_12_STABLE
origin/REL_13_STABLE
origin/REL_14_STABLE
origin/REL_15_STABLE
origin/REL_16_STABLE
origin/REL_17_STABLE
origin/REL_18_STABLE
origin/Release_1_0_3
origin/WIN32_DEV
origin/ecpg_big_bison
origin/master
PostgreSQL
Sven Wegener
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
executor
/
nodeAgg.c
Age
Commit message (
Expand
)
Author
2002-06-20
Update copyright to 2002.
Bruce Momjian
2002-05-17
Get rid of the last few uses of typeidTypeName() rather than
Tom Lane
2002-04-29
Enforce EXECUTE privilege for aggregate functions.
Tom Lane
2002-04-16
Operators live in namespaces. CREATE/DROP/COMMENT ON OPERATOR take
Tom Lane
2002-04-11
Restructure representation of aggregate functions so that they have pg_proc
Tom Lane
2002-03-20
Code review for DOMAIN patch.
Tom Lane
2002-03-02
Commit to match discussed elog() changes. Only update is that LOG is
Bruce Momjian
2001-10-25
pgindent run on all C files. Java run to follow. initdb/regression
Bruce Momjian
2001-03-22
Remove dashes in comments that don't need them, rewrap with pgindent.
Bruce Momjian
2001-03-22
pgindent run. Make it all clean.
Bruce Momjian
2001-02-16
Clean up two rather nasty bugs in operator selection code.
Tom Lane
2001-02-15
Update comments about memory management.
Tom Lane
2001-01-24
Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group.
Bruce Momjian
2000-11-16
Change SearchSysCache coding conventions so that a reference count is
Tom Lane
2000-08-24
SQL-language functions are now callable in ordinary fmgr contexts ...
Tom Lane
2000-07-17
Revise aggregate functions per earlier discussions in pghackers.
Tom Lane
2000-07-12
First stage of reclaiming memory in executor by resetting short-term
Tom Lane
2000-06-28
First phase of memory management rewrite (see backend/utils/mmgr/README
Tom Lane
2000-06-15
Clean up #include's.
Bruce Momjian
2000-05-30
Third round of fmgr updates: eliminate calls using fmgr() and
Tom Lane
2000-05-30
Remove unused include files. Do not touch /port or includes used by defines.
Bruce Momjian
2000-05-28
First round of changes for new fmgr interface. fmgr itself and the
Tom Lane
2000-04-12
Ye-old pgindent run. Same 4-space tabs.
Bruce Momjian
2000-01-26
Add:
Bruce Momjian
2000-01-19
Fix handling of NULL constraint conditions: per SQL92 spec, a NULL result
Tom Lane
1999-12-13
aggregate(DISTINCT ...) works, per SQL spec.
Tom Lane
1999-10-30
Ooops ... 6.5 coding wasn't quite right anymore. Should learn
Tom Lane
1999-10-30
Put back code in nodeAgg to generate a dummy all-nulls input tuple
Tom Lane
1999-10-08
Remove a no-longer-needed kluge for degenerate aggregate cases,
Tom Lane
1999-09-28
Fix nodeAgg coredump in case where lower-level plan has
Tom Lane
1999-09-26
Modify nodeAgg.c so that no rows are returned for a GROUP BY
Tom Lane
1999-08-22
Further planner/optimizer cleanups. Move all set_tlist_references
Tom Lane
1999-08-21
Major revision of sort-node handling: push knowledge of query
Tom Lane
1999-07-17
Move some system includes into c.h, and remove duplicates.
Bruce Momjian
1999-07-16
Final cleanup.
Bruce Momjian
1999-07-15
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-06-12
Reversed out Massimo patch.
Bruce Momjian
1999-06-12
I don't like last minute patches before the final freeze, but I believe that
Bruce Momjian
1999-05-25
Another pgindent run. Sorry folks.
Bruce Momjian
1999-05-25
pgindent run over code.
Bruce Momjian
1999-04-29
Aggregate functions didn't work on subscripted array references.
Tom Lane
1999-03-21
Correct some comments, fix a small memory wastage when datatype
Tom Lane
1999-03-20
Reverse out pfree agg part of patch from Erik Riedel.
Bruce Momjian
1999-03-20
Fix for aggregate memory leaks from Erik Riedel.
Bruce Momjian
1999-02-13
Change my-function-name-- to my_function_name, and optimizer renames.
Bruce Momjian
1999-01-27
fix for aggregates
Bruce Momjian
1999-01-26
More agg cleanup.
Bruce Momjian
1999-01-25
Agg/Aggreg cleanup and datetime.sql patch.
Bruce Momjian
1999-01-24
Rename Aggreg to Aggref.
Bruce Momjian
[next]