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
/
catalog
/
pg_aggregate.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Improve parser so that we can show an error cursor position for errors
Tom Lane
2006-03-14
1
-3
/
+3
*
Update copyright for 2006. Update scripts.
Bruce Momjian
2006-03-05
1
-2
/
+2
*
Re-run pgindent, fixing a problem where comment lines after a blank
Bruce Momjian
2005-11-22
1
-5
/
+5
*
Standard pgindent run for 8.1.
Bruce Momjian
2005-10-15
1
-42
/
+38
*
Completion of project to use fixed OIDs for all system catalogs and
Tom Lane
2005-04-14
1
-4
/
+4
*
First phase of project to use fixed OIDs for all system catalogs and
Tom Lane
2005-04-14
1
-4
/
+4
*
Add aggsortop column to pg_aggregate, so that MIN/MAX optimization can
Tom Lane
2005-04-12
1
-2
/
+21
*
First phase of OUT-parameters project. We can now define and use SQL
Tom Lane
2005-03-31
1
-5
/
+6
*
Officially decouple FUNC_MAX_ARGS from INDEX_MAX_KEYS, and set the
Tom Lane
2005-03-29
1
-5
/
+2
*
Check that aggregate creator has the right to execute the transition
Tom Lane
2005-01-27
1
-1
/
+10
*
Tag appropriate files for rc3
PostgreSQL Daemon
2004-12-31
1
-2
/
+2
*
Pgindent run for 8.0.
Bruce Momjian
2004-08-29
1
-7
/
+7
*
Update copyright to 2004.
Bruce Momjian
2004-08-29
1
-2
/
+2
*
Apply the core parts of Dennis Bjorklund's patch to allow function
Tom Lane
2004-01-06
1
-2
/
+3
*
$Header: -> $PostgreSQL Changes ...
PostgreSQL Daemon
2003-11-29
1
-1
/
+1
*
Message editing: remove gratuitous variations in message wording, standardize
Peter Eisentraut
2003-09-25
1
-7
/
+7
*
Update copyrights to 2003.
Bruce Momjian
2003-08-04
1
-2
/
+2
*
pgindent run.
Bruce Momjian
2003-08-04
1
-21
/
+21
*
Error message editing in backend/catalog.
Tom Lane
2003-07-21
1
-18
/
+37
*
Some early work on error message editing. Operator-not-found and
Tom Lane
2003-07-04
1
-9
/
+12
*
Aggregates can be polymorphic, using polymorphic implementation functions.
Tom Lane
2003-07-01
1
-22
/
+120
*
Back out array mega-patch.
Bruce Momjian
2003-06-25
1
-80
/
+19
*
Array mega-patch.
Bruce Momjian
2003-06-24
1
-19
/
+80
*
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
-19
/
+22
*
Add a bunch of pseudo-types to replace the behavior formerly associated
Tom Lane
2002-08-22
1
-4
/
+4
*
Restructure system-catalog index updating logic. Instead of having
Tom Lane
2002-08-05
1
-9
/
+2
*
Remove unused system table columns:
Peter Eisentraut
2002-07-24
1
-5
/
+1
*
pg_cast table, and standards-compliant CREATE/DROP CAST commands, plus
Peter Eisentraut
2002-07-18
1
-2
/
+1
*
Add more dependency insertions --- this completes the basic pg_depend
Tom Lane
2002-07-16
1
-1
/
+29
*
Update copyright to 2002.
Bruce Momjian
2002-06-20
1
-2
/
+2
*
Add optional "validator" function to languages that can validate the
Peter Eisentraut
2002-05-22
1
-1
/
+2
*
Remove global variable scanCommandId in favor of storing a command ID
Tom Lane
2002-05-21
1
-2
/
+2
*
Allow functions to be executed with the privileges of the function owner.
Peter Eisentraut
2002-05-18
1
-2
/
+2
*
Get rid of the last few uses of typeidTypeName() rather than
Tom Lane
2002-05-17
1
-3
/
+2
*
Restructure representation of aggregate functions so that they have pg_proc
Tom Lane
2002-04-11
1
-85
/
+41
*
Functions live in namespaces. Qualified function names work, eg
Tom Lane
2002-04-09
1
-18
/
+17
*
pg_type has a typnamespace column; system now supports creating types
Tom Lane
2002-03-29
1
-61
/
+21
*
Code review for DOMAIN patch.
Tom Lane
2002-03-20
1
-4
/
+3
*
pgindent run on all C files. Java run to follow. initdb/regression
Bruce Momjian
2001-10-25
1
-2
/
+1
*
message refinements
Peter Eisentraut
2001-08-10
1
-8
/
+8
*
pgindent run. Make it all clean.
Bruce Momjian
2001-03-22
1
-11
/
+11
*
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
-42
/
+40
*
Revise aggregate functions per earlier discussions in pghackers.
Tom Lane
2000-07-17
1
-176
/
+108
*
Update textin() and textout() to new fmgr style. This is just phase
Tom Lane
2000-07-05
1
-10
/
+10
*
Third round of fmgr updates: eliminate calls using fmgr() and
Tom Lane
2000-05-30
1
-6
/
+9
*
Show failing OID in 'cache lookup failed' messages.
Tom Lane
2000-04-16
1
-2
/
+2
*
Ye-old pgindent run. Same 4-space tabs.
Bruce Momjian
2000-04-12
1
-8
/
+10
*
nodeAgg has always been willing to accept an aggregate with a finalFunc
Tom Lane
2000-03-26
1
-47
/
+56
[next]