Marc G. Fournier 
							
						 
					 
					
						
						
						
						
							
						
						
							e5eb859446 
							
						 
					 
					
						
						
							
							fix: During a BSD/OS(BSDI) 2.1 compile, I got errors about undefined  
						
						... 
						
						
						
						S_LOCK_'s during the postgres link phase.
submitted by: Bruce Momjian (root@candle.pha.pa.us ) 
						
						
							
						
					 
					
						1996-07-16 06:53:41 +00:00 
						 
				 
			
				
					
						
							
							
								Marc G. Fournier 
							
						 
					 
					
						
						
						
						
							
						
						
							169a5b7670 
							
						 
					 
					
						
						
							
							applied fixes for psql  
						
						... 
						
						
						
						- \p produces traditional results
	- \r added
submitted by: Bruce Momjian (root@candle.pha.pa.us ) 
						
						
							
						
					 
					
						1996-07-16 06:37:28 +00:00 
						 
				 
			
				
					
						
							
							
								Marc G. Fournier 
							
						 
					 
					
						
						
						
						
							
						
						
							d7a1ce7af7 
							
						 
					 
					
						
						
							
							adds: case insensitive regexp for varchar  
						
						... 
						
						
						
						From: azcb0@sde.uts.amdahl.com  
						
						
							
						
					 
					
						1996-07-15 19:32:33 +00:00 
						 
				 
			
				
					
						
							
							
								Marc G. Fournier 
							
						 
					 
					
						
						
						
						
							
						
						
							350cb69aed 
							
						 
					 
					
						
						
							
							fsync patch from openlink  
						
						... 
						
						
						
						NOTE: FSYNC needs to be set at top of initdb.sh to enable use of fsync
	patches...disabled by default 
						
						
							
						
					 
					
						1996-07-15 19:22:58 +00:00 
						 
				 
			
				
					
						
							
							
								Marc G. Fournier 
							
						 
					 
					
						
						
						
						
							
						
						
							faf21935d1 
							
						 
					 
					
						
						
							
							fsync patch from openlink  
						
						
						
						
							
						
					 
					
						1996-07-15 19:22:17 +00:00 
						 
				 
			
				
					
						
							
							
								Marc G. Fournier 
							
						 
					 
					
						
						
						
						
							
						
						
							d838e30f13 
							
						 
					 
					
						
						
							
							Submitted by Openlink, requires -DOPENLINK_PATCHES in Makefile.global  
						
						... 
						
						
						
						varchar.diff
------------
This patch was necessary for the OpenLink Postgres Database Agent.
I think this fixes a bug anyway.
The following query demonstrates this bug:
  create table foo (bar varchar);
  insert into foo values ('');          -- no problem
  select * from foo where bar = '';     -- fails 
						
						
							
						
					 
					
						1996-07-15 19:11:23 +00:00 
						 
				 
			
				
					
						
							
							
								Marc G. Fournier 
							
						 
					 
					
						
						
						
						
							
						
						
							76145bd74b 
							
						 
					 
					
						
						
							
							Makefile.global changes to show option -DOPENLINK_PATCHES  
						
						
						
						
							
						
					 
					
						1996-07-15 19:10:32 +00:00 
						 
				 
			
				
					
						
							
							
								Marc G. Fournier 
							
						 
					 
					
						
						
						
						
							
						
						
							3a2a3689b8 
							
						 
					 
					
						
						
							
							Moved two defines required for FreeBSD into Makefile.global  
						
						... 
						
						
						
						The idea is that its right beside PORTNAME, so if it doesn't apply to
the OS in question, it can be rememberd to disable it... 
						
						
							
						
					 
					
						1996-07-13 07:37:33 +00:00 
						 
				 
			
				
					
						
							
							
								Marc G. Fournier 
							
						 
					 
					
						
						
						
						
							
						
						
							d602a35d37 
							
						 
					 
					
						
						
							
							Brought in extensions to pg_dump  
						
						... 
						
						
						
						Submitted by: david bennett <dave@bensoft.com>
	      marc g. fournier <scrappy@ki.net> 
						
						
							
						
					 
					
						1996-07-12 05:39:39 +00:00 
						 
				 
			
				
					
						
							
							
								Marc G. Fournier 
							
						 
					 
					
						
						
						
						
							
						
						
							e72ca17f77 
							
						 
					 
					
						
						
							
							fixes for several potential null pointer dereferences  
						
						... 
						
						
						
						submitted by: Paul "Shag" Walmsley <ccshag@cclabs.missouri.edu> 
						
						
							
						
					 
					
						1996-07-12 04:53:59 +00:00 
						 
				 
			
				
					
						
							
							
								Marc G. Fournier 
							
						 
					 
					
						
						
						
						
							
						
						
							950b6ab022 
							
						 
					 
					
						
						
							
							Fixes: Using LIKE or ~ operator on text type files which are null valued  
						
						... 
						
						
						
						causes segmentation fault.
Thanks to: Salvador Ortiz Garcia, Robert Patrick, Paul 'Shag' Walmsley,
           and James Cooper for finding and fixing the problem. 
						
						
							
						
					 
					
						1996-07-09 06:39:19 +00:00 
						 
				 
			
				
					
						
							
							
								Marc G. Fournier 
							
						 
					 
					
						
						
						
						
							
						
						
							25bb71835f 
							
						 
					 
					
						
						
							
							Fix: Can't drop tables with names longer than 16 characters.  
						
						
						
						
							
						
					 
					
						1996-07-09 06:35:38 +00:00 
						 
				 
			
				
					
						
							
							
								Marc G. Fournier 
							
						 
					 
					
						
						
						
						
							
						
						
							d31084e9d1 
							
						 
					 
					
						
						
							
							Postgres95 1.01 Distribution - Virgin Sources  
						
						
						
						
							
 
						
					 
					
						1996-07-09 06:22:35 +00:00