postgresql/src/bin
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
..
initdb README not needed anymore. 2000-02-16 21:26:00 +00:00
initlocation another round of user interface cleanups 2000-01-19 20:08:36 +00:00
ipcclean another round of user interface cleanups 2000-01-19 20:08:36 +00:00
pg_ctl Detect postmaster being ready by calling psql -l rathern than 2000-03-14 08:34:47 +00:00
pg_dump I've made a diff against the 7.0beta1 tree that accomplishes several things: 2000-03-08 01:58:46 +00:00
pg_encoding I've made a diff against the 7.0beta1 tree that accomplishes several things: 2000-03-08 01:58:46 +00:00
pg_id Clean up include files use in psql. 2000-02-16 13:15:26 +00:00
pg_passwd Move some system includes into c.h, and remove duplicates. 1999-07-17 20:18:55 +00:00
pg_version Clean up dependencies for version.o. 2000-02-27 01:33:43 +00:00
pgaccess I have done the QNX4 port with the current source tree. The number of 1999-12-16 01:25:23 +00:00
pgtclsh I've made a diff against the 7.0beta1 tree that accomplishes several things: 2000-03-08 01:58:46 +00:00
psql Fixed deficiency where an unterminated (no semicolon) command at end of 2000-03-13 13:46:32 +00:00
scripts Implement column aliases on views "CREATE VIEW name (collist)". 2000-03-14 23:06:59 +00:00
Makefile Added new pg_id to fix initdb problems 2000-01-20 21:51:09 +00:00