postgresql/src
Thomas G. Lockhart 2c833a728f Implement CREATE TABLE ... AS SELECT borrowing code from SubSelect
and from SELECT ... INTO ... support code.
Allow NOT, IS NULL, IS NOT NULL in constraints.
Define unionall boolean flag in SubSelect structure.
Implement row descriptors: (a, b, c) = (x, y, z).
Change IS TRUE, IS FALSE, etc. to expressions using "=" rather than
 function calls to istrue() or isfalse() to allow optimization.
Force type for TRUE and FALSE to bool.
1997-12-23 19:47:32 +00:00
..
backend Implement CREATE TABLE ... AS SELECT borrowing code from SubSelect 1997-12-23 19:47:32 +00:00
bin Fix notty output to show status result. -q option still turns it off. 1997-12-22 20:03:53 +00:00
include Expand a few date/time routine names to > 16 characters now that this 1997-12-23 19:29:15 +00:00
interfaces Fix tolower loops to go in proper direction for cache. 1997-12-05 01:13:24 +00:00
lextest Lex/yacc source cleanup like indent. 1997-09-08 03:20:18 +00:00
makefiles First clean compile without a "PORTNAME" variable being set... 1997-12-20 00:11:13 +00:00
man Update description for PGHOST and unix domain sockets. Add warning for failed connections. 1997-12-04 20:26:37 +00:00
template Linux related change to .similar to handle 'a.out' files... 1997-12-02 02:43:08 +00:00
test Add regression output from FreeBSD 1997-12-19 21:23:19 +00:00
tools Make flowchart file smaller. 1997-11-14 22:00:32 +00:00
tutorial Inline memset() as MemSet(). 1997-09-18 20:22:58 +00:00
utils Another PGINDENT run that changes variable indenting and case label indenting. Also static variable indenting. 1997-09-08 02:41:22 +00:00
DEVELOPERS Reorganize developers files. 1997-09-08 04:14:01 +00:00
GNUmakefile.in Fix for test 0 error. 1997-12-22 05:56:43 +00:00
Makefile Warning in makefile added from DArcy. 1997-08-22 16:38:33 +00:00
Makefile.global.in Potential fix for Bruce's "test" problem 1997-12-20 18:36:26 +00:00
config.guess From: "Eric H. Raskin" <ehr@listworks.com> 1997-06-11 01:02:01 +00:00
config.sub Start of a univel port by "Michael P. Snyder" <msnyder@hawkeye.huntersmoon.com> 1997-03-25 07:16:36 +00:00
configure Make sure configure reflects changes 1997-12-20 03:41:06 +00:00
configure.in Make sure configure reflects changes 1997-12-20 03:41:06 +00:00
install-sh Bring back in the autoconf files - work in progress 1997-02-04 08:53:45 +00:00