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
2004-02-03
Rename SortMem and VacuumMem to work_mem and maintenance_work_mem.
Tom Lane
2003-11-29
$Header: -> $PostgreSQL Changes ...
PostgreSQL Daemon
2003-08-19
Improve dynahash.c's API so that caller can specify the comparison function
Tom Lane
2003-08-08
Another pgindent run with updated typedefs.
Bruce Momjian
2003-08-04
Update copyrights to 2003.
Bruce Momjian
2003-08-04
pgindent run.
Bruce Momjian
2003-08-01
Adjust 'permission denied' messages to be more useful and consistent.
Tom Lane
2003-07-21
Error message editing in backend/executor.
Tom Lane
2003-07-01
Aggregates can be polymorphic, using polymorphic implementation functions.
Tom Lane
2003-06-25
Back out array mega-patch.
Bruce Momjian
2003-06-24
Array mega-patch.
Bruce Momjian
2003-06-22
Revise hash join and hash aggregation code to use the same datatype-
Tom Lane
2003-06-06
Implement outer-level aggregates to conform to the SQL spec, with
Tom Lane
2003-05-30
Small performance improvement for hash joins and hash aggregation:
Tom Lane
2003-02-09
Make further use of new bitmapset code: executor's chgParam, extParam,
Tom Lane
2003-02-04
Detect duplicate aggregate calls and evaluate only one copy. This
Tom Lane
2003-01-10
Create a new file executor/execGrouping.c to centralize utility routines
Tom Lane
2002-12-15
Revise executor APIs so that all per-query state structure is built in
Tom Lane
2002-12-13
Phase 3 of read-only-plans project: ExecInitExpr now builds expression
Tom Lane
2002-12-12
Phase 2 of read-only-plans project: restructure expression-tree nodes
Tom Lane
2002-12-05
Phase 1 of read-only-plans project: cause executor state nodes to point
Tom Lane
2002-11-29
Tighten selection of equality and ordering operators for grouping
Tom Lane
2002-11-19
Add an at-least-marginally-plausible method of estimating the number
Tom Lane
2002-11-13
Add new palloc0 call as merge of palloc and MemSet(0).
Bruce Momjian
2002-11-11
Back out use of palloc0 in place if palloc/MemSet. Seems constant len
Bruce Momjian
2002-11-10
Merge palloc()/MemSet(0) calls into a single palloc0() call.
Bruce Momjian
2002-11-06
Phase 2 of hashed-aggregation project. nodeAgg.c now knows how to do
Tom Lane
2002-11-06
First phase of implementing hash-based grouping/aggregation. An AGG plan
Tom Lane
2002-11-01
Reduce a couple of debugging messages from LOG to DEBUG1 category.
Tom Lane
2002-10-04
Tweak a few of the most heavily used function call points to zero out
Tom Lane
2002-09-28
Make the world at least somewhat safe for zero-column tables, and
Tom Lane
2002-09-18
Extend pg_cast castimplicit column to a three-way value; this allows us
Tom Lane
2002-09-04
pgindent run.
Bruce Momjian
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
[next]