postgresql/src/backend/utils
Thomas G. Lockhart 6456810078 Implement column aliases on views "CREATE VIEW name (collist)".
Implement TIME WITH TIME ZONE type (timetz internal type).
Remap length() for character strings to CHAR_LENGTH() for SQL92
 and to remove the ambiguity with geometric length() functions.
Keep length() for character strings for backward compatibility.
Shrink stored views by removing internal column name list from visible rte.
Implement min(), max() for time and timetz data types.
Implement conversion of TIME to INTERVAL.
Implement abs(), mod(), fac() for the int8 data type.
Rename some math functions to generic names:
 round(), sqrt(), cbrt(), pow(), etc.
Rename NUMERIC power() function to pow().
Fix int2 factorial to calculate result in int4.
Enhance the Oracle compatibility function translate() to work with string
 arguments (from Edwin Ramirez).
Modify pg_proc system table to remove OID holes.
2000-03-14 23:06:59 +00:00
..
adt Implement column aliases on views "CREATE VIEW name (collist)". 2000-03-14 23:06:59 +00:00
cache Trial implementation of ALTER DROP COLUMN. 2000-03-09 05:00:26 +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 Shared-memory hashtables have non-extensible directories, which means 2000-02-26 05:25:55 +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 Extend #ifdef CLOBBER_FREED_MEMORY debugging option so that memory 2000-03-08 23:42:58 +00:00
sort Small performance improvement in comparetup_heap. 2000-03-01 17:14:09 +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