postgresql/src/backend
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
..
access When compiling with --enable-cassert, check for reference count leaks 2002-08-02 22:36:05 +00:00
bootstrap Implement WAL log location control using "-X" or PGXLOG. 2002-08-04 06:26:38 +00:00
catalog RemoveAttrDefaultById() neglected to obtain exclusive lock on the 2002-08-02 21:54:34 +00:00
commands ALTER TABLE DROP COLUMN works. Patch by Christopher Kings-Lynne, 2002-08-02 18:15:10 +00:00
executor Change messages like this: 2002-08-04 05:04:40 +00:00
lib Update copyright to 2002. 2002-06-20 20:29:54 +00:00
libpq Remove certain Makefile dependencies by using full pathnames in 2002-07-15 21:34:05 +00:00
main Update copyright to 2002. 2002-06-20 20:29:54 +00:00
nodes The attached patch implements START TRANSACTION, per SQL99. The 2002-08-04 04:31:44 +00:00
optimizer ALTER TABLE DROP COLUMN works. Patch by Christopher Kings-Lynne, 2002-08-02 18:15:10 +00:00
parser Implement IS OF and IS NOT OF type predicate. 2002-08-04 06:51:23 +00:00
po Improve lexer's error reporting. You get the whole token mentioned now 2002-05-01 17:12:08 +00:00
port Assemble portability modules into libpgport library. 2002-07-27 20:10:05 +00:00
postmaster Implement WAL log location control using "-X" or PGXLOG. 2002-08-04 06:26:38 +00:00
regex Implement SQL99 OVERLAY(). Allows substitution of a substring in a string. 2002-06-11 15:44:38 +00:00
rewrite ALTER TABLE DROP COLUMN works. Patch by Christopher Kings-Lynne, 2002-08-02 18:15:10 +00:00
storage * -Remove LockMethodTable.prio field, not used (Bruce) 2002-08-01 05:18:34 +00:00
tcop Implement WAL log location control using "-X" or PGXLOG. 2002-08-04 06:26:38 +00:00
tioga Update copyright to 2002. 2002-06-20 20:29:54 +00:00
utils Add guard code to protect from buffer overruns on long date/time input 2002-08-04 06:44:47 +00:00
Makefile Assemble portability modules into libpgport library. 2002-07-27 20:10:05 +00:00