postgresql/src/include/storage
Tom Lane bec98a31c5 Revise aggregate functions per earlier discussions in pghackers.
There's now only one transition value and transition function.
NULL handling in aggregates is a lot cleaner.  Also, use Numeric
accumulators instead of integer accumulators for sum/avg on integer
datatypes --- this avoids overflow at the cost of being a little slower.
Implement VARIANCE() and STDDEV() aggregates in the standard backend.

Also, enable new LIKE selectivity estimators by default.  Unrelated
change, but as long as I had to force initdb anyway...
2000-07-17 03:05:41 +00:00
..
backendid.h Add: 2000-01-26 05:58:53 +00:00
block.h Fix a bunch of minor portability problems and maybe-bugs revealed by 2000-03-17 02:36:41 +00:00
buf.h Add: 2000-01-26 05:58:53 +00:00
buf_internals.h Ye-old pgindent run. Same 4-space tabs. 2000-04-12 17:17:23 +00:00
buffile.h Reinstate BufFileTell(). 2000-06-18 03:11:40 +00:00
bufmgr.h Clean up #include's. 2000-06-15 03:33:12 +00:00
bufpage.h heap' logging 2000-07-03 02:54:21 +00:00
fd.h Create an fd.c entry point that is just like plain open(2) except that 2000-06-02 03:58:34 +00:00
ipc.h Add: 2000-01-26 05:58:53 +00:00
item.h Add: 2000-01-26 05:58:53 +00:00
itemid.h Add: 2000-01-26 05:58:53 +00:00
itempos.h Ye-old pgindent run. Same 4-space tabs. 2000-04-12 17:17:23 +00:00
itemptr.h misc 2000-07-04 01:49:44 +00:00
large_object.h Add: 2000-01-26 05:58:53 +00:00
lmgr.h Mark functions as static and ifdef NOT_USED as appropriate. 2000-06-08 22:38:00 +00:00
lock.h Revise aggregate functions per earlier discussions in pghackers. 2000-07-17 03:05:41 +00:00
multilev.h Add: 2000-01-26 05:58:53 +00:00
off.h Add: 2000-01-26 05:58:53 +00:00
page.h Add: 2000-01-26 05:58:53 +00:00
pagenum.h Add: 2000-01-26 05:58:53 +00:00
pos.h Add: 2000-01-26 05:58:53 +00:00
proc.h The heralded `Grand Unified Configuration scheme' (GUC) 2000-05-31 00:28:42 +00:00
s_lock.h attached to this mail is a patch from a colleague that makes 2000-07-05 16:09:31 +00:00
shmem.h First phase of memory management rewrite (see backend/utils/mmgr/README 2000-06-28 03:33:33 +00:00
sinval.h Add: 2000-01-26 05:58:53 +00:00
sinvaladt.h Clean up #include's. 2000-06-15 03:33:12 +00:00
smgr.h Latest round of fmgr updates. All functions with bool,char, or int2 2000-06-05 07:29:25 +00:00
spin.h The heralded `Grand Unified Configuration scheme' (GUC) 2000-05-31 00:28:42 +00:00