Peter Eisentraut 
							
						 
					 
					
						
						
							
						
						6e1664beaf 
					 
					
						
						
							
							Remove useless CPPFLAGS.  
						
						 
						
						
						
						
					 
					
						2007-02-09 17:24:33 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Peter Eisentraut 
							
						 
					 
					
						
						
							
						
						994b1cb59e 
					 
					
						
						
							
							Add $PostgreSQL$ marker to contrib makefiles.  
						
						 
						
						
						
						
					 
					
						2007-02-09 17:04:00 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Neil Conway 
							
						 
					 
					
						
						
							
						
						d49fa4c866 
					 
					
						
						
							
							Fix typos in comments and error messages in HStore. Patch from Filip  
						
						 
						
						... 
						
						
						
						Rembialkowski, with some additional fixes by myself. 
						
						
					 
					
						2006-12-05 17:36:00 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Teodor Sigaev 
							
						 
					 
					
						
						
							
						
						3f16647960 
					 
					
						
						
							
							Rename function 'isexists' and 'isdefined' to  
						
						 
						
						... 
						
						
						
						'exist' and 'defined' accordingly. Old names
are saved not mentioned in docs - for compatibility
with old applications.
Per discussion
http://archives.postgresql.org/pgsql-hackers/2006-10/msg00571.php  
						
						
					 
					
						2006-10-11 16:42:51 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bruce Momjian 
							
						 
					 
					
						
						
							
						
						f99a569a2e 
					 
					
						
						
							
							pgindent run for 8.2.  
						
						 
						
						
						
						
					 
					
						2006-10-04 00:30:14 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Tom Lane 
							
						 
					 
					
						
						
							
						
						beca984e5f 
					 
					
						
						
							
							Fix bugs in plpgsql and ecpg caused by assuming that isspace() would only  
						
						 
						
						... 
						
						
						
						return true for exactly the characters treated as whitespace by their flex
scanners.  Per report from Victor Snezhko and subsequent investigation.
Also fix a passel of unsafe usages of <ctype.h> functions, that is, ye olde
char-vs-unsigned-char issue.  I won't miss <ctype.h> when we are finally
able to stop using it. 
						
						
					 
					
						2006-09-22 21:39:58 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Tom Lane 
							
						 
					 
					
						
						
							
						
						aab964b311 
					 
					
						
						
							
							Fix some uses of str[n]casecmp that should be pg_str[n]casecmp.  
						
						 
						
						
						
						
					 
					
						2006-09-15 21:35:30 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Teodor Sigaev 
							
						 
					 
					
						
						
							
						
						67e7f0ab34 
					 
					
						
						
							
							Add uninstall script  
						
						 
						
						
						
						
					 
					
						2006-09-12 16:11:44 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Tom Lane 
							
						 
					 
					
						
						
							
						
						684ad6a92f 
					 
					
						
						
							
							Rename contrib contains/contained-by operators to @> and <@, per discussion.  
						
						 
						
						
						
						
					 
					
						2006-09-10 17:36:52 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Teodor Sigaev 
							
						 
					 
					
						
						
							
						
						34ec0c81af 
					 
					
						
						
							
							Fix compiler warnings on 64-bit boxes: difference between  
						
						 
						
						... 
						
						
						
						pointers are int64, but warnings are emitted for position info in
error messages in parser, so, just cast it to int32 
						
						
					 
					
						2006-09-06 07:22:14 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Teodor Sigaev 
							
						 
					 
					
						
						
							
						
						febc10de2d 
					 
					
						
						
							
							Fix markup and license.  
						
						 
						
						
						
						
					 
					
						2006-09-05 18:39:08 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Teodor Sigaev 
							
						 
					 
					
						
						
							
						
						642194ba0c 
					 
					
						
						
							
							Add hstore contrib module.  
						
						 
						
						... 
						
						
						
						Per discussion
http://archives.postgresql.org/pgsql-hackers/2006-08/msg01409.php  
						
						
					 
					
						2006-09-05 18:00:58 +00:00