summaryrefslogtreecommitdiff
path: root/src/backend/catalog/pg_aggregate.c
Commit message (Expand)AuthorAgeFilesLines
* Improve parser so that we can show an error cursor position for errorsTom Lane2006-03-141-3/+3
* Update copyright for 2006. Update scripts.Bruce Momjian2006-03-051-2/+2
* Re-run pgindent, fixing a problem where comment lines after a blankBruce Momjian2005-11-221-5/+5
* Standard pgindent run for 8.1.Bruce Momjian2005-10-151-42/+38
* Completion of project to use fixed OIDs for all system catalogs andTom Lane2005-04-141-4/+4
* First phase of project to use fixed OIDs for all system catalogs andTom Lane2005-04-141-4/+4
* Add aggsortop column to pg_aggregate, so that MIN/MAX optimization canTom Lane2005-04-121-2/+21
* First phase of OUT-parameters project. We can now define and use SQLTom Lane2005-03-311-5/+6
* Officially decouple FUNC_MAX_ARGS from INDEX_MAX_KEYS, and set theTom Lane2005-03-291-5/+2
* Check that aggregate creator has the right to execute the transitionTom Lane2005-01-271-1/+10
* Tag appropriate files for rc3PostgreSQL Daemon2004-12-311-2/+2
* Pgindent run for 8.0.Bruce Momjian2004-08-291-7/+7
* Update copyright to 2004.Bruce Momjian2004-08-291-2/+2
* Apply the core parts of Dennis Bjorklund's patch to allow functionTom Lane2004-01-061-2/+3
* $Header: -> $PostgreSQL Changes ...PostgreSQL Daemon2003-11-291-1/+1
* Message editing: remove gratuitous variations in message wording, standardizePeter Eisentraut2003-09-251-7/+7
* Update copyrights to 2003.Bruce Momjian2003-08-041-2/+2
* pgindent run.Bruce Momjian2003-08-041-21/+21
* Error message editing in backend/catalog.Tom Lane2003-07-211-18/+37
* Some early work on error message editing. Operator-not-found andTom Lane2003-07-041-9/+12
* Aggregates can be polymorphic, using polymorphic implementation functions.Tom Lane2003-07-011-22/+120
* Back out array mega-patch.Bruce Momjian2003-06-251-80/+19
* Array mega-patch.Bruce Momjian2003-06-241-19/+80
* Extend pg_cast castimplicit column to a three-way value; this allows usTom Lane2002-09-181-2/+2
* pgindent run.Bruce Momjian2002-09-041-19/+22
* Add a bunch of pseudo-types to replace the behavior formerly associatedTom Lane2002-08-221-4/+4
* Restructure system-catalog index updating logic. Instead of havingTom Lane2002-08-051-9/+2
* Remove unused system table columns:Peter Eisentraut2002-07-241-5/+1
* pg_cast table, and standards-compliant CREATE/DROP CAST commands, plusPeter Eisentraut2002-07-181-2/+1
* Add more dependency insertions --- this completes the basic pg_dependTom Lane2002-07-161-1/+29
* Update copyright to 2002.Bruce Momjian2002-06-201-2/+2
* Add optional "validator" function to languages that can validate thePeter Eisentraut2002-05-221-1/+2
* Remove global variable scanCommandId in favor of storing a command IDTom Lane2002-05-211-2/+2
* Allow functions to be executed with the privileges of the function owner.Peter Eisentraut2002-05-181-2/+2
* Get rid of the last few uses of typeidTypeName() rather thanTom Lane2002-05-171-3/+2
* Restructure representation of aggregate functions so that they have pg_procTom Lane2002-04-111-85/+41
* Functions live in namespaces. Qualified function names work, egTom Lane2002-04-091-18/+17
* pg_type has a typnamespace column; system now supports creating typesTom Lane2002-03-291-61/+21
* Code review for DOMAIN patch.Tom Lane2002-03-201-4/+3
* pgindent run on all C files. Java run to follow. initdb/regressionBruce Momjian2001-10-251-2/+1
* message refinementsPeter Eisentraut2001-08-101-8/+8
* pgindent run. Make it all clean.Bruce Momjian2001-03-221-11/+11
* Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group.Bruce Momjian2001-01-241-2/+2
* Change SearchSysCache coding conventions so that a reference count isTom Lane2000-11-161-42/+40
* Revise aggregate functions per earlier discussions in pghackers.Tom Lane2000-07-171-176/+108
* Update textin() and textout() to new fmgr style. This is just phaseTom Lane2000-07-051-10/+10
* Third round of fmgr updates: eliminate calls using fmgr() andTom Lane2000-05-301-6/+9
* Show failing OID in 'cache lookup failed' messages.Tom Lane2000-04-161-2/+2
* Ye-old pgindent run. Same 4-space tabs.Bruce Momjian2000-04-121-8/+10
* nodeAgg has always been willing to accept an aggregate with a finalFuncTom Lane2000-03-261-47/+56