index
:
delta/postgresql.git
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL8_4_STABLE
REL8_5_ALPHA1_BRANCH
REL8_5_ALPHA2_BRANCH
REL8_5_ALPHA3_BRANCH
REL9_0_ALPHA4_BRANCH
REL9_0_ALPHA5_BRANCH
REL9_0_STABLE
REL9_1_STABLE
REL9_2_STABLE
REL9_3_STABLE
REL9_4_STABLE
REL9_5_STABLE
REL9_6_STABLE
REL_10_STABLE
REL_11_STABLE
REL_12_STABLE
REL_13_STABLE
REL_14_STABLE
REL_15_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
git.postgresql.org: git/postgresql.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
executor
/
nodeAgg.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Revise executor APIs so that all per-query state structure is built in
Tom Lane
2002-12-15
1
-11
/
+4
*
Phase 3 of read-only-plans project: ExecInitExpr now builds expression
Tom Lane
2002-12-13
1
-9
/
+13
*
Phase 2 of read-only-plans project: restructure expression-tree nodes
Tom Lane
2002-12-12
1
-4
/
+4
*
Phase 1 of read-only-plans project: cause executor state nodes to point
Tom Lane
2002-12-05
1
-135
/
+135
*
Tighten selection of equality and ordering operators for grouping
Tom Lane
2002-11-29
1
-8
/
+3
*
Add an at-least-marginally-plausible method of estimating the number
Tom Lane
2002-11-19
1
-1
/
+4
*
Add new palloc0 call as merge of palloc and MemSet(0).
Bruce Momjian
2002-11-13
1
-13
/
+7
*
Back out use of palloc0 in place if palloc/MemSet. Seems constant len
Bruce Momjian
2002-11-11
1
-7
/
+13
*
Merge palloc()/MemSet(0) calls into a single palloc0() call.
Bruce Momjian
2002-11-10
1
-13
/
+7
*
Phase 2 of hashed-aggregation project. nodeAgg.c now knows how to do
Tom Lane
2002-11-06
1
-215
/
+569
*
First phase of implementing hash-based grouping/aggregation. An AGG plan
Tom Lane
2002-11-06
1
-137
/
+199
*
Reduce a couple of debugging messages from LOG to DEBUG1 category.
Tom Lane
2002-11-01
1
-2
/
+2
*
Tweak a few of the most heavily used function call points to zero out
Tom Lane
2002-10-04
1
-3
/
+13
*
Make the world at least somewhat safe for zero-column tables, and
Tom Lane
2002-09-28
1
-11
/
+11
*
Extend pg_cast castimplicit column to a three-way value; this allows us
Tom Lane
2002-09-18
1
-2
/
+2
*
pgindent run.
Bruce Momjian
2002-09-04
1
-7
/
+7
*
Update copyright to 2002.
Bruce Momjian
2002-06-20
1
-2
/
+2
*
Get rid of the last few uses of typeidTypeName() rather than
Tom Lane
2002-05-17
1
-4
/
+3
*
Enforce EXECUTE privilege for aggregate functions.
Tom Lane
2002-04-29
1
-1
/
+10
*
Operators live in namespaces. CREATE/DROP/COMMENT ON OPERATOR take
Tom Lane
2002-04-16
1
-2
/
+3
*
Restructure representation of aggregate functions so that they have pg_proc
Tom Lane
2002-04-11
1
-20
/
+77
*
Code review for DOMAIN patch.
Tom Lane
2002-03-20
1
-3
/
+2
*
Commit to match discussed elog() changes. Only update is that LOG is
Bruce Momjian
2002-03-02
1
-2
/
+2
*
pgindent run on all C files. Java run to follow. initdb/regression
Bruce Momjian
2001-10-25
1
-13
/
+3
*
Remove dashes in comments that don't need them, rewrap with pgindent.
Bruce Momjian
2001-03-22
1
-16
/
+12
*
pgindent run. Make it all clean.
Bruce Momjian
2001-03-22
1
-67
/
+84
*
Clean up two rather nasty bugs in operator selection code.
Tom Lane
2001-02-16
1
-8
/
+6
*
Update comments about memory management.
Tom Lane
2001-02-15
1
-1
/
+13
*
Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group.
Bruce Momjian
2001-01-24
1
-2
/
+2
*
Change SearchSysCache coding conventions so that a reference count is
Tom Lane
2000-11-16
1
-21
/
+20
*
SQL-language functions are now callable in ordinary fmgr contexts ...
Tom Lane
2000-08-24
1
-4
/
+4
*
Revise aggregate functions per earlier discussions in pghackers.
Tom Lane
2000-07-17
1
-248
/
+184
*
First stage of reclaiming memory in executor by resetting short-term
Tom Lane
2000-07-12
1
-118
/
+241
*
First phase of memory management rewrite (see backend/utils/mmgr/README
Tom Lane
2000-06-28
1
-5
/
+5
*
Clean up #include's.
Bruce Momjian
2000-06-15
1
-1
/
+2
*
Third round of fmgr updates: eliminate calls using fmgr() and
Tom Lane
2000-05-30
1
-8
/
+6
*
Remove unused include files. Do not touch /port or includes used by defines.
Bruce Momjian
2000-05-30
1
-2
/
+1
*
First round of changes for new fmgr interface. fmgr itself and the
Tom Lane
2000-05-28
1
-24
/
+71
*
Ye-old pgindent run. Same 4-space tabs.
Bruce Momjian
2000-04-12
1
-124
/
+137
*
Add:
Bruce Momjian
2000-01-26
1
-2
/
+3
*
Fix handling of NULL constraint conditions: per SQL92 spec, a NULL result
Tom Lane
2000-01-19
1
-2
/
+2
*
aggregate(DISTINCT ...) works, per SQL spec.
Tom Lane
1999-12-13
1
-198
/
+364
*
Ooops ... 6.5 coding wasn't quite right anymore. Should learn
Tom Lane
1999-10-30
1
-6
/
+10
*
Put back code in nodeAgg to generate a dummy all-nulls input tuple
Tom Lane
1999-10-30
1
-16
/
+35
*
Remove a no-longer-needed kluge for degenerate aggregate cases,
Tom Lane
1999-10-08
1
-22
/
+8
*
Fix nodeAgg coredump in case where lower-level plan has
Tom Lane
1999-09-28
1
-27
/
+14
*
Modify nodeAgg.c so that no rows are returned for a GROUP BY
Tom Lane
1999-09-26
1
-385
/
+412
*
Further planner/optimizer cleanups. Move all set_tlist_references
Tom Lane
1999-08-22
1
-2
/
+1
*
Major revision of sort-node handling: push knowledge of query
Tom Lane
1999-08-21
1
-20
/
+31
*
Move some system includes into c.h, and remove duplicates.
Bruce Momjian
1999-07-17
1
-1
/
+0
[next]