summaryrefslogtreecommitdiff
path: root/src/include/catalog/pg_aggregate.h
Commit message (Expand)AuthorAgeFilesLines
* pgindent run for 8.2.Bruce Momjian2006-10-041-6/+6
* SQL2003-standard statistical aggregates, by Sergey Koposov. I've added onlyTom Lane2006-07-281-1/+15
* Aggregate functions now support multiple input arguments. I also tookTom Lane2006-07-271-7/+6
* Add the full set of comparison functions for type TID, including a btreeTom Lane2006-07-211-1/+3
* Implement 4 new aggregate functions from SQL2003. Specifically: var_pop(),Neil Conway2006-03-101-16/+48
* Update copyright for 2006. Update scripts.Bruce Momjian2006-03-051-2/+2
* Standard pgindent run for 8.1.Bruce Momjian2005-10-151-4/+4
* First phase of project to use fixed OIDs for all system catalogs andTom Lane2005-04-141-3/+5
* Add aggsortop column to pg_aggregate, so that MIN/MAX optimization canTom Lane2005-04-121-80/+86
* Implement max() and min() aggregates for array types. Patch from KojuNeil Conway2005-02-281-1/+3
* pg_aggregate.h fails to compile standalone, for lack of an #includeTom Lane2005-01-281-1/+3
* Tag appropriate files for rc3PostgreSQL Daemon2004-12-311-2/+2
* Pgindent run for 8.0.Bruce Momjian2004-08-291-12/+12
* Update copyright to 2004.Bruce Momjian2004-08-291-2/+2
* Renumber bit/boolean aggregates to remove duplicates.Bruce Momjian2004-05-261-9/+9
* The added aggregates are:Bruce Momjian2004-05-261-1/+16
* make sure the $Id tags are converted to $PostgreSQL as well ...PostgreSQL Daemon2003-11-291-1/+1
* Update copyrights to 2003.Bruce Momjian2003-08-041-2/+2
* pgindent run.Bruce Momjian2002-09-041-12/+12
* Update copyright to 2002.Bruce Momjian2002-06-201-2/+2
* Restructure representation of aggregate functions so that they have pg_procTom Lane2002-04-111-87/+81
* Functions live in namespaces. Qualified function names work, egTom Lane2002-04-091-3/+3
* pg_type has a typnamespace column; system now supports creating typesTom Lane2002-03-291-7/+8
* New pgindent run with fixes suggested by Tom. Patch manually reviewed,Bruce Momjian2001-11-051-2/+2
* Another pgindent run. Fixes enum indenting, and improves #endifBruce Momjian2001-10-281-1/+2
* pgindent run on all C files. Java run to follow. initdb/regressionBruce Momjian2001-10-251-4/+3
* Measure the current transaction time to milliseconds.Thomas G. Lockhart2001-09-281-3/+5
* sum() on int2 and int4 columns now uses an int8, not numeric, accumulatorTom Lane2001-08-141-7/+9
* Correct recently-broken avg(interval) definition.Tom Lane2001-05-181-2/+2
* pgindent run. Make it all clean.Bruce Momjian2001-03-221-31/+31
* Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group.Bruce Momjian2001-01-241-2/+2
* Revise aggregate functions per earlier discussions in pghackers.Tom Lane2000-07-171-80/+86
* Third round of fmgr updates: eliminate calls using fmgr() andTom Lane2000-05-301-3/+4
* Ye-old pgindent run. Same 4-space tabs.Bruce Momjian2000-04-121-2/+2
* Implement column aliases on views "CREATE VIEW name (collist)".Thomas G. Lockhart2000-03-141-1/+5
* Implement "date/time grand unification".Thomas G. Lockhart2000-02-161-7/+7
* Add:Bruce Momjian2000-01-261-2/+3
* Remove a bunch of dead entries exposed by findoidjoins crosschecks.Tom Lane1999-03-261-3/+1
* Change my-function-name-- to my_function_name, and optimizer renames.Bruce Momjian1999-02-131-2/+2
* Added NUMERIC data type with many builtin funcitons, operatorsJan Wieck1998-12-301-1/+5
* Define routines and catalog entries for string min()/max() functions.Thomas G. Lockhart1998-12-081-1/+3
* OK, folks, here is the pgindent output.Bruce Momjian1998-09-011-7/+5
* Change owner from oid to int4 type.Bruce Momjian1998-08-111-2/+2
* Add int8 type for 8-byte integers.Thomas G. Lockhart1998-07-081-27/+31
* pgindent run before 6.3 release, with Thomas' requested changes.Bruce Momjian1998-02-261-8/+10
* Fix prototypes so they don't look like function definitions.Bruce Momjian1998-01-241-5/+3
* Fix final function for cash avg() aggregate.Thomas G. Lockhart1997-10-151-7/+7
* Used modified version of indent that understands over 100 typedefs.Bruce Momjian1997-09-081-2/+2
* Another PGINDENT run that changes variable indenting and case label indenting...Bruce Momjian1997-09-081-13/+13
* Massive commit to run PGINDENT on all *.c and *.h files.Bruce Momjian1997-09-071-86/+89