postgresql/src
Thomas G. Lockhart eb121ba2cf Implement IS OF and IS NOT OF type predicate.
Can now do queries of the form: SELECT value IS OF (integer, float8);
Define macros for handling typmod manipulation for date/time types.
 Should be more robust than all of that brute-force inline code.
Rename macros for masking and typmod manipulation to put TIMESTAMP_
 or INTERVAL_ in front of the macro name, to reduce the possibility
 of name space collisions.
Allow bit string constants without fully-specified length declaration.
Try implementing CREATE TABLE/OF as a mapping to inheritance.
 May be appropriate, or may be replace later with something more exactly
 like one might expect from databases without the feature.
2002-08-04 06:51:23 +00:00
..
backend Implement IS OF and IS NOT OF type predicate. 2002-08-04 06:51:23 +00:00
bin Implement WAL log location control using "-X" or PGXLOG. 2002-08-04 06:26:38 +00:00
corba Convert files from DOS format to normal text. 2000-12-03 14:43:59 +00:00
data I've sent 3 mails to pgsql-patches. There are two files, one for doc 1999-08-16 20:27:19 +00:00
include Define macros for handling typmod manipulation for date/time types. 2002-08-04 06:42:18 +00:00
interfaces 1) Improve the handling of the queries like (select ..) union (select ..) 2002-08-01 03:07:50 +00:00
makefiles Assemble portability modules into libpgport library. 2002-07-27 20:10:05 +00:00
pl Back out pl/pgsql quotation fix. Has problems. 2002-08-04 04:17:33 +00:00
port Assemble portability modules into libpgport library. 2002-07-27 20:10:05 +00:00
template Fix case syntax for freebsd template. 2002-07-08 01:54:30 +00:00
test Allow bit string constants without fully-specified length declaration. 2002-08-04 06:33:59 +00:00
tools Add mention of copyright year update. 2002-07-24 17:58:24 +00:00
tutorial Ensure that src/tutorial gets cleaned by top-level make clean. 2002-07-30 17:47:58 +00:00
utils Assemble portability modules into libpgport library. 2002-07-27 20:10:05 +00:00
DEVELOPERS just testing a script... 1999-07-30 03:45:57 +00:00
Makefile Ensure that src/tutorial gets cleaned by top-level make clean. 2002-07-30 17:47:58 +00:00
Makefile.global.in Assemble portability modules into libpgport library. 2002-07-27 20:10:05 +00:00
Makefile.shlib Assemble portability modules into libpgport library. 2002-07-27 20:10:05 +00:00
nls-global.mk NLS updates, most notably fixed zh_TW translations 2001-11-29 18:59:28 +00:00
win32.mak Missed this part in pg_config.h rename. 2001-08-24 22:42:28 +00:00