summaryrefslogtreecommitdiff
path: root/src/include/catalog/pg_aggregate.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* Change time function names to be more consistent, and check for zero divides,...Bruce Momjian1997-08-211-1/+3
* Change mixed-case routines to lower-case in pg_proc.hThomas G. Lockhart1997-04-271-17/+21
* From: Thomas Lockhart <Thomas.G.Lockhart@jpl.nasa.gov>Marc G. Fournier1997-04-151-4/+8
* From: Thomas Lockhart <Thomas.G.Lockhart@jpl.nasa.gov>Marc G. Fournier1997-04-031-16/+12
* From: Thomas Lockhart <Thomas.G.Lockhart@jpl.nasa.gov>Marc G. Fournier1997-04-021-24/+28
* Features added:Marc G. Fournier1996-11-141-1/+3
* remove:Marc G. Fournier1996-10-311-2/+1
* More cleanups of the include filesMarc G. Fournier1996-08-281-0/+132