index
:
postgresql-pgindent.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
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
master-pgindent
Auto-updated pgindent branches
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
executor
/
nodeAgg.c
Age
Commit message (
Expand
)
Author
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
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
[next]