postgresql/src/backend/utils
Thomas G. Lockhart a349733bbb Add transcendental math functions (sine, cosine, etc)
Add a random number generator and seed setter (random(), SET SEED)
Fix up the interval*float8 math to carry partial months
 into the time field.
Add float8*interval so we have symmetry in the available math.
Fix the parser and define.c to accept SQL92 types as field arguments.
Fix the parser to accept SQL92 types for CREATE TYPE, etc. This is
 necessary to allow...
Bit/varbit support in contrib/bit cleaned up to compile and load
 cleanly. Still needs some work before final release.
Implement the "SOME" keyword as a synonym for "ANY" per SQL92.
Implement ascii(text), ichar(int4), repeat(text,int4) to help
 support the ODBC driver.
Enable the TRUNCATE() function mapping in the ODBC driver.
2000-04-07 13:40:45 +00:00
..
adt Add transcendental math functions (sine, cosine, etc) 2000-04-07 13:40:45 +00:00
cache Fix low-probability bug in relcache startup: write_irels wrote the 2000-03-31 19:39:22 +00:00
error contrib-array.patch 2000-02-13 18:59:53 +00:00
fmgr Add: 2000-01-26 05:58:53 +00:00
hash Fix a bunch of minor portability problems and maybe-bugs revealed by 2000-03-17 02:36:41 +00:00
init Implement reindex command 2000-02-18 09:30:20 +00:00
mb Fix pg_euccn_mblen() so that it always returns 2 if data is not ascii. 2000-01-25 02:12:27 +00:00
misc Bruce and all: 2000-03-08 01:46:47 +00:00
mmgr Fix a bunch of minor portability problems and maybe-bugs revealed by 2000-03-17 02:36:41 +00:00
sort Fix a bunch of minor portability problems and maybe-bugs revealed by 2000-03-17 02:36:41 +00:00
time Add: 2000-01-26 05:58:53 +00:00
Gen_fmgrtab.sh.in Remove outdated comment about 8 arguments. 2000-01-11 01:42:08 +00:00
Makefile New LDOUT makefile variable for QNX os. 1999-12-13 22:35:27 +00:00