Tom Lane 
							
						 
					 
					
						
						
							
						
						c62b8a68bf 
					 
					
						
						
							
							Fix incorrect declaration of rtentry as 'ResTarget' where it  
						
						... 
						
						
						
						should be 'RangeTblEntry' ; explain.c had copied the erroneous code. 
						
						
					 
					
						1999-07-17 19:01:21 +00:00 
						 
				 
			
				
					
						
							
							
								Bruce Momjian 
							
						 
					 
					
						
						
							
						
						fe1f757e56 
					 
					
						
						
							
							Update TODO list.  
						
						
						
						
					 
					
						1999-07-17 16:47:46 +00:00 
						 
				 
			
				
					
						
							
							
								Bruce Momjian 
							
						 
					 
					
						
						
							
						
						33e826d167 
					 
					
						
						
							
							Fix for multi-byte includes.  
						
						
						
						
					 
					
						1999-07-17 16:25:28 +00:00 
						 
				 
			
				
					
						
							
							
								Tom Lane 
							
						 
					 
					
						
						
							
						
						df454bd864 
					 
					
						
						
							
							Fix silly typo in commentary...  
						
						
						
						
					 
					
						1999-07-17 16:02:50 +00:00 
						 
				 
			
				
					
						
							
							
								Bruce Momjian 
							
						 
					 
					
						
						
							
						
						0e264fb464 
					 
					
						
						
							
							Add c.h to exclusion list.  
						
						
						
						
					 
					
						1999-07-17 15:37:30 +00:00 
						 
				 
			
				
					
						
							
							
								Bruce Momjian 
							
						 
					 
					
						
						
							
						
						9b4dac7f12 
					 
					
						
						
							
							clean up comment on missing file.  
						
						
						
						
					 
					
						1999-07-17 05:16:15 +00:00 
						 
				 
			
				
					
						
							
							
								Bruce Momjian 
							
						 
					 
					
						
						
							
						
						2d36471b82 
					 
					
						
						
							
							Include check  
						
						
						
						
					 
					
						1999-07-17 04:25:33 +00:00 
						 
				 
			
				
					
						
							
							
								Bruce Momjian 
							
						 
					 
					
						
						
							
						
						8f5561a0d9 
					 
					
						
						
							
							More config.h cleanups.  
						
						
						
						
					 
					
						1999-07-17 04:12:10 +00:00 
						 
				 
			
				
					
						
							
							
								Bruce Momjian 
							
						 
					 
					
						
						
							
						
						fbe4ad2154 
					 
					
						
						
							
							Add config.h as needed.  
						
						
						
						
					 
					
						1999-07-17 04:00:31 +00:00 
						 
				 
			
				
					
						
							
							
								Bruce Momjian 
							
						 
					 
					
						
						
							
						
						d9901793f7 
					 
					
						
						
							
							Update TODO list.  
						
						
						
						
					 
					
						1999-07-17 03:07:10 +00:00 
						 
				 
			
				
					
						
							
							
								Tom Lane 
							
						 
					 
					
						
						
							
						
						8ee07b506d 
					 
					
						
						
							
							Tired of seeing that 'unused variable' warning...  
						
						
						
						
					 
					
						1999-07-16 23:15:46 +00:00 
						 
				 
			
				
					
						
							
							
								Tom Lane 
							
						 
					 
					
						
						
							
						
						05933f4ec1 
					 
					
						
						
							
							Add back improperly removed #include for utils/trace.h.  
						
						
						
						
					 
					
						1999-07-16 23:12:39 +00:00 
						 
				 
			
				
					
						
							
							
								Tom Lane 
							
						 
					 
					
						
						
							
						
						e1e110228f 
					 
					
						
						
							
							Add back improperly removed #include for config.h.  
						
						... 
						
						
						
						This probably ought to be kept in *all* the port files, but these two
are the only ones that generated compiler warnings for me ... 
						
						
					 
					
						1999-07-16 23:09:45 +00:00 
						 
				 
			
				
					
						
							
							
								Tom Lane 
							
						 
					 
					
						
						
							
						
						1a6c5b96ad 
					 
					
						
						
							
							Add back improperly removed #include for utils/dynamic_loader.h.  
						
						
						
						
					 
					
						1999-07-16 23:05:45 +00:00 
						 
				 
			
				
					
						
							
							
								Tom Lane 
							
						 
					 
					
						
						
							
						
						8753b23c8c 
					 
					
						
						
							
							Fix 'SO__MINOR_VERSION' typo for irix5; add AIX shlib support  
						
						... 
						
						
						
						from Andreas Z.; minor cosmetic cleanups. 
						
						
					 
					
						1999-07-16 22:56:01 +00:00 
						 
				 
			
				
					
						
							
							
								Tom Lane 
							
						 
					 
					
						
						
							
						
						36ce6d439f 
					 
					
						
						
							
							Support subscripts on bare column names.  
						
						
						
						
					 
					
						1999-07-16 22:32:25 +00:00 
						 
				 
			
				
					
						
							
							
								Tom Lane 
							
						 
					 
					
						
						
							
						
						f9e2c7fae8 
					 
					
						
						
							
							Allow bare column names to be subscripted as arrays.  This  
						
						... 
						
						
						
						creates a reduce/reduce conflict, which I resolved by changing the
'AexprConst -> Typename Sconst' rule to 'AexprConst -> SimpleTypename Sconst'.
In other words, a subscripted type declaration can't be used in that
syntax any longer.  This seems a small price to pay for not having to
qualify subscripted columns anymore.
Other cleanups: rename res_target_list to update_target_list, and remove
productions for variants that are not legal in an UPDATE target list;
rename res_target_list2 to plain target_list; delete position_expr
in favor of using b_expr in that production; merge opt_indirection
into attr nonterminal, since there are no places where an unsubscripted
attr is wanted; fix typos in Param support; change case_arg so that
an arbitrary a_expr is allowed, not only a column name. 
						
						
					 
					
						1999-07-16 22:29:42 +00:00 
						 
				 
			
				
					
						
							
							
								Tom Lane 
							
						 
					 
					
						
						
							
						
						bc9236bc01 
					 
					
						
						
							
							Revise _bt_binsrch() so that its binary search loop takes  
						
						... 
						
						
						
						care of equal-key cases, eliminating bt_firsteq().  The linear search
formerly done by bt_firsteq() took a lot of time in the case where many
equal keys appear on the same page. 
						
						
					 
					
						1999-07-16 22:17:06 +00:00 
						 
				 
			
				
					
						
							
							
								Bruce Momjian 
							
						 
					 
					
						
						
							
						
						9679cb3910 
					 
					
						
						
							
							More cleanup  
						
						
						
						
					 
					
						1999-07-16 17:46:32 +00:00 
						 
				 
			
				
					
						
							
							
								Bruce Momjian 
							
						 
					 
					
						
						
							
						
						773088809d 
					 
					
						
						
							
							More cleanup  
						
						
						
						
					 
					
						1999-07-16 17:07:40 +00:00 
						 
				 
			
				
					
						
							
							
								Thomas G. Lockhart 
							
						 
					 
					
						
						
							
						
						4d5aa343de 
					 
					
						
						
							
							Fix conflicting id tags (sql.sgml also used "select-title").  
						
						
						
						
					 
					
						1999-07-16 14:32:06 +00:00 
						 
				 
			
				
					
						
							
							
								Bruce Momjian 
							
						 
					 
					
						
						
							
						
						7d5b08dec0 
					 
					
						
						
							
							More cleanup  
						
						
						
						
					 
					
						1999-07-16 05:41:19 +00:00 
						 
				 
			
				
					
						
							
							
								Bruce Momjian 
							
						 
					 
					
						
						
							
						
						69817665cb 
					 
					
						
						
							
							Final cleanup  
						
						
						
						
					 
					
						1999-07-16 05:23:30 +00:00 
						 
				 
			
				
					
						
							
							
								Bruce Momjian 
							
						 
					 
					
						
						
							
						
						ba42b68977 
					 
					
						
						
							
							Update TODO list.  
						
						
						
						
					 
					
						1999-07-16 05:06:34 +00:00 
						 
				 
			
				
					
						
							
							
								Bruce Momjian 
							
						 
					 
					
						
						
							
						
						a71802e12e 
					 
					
						
						
							
							Final cleanup.  
						
						
						
						
					 
					
						1999-07-16 05:00:38 +00:00 
						 
				 
			
				
					
						
							
							
								Bruce Momjian 
							
						 
					 
					
						
						
							
						
						9b645d481c 
					 
					
						
						
							
							Update #include cleanups  
						
						
						
						
					 
					
						1999-07-16 03:14:30 +00:00 
						 
				 
			
				
					
						
							
							
								Bruce Momjian 
							
						 
					 
					
						
						
							
						
						a9591ce66a 
					 
					
						
						
							
							Change #include's to use <> and "" as appropriate.  
						
						
						
						
					 
					
						1999-07-15 23:04:24 +00:00 
						 
				 
			
				
					
						
							
							
								Bruce Momjian 
							
						 
					 
					
						
						
							
						
						2e6b1e63a3 
					 
					
						
						
							
							Remove unused #includes in *.c files.  
						
						
						
						
					 
					
						1999-07-15 22:40:16 +00:00 
						 
				 
			
				
					
						
							
							
								Bruce Momjian 
							
						 
					 
					
						
						
							
						
						40a89e08b2 
					 
					
						
						
							
							Cleanups.  
						
						
						
						
					 
					
						1999-07-15 20:32:30 +00:00 
						 
				 
			
				
					
						
							
							
								Bruce Momjian 
							
						 
					 
					
						
						
							
						
						fb38a5d8cf 
					 
					
						
						
							
							Remove un-needed #include's from *.c files.  
						
						
						
						
					 
					
						1999-07-15 19:21:43 +00:00 
						 
				 
			
				
					
						
							
							
								Bruce Momjian 
							
						 
					 
					
						
						
							
						
						353eb3dadf 
					 
					
						
						
							
							Add updates.  
						
						
						
						
					 
					
						1999-07-15 16:55:32 +00:00 
						 
				 
			
				
					
						
							
							
								Thomas G. Lockhart 
							
						 
					 
					
						
						
							
						
						3c4447fd97 
					 
					
						
						
							
							Complete markup for docbook2man support.  
						
						... 
						
						
						
						Fix synopsis info thanks to Yves.Martin@ensimag.imag.fr . 
						
						
					 
					
						1999-07-15 16:31:16 +00:00 
						 
				 
			
				
					
						
							
							
								Thomas G. Lockhart 
							
						 
					 
					
						
						
							
						
						f2738394d6 
					 
					
						
						
							
							Add id label to allow cross referencing.  
						
						
						
						
					 
					
						1999-07-15 15:49:18 +00:00 
						 
				 
			
				
					
						
							
							
								Bruce Momjian 
							
						 
					 
					
						
						
							
						
						4b2c2850bf 
					 
					
						
						
							
							Clean up #include in /include directory.  Add scripts for checking includes.  
						
						
						
						
					 
					
						1999-07-15 15:21:54 +00:00 
						 
				 
			
				
					
						
							
							
								Bruce Momjian 
							
						 
					 
					
						
						
							
						
						0df761420d 
					 
					
						
						
							
							Update TODO list.  
						
						
						
						
					 
					
						1999-07-15 13:46:16 +00:00 
						 
				 
			
				
					
						
							
							
								Tom Lane 
							
						 
					 
					
						
						
							
						
						390e8354ce 
					 
					
						
						
							
							Add SHLIB_LINK setting for solaris_i386 and solaris_sparc ports,  
						
						... 
						
						
						
						per bug report from Daren Sefcik <daren@partnersdata.com >. 
						
						
					 
					
						1999-07-15 02:03:00 +00:00 
						 
				 
			
				
					
						
							
							
								Tom Lane 
							
						 
					 
					
						
						
							
						
						8aea617c03 
					 
					
						
						
							
							Several routines failed to cope with CASE expressions, and  
						
						... 
						
						
						
						indeed some of 'em were missing support for more node types than that... 
						
						
					 
					
						1999-07-15 01:52:09 +00:00 
						 
				 
			
				
					
						
							
							
								Thomas G. Lockhart 
							
						 
					 
					
						
						
							
						
						d72168d6e0 
					 
					
						
						
							
							Complete first pass at markup adjustments for docbook2man man pages.  
						
						... 
						
						
						
						Add some internal cross references to select.sgml. 
						
						
					 
					
						1999-07-14 20:32:59 +00:00 
						 
				 
			
				
					
						
							
							
								Thomas G. Lockhart 
							
						 
					 
					
						
						
							
						
						d289011f8a 
					 
					
						
						
							
							Include gif omitted from integrated doc.  
						
						... 
						
						
						
						Thanks to Goran Uddeborg for spotting this. 
						
						
					 
					
						1999-07-14 20:31:42 +00:00 
						 
				 
			
				
					
						
							
							
								Bruce Momjian 
							
						 
					 
					
						
						
							
						
						0cf1b79528 
					 
					
						
						
							
							Cleanup of /include #include's, for 6.6 only.  
						
						
						
						
					 
					
						1999-07-14 01:20:30 +00:00 
						 
				 
			
				
					
						
							
							
								Bruce Momjian 
							
						 
					 
					
						
						
							
						
						ad4948862c 
					 
					
						
						
							
							Remove S*I comments from Stephan.  
						
						
						
						
					 
					
						1999-07-13 21:17:45 +00:00 
						 
				 
			
				
					
						
							
							
								Bruce Momjian 
							
						 
					 
					
						
						
							
						
						050371fccd 
					 
					
						
						
							
							More cpu cleanups, only for 6.6.  
						
						
						
						
					 
					
						1999-07-13 20:12:51 +00:00 
						 
				 
			
				
					
						
							
							
								Bruce Momjian 
							
						 
					 
					
						
						
							
						
						540c114225 
					 
					
						
						
							
							Redefine cpu's as __cpu__.  Only for 6.6 branch.  
						
						
						
						
					 
					
						1999-07-13 20:00:37 +00:00 
						 
				 
			
				
					
						
							
							
								Bruce Momjian 
							
						 
					 
					
						
						
							
						
						0ab1c117e8 
					 
					
						
						
							
							Update TODO list.  
						
						
						
						
					 
					
						1999-07-13 18:38:11 +00:00 
						 
				 
			
				
					
						
							
							
								Bruce Momjian 
							
						 
					 
					
						
						
							
						
						c4747c7866 
					 
					
						
						
							
							Update TODO list.  
						
						
						
						
					 
					
						1999-07-13 03:07:20 +00:00 
						 
				 
			
				
					
						
							
							
								Bruce Momjian 
							
						 
					 
					
						
						
							
						
						941d426ca0 
					 
					
						
						
							
							Update install file.  
						
						
						
						
					 
					
						1999-07-12 17:33:36 +00:00 
						 
				 
			
				
					
						
							
							
								Bruce Momjian 
							
						 
					 
					
						
						
							
						
						30e27a9099 
					 
					
						
						
							
							readd include for safety.  
						
						
						
						
					 
					
						1999-07-12 13:32:38 +00:00 
						 
				 
			
				
					
						
							
							
								Bruce Momjian 
							
						 
					 
					
						
						
							
						
						d0fb48818a 
					 
					
						
						
							
							Update 6.5.1 items.  
						
						
						
						
					 
					
						1999-07-12 02:27:31 +00:00 
						 
				 
			
				
					
						
							
							
								Tatsuo Ishii 
							
						 
					 
					
						
						
							
						
						32a1a4e54f 
					 
					
						
						
							
							document updated for 6.5.1  
						
						
						
						
					 
					
						1999-07-11 22:59:26 +00:00 
						 
				 
			
				
					
						
							
							
								Tatsuo Ishii 
							
						 
					 
					
						
						
							
						
						8f02f2252d 
					 
					
						
						
							
							Fix some compiler warnings (Tomoaki Nishiyama), add WIN1250 support (Pavel Behal)  
						
						
						
						
					 
					
						1999-07-11 22:47:21 +00:00